summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-19 09:49:55 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-19 09:49:55 +0000
commitbaf5bd959cbba0f25a5a0b46997e08e5b2d971a1 (patch)
treec54cdb239dc3d0f8779689e5646fbb091327a27b
parentremove old (diff)
downloadgentoo-2-baf5bd959cbba0f25a5a0b46997e08e5b2d971a1.tar.gz
gentoo-2-baf5bd959cbba0f25a5a0b46997e08e5b2d971a1.tar.bz2
gentoo-2-baf5bd959cbba0f25a5a0b46997e08e5b2d971a1.zip
remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r--dev-php/PEAR-Structures_Graph/ChangeLog8
-rw-r--r--dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild29
2 files changed, 6 insertions, 31 deletions
diff --git a/dev-php/PEAR-Structures_Graph/ChangeLog b/dev-php/PEAR-Structures_Graph/ChangeLog
index f6ab3881f619..7953eb5864ad 100644
--- a/dev-php/PEAR-Structures_Graph/ChangeLog
+++ b/dev-php/PEAR-Structures_Graph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Structures_Graph
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/ChangeLog,v 1.14 2011/04/26 17:50:13 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/ChangeLog,v 1.15 2012/01/19 09:49:55 mabi Exp $
+
+ 19 Jan 2012; Matti Bickel <mabi@gentoo.org>
+ -PEAR-Structures_Graph-1.0.3.ebuild:
+ remove old
26 Apr 2011; <olemarkus@gentoo.org> PEAR-Structures_Graph-1.0.4.ebuild:
Fixed a circular dependency issue. Bug 364943
diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild
deleted file mode 100644
index 6b7120498287..000000000000
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.3.ebuild,v 1.6 2011/01/10 18:16:41 xarthisius Exp $
-
-EAPI="2"
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Graph datastructure manipulation library"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
-IUSE=""
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
- >=dev-php/PEAR-PEAR-1.8.1"
-PDEPEND="dev-php/pear"
-HOMEPAGE="http://pear.php.net/package/Structures_Graph"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/share/php
- doins -r Structures
-
- dohtml -r docs/html/*
-}