x11-misc/alacarte: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Mon, 6 Mar 2017 06:40:06 +0000 (08:40 +0200)
committerDavid Seifert <soap@gentoo.org>
Tue, 7 Mar 2017 09:10:25 +0000 (10:10 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

x11-misc/alacarte/Manifest
x11-misc/alacarte/alacarte-3.10.0.ebuild [deleted file]

index 6fcf6e22fb17169fb6276c0b6473f313e9eb2d6f..f25f3f2f1bb49ed601f0b02e4c5776b10c2a6c67 100644 (file)
@@ -1,2 +1 @@
-DIST alacarte-3.10.0.tar.xz 181576 SHA256 bdc91981859a5076ae38a213892074e1263629835702920d47f6ee2bb76179f1 SHA512 7ac46fe754c8ddb83856440ebd1c383ef8ec6f8b9601774442613e1a4ccbbc919eed221b4d4555b9dba3af78dbd985fed4320fbeada4eb68f7c088ebee01f564 WHIRLPOOL 231b64749c033c3e45433d743179437f2f41e9c3cfa99beea99e9040b08ed9eb2d06e25e9d7212d41d5a29a32d4f63fc21e6da091a199c4a180505c13a6b04b7
 DIST alacarte-3.11.91.tar.xz 199128 SHA256 d77294f25ac9e4f293530080578d83dc8e014d5b7c6c01d6f9a7f1715719a384 SHA512 b4b5ead4ba0b9742ea0530ecb5362afa970125d29750aaf147be6fd477f238b9c360307ce1df2a56330a69cd9c849a0dde4be44b36bf55377f42e30429411935 WHIRLPOOL 6a6e2f47486c714dd1d35b6814f6a5dabd79799d9d101d7d2e8e74b2cef0d9f028bab104213574fb067d2419f82af3f4c79ad6d59b457237837ce5c65d764b02
diff --git a/x11-misc/alacarte/alacarte-3.10.0.ebuild b/x11-misc/alacarte/alacarte-3.10.0.ebuild
deleted file mode 100644 (file)
index 53a0431..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-# FIXME: support python3 but installs in a weird location
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-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
-}