From: "Brian Harring (ferringb)" <ferringb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-0.7.7.3.ebuild pkgcore-0.7.7.1.ebuild
Date: Fri, 9 Dec 2011 05:45:11 +0000 (UTC) [thread overview]
Message-ID: <20111209054511.845362004B@flycatcher.gentoo.org> (raw)
ferringb 11/12/09 05:45:11
Modified: ChangeLog
Added: pkgcore-0.7.7.3.ebuild
Removed: pkgcore-0.7.7.1.ebuild
Log:
pull in 0.7.7.3: namely better error reporting, and a fix for merging/unmerging for gconf. clean older versions in the process
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.141 sys-apps/pkgcore/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 8 Dec 2011 07:19:28 -0000 1.140
+++ ChangeLog 9 Dec 2011 05:45:11 -0000 1.141
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/pkgcore
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.140 2011/12/08 07:19:28 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.141 2011/12/09 05:45:11 ferringb Exp $
+
+*pkgcore-0.7.7.3 (09 Dec 2011)
+
+ 09 Dec 2011; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.1.ebuild,
+ +pkgcore-0.7.7.3.ebuild:
+ Pull in new release with better error handling, and fixing a merge/unmerge
+ bug.
*pkgcore-0.7.7.2 (08 Dec 2011)
1.1 sys-apps/pkgcore/pkgcore-0.7.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-0.7.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-0.7.7.3.ebuild?rev=1.1&content-type=text/plain
Index: pkgcore-0.7.7.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-0.7.7.3.ebuild,v 1.1 2011/12/09 05:45:11 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.4
>=dev-python/snakeoil-0.4.4
|| ( >=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
if use doc; then
python setup.py build_docs || die "doc building failed"
fi
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r build/sphinx/html/*
fi
}
pkg_postinst() {
distutils_pkg_postinst
pplugincache
}
reply other threads:[~2011-12-09 5:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111209054511.845362004B@flycatcher.gentoo.org \
--to=ferringb@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox