[gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/, profiles/

2019-04-14 Thread Michał Górny
commit: 6b2a23b9684c1ec4211be279b0b1c5b1444c6b7f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 07:08:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 14 07:09:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2a23b9

sys-apps/yum: Remove last-rited pkg

Closes: https://bugs.gentoo.org/643308
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask   |  1 -
 sys-apps/yum/Manifest   |  1 -
 sys-apps/yum/metadata.xml   | 11 
 sys-apps/yum/yum-3.4.3_p20170619.ebuild | 46 -
 4 files changed, 59 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0821c2c8261..098297d8b0e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -777,7 +777,6 @@ dev-util/staruml-bin
 #
 # Removal in 30 days.  Bug #643308.
 dev-python/pyliblzma
-sys-apps/yum
 
 # Eray Aslan  (01 Mar 2019)
 # Mask experimental software

diff --git a/sys-apps/yum/Manifest b/sys-apps/yum/Manifest
deleted file mode 100644
index 941cf6aec44..000
--- a/sys-apps/yum/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yum-3.4.3_p20170619.tar.gz 1525362 BLAKE2B 
b2519fef3260f8c10bc2ac26f24b15cf7751d3620cb328fc4bf2db27fbf7cd23be86b474263887b6a5170e8896ce74627b868ccd2fc5b3ddd0679c1a21ca1be7
 SHA512 
4dddc3e30be8e86162b7786d7cf4e4e6f00e67c03bc3b16f347df1e54c3c67e5eaa01456e19952452a4eeaa4bc40c9a82a042d43772ad304c87c44bdc36e7ea3

diff --git a/sys-apps/yum/metadata.xml b/sys-apps/yum/metadata.xml
deleted file mode 100644
index 22eb5e1427e..000
--- a/sys-apps/yum/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
-   
-   Automatic updater and package installer/remover for rpm systems
-   
-

diff --git a/sys-apps/yum/yum-3.4.3_p20170619.ebuild 
b/sys-apps/yum/yum-3.4.3_p20170619.ebuild
deleted file mode 100644
index 25ff9b059b5..000
--- a/sys-apps/yum/yum-3.4.3_p20170619.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-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/~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,${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}] )"
-
-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 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"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/

2017-08-07 Thread Sergey Popov
commit: 6a3314fcb199d1aa53b39ce5ce48174e9634ea3e
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Aug  7 12:34:42 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Aug  7 12:34:42 2017 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-Automatic updater and package installer/remover for rpm
-systems
-  
+   
+   pinkb...@gentoo.org
+   Sergey Popov
+   
+   
+   Automatic updater and package installer/remover for rpm systems
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/

2017-08-07 Thread Sergey Popov
commit: e70e26dba37b28340c631ad00489863ddd412cc6
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Aug  7 10:49:04 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Aug  7 10:51:55 2017 +
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..000
--- 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}" 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/

2017-04-20 Thread David Seifert
commit: 92080d5fcf2a700ddd291d4ad27932f68bcf4405
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 16:24:15 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 16:40:53 2017 +
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}]



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yum/

2016-10-09 Thread Patrice Clement
commit: ef1cf81471fa55946be72f9ec06f7552781910cd
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Oct  9 16:41:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct  9 16:41:48 2016 +
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}] )"