public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/
@ 2016-10-09 16:41 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-10-09 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ef1cf81471fa55946be72f9ec06f7552781910cd
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 16:41:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:41:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1cf814

sys-apps/yum: keyword for ppc.

Gentoo-Bug: https://bugs.gentoo.org/552770

Package-Manager: portage-2.3.0

 sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
index f6d3b02..8583b6c 100644
--- a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
+++ b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,15 +17,17 @@ SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
 IUSE="test"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+	${PYTHON_DEPS}
 	app-arch/rpm[${PYTHON_USEDEP}]
 	dev-python/sqlitecachec[${PYTHON_USEDEP}]
 	dev-libs/libxml2[python,${PYTHON_USEDEP}]
 	dev-python/pyliblzma[${PYTHON_USEDEP}]
 	dev-python/urlgrabber[${PYTHON_USEDEP}]"
+
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/
@ 2017-04-20 16:41 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-04-20 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     92080d5fcf2a700ddd291d4ad27932f68bcf4405
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:24:15 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:40:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92080d5f

sys-apps/yum: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild | 3 ++-
 sys-apps/yum/yum-3.4.3_p20130218.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
index 9afc1b3e56d..4ef67a210cc 100644
--- a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
+++ b/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}

diff --git a/sys-apps/yum/yum-3.4.3_p20130218.ebuild b/sys-apps/yum/yum-3.4.3_p20130218.ebuild
index dfb1c9a96fd..25cb7e9308c 100644
--- a/sys-apps/yum/yum-3.4.3_p20130218.ebuild
+++ b/sys-apps/yum/yum-3.4.3_p20130218.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	app-arch/rpm[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/
@ 2017-08-07 10:52 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2017-08-07 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e70e26dba37b28340c631ad00489863ddd412cc6
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 10:49:04 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 10:51:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70e26db

sys-apps/yum: version bump

Set Python shebang properly for /usr/bin/yum
Add missing 'python' USE-flag to app-arch/rpm dependency
Drop old vulnerable versions

Gentoo-Bug: 499328
Gentoo-Bug: 563850

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/yum/Manifest                              |  2 +-
 sys-apps/yum/yum-3.4.3_p20130218.ebuild            | 43 ----------------------
 ...130218-r1.ebuild => yum-3.4.3_p20170619.ebuild} | 22 +++++------
 3 files changed, 12 insertions(+), 55 deletions(-)

diff --git a/sys-apps/yum/Manifest b/sys-apps/yum/Manifest
index b70b9c24bc8..442a88fe63a 100644
--- a/sys-apps/yum/Manifest
+++ b/sys-apps/yum/Manifest
@@ -1 +1 @@
-DIST yum-3.4.3_p20130218.tar.gz 1389537 SHA256 efc2daeca86ddc893eb0489342686eb4a2b2cbbd1a75fd42fd27624225494ce7 SHA512 b450c6133443f674bd60f59633d5669d9f88e60930657891f428ce8f1bdcf7124a86ed756a6a5912b9237788854331022119a6bfb1d5cac8d8fdc3de11b1020e WHIRLPOOL 18bcff3b9f2e991f255ac5bc07937e67c20df46ec88fff1481e5f64fc36f97e5d741cfb378c4731a1721f1d0a9beb6f9d37a5f91b59055cfcb21ac06fce819b6
+DIST yum-3.4.3_p20170619.tar.gz 1525362 SHA256 c97cb357ca7f1180130007e3f8c733de7868d144b6bdb70356370ed110832d41 SHA512 4dddc3e30be8e86162b7786d7cf4e4e6f00e67c03bc3b16f347df1e54c3c67e5eaa01456e19952452a4eeaa4bc40c9a82a042d43772ad304c87c44bdc36e7ea3 WHIRLPOOL bdca57657b7d2405e04607f622d74aa94d5966bea15e1249ed47a82f3239949e2d380d6415a3e5ee089996762de412c2f60bf0f86f25dac91916322b26725847

