* [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-0.8.2.ebuild pkgcore-0.8.1.ebuild
@ 2012-10-01 8:42 Brian Harring (ferringb)
0 siblings, 0 replies; only message in thread
From: Brian Harring (ferringb) @ 2012-10-01 8:42 UTC (permalink / raw
To: gentoo-commits
ferringb 12/10/01 08:42:08
Modified: ChangeLog
Added: pkgcore-0.8.2.ebuild
Removed: pkgcore-0.8.1.ebuild
Log:
Pull in 0.8.2
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.158 sys-apps/pkgcore/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 30 Sep 2012 07:34:30 -0000 1.157
+++ ChangeLog 1 Oct 2012 08:42:08 -0000 1.158
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/pkgcore
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.157 2012/09/30 07:34:30 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.158 2012/10/01 08:42:08 ferringb Exp $
+
+*pkgcore-0.8.2 (01 Oct 2012)
+
+ 01 Oct 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.8.1.ebuild,
+ +pkgcore-0.8.2.ebuild:
+ Pull in pmaint regen fix.
*pkgcore-0.8.1 (30 Sep 2012)
1.1 sys-apps/pkgcore/pkgcore-0.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-0.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-0.8.2.ebuild?rev=1.1&content-type=text/plain
Index: pkgcore-0.8.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-0.8.2.ebuild,v 1.1 2012/10/01 08:42:08 ferringb Exp $
EAPI="3"
DISTUTILS_SRC_TEST="setup.py"
inherit distutils eutils
DESCRIPTION="pkgcore package manager"
HOMEPAGE="http://pkgcore.googlecode.com/"
SRC_URI="http://pkgcore.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="-doc build"
RDEPEND=">=dev-lang/python-2.5
>=dev-python/snakeoil-0.5.1
|| ( >=dev-lang/python-2.5 dev-python/pycrypto )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx dev-python/pyparsing )"
DOCS="AUTHORS NEWS"
pkg_setup() {
# disable snakeoil 2to3 caching...
unset PY2TO3_CACHEDIR
python_pkg_setup
}
src_compile() {
distutils_src_compile $(use_enable doc html-docs)
}
src_install() {
distutils_src_install $(use_enable doc html-docs)
}
pkg_postinst() {
distutils_pkg_postinst
pplugincache
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-01 8:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 8:42 [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-0.8.2.ebuild pkgcore-0.8.1.ebuild Brian Harring (ferringb)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox