public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/
@ 2016-12-27 16:43 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2016-12-27 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4bbcc1a5413ca658db1b89b1faa5dc4fae0dc47b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 16:41:50 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 16:41:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbcc1a5

dev-php/PEAR-PEAR_PackageFileManager: Version bump with new deps

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-PEAR_PackageFileManager/Manifest      |  1 +
 .../PEAR-PEAR_PackageFileManager-1.7.2.ebuild      | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/Manifest b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
index 7b6f945..2e732c5 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/Manifest
+++ b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
@@ -1,2 +1,3 @@
 DIST PEAR_PackageFileManager-1.6.3.tgz 82393 SHA256 c2b392a4807510659bfe77470d7732b21eab2aa752d2a53601d55ff335f9068d SHA512 33b790a15db6cb4b14369472291f6815d6d2fdf4918ea57f9fb7fee78b4a39e811e6ab8217878bcf0b7c4c5b239477a4da1fba5cea86e80023838de43bdc9492 WHIRLPOOL 061a7084b8afe49f8ddf501bfcd48cdfe99b8bc360142f801d61e3ba719c2e902e592bbe6b65c553be61544a379a034d623a24cec53b5b6c35c6a9941a7abb43
 DIST PEAR_PackageFileManager-1.7.0.tgz 37799 SHA256 188a2adfef7d93e20002c9909ebe2372af6380466a926b57e83c1221f9da4ee6 SHA512 e27f7f34e5fa5936bf478a3ce1a13e5de6762a16a52108ae886fe84a5b313de35cc70f1a3aee4113f1b309cf8d8022426def07e588c65d855a330394b3b9303b WHIRLPOOL 3c654d485226e5210099ef1f047e61a270b125da0fa581c0e79ad3172e36f83947e96e022e9c9f17dd00bddaa6fa6349ae801b29a45895b58668196b560ede59
