diff options
author | 2014-11-13 12:40:55 +0000 | |
---|---|---|
committer | 2014-11-13 12:40:55 +0000 | |
commit | 0c18b33e04e91a196139974e46cdf54ea1db2a3a (patch) | |
tree | 403f7be1d3ae0c463ad24d73454681f32d580b09 /x11-misc/alacarte | |
parent | Drop package due bug #508854 (diff) | |
download | gentoo-2-0c18b33e04e91a196139974e46cdf54ea1db2a3a.tar.gz gentoo-2-0c18b33e04e91a196139974e46cdf54ea1db2a3a.tar.bz2 gentoo-2-0c18b33e04e91a196139974e46cdf54ea1db2a3a.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/alacarte')
-rw-r--r-- | x11-misc/alacarte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/alacarte/alacarte-0.13.2.ebuild | 79 |
2 files changed, 4 insertions, 80 deletions
diff --git a/x11-misc/alacarte/ChangeLog b/x11-misc/alacarte/ChangeLog index 192dea329633..fbbff4b63811 100644 --- a/x11-misc/alacarte/ChangeLog +++ b/x11-misc/alacarte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/alacarte # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.127 2014/04/26 08:29:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.128 2014/11/13 12:40:55 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -alacarte-0.13.2.ebuild: + Drop old (#508854) 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -alacarte-3.7.90.ebuild, alacarte-3.10.0.ebuild: diff --git a/x11-misc/alacarte/alacarte-0.13.2.ebuild b/x11-misc/alacarte/alacarte-0.13.2.ebuild deleted file mode 100644 index 45b2cb7b45ef..000000000000 --- a/x11-misc/alacarte/alacarte-0.13.2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.13.2.ebuild,v 1.12 2012/12/15 20:13:34 swegener Exp $ - -EAPI="3" -GCONF_DEBUG="no" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -inherit gnome2 python - -DESCRIPTION="Simple GNOME menu editor" -HOMEPAGE="http://live.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -common_depends=" - >=dev-python/pygobject-2.15.1:2 - >=dev-python/pygtk-2.13:2 - >=gnome-base/gnome-menus-2.27.92:0[python]" - -RDEPEND="${common_depends} - >=gnome-base/gnome-panel-2.16" - -DEPEND="${common_depends} - sys-devel/gettext - >=dev-util/intltool-0.40.0 - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - python_pkg_setup -} - -src_prepare() { - gnome2_src_prepare - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - python_copy_sources -} - -src_configure() { - configure() { - G2CONF="${G2CONF} PYTHON=$(PYTHON -a)" - gnome2_src_configure - } - python_execute_function -s configure -} - -src_compile() { - python_execute_function -s gnome2_src_compile -} - -src_test() { - python_execute_function -s -d -} - -src_install() { - python_execute_function -s gnome2_src_install - python_clean_installation_image - python_convert_shebangs -r 2 "${ED}" -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize Alacarte -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup Alacarte -} |