summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorBor Kraljič2011-08-20 11:17:34 +0200
committerBor Kraljič2011-08-20 11:17:34 +0200
commitc8821f51d5b9da495913fa5478135b980d7f019b (patch)
tree49dd689c206a532c1e5834c9aab4bd261abfaf1a /php-pear
parent034faf670903db307fb233d454077acfc906ff80 (diff)
php-pear/horde-util: removed. Source no longer available.
If you find the source or a way to make this spell work feel free to revert the commit. More info: http://bugs.sourcemage.org/show_bug.cgi?id=15910
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/horde-util/BUILD1
-rwxr-xr-xphp-pear/horde-util/CONFLICTS1
-rwxr-xr-xphp-pear/horde-util/DEPENDS2
-rwxr-xr-xphp-pear/horde-util/DETAILS17
-rw-r--r--php-pear/horde-util/HISTORY37
-rwxr-xr-xphp-pear/horde-util/INSTALL7
6 files changed, 0 insertions, 65 deletions
diff --git a/php-pear/horde-util/BUILD b/php-pear/horde-util/BUILD
deleted file mode 100755
index 27ba77ddaf..0000000000
--- a/php-pear/horde-util/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/php-pear/horde-util/CONFLICTS b/php-pear/horde-util/CONFLICTS
deleted file mode 100755
index d75e423ee1..0000000000
--- a/php-pear/horde-util/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts Horde-Util y
diff --git a/php-pear/horde-util/DEPENDS b/php-pear/horde-util/DEPENDS
deleted file mode 100755
index efb06737a8..0000000000
--- a/php-pear/horde-util/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends PHP &&
-depends CVS
diff --git a/php-pear/horde-util/DETAILS b/php-pear/horde-util/DETAILS
deleted file mode 100755
index 7717169563..0000000000
--- a/php-pear/horde-util/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=horde-util
- VERSION=HEAD
- HORDE_PACKAGE=Util
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:framework/$HORDE_PACKAGE:HEAD
- SOURCE_IGNORE=volatile
- WEB_SITE=http://cvs.horde.org/cvs.php/framework/
- ENTERED=20031110
- UPDATED=20050302
- GATHER_DOCS=off
- LICENSE[0]=LGPL
- KEYWORDS="horde php"
- SHORT="Horde Framework package: Util"
-cat << EOF
-Horde Framework package: Util.
-EOF
diff --git a/php-pear/horde-util/HISTORY b/php-pear/horde-util/HISTORY
deleted file mode 100644
index 3a115e76bd..0000000000
--- a/php-pear/horde-util/HISTORY
+++ /dev/null
@@ -1,37 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-30 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
-
-2005-05-19 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Fixed HORDE_PACKAGE to the correct name
-
-2005-03-31 Andrew Stitt <astitt@sourcemage.org>
- * DETAILS: make SPELL equal to the spell directory name
-
-2005-03-15 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Removed BUILD_API=2 (section-wide now)
-
-2005-03-02 Eric Sandall <sandalle@sourcemage.org>
- * Renamed from Horde-Util
- * DETAILS: Renamed to horde-util
- Added BUILD_API=2
- Cleaned up formatting
- Removed MAINTAINER
- Changed MD5[0] to "IGNORE"
- Updated UPDATED
- * CONFLICTS: Auto-conflicts with Horde-Util
- * BUILD: Run only `true`
- * INSTALL: Branched from BUILD
- Converted to build_api 2
-
-2005-02-16 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Can use any provider of PHP
-
-2004-05-14 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Depends on any provider of CVS (Bug #6396)
-
-2003-11-10 Sergey Lipnevich <sergey@sourcemage.org>
- * ALL: spell created.
-
diff --git a/php-pear/horde-util/INSTALL b/php-pear/horde-util/INSTALL
deleted file mode 100755
index 44a60c4388..0000000000
--- a/php-pear/horde-util/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-message "${MESSAGE_COLOR}Checking for PEAR script...${DEFAULT_COLOR}" &&
-PEAR_CMD=$(which pear 2>/dev/null) &&
-[ -n "$PEAR_CMD" ] &&
-if pear list | egrep -q "\<$HORDE_PACKAGE\>"; then
- pear uninstall "$HORDE_PACKAGE"
-fi &&
-pear install ./package.xml