diff --git a/sys-apps/yum/yum-3.4.3_p20130218.ebuild b/sys-apps/yum/yum-3.4.3_p20130218.ebuild
deleted file mode 100644
index 25cb7e9308c..00000000000
--- a/sys-apps/yum/yum-3.4.3_p20130218.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-MY_PV="a119004"
-MY_P="${PN}-${MY_PV}"
-
-inherit eutils multilib python-single-r1
-
-DESCRIPTION="automatic updater and package installer/remover for rpm systems"
-HOMEPAGE="http://yum.baseurl.org/"
-SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	app-arch/rpm[${PYTHON_USEDEP}]
-	dev-python/sqlitecachec[${PYTHON_USEDEP}]
-	dev-libs/libxml2[python,${PYTHON_USEDEP}]
-	dev-python/urlgrabber[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	sed -i -e 's/make/$(MAKE)/' Makefile || die
-	sed -i -e "s:lib:$(get_libdir):g" rpmUtils/Makefile yum/Makefile || die
-}
-
-src_install() {
-	emake DESTDIR="${ED}" install
-	python_optimize "${D%/}$(python_get_sitedir)" "${ED%/}/usr/share/yum-cli"
-	rm -r "${ED%/}/etc/rc.d" || die
-}

diff --git a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild b/sys-apps/yum/yum-3.4.3_p20170619.ebuild
similarity index 75%
rename from sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
rename to sys-apps/yum/yum-3.4.3_p20170619.ebuild
index 4ef67a210cc..25ff9b059b5 100644
--- a/sys-apps/yum/yum-3.4.3_p20130218-r1.ebuild
+++ b/sys-apps/yum/yum-3.4.3_p20170619.ebuild
@@ -1,28 +1,27 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
-
-MY_PV="a119004"
-MY_P="${PN}-${MY_PV}"
-
-inherit eutils multilib python-single-r1
+inherit python-single-r1 systemd
 
 DESCRIPTION="automatic updater and package installer/remover for rpm systems"
 HOMEPAGE="http://yum.baseurl.org/"
-SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
+
 IUSE="test"
+
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}
-	app-arch/rpm[${PYTHON_USEDEP}]
+	app-arch/rpm[python,${PYTHON_USEDEP}]
 	dev-python/sqlitecachec[${PYTHON_USEDEP}]
 	dev-libs/libxml2[python,${PYTHON_USEDEP}]
 	dev-python/pyliblzma[${PYTHON_USEDEP}]
@@ -32,15 +31,16 @@ DEPEND="${RDEPEND}
 	dev-util/intltool
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
-S="${WORKDIR}/${MY_P}"
-
 src_prepare() {
 	sed -i -e 's/make/$(MAKE)/' Makefile || die
 	sed -i -e "s:lib:$(get_libdir):g" rpmUtils/Makefile yum/Makefile || die
+	default
 }
 
 src_install() {
-	emake DESTDIR="${ED}" install
+	emake INIT=systemd UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${ED}" install
 	python_optimize "${D%/}$(python_get_sitedir)" "${ED%/}/usr/share/yum-cli"
 	rm -r "${ED%/}/etc/rc.d" || die
+	# bug #563850
+	python_fix_shebang "${ED}/usr/bin/yum"
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/
@ 2017-08-07 12:38 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2017-08-07 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6a3314fcb199d1aa53b39ce5ce48174e9634ea3e
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 12:34:42 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 12:34:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3314fc

sys-apps/yum: assign myself as maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/yum/metadata.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sys-apps/yum/metadata.xml b/sys-apps/yum/metadata.xml
index 004dd8a602b..22eb5e1427e 100644
--- a/sys-apps/yum/metadata.xml
+++ b/sys-apps/yum/metadata.xml
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription>
-    Automatic updater and package installer/remover for rpm
-    systems
-  </longdescription>
+	<maintainer type="person">
+		<email>pinkbyte@gentoo.org</email>
+		<name>Sergey Popov</name>
+	</maintainer>
+	<longdescription>
+		Automatic updater and package installer/remover for rpm	systems
+	</longdescription>
 </pkgmetadata>


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

end of thread, other threads:[~2017-08-07 12:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 16:41 [gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-04-20 16:41 David Seifert
2017-08-07 10:52 Sergey Popov
2017-08-07 12:38 Sergey Popov

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