public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit: ChangeLog gentoolkit-0.2.4.5.ebuild gentoolkit-0.2.4.4.ebuild gentoolkit-0.2.4.3.ebuild
@ 2009-06-01 17:47 Paul Varner (fuzzyray)
  0 siblings, 0 replies; only message in thread
From: Paul Varner (fuzzyray) @ 2009-06-01 17:47 UTC (permalink / raw
  To: gentoo-commits

fuzzyray    09/06/01 17:47:26

  Modified:             ChangeLog
  Added:                gentoolkit-0.2.4.5.ebuild
  Removed:              gentoolkit-0.2.4.4.ebuild gentoolkit-0.2.4.3.ebuild
  Log:
  gentoolkit-0.2.4.5 revision bump. Adds patches from http://git.goodpoint.de/?p=glsa-check.git;a=shortlog;h=refs/heads/for-0.2.4.4 for glsa-check
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.159                app-portage/gentoolkit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	27 May 2009 19:16:44 -0000	1.158
+++ ChangeLog	1 Jun 2009 17:47:26 -0000	1.159
@@ -1,6 +1,20 @@
 # ChangeLog for app-portage/gentoolkit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.158 2009/05/27 19:16:44 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.159 2009/06/01 17:47:26 fuzzyray Exp $
+
+*gentoolkit-0.2.4.5 (01 Jun 2009)
+
+  01 Jun 2009; Paul Varner <fuzzyray@gentoo.org> -gentoolkit-0.2.4.3.ebuild,
+  -gentoolkit-0.2.4.4.ebuild, +gentoolkit-0.2.4.5.ebuild:
+  gentoolkit-0.2.4.5 revision bump. This version adds the following patches
+  to glsa-check:
+  * Handle unicode encoding when dumping to stdout and start migration to
+  using StringIO
+  * Some python tweaks to speed glsa-check
+  See
+  http://git.goodpoint.de/?p=glsa-check.git;a=shortlog;h=refs/heads/for-0.2.
+  4.4
+  Remove gentoolkit-0.2.4.3 and gentoolkit-0.2.4.4
 
 *gentoolkit-9999 (27 May 2009)
 



1.1                  app-portage/gentoolkit/gentoolkit-0.2.4.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4.5.ebuild?rev=1.1&content-type=text/plain

Index: gentoolkit-0.2.4.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4.5.ebuild,v 1.1 2009/06/01 17:47:26 fuzzyray Exp $

EAPI=2

inherit eutils python

DESCRIPTION="Collection of administration scripts for Gentoo"
HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml"
SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd"

DEPEND="sys-apps/portage
	dev-lang/python[xml]
	dev-lang/perl
	sys-apps/grep"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install-gentoolkit || die "install-gentoolkit failed"

	# Create cache directory for revdep-rebuild
	dodir /var/cache/revdep-rebuild
	keepdir /var/cache/revdep-rebuild
	fowners root:root /var/cache/revdep-rebuild
	fperms 0700 /var/cache/revdep-rebuild
}

pkg_postinst() {
	# Make sure that our ownership and permissions stuck
	chown root:root "${ROOT}/var/cache/revdep-rebuild"
	chmod 0700 "${ROOT}/var/cache/revdep-rebuild"

	python_mod_optimize /usr/lib/gentoolkit

	einfo
	elog "The default location for revdep-rebuild files has been moved"
	elog "to /var/cache/revdep-rebuild when run as root."
	einfo
	einfo "Another alternative to equery is app-portage/portage-utils"
	einfo
	einfo "For further information on gentoolkit, please read the gentoolkit"
	einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml"
	einfo
}

pkg_postrm() {
	python_mod_cleanup /usr/lib/gentoolkit
}






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

only message in thread, other threads:[~2009-06-01 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 17:47 [gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit: ChangeLog gentoolkit-0.2.4.5.ebuild gentoolkit-0.2.4.4.ebuild gentoolkit-0.2.4.3.ebuild Paul Varner (fuzzyray)

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