summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-03-08 17:08:52 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-03-08 17:08:52 +0000
commit425726aa01e0554a660f966ac1b1949c9c2e7185 (patch)
treef5ba033546b1be5e8e1781bd58b49ebcd1951ce8 /dev-php
parentRemove old version that does not utilize the php-pear eclass. (diff)
downloadhistorical-425726aa01e0554a660f966ac1b1949c9c2e7185.tar.gz
historical-425726aa01e0554a660f966ac1b1949c9c2e7185.tar.bz2
historical-425726aa01e0554a660f966ac1b1949c9c2e7185.zip
Cleanup.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Log/ChangeLog8
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.1.ebuild22
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.2.ebuild22
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.8.1.ebuild12
-rw-r--r--dev-php/PEAR-Log/files/digest-PEAR-Log-1.11
-rw-r--r--dev-php/PEAR-Log/files/digest-PEAR-Log-1.21
-rw-r--r--dev-php/PEAR-Log/files/digest-PEAR-Log-1.8.11
-rw-r--r--dev-php/PEAR-MDB/ChangeLog8
-rw-r--r--dev-php/PEAR-MDB/PEAR-MDB-1.1.3.ebuild11
-rw-r--r--dev-php/PEAR-MDB/PEAR-MDB-1.1.4.ebuild11
-rw-r--r--dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.31
-rw-r--r--dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.41
-rw-r--r--dev-php/PEAR-Mail_Mime/Manifest14
13 files changed, 23 insertions, 90 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog
index 389ba950390c..81d2bfb45467 100644
--- a/dev-php/PEAR-Log/ChangeLog
+++ b/dev-php/PEAR-Log/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Log
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.21 2004/11/29 11:06:10 blubb Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.22 2005/03/08 17:06:18 sebastian Exp $
+
+ 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ -PEAR-Log-1.1.ebuild, -PEAR-Log-1.2.ebuild, -PEAR-Log-1.8.1.ebuild:
+ Cleanup.
29 Nov 2004; Simon Stelling <blubb@gentoo.org> PEAR-Log-1.8.4.ebuild:
added ~amd64
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild
deleted file mode 100644
index af55cf09ad0d..000000000000
--- a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild
+++ /dev/null
@@ -1,22 +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-Log/PEAR-Log-1.1.ebuild,v 1.9 2004/08/14 13:35:39 swegener Exp $
-
-MY_P=${PN/PEAR-//}-${PV}
-DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets."
-HOMEPAGE="http://pear.php.net/package-info.php?pacid=8"
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-LICENSE="PHP"
-SLOT="0"
-# Afaik, anything that runs php will run this...
-KEYWORDS="x86 ppc sparc"
-DEPEND="virtual/php"
-S=${WORKDIR}/${MY_P}
-IUSE=""
-
-src_install () {
- insinto /usr/lib/php/
- doins Log.php
- insinto /usr/lib/php/Log/
- doins Log/*
-}
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild
deleted file mode 100644
index acb287788549..000000000000
--- a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild
+++ /dev/null
@@ -1,22 +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-Log/PEAR-Log-1.2.ebuild,v 1.12 2004/09/25 00:22:37 pvdabeel Exp $
-
-MY_P=${PN/PEAR-//}-${PV}
-DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets."
-HOMEPAGE="http://pear.php.net/package-info.php?pacid=8"
-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 Log.php
- insinto /usr/lib/php/Log/
- doins Log/*
-}
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.1.ebuild
deleted file mode 100644
index bdc66008cfb8..000000000000
--- a/dev-php/PEAR-Log/PEAR-Log-1.8.1.ebuild
+++ /dev/null
@@ -1,12 +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-Log/PEAR-Log-1.8.1.ebuild,v 1.3 2004/06/25 01:19:33 agriffis Exp $
-
-inherit php-pear
-
-IUSE="pear-db"
-DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets."
-LICENSE="PHP"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-DEPEND="pear-db? ( dev-php/PEAR-DB )"
diff --git a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.1 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.1
deleted file mode 100644
index 3db50e39ff15..000000000000
--- a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 66617006d074ed9c2ba30a94f492880d Log-1.1.tgz 6331
diff --git a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2
deleted file mode 100644
index d5f8a22587ea..000000000000
--- a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94d3ce13ec9642273d3903dc6422474b Log-1.2.tgz 7145
diff --git a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.8.1 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.8.1
deleted file mode 100644
index bfeb4a9ebfa1..000000000000
--- a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5ab775fd846328dbe063ac731dfe0ff6 Log-1.8.1.tgz 24960
diff --git a/dev-php/PEAR-MDB/ChangeLog b/dev-php/PEAR-MDB/ChangeLog
index c2d34f50ebaf..143c1f467d51 100644
--- a/dev-php/PEAR-MDB/ChangeLog
+++ b/dev-php/PEAR-MDB/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-MDB
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.12 2004/12/30 19:24:41 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.13 2005/03/08 17:08:52 sebastian Exp $
+
+ 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ -PEAR-MDB-1.1.3.ebuild, -PEAR-MDB-1.1.4.ebuild:
+ Cleanup.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-php/PEAR-MDB/PEAR-MDB-1.1.3.ebuild b/dev-php/PEAR-MDB/PEAR-MDB-1.1.3.ebuild
deleted file mode 100644
index be3a2221b5e2..000000000000
--- a/dev-php/PEAR-MDB/PEAR-MDB-1.1.3.ebuild
+++ /dev/null
@@ -1,11 +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-MDB/PEAR-MDB-1.1.3.ebuild,v 1.4 2004/06/25 01:19:53 agriffis Exp $
-
-inherit php-pear
-
-DESCRIPTION="PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers."
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-IUSE=""
diff --git a/dev-php/PEAR-MDB/PEAR-MDB-1.1.4.ebuild b/dev-php/PEAR-MDB/PEAR-MDB-1.1.4.ebuild
deleted file mode 100644
index ddc9a45b83f9..000000000000
--- a/dev-php/PEAR-MDB/PEAR-MDB-1.1.4.ebuild
+++ /dev/null
@@ -1,11 +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-MDB/PEAR-MDB-1.1.4.ebuild,v 1.3 2004/06/25 01:19:53 agriffis Exp $
-
-inherit php-pear
-
-DESCRIPTION="PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers."
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-IUSE=""
diff --git a/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.3 b/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.3
deleted file mode 100644
index 834d81848ddc..000000000000
--- a/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36e989e08b512e3dbb91a915ee03174c MDB-1.1.3.tgz 213466
diff --git a/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.4 b/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.4
deleted file mode 100644
index d7b97dec4d4a..000000000000
--- a/dev-php/PEAR-MDB/files/digest-PEAR-MDB-1.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5928faa03bd2daa7025896872f9023e8 MDB-1.1.4.tgz 214997
diff --git a/dev-php/PEAR-Mail_Mime/Manifest b/dev-php/PEAR-Mail_Mime/Manifest
index 4ee8c8095197..8b6a2510fa17 100644
--- a/dev-php/PEAR-Mail_Mime/Manifest
+++ b/dev-php/PEAR-Mail_Mime/Manifest
@@ -1,6 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 e5bece55794c0c5e556e33ae97d243c3 PEAR-Mail_Mime-1.2.1-r1.ebuild 423
-MD5 7a1f6990c1514171aef523d8b159ad30 ChangeLog 1897
+MD5 69c4a3a2fcc37de7aa68fda5b055fd71 ChangeLog 2053
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
-MD5 6f78c4d4ddbb6d7ea90157a5ea26510a PEAR-Mail_Mime-1.2.1.ebuild 720
-MD5 97d65d78c9962444a24de3e6c15003fd files/digest-PEAR-Mail_Mime-1.2.1 63
MD5 97d65d78c9962444a24de3e6c15003fd files/digest-PEAR-Mail_Mime-1.2.1-r1 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCLdzQaGfFFLhbXWkRAnMZAJsHmsiG9qEFSiRv13/eEM9mAAVzFwCdGsKa
+T389a1297Yer24O29wfg/aE=
+=8mYR
+-----END PGP SIGNATURE-----