summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-03-08 16:31:42 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-03-08 16:31:42 +0000
commit9acb193a4f7c3be948c78458c4b3ffd7d289c7b3 (patch)
treef8ff5d705276218bc069ab21469906963db74b76 /dev-php
parentAdd mozconfig_use_with for Seemant's kerberos experimentation (diff)
downloadgentoo-2-9acb193a4f7c3be948c78458c4b3ffd7d289c7b3.tar.gz
gentoo-2-9acb193a4f7c3be948c78458c4b3ffd7d289c7b3.tar.bz2
gentoo-2-9acb193a4f7c3be948c78458c4b3ffd7d289c7b3.zip
Remove old versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-DB/ChangeLog7
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.3.ebuild22
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild11
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.6.1.ebuild11
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.6.5.ebuild12
-rw-r--r--dev-php/PEAR-DB/files/digest-PEAR-DB-1.31
-rw-r--r--dev-php/PEAR-DB/files/digest-PEAR-DB-1.5.0_rc21
-rw-r--r--dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.11
-rw-r--r--dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.51
9 files changed, 6 insertions, 61 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog
index 8f572073f12e..144ad5833395 100644
--- a/dev-php/PEAR-DB/ChangeLog
+++ b/dev-php/PEAR-DB/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-DB
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.17 2005/02/12 15:14:38 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.18 2005/03/08 16:31:42 sebastian Exp $
+
+ 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ -PEAR-DB-1.3.ebuild, -PEAR-DB-1.5.0_rc2.ebuild, -PEAR-DB-1.6.1.ebuild,
+ -PEAR-DB-1.6.5.ebuild:
+ Remove old versions.
*PEAR-DB-1.6.8 (12 Feb 2005)
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild
deleted file mode 100644
index d978058b42c8..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild,v 1.7 2005/02/12 15:14:38 sebastian Exp $
-
-MY_P=${PN/PEAR-//}-${PV}
-DESCRIPTION="Database abstraction layer for PHP"
-HOMEPAGE="http://pear.php.net/package-info.php?pacid=46"
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-DEPEND="virtual/php"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
-IUSE=""
-
-src_install () {
- insinto /usr/lib/php/
- doins DB.php
- insinto /usr/lib/php/DB/
- doins DB/*
-}
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild
deleted file mode 100644
index 8d781797fd55..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.7 2005/02/12 15:14:38 sebastian Exp $
-
-inherit php-pear
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha"
-IUSE=""
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.6.1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.6.1.ebuild
deleted file mode 100644
index 98fe2d59d2a6..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.6.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.6.1.ebuild,v 1.4 2005/02/12 15:14:38 sebastian Exp $
-
-inherit php-pear
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-IUSE=""
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.6.5.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.6.5.ebuild
deleted file mode 100644
index be8681e289db..000000000000
--- a/dev-php/PEAR-DB/PEAR-DB-1.6.5.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.6.5.ebuild,v 1.4 2005/02/12 15:14:38 sebastian Exp $
-
-inherit php-pear
-
-DESCRIPTION="Database abstraction layer for PHP"
-
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
diff --git a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.3 b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.3
deleted file mode 100644
index 9ce44b8f1d9c..000000000000
--- a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f7cef8240e5602d6dbe73dc6cebba067 DB-1.3.tgz 59332
diff --git a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.5.0_rc2 b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.5.0_rc2
deleted file mode 100644
index 496ab0c44600..000000000000
--- a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.5.0_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09b8ea3d61b855256e85bfccc214fd4a DB-1.5.0RC2.tgz 68128
diff --git a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.1 b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.1
deleted file mode 100644
index 32ffd569d190..000000000000
--- a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8969a11ff24770464b0cb23bd28524bf DB-1.6.1.tgz 89932
diff --git a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.5 b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.5
deleted file mode 100644
index 1840a505e4fb..000000000000
--- a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.6.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fb62ce9e84f48110304638816ad1b01b DB-1.6.5.tgz 92741