Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-misc/alacarte/
Date: Wed, 12 Feb 2014 23:48:30
Message-Id: 1392248311.085862788aebf7cd7fdca1c49fe45d878306f505.eva@gentoo
1 commit: 085862788aebf7cd7fdca1c49fe45d878306f505
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 23:38:31 2014 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 23:38:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=08586278
7
8 x11-misc/alacarte: moved to gentoo-x86
9
10 ---
11 x11-misc/alacarte/alacarte-3.10.0.ebuild | 62 --------------------------------
12 1 file changed, 62 deletions(-)
13
14 diff --git a/x11-misc/alacarte/alacarte-3.10.0.ebuild b/x11-misc/alacarte/alacarte-3.10.0.ebuild
15 deleted file mode 100644
16 index 717fc52..0000000
17 --- a/x11-misc/alacarte/alacarte-3.10.0.ebuild
18 +++ /dev/null
19 @@ -1,62 +0,0 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -EAPI="5"
25 -GCONF_DEBUG="no"
26 -# FIXME: support python3 but installs in a weird location
27 -PYTHON_COMPAT=( python{2_6,2_7} )
28 -PYTHON_REQ_USE="xml"
29 -
30 -inherit gnome2 python-r1
31 -
32 -DESCRIPTION="Simple GNOME menu editor"
33 -HOMEPAGE="https://git.gnome.org/browse/alacarte"
34 -
35 -LICENSE="GPL-2+"
36 -SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 -IUSE=""
39 -
40 -COMMON_DEPEND="
41 - ${PYTHON_DEPS}
42 - dev-python/pygobject:3[${PYTHON_USEDEP}]
43 - >=gnome-base/gnome-menus-3.5.3:3[introspection]
44 -"
45 -RDEPEND="${COMMON_DEPEND}
46 - x11-libs/gdk-pixbuf:2[introspection]
47 - x11-libs/gtk+:3[introspection]
48 -"
49 -DEPEND="${COMMON_DEPEND}
50 - >=dev-util/intltool-0.40.0
51 - sys-devel/gettext
52 - virtual/pkgconfig
53 -"
54 -
55 -src_prepare() {
56 - gnome2_src_prepare
57 - python_copy_sources
58 -}
59 -
60 -src_configure() {
61 - python_foreach_impl run_in_build_dir gnome2_src_configure
62 -}
63 -
64 -src_compile() {
65 - python_foreach_impl run_in_build_dir gnome2_src_compile
66 -}
67 -
68 -src_test() {
69 - python_foreach_impl run_in_build_dir default
70 -}
71 -
72 -src_install() {
73 - installing() {
74 - gnome2_src_install
75 - # Massage shebang to make python_doscript happy
76 - sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
77 - -i alacarte || die
78 - python_doscript alacarte
79 - }
80 - python_foreach_impl run_in_build_dir installing
81 -}