summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 08:29:43 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 08:29:43 +0000
commit9f4ee49bec7d4389b580c4e4b7bf3075eeda992e (patch)
treefae6d3e4c9af6e4c38ecf7ef76b274b4f90a4cc6 /x11-misc/alacarte
parentAdapt to latest pygobject don't providing python2.6 support (diff)
downloadgentoo-2-9f4ee49bec7d4389b580c4e4b7bf3075eeda992e.tar.gz
gentoo-2-9f4ee49bec7d4389b580c4e4b7bf3075eeda992e.tar.bz2
gentoo-2-9f4ee49bec7d4389b580c4e4b7bf3075eeda992e.zip
drop old and adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/alacarte')
-rw-r--r--x11-misc/alacarte/ChangeLog6
-rw-r--r--x11-misc/alacarte/alacarte-3.10.0.ebuild4
-rw-r--r--x11-misc/alacarte/alacarte-3.7.90.ebuild62
3 files changed, 7 insertions, 65 deletions
diff --git a/x11-misc/alacarte/ChangeLog b/x11-misc/alacarte/ChangeLog
index d726f2f8a605..192dea329633 100644
--- a/x11-misc/alacarte/ChangeLog
+++ b/x11-misc/alacarte/ChangeLog
@@ -1,6 +1,10 @@
# 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.126 2014/03/09 12:05:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/ChangeLog,v 1.127 2014/04/26 08:29:43 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -alacarte-3.7.90.ebuild,
+ alacarte-3.10.0.ebuild:
+ drop old and adapt to latest pygobject don't providing python2.6 support
09 Mar 2014; Pacho Ramos <pacho@gentoo.org> alacarte-3.10.0.ebuild:
x86 stable, bug 499954
diff --git a/x11-misc/alacarte/alacarte-3.10.0.ebuild b/x11-misc/alacarte/alacarte-3.10.0.ebuild
index 7c4b022b713c..607bc13a28b5 100644
--- a/x11-misc/alacarte/alacarte-3.10.0.ebuild
+++ b/x11-misc/alacarte/alacarte-3.10.0.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-3.10.0.ebuild,v 1.5 2014/03/09 12:05:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-3.10.0.ebuild,v 1.6 2014/04/26 08:29:43 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
# FIXME: support python3 but installs in a weird location
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit gnome2 python-r1
diff --git a/x11-misc/alacarte/alacarte-3.7.90.ebuild b/x11-misc/alacarte/alacarte-3.7.90.ebuild
deleted file mode 100644
index 9decefc4b49f..000000000000
--- a/x11-misc/alacarte/alacarte-3.7.90.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-3.7.90.ebuild,v 1.4 2013/12/08 19:49:41 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_6,2_7} )
-PYTHON_REQ_USE="xml"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Simple GNOME menu editor"
-HOMEPAGE="https://git.gnome.org/browse/alacarte"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- >=gnome-base/gnome-menus-3.5.3:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
- x11-libs/gdk-pixbuf:2[introspection]
- x11-libs/gtk+:3[introspection]
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.0
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- gnome2_src_prepare
- python_copy_sources
-}
-
-src_configure() {
- python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
- python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
- installing() {
- gnome2_src_install
- # Massage shebang to make python_doscript happy
- sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
- -i alacarte || die
- python_doscript alacarte
- }
- python_foreach_impl run_in_build_dir installing
-}