summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-21 22:32:18 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-21 22:32:18 +0100
commitbcdc8a68324944902d7a496ad57dd78ec39271a9 (patch)
tree90bfa8d63f4bcd57cc04745103f9f0d94bfdba75 /x11-misc
parentnet-libs/telepathy-glib: moved to gx86, drop introspection from metadata.xml (diff)
downloadgnome-bcdc8a68324944902d7a496ad57dd78ec39271a9.tar.gz
gnome-bcdc8a68324944902d7a496ad57dd78ec39271a9.tar.bz2
gnome-bcdc8a68324944902d7a496ad57dd78ec39271a9.zip
x11-misc/alacarte: moved to gx86
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/alacarte/Manifest11
-rw-r--r--x11-misc/alacarte/alacarte-3.6.1.ebuild81
2 files changed, 0 insertions, 92 deletions
diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest
deleted file mode 100644
index 5dbe70c6..00000000
--- a/x11-misc/alacarte/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST alacarte-3.6.1.tar.xz 177640 SHA256 7e17bd80e43130afea6372a957777d289c9b9b6d4893aa20ad3f45bbd48dd25e SHA512 846d560c8a3fffddcce41f7298e6a38b0a5a375f5a52647c61c42286cafc53c5b23c40a42a26743138427606e528ae0d340a38bb477a036a4de9337c61995b13 WHIRLPOOL 222436286e4fb7b11df17d139b82afb5ac031156286c068121e8fa435fc65311b197819d37400acce3ae173fde6e7613d6812513e8f245db6fddad71d49db441
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCQO6QACgkQ1fmVwcYIWAYJ8ACeNsUG2oxb67hpb7gYqTRNh+DT
-vG4AoIOtG1q8rQRSLXfMdf/br8c/4x5G
-=JT8E
------END PGP SIGNATURE-----
diff --git a/x11-misc/alacarte/alacarte-3.6.1.ebuild b/x11-misc/alacarte/alacarte-3.6.1.ebuild
deleted file mode 100644
index 71a8a0db..00000000
--- a/x11-misc/alacarte/alacarte-3.6.1.ebuild
+++ /dev/null
@@ -1,81 +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.4.ebuild,v 1.1 2012/10/28 16:50:07 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="xml"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="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_DEPEND="
- dev-python/pygobject:3
- >=gnome-base/gnome-menus-3.5.3:3[introspection]
-"
-# gnome-panel needed for gnome-desktop-item-edit
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gnome-panel
- 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
-"
-
-pkg_setup() {
- python_pkg_setup
-}
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README"
-
- gnome2_src_prepare
- python_clean_py-compile_files
-
- 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
-}