public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File_Archive/
@ 2017-01-06 19:43 Michael Orlitzky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Orlitzky @ 2017-01-06 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2edfb17cc03930ec2e72fbdb24ed3281c3526d80
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 19:39:31 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 19:39:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edfb17c

dev-php/PEAR-File_Archive: remove unused PEAR-File_Archive-1.5.4-r1.

Package-Manager: portage-2.3.0

 dev-php/PEAR-File_Archive/Manifest                     |  1 -
 .../PEAR-File_Archive-1.5.4-r1.ebuild                  | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-php/PEAR-File_Archive/Manifest b/dev-php/PEAR-File_Archive/Manifest
index 6924510..8ed22ad 100644
--- a/dev-php/PEAR-File_Archive/Manifest
+++ b/dev-php/PEAR-File_Archive/Manifest
@@ -1,2 +1 @@
-DIST File_Archive-1.5.4.tgz 58042 SHA256 b3cbbd9387a733a1b574a31176c71bd2a0a4b4fb842e2d4e22f816ec98c8c00d SHA512 d3f22b39ece7428e055b62834df546681917caf82340afac2113915985172838d14789d0fc0a35eff50edd2f618877b941d888b664071f6b6ab7561edf21f42e WHIRLPOOL ca07f298199e9870927e9448eead59ea247fe7ecb1e614ed2756b00eccde2fdace4a11757900e6c191b90f05d9db08b76ce9ea436c7c0c04e0c157121843ad42
 DIST File_Archive-1.5.5.tgz 62598 SHA256 d739ca1d3cc52f7e5b8c46cfe2233afb11dee0e145e57754c0eaba50ffb8bde1 SHA512 528449e59e0853bbd73e2d7cb14cd11748e68abe889781f0476c6206e0d15e1c4b0b457172d88e73f7bb31cde3b6612ab3e86d8862322e0921e00db331f1d1e1 WHIRLPOOL e0899619ee8b7234dc0b2db29ac7201f8817d75b69a66b5d49804db6da738bde2349ca4d6ca70255d282fa3cdfd5d9dbf75eec6b7b13e47f7b908653d200f431

diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4-r1.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4-r1.ebuild
deleted file mode 100644
index 2110e39..00000000
--- a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Lets you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or deb) files"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="minimal"
-RDEPEND="dev-lang/php[bzip2,zlib]
-	dev-php/PEAR-MIME_Type
-	!minimal? ( dev-php/PEAR-Mail_Mime
-		dev-php/PEAR-Mail
-		>=dev-php/PEAR-Cache_Lite-1.5.0 )"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File_Archive/
@ 2017-01-06 19:43 Michael Orlitzky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Orlitzky @ 2017-01-06 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     eaf846858caab2fd26506b48c63fc9f14cd56172
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 19:35:02 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 19:39:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf84685

dev-php/PEAR-File_Archive: new EAPI=6 revision sans php-pear-r1.eclass.

Package-Manager: portage-2.3.0

 .../PEAR-File_Archive-1.5.5-r1.ebuild              | 34 ++++++++++++++++++++++
 .../PEAR-File_Archive-1.5.5.ebuild                 | 18 ------------
 2 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild
new file mode 100644
index 00000000..81b3e4f
--- /dev/null
+++ b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Easily manipulate archives in PHP"
+HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="minimal"
+
+RDEPEND="dev-lang/php[bzip2,zlib]
+	dev-php/PEAR-MIME_Type
+	dev-php/PEAR-PEAR
+	!minimal? (
+		dev-php/PEAR-Mail_Mime
+		dev-php/PEAR-Mail
+		dev-php/PEAR-Cache_Lite
+	)"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	dodoc README
+
+	insinto /usr/share/php
+	doins -r File
+}

diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild
deleted file mode 100644
index 2110e39..00000000
--- a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Lets you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or deb) files"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="minimal"
-RDEPEND="dev-lang/php[bzip2,zlib]
-	dev-php/PEAR-MIME_Type
-	!minimal? ( dev-php/PEAR-Mail_Mime
-		dev-php/PEAR-Mail
-		>=dev-php/PEAR-Cache_Lite-1.5.0 )"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-06 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06 19:43 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-File_Archive/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2017-01-06 19:43 Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox