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
commit217c37af03691cc7339e0aa35400b9c3faddc708 (patch)
tree4508a30874fbec1299c6b056a9f0df7f75c61592 /dev-php/PEAR-Log
parentRemove old version that does not utilize the php-pear eclass. (diff)
downloadgentoo-2-217c37af03691cc7339e0aa35400b9c3faddc708.tar.gz
gentoo-2-217c37af03691cc7339e0aa35400b9c3faddc708.tar.bz2
gentoo-2-217c37af03691cc7339e0aa35400b9c3faddc708.zip
Cleanup.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/PEAR-Log')
-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
7 files changed, 6 insertions, 61 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