public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/pkgcore-checks: ChangeLog pkgcore-checks-0.4.14.ebuild
@ 2011-04-25  3:11 Brian Harring (ferringb)
  0 siblings, 0 replies; only message in thread
From: Brian Harring (ferringb) @ 2011-04-25  3:11 UTC (permalink / raw
  To: gentoo-commits

ferringb    11/04/25 03:11:35

  Modified:             ChangeLog
  Added:                pkgcore-checks-0.4.14.ebuild
  Log:
  add 0.4.14
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-util/pkgcore-checks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	22 Mar 2011 06:30:30 -0000	1.46
+++ ChangeLog	25 Apr 2011 03:11:35 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/pkgcore-checks
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.46 2011/03/22 06:30:30 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.47 2011/04/25 03:11:35 ferringb Exp $
+
+*pkgcore-checks-0.4.14 (25 Apr 2011)
+
+  25 Apr 2011; Brian Harring <ferringb@gentoo.org>
+  +pkgcore-checks-0.4.14.ebuild:
+  add 0.4.14; bugfixes and compatibility for snakeoil/pkgcore changes
 
   22 Mar 2011; Brian Harring <ferringb@gentoo.org>
   pkgcore-checks-0.4.13.ebuild:



1.1                  dev-util/pkgcore-checks/pkgcore-checks-0.4.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.14.ebuild?rev=1.1&content-type=text/plain

Index: pkgcore-checks-0.4.14.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.14.ebuild,v 1.1 2011/04/25 03:11:35 ferringb Exp $

EAPI="3"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils

DESCRIPTION="pkgcore developmental repoman replacement"
HOMEPAGE="http://www.pkgcore.org/"
SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=sys-apps/pkgcore-0.5.9
	>=dev-python/snakeoil-0.3.6"
DEPEND="${RDEPEND}"

DOCS="AUTHORS NEWS"
PYTHON_MODNAME="pkgcore_checks"

pkg_setup() {
	# disable snakeoil 2to3 caching...
	unset PY2TO3_CACHEDIR
	python_pkg_setup
}

pkg_postinst() {
	einfo "updating pkgcore plugin cache"
	pplugincache pkgcore_checks.plugins pkgcore.plugins
	distutils_pkg_postinst
}

pkg_postrm() {
	# Careful not to remove this on up/downgrades.
	local sitep="${ROOT}$(python_get_sitedir)"
	if [[ -e "${sitep}/pkgcore_checks/plugins/plugincache2" && ! -e "${sitep}/pkgcore_checks/base.py" ]]; then
		rm "${sitep}/pkgcore_checks/plugins/plugincache2"
	fi
	distutils_pkg_postrm
}






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

only message in thread, other threads:[~2011-04-25  3:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25  3:11 [gentoo-commits] gentoo-x86 commit in dev-util/pkgcore-checks: ChangeLog pkgcore-checks-0.4.14.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