public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/alacarte: ChangeLog alacarte-0.11.6.ebuild alacarte-0.11.3-r1.ebuild
@ 2008-09-27 16:00 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-09-27 16:00 UTC (permalink / raw
  To: gentoo-commits

eva         08/09/27 16:00:32

  Modified:             ChangeLog
  Added:                alacarte-0.11.6.ebuild
  Removed:              alacarte-0.11.3-r1.ebuild
  Log:
  bump to 0.11.6. Updated translations. Use of more theme icons.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.59                 x11-misc/alacarte/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	25 Sep 2008 15:10:59 -0000	1.58
+++ ChangeLog	27 Sep 2008 16:00:31 -0000	1.59
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/alacarte
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.58 2008/09/25 15:10:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.59 2008/09/27 16:00:31 eva Exp $
+
+*alacarte-0.11.6 (27 Sep 2008)
+
+  27 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  -alacarte-0.11.3-r1.ebuild, +alacarte-0.11.6.ebuild:
+  bump to 0.11.6. Updated translations. Use of more theme icons.
 
   25 Sep 2008; Jeroen Roovers <jer@gentoo.org> alacarte-0.11.5.ebuild:
   Stable for HPPA (bug #236971).



1.1                  x11-misc/alacarte/alacarte-0.11.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alacarte/alacarte-0.11.6.ebuild?rev=1.1&content-type=text/plain

Index: alacarte-0.11.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.11.6.ebuild,v 1.1 2008/09/27 16:00:31 eva Exp $

inherit gnome2 python eutils

DESCRIPTION="Simple GNOME menu editor"
HOMEPAGE="http://www.realistanew.com/projects/alacarte"

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

RDEPEND=">=dev-lang/python-2.4
		 >=dev-python/pygtk-2.8
		 >=gnome-base/gnome-menus-2.18
		 >=dev-python/gnome-python-2.18"
DEPEND="${RDEPEND}
		  sys-devel/gettext
		>=dev-util/intltool-0.35
		>=dev-util/pkgconfig-0.19"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	if ! built_with_use gnome-base/gnome-menus python ; then
		eerror "You must emerge gnome-base/gnome-menus with the python USE flag"
		die "alacarte needs python support in gnome-base/gnome-menus"
	fi
}

src_unpack() {
	gnome2_src_unpack

	# disable pyc compiling
	mv py-compile py-compile.orig
	ln -s $(type -P true) py-compile
}

pkg_postinst() {
	gnome2_pkg_postinst
	python_version
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/Alacarte
}

pkg_postrm() {
	gnome2_pkg_postrm
	python_version
	python_mod_cleanup
}






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

only message in thread, other threads:[~2008-09-27 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-27 16:00 [gentoo-commits] gentoo-x86 commit in x11-misc/alacarte: ChangeLog alacarte-0.11.6.ebuild alacarte-0.11.3-r1.ebuild Gilles Dartiguelongue (eva)

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