public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/pkgcore-checks: pkgcore-checks-0.4.12.ebuild ChangeLog pkgcore-checks-0.4.10.ebuild pkgcore-checks-0.4.9.ebuild
@ 2009-12-27 14:41 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-12-27 14:41 UTC (permalink / raw
  To: gentoo-commits

patrick     09/12/27 14:41:30

  Modified:             ChangeLog
  Added:                pkgcore-checks-0.4.12.ebuild
  Removed:              pkgcore-checks-0.4.10.ebuild
                        pkgcore-checks-0.4.9.ebuild
  Log:
  Bump, remove old
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	21 Dec 2009 07:15:49 -0000	1.41
+++ ChangeLog	27 Dec 2009 14:41:30 -0000	1.42
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/pkgcore-checks
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.41 2009/12/21 07:15:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.42 2009/12/27 14:41:30 patrick Exp $
+
+*pkgcore-checks-0.4.12 (27 Dec 2009)
+
+  27 Dec 2009; Patrick Lauer <patrick@gentoo.org>
+  -pkgcore-checks-0.4.9.ebuild, -pkgcore-checks-0.4.10.ebuild,
+  +pkgcore-checks-0.4.12.ebuild:
+  Bump, remove old
 
 *pkgcore-checks-0.4.11 (21 Dec 2009)
 



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

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

Index: pkgcore-checks-0.4.12.ebuild
===================================================================
# Copyright 1999-2009 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.12.ebuild,v 1.1 2009/12/27 14:41:30 patrick Exp $

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.5
	>=dev-python/snakeoil-0.3.3
	>=dev-lang/python-2.4"
DEPEND="${RDEPEND}"

DOCS="NEWS AUTHORS"

PYTHON_MODNAME=pkgcore_checks

src_test() {
	"${python}" setup.py test || die "tests returned non zero"
}

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

pkg_postrm() {
	python_version
	# Careful not to remove this on up/downgrades.
	local sitep="${ROOT}"usr/lib/python${PYVER}/site-packages
	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:[~2009-12-27 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 14:41 [gentoo-commits] gentoo-x86 commit in dev-util/pkgcore-checks: pkgcore-checks-0.4.12.ebuild ChangeLog pkgcore-checks-0.4.10.ebuild pkgcore-checks-0.4.9.ebuild Patrick Lauer (patrick)

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