diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 16:37:34 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 16:37:34 +0000 |
commit | 203ae165c56fbd3fcea52b18ebfced7a50a4987f (patch) | |
tree | cbd9682a950617ebd2f35351295f5a2ef6ddf2fb /dev-php | |
parent | Remove old versions. (diff) | |
download | historical-203ae165c56fbd3fcea52b18ebfced7a50a4987f.tar.gz historical-203ae165c56fbd3fcea52b18ebfced7a50a4987f.tar.bz2 historical-203ae165c56fbd3fcea52b18ebfced7a50a4987f.zip |
Remove old version that does not utilize the php-pear eclass.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Date/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.3.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/files/digest-PEAR-HTML_Common-1.0 | 1 |
6 files changed, 12 insertions, 49 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog index 0c4d9c5abc99..39df3e4b4342 100644 --- a/dev-php/PEAR-Date/ChangeLog +++ b/dev-php/PEAR-Date/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Date -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.14 2004/12/30 19:18:50 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.15 2005/03/08 16:34:45 sebastian Exp $ + + 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + -PEAR-Date-1.3.ebuild: + Remove old version that does not utilize the php-pear eclass. 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild deleted file mode 100644 index ac445e1b5e52..000000000000 --- a/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.3.ebuild,v 1.6 2004/06/25 01:17:41 agriffis Exp $ - -IUSE="" -MY_P=${PN/PEAR-//}-${PV} -DESCRIPTION="Date and Time Zone Classes" -HOMEPAGE="http://pear.php.net/package-info.php?pacid=57" -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} - -src_install () { - insinto /usr/lib/php - doins Date.php - insinto /usr/lib/php/Date - doins Date/Calc.php - doins Date/Human.php - doins Date/TimeZone.php -} diff --git a/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 b/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 deleted file mode 100644 index 424ea2eea203..000000000000 --- a/dev-php/PEAR-Date/files/digest-PEAR-Date-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3d837c131df195c58cc21d344bef1b7 Date-1.3.tgz 25039 diff --git a/dev-php/PEAR-HTML_Common/ChangeLog b/dev-php/PEAR-HTML_Common/ChangeLog index b6a9c9082587..e8a132bffbd6 100644 --- a/dev-php/PEAR-HTML_Common/ChangeLog +++ b/dev-php/PEAR-HTML_Common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-HTML_Common -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/ChangeLog,v 1.12 2004/12/30 19:19:46 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/ChangeLog,v 1.13 2005/03/08 16:37:34 sebastian Exp $ + + 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + -PEAR-HTML_Common-1.0.ebuild: + Remove old version that does not utilize the php-pear eclass. 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild deleted file mode 100644 index 1d4900f51cd8..000000000000 --- a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.7 2004/06/25 01:18:11 agriffis Exp $ - -MY_P=${PN/PEAR-//}-${PV} -DESCRIPTION="base class for other HTML classes" -HOMEPAGE="http://pear.php.net/package-info.php?pacid=69" -SRC_URI="http://pear.php.net/get/${MY_P}.tgz" -IUSE="" -LICENSE="PHP" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -DEPEND="virtual/php" - -src_install() { - insinto /usr/lib/php/HTML - doins Common.php -} diff --git a/dev-php/PEAR-HTML_Common/files/digest-PEAR-HTML_Common-1.0 b/dev-php/PEAR-HTML_Common/files/digest-PEAR-HTML_Common-1.0 deleted file mode 100644 index 6de6a05d8068..000000000000 --- a/dev-php/PEAR-HTML_Common/files/digest-PEAR-HTML_Common-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7190426df5f75e53b5ac5a6de8ec56b5 HTML_Common-1.0.tgz 2959 |