+DIST PEAR_PackageFileManager-1.7.2.tgz 38104 SHA256 596fa07ab384cd360cdcf0fc4c288f77220564c2dbd5594eea9de3ed4d5286b1 SHA512 4a0a201fea221a8e2d21199f99d4f145e39f42344a0057f32bfefd96aa2635e12ea75ee6b6ac64c52a8d35be5e2a65fa5399b3195592dea9ba10191c45fc0056 WHIRLPOOL 098f99f3b9d770ea7d471fde7ca2f7ffa11c633adc8d8dc038e846e00fbe0eabcd904a87baa8018c9bb8193158dd3a468f2054b9416f942837426a6afaf706f5

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild
new file mode 100644
index 00000000..3f9008c
--- /dev/null
+++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 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}"
+
+HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+DESCRIPTION="Updates an existing package.xml file with a new filelist and changelog"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND=">=dev-lang/php-5.3:*
+	>=dev-php/PEAR-PEAR-1.10.1
+	dev-php/PEAR-PEAR_PackageFileManager2
+	dev-php/PEAR-PEAR_PackageFileManager_Plugins
+	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	insinto /usr/share/php
+	doins -r PEAR
+}
+
+pkg_postinst() {
+	# Register the package from the package.xml file
+	# Operation is not critical so die is not required
+	if [[ -f "${WORKDIR}/package.xml" ]] ; then
+		"${EROOT}usr/bin/peardev" install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
+	fi
+}
+
+pkg_postrm() {
+	# Uninstall known dependency
+	"${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/
@ 2017-01-07 14:26 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2017-01-07 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     92252a79a24c6664705c98d7986508ec5418c398
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 14:25:59 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 14:25:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92252a79

dev-php/PEAR-PEAR_PackageFileManager: remove unused version 1.7.0.

Package-Manager: portage-2.3.0

 dev-php/PEAR-PEAR_PackageFileManager/Manifest          |  1 -
 .../PEAR-PEAR_PackageFileManager-1.7.0.ebuild          | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/Manifest b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
index 2e732c5..e23b561 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/Manifest
+++ b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
@@ -1,3 +1,2 @@
 DIST PEAR_PackageFileManager-1.6.3.tgz 82393 SHA256 c2b392a4807510659bfe77470d7732b21eab2aa752d2a53601d55ff335f9068d SHA512 33b790a15db6cb4b14369472291f6815d6d2fdf4918ea57f9fb7fee78b4a39e811e6ab8217878bcf0b7c4c5b239477a4da1fba5cea86e80023838de43bdc9492 WHIRLPOOL 061a7084b8afe49f8ddf501bfcd48cdfe99b8bc360142f801d61e3ba719c2e902e592bbe6b65c553be61544a379a034d623a24cec53b5b6c35c6a9941a7abb43
-DIST PEAR_PackageFileManager-1.7.0.tgz 37799 SHA256 188a2adfef7d93e20002c9909ebe2372af6380466a926b57e83c1221f9da4ee6 SHA512 e27f7f34e5fa5936bf478a3ce1a13e5de6762a16a52108ae886fe84a5b313de35cc70f1a3aee4113f1b309cf8d8022426def07e588c65d855a330394b3b9303b WHIRLPOOL 3c654d485226e5210099ef1f047e61a270b125da0fa581c0e79ad3172e36f83947e96e022e9c9f17dd00bddaa6fa6349ae801b29a45895b58668196b560ede59
 DIST PEAR_PackageFileManager-1.7.2.tgz 38104 SHA256 596fa07ab384cd360cdcf0fc4c288f77220564c2dbd5594eea9de3ed4d5286b1 SHA512 4a0a201fea221a8e2d21199f99d4f145e39f42344a0057f32bfefd96aa2635e12ea75ee6b6ac64c52a8d35be5e2a65fa5399b3195592dea9ba10191c45fc0056 WHIRLPOOL 098f99f3b9d770ea7d471fde7ca2f7ffa11c633adc8d8dc038e846e00fbe0eabcd904a87baa8018c9bb8193158dd3a468f2054b9416f942837426a6afaf706f5

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild
deleted file mode 100644
index 4f18b7c..00000000
--- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit php-pear-r1
-
-DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-DEPEND=">=dev-php/pear-1.8.1"
-RDEPEND="dev-lang/php[xml,simplexml]
-	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"


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

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

commit:     f35cf189c93ca41e9bd7a67e235a34a9979f47c7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 19:29:40 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 19:29:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35cf189

dev-php/PEAR-PEAR_PackageFileManager: remove unused version 1.6.3.

Package-Manager: portage-2.3.0

 dev-php/PEAR-PEAR_PackageFileManager/Manifest           |  1 -
 .../PEAR-PEAR_PackageFileManager-1.6.3.ebuild           | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/Manifest b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
index e23b561..dc7c6d4 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/Manifest
+++ b/dev-php/PEAR-PEAR_PackageFileManager/Manifest
@@ -1,2 +1 @@
-DIST PEAR_PackageFileManager-1.6.3.tgz 82393 SHA256 c2b392a4807510659bfe77470d7732b21eab2aa752d2a53601d55ff335f9068d SHA512 33b790a15db6cb4b14369472291f6815d6d2fdf4918ea57f9fb7fee78b4a39e811e6ab8217878bcf0b7c4c5b239477a4da1fba5cea86e80023838de43bdc9492 WHIRLPOOL 061a7084b8afe49f8ddf501bfcd48cdfe99b8bc360142f801d61e3ba719c2e902e592bbe6b65c553be61544a379a034d623a24cec53b5b6c35c6a9941a7abb43
 DIST PEAR_PackageFileManager-1.7.2.tgz 38104 SHA256 596fa07ab384cd360cdcf0fc4c288f77220564c2dbd5594eea9de3ed4d5286b1 SHA512 4a0a201fea221a8e2d21199f99d4f145e39f42344a0057f32bfefd96aa2635e12ea75ee6b6ac64c52a8d35be5e2a65fa5399b3195592dea9ba10191c45fc0056 WHIRLPOOL 098f99f3b9d770ea7d471fde7ca2f7ffa11c633adc8d8dc038e846e00fbe0eabcd904a87baa8018c9bb8193158dd3a468f2054b9416f942837426a6afaf706f5

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
deleted file mode 100644
index 963eb19..00000000
--- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
+++ /dev/null
@@ -1,17 +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="Takes an existing package.xml file and updates it with a new filelist and changelog"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="dev-lang/php[xml,simplexml]
-	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/
@ 2017-03-19 14:26 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2017-03-19 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a1559406c8339099a51b5d0b633e70ab7a8fe877
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 14:25:47 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 14:26:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1559406

dev-php/PEAR-PEAR_PackageFileManager: Revbump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild   | 18 ++++++++++
 .../PEAR-PEAR_PackageFileManager-1.7.2.ebuild      | 41 ----------------------
 2 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
new file mode 100644
index 00000000000..1e153900c98
--- /dev/null
+++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Updates an existing package.xml file with a new filelist and changelog"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND=">=dev-lang/php-5.3:*
+	>=dev-php/PEAR-PEAR-1.10.1
+	dev-php/PEAR-PEAR_PackageFileManager2
+	dev-php/PEAR-PEAR_PackageFileManager_Plugins
+	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild
deleted file mode 100644
index 471fc32bb5f..00000000000
--- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="http://pear.php.net/package/${MY_PN}"
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-DESCRIPTION="Updates an existing package.xml file with a new filelist and changelog"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND=">=dev-lang/php-5.3:*
-	>=dev-php/PEAR-PEAR-1.10.1
-	dev-php/PEAR-PEAR_PackageFileManager2
-	dev-php/PEAR-PEAR_PackageFileManager_Plugins
-	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	insinto /usr/share/php
-	doins -r PEAR
-}
-
-pkg_postinst() {
-	# Register the package from the package.xml file
-	# Operation is not critical so die is not required
-	if [[ -f "${WORKDIR}/package.xml" ]] ; then
-		"${EROOT}usr/bin/peardev" install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
-	fi
-}
-
-pkg_postrm() {
-	# Uninstall known dependency
-	"${EROOT}usr/bin/peardev" uninstall -nrO "pear.php.net/${MY_PN}"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/
@ 2018-02-15 19:16 Brian Evans
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2018-02-15 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     178ea489db782aebee52cbb7c8f779886be47a09
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 18:23:06 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 19:15:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178ea489

dev-php/PEAR-PEAR_PackageFileManager: Drop minimal USE

dev-php/PEAR-PHP_CompatInfo is abanonded on PEAR and not easily replaced

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ....7.2-r1.ebuild => PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild
similarity index 68%
rename from dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
rename to dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild
index 1e153900c98..b0973dc6211 100644
--- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
+++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,10 +9,9 @@ DESCRIPTION="Updates an existing package.xml file with a new filelist and change
 LICENSE="PHP-3.01"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
+IUSE=""
 
 RDEPEND=">=dev-lang/php-5.3:*
 	>=dev-php/PEAR-PEAR-1.10.1
 	dev-php/PEAR-PEAR_PackageFileManager2
-	dev-php/PEAR-PEAR_PackageFileManager_Plugins
-	!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
+	dev-php/PEAR-PEAR_PackageFileManager_Plugins"


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

end of thread, other threads:[~2018-02-15 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-27 16:43 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2017-01-07 14:26 Michael Orlitzky
2017-01-07 19:31 Michael Orlitzky
2017-03-19 14:26 Brian Evans
2018-02-15 19:16 Brian Evans

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