summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorBor Kraljič2011-08-20 11:19:07 +0200
committerBor Kraljič2011-08-20 11:19:07 +0200
commit86924c4861e3ec4890bc8a0c4700650e7c2d9114 (patch)
tree25da7cd494500fcc9821868359d6e30f67934df1 /php-pear
parentc8821f51d5b9da495913fa5478135b980d7f019b (diff)
php-pear/horde-vfs: 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-vfs/BUILD1
-rwxr-xr-xphp-pear/horde-vfs/CONFLICTS1
-rwxr-xr-xphp-pear/horde-vfs/DEPENDS2
-rwxr-xr-xphp-pear/horde-vfs/DETAILS17
-rw-r--r--php-pear/horde-vfs/HISTORY42
-rwxr-xr-xphp-pear/horde-vfs/INSTALL7
6 files changed, 0 insertions, 70 deletions
diff --git a/php-pear/horde-vfs/BUILD b/php-pear/horde-vfs/BUILD
deleted file mode 100755
index 27ba77ddaf..0000000000
--- a/php-pear/horde-vfs/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/php-pear/horde-vfs/CONFLICTS b/php-pear/horde-vfs/CONFLICTS
deleted file mode 100755
index 20db8c1c36..0000000000
--- a/php-pear/horde-vfs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts Horde-VFS y
diff --git a/php-pear/horde-vfs/DEPENDS b/php-pear/horde-vfs/DEPENDS
deleted file mode 100755
index 116ca9a98c..0000000000
--- a/php-pear/horde-vfs/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends horde-util &&
-depends pear-log
diff --git a/php-pear/horde-vfs/DETAILS b/php-pear/horde-vfs/DETAILS
deleted file mode 100755
index aa54db1979..0000000000
--- a/php-pear/horde-vfs/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=horde-vfs
- VERSION=HEAD
- HORDE_PACKAGE=VFS
- 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: VFS"
-cat << EOF
-Horde Framework package: VFS.
-EOF
diff --git a/php-pear/horde-vfs/HISTORY b/php-pear/horde-vfs/HISTORY
deleted file mode 100644
index 18fce16ef4..0000000000
--- a/php-pear/horde-vfs/HISTORY
+++ /dev/null
@@ -1,42 +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-04-09 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: PEAR-Log renamed to pear-log
-
-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-VFS
- * DETAILS: Renamed to horde-vfs
- Added BUILD_API=2
- Cleaned up formatting
- Removed MAINTAINER
- Changed MD5[0] to "IGNORE"
- Updated UPDATED
- * DEPENDS: Horde-Util renamed to horde-util
- * CONFLICTS: Auto-conflicts with Horde-VFS
- * BUILD: Run only `true`
- * INSTALL: Branched from BUILD
- Converted to build_api 2
-
-2005-02-16 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Removed php and CVS as Horde-Util depends on them
- Added dependency on PEAR-Log
-
-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-vfs/INSTALL b/php-pear/horde-vfs/INSTALL
deleted file mode 100755
index 44a60c4388..0000000000
--- a/php-pear/horde-vfs/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