Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/cphplib/
Date: Thu, 27 Jul 2017 15:07:00
Message-Id: 1501168005.7dc907078aebb4278ab68c780420fd10fa443cf0.grknight@gentoo
1 commit: 7dc907078aebb4278ab68c780420fd10fa443cf0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 15:06:45 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 15:06:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc90707
7
8 dev-php/cphplib: Drop old revision
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-php/cphplib/cphplib-0.51.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-php/cphplib/cphplib-0.51.ebuild b/dev-php/cphplib/cphplib-0.51.ebuild
16 deleted file mode 100644
17 index 3a273920d67..00000000000
18 --- a/dev-php/cphplib/cphplib-0.51.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -KEYWORDS="~amd64 ~x86"
27 -
28 -DESCRIPTION="Cute PHP Library (cphplib)"
29 -HOMEPAGE="http://cphplib.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/cphplib/${P}.tar.bz2"
31 -LICENSE="LGPL-2.1"
32 -SLOT="0"
33 -IUSE=""
34 -
35 -DEPEND=">=dev-php/PEAR-DB-1.7.6-r1"
36 -RDEPEND="${DEPEND}"
37 -
38 -src_install() {
39 - insinto "/usr/share/php/${PN}"
40 - doins *.spec *.inc
41 -
42 - dodoc ChangeLog COPYRIGHT LGPL README TODO
43 -}