summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-06-09 15:15:22 +0000
committerMatti Bickel <mabi@gentoo.org>2012-06-09 15:15:22 +0000
commit7eccc03cfd27820067db34e8e5fa4fc09a757f35 (patch)
treea003f0196bcf651aef14cd112969a67b64935195 /dev-php/PEAR-Image_Text
parentapp-editors/e3: Add -- to emake so that -l doesn't get confused by [number]* ... (diff)
downloadhistorical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.tar.gz
historical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.tar.bz2
historical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.zip
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Image_Text')
-rw-r--r--dev-php/PEAR-Image_Text/ChangeLog6
-rw-r--r--dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild17
2 files changed, 5 insertions, 18 deletions
diff --git a/dev-php/PEAR-Image_Text/ChangeLog b/dev-php/PEAR-Image_Text/ChangeLog
index e0bca1ca8889..205dd2ec2056 100644
--- a/dev-php/PEAR-Image_Text/ChangeLog
+++ b/dev-php/PEAR-Image_Text/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Image_Text
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.7 2012/03/24 17:16:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/ChangeLog,v 1.8 2012/06/09 15:08:16 mabi Exp $
+
+ 09 Jun 2012; Matti Bickel <mabi@gentoo.org>
+ -PEAR-Image_Text-0.6.0_beta.ebuild:
+ remove old
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
PEAR-Image_Text-0.6.1.ebuild:
diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild
deleted file mode 100644
index f7f31f458333..000000000000
--- a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.0_beta.ebuild,v 1.4 2010/08/12 08:49:11 maekke Exp $
-
-PEAR_PV="${PV/_/}"
-inherit php-pear-r1 depend.php
-
-DESCRIPTION="Advanced text manipulations in images."
-LICENSE="PHP-3"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-pkg_setup() {
- require_gd
-}