public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-0.8.ebuild pkgcore-0.7.7.8-r1.ebuild pkgcore-0.7.7.8.ebuild
@ 2012-08-05  5:49 Brian Harring (ferringb)
  0 siblings, 0 replies; only message in thread
From: Brian Harring (ferringb) @ 2012-08-05  5:49 UTC (permalink / raw
  To: gentoo-commits

ferringb    12/08/05 05:49:06

  Modified:             ChangeLog
  Added:                pkgcore-0.8.ebuild
  Removed:              pkgcore-0.7.7.8-r1.ebuild pkgcore-0.7.7.8.ebuild
  Log:
  pkgcore 0.8; boatload of functionality, and a heavily delayed core fetch fix
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.155                sys-apps/pkgcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	21 May 2012 02:09:19 -0000	1.154
+++ ChangeLog	5 Aug 2012 05:49:06 -0000	1.155
@@ -1,6 +1,16 @@
 # 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.154 2012/05/21 02:09:19 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.155 2012/08/05 05:49:06 ferringb Exp $
+
+*pkgcore-0.8 (05 Aug 2012)
+
+  05 Aug 2012; Brian Harring <ferringb@gentoo.org> -pkgcore-0.7.7.8.ebuild,
+  -pkgcore-0.7.7.8-r1.ebuild, +pkgcore-0.8.ebuild:
+  Restore fetching support, parallelized compression, fix man pages, doc
+  overhaul,
+  prefix branch merged (we support everything sans -rx.y syntax), py3k
+  incompatibility
+  for -N fixed, new `pconfig world` command, and py2.4 support dropped.
 
   21 May 2012; Brian Harring <ferringb@gentoo.org>
   files/pkgcore-0.7.7.8-ebuild-envs-assert.patch:



1.1                  sys-apps/pkgcore/pkgcore-0.8.ebuild

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

Index: pkgcore-0.8.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.ebuild,v 1.1 2012/08/05 05:49:06 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
	|| ( >=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-08-05  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05  5:49 [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-0.8.ebuild pkgcore-0.7.7.8-r1.ebuild pkgcore-0.7.7.8.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