public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/yum: yum-3.4.3_p20130218.ebuild ChangeLog yum-3.4.3-r1.ebuild yum-3.4.3.ebuild
@ 2013-09-17 22:00 Chris Reffett (creffett)
  0 siblings, 0 replies; only message in thread
From: Chris Reffett (creffett) @ 2013-09-17 22:00 UTC (permalink / raw
  To: gentoo-commits

creffett    13/09/17 22:00:54

  Modified:             ChangeLog
  Added:                yum-3.4.3_p20130218.ebuild
  Removed:              yum-3.4.3-r1.ebuild yum-3.4.3.ebuild
  Log:
  Security bump wrt bug 463512. Clean affected.
  
  (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.20                 sys-apps/yum/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/yum/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/yum/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/yum/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	4 May 2013 20:21:32 -0000	1.19
+++ ChangeLog	17 Sep 2013 22:00:54 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/yum
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.19 2013/05/04 20:21:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.20 2013/09/17 22:00:54 creffett Exp $
+
+*yum-3.4.3_p20130218 (17 Sep 2013)
+
+  17 Sep 2013; Chris Reffett <creffett@gentoo.org> +yum-3.4.3_p20130218.ebuild,
+  -yum-3.4.3-r1.ebuild, -yum-3.4.3.ebuild:
+  Security bump wrt bug 463512. Clean affected.
 
 *yum-3.4.3-r1 (04 May 2013)
 



1.1                  sys-apps/yum/yum-3.4.3_p20130218.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/yum/yum-3.4.3_p20130218.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/yum/yum-3.4.3_p20130218.ebuild?rev=1.1&content-type=text/plain

Index: yum-3.4.3_p20130218.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.4.3_p20130218.ebuild,v 1.1 2013/09/17 22:00:54 creffett Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_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="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-17 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 22:00 [gentoo-commits] gentoo-x86 commit in sys-apps/yum: yum-3.4.3_p20130218.ebuild ChangeLog yum-3.4.3-r1.ebuild yum-3.4.3.ebuild Chris Reffett (creffett)

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