summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-10 22:56:15 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-10 22:56:15 +0000
commitdfc56f3ef4a49bab4e61165abc64290e07a46427 (patch)
tree1ff074fc5a8784113efe3e664a5772fb6ca1118c
parentFarsight is lgpl 2.1, not gpl-2 (diff)
downloadgentoo-2-dfc56f3ef4a49bab4e61165abc64290e07a46427.tar.gz
gentoo-2-dfc56f3ef4a49bab4e61165abc64290e07a46427.tar.bz2
gentoo-2-dfc56f3ef4a49bab4e61165abc64290e07a46427.zip
Remove GNOME 2.18
(Portage version: 2.1.4.4)
-rw-r--r--x11-misc/alacarte/alacarte-0.10.2.ebuild23
-rw-r--r--x11-misc/alacarte/files/alacarte-0.10.1-python25.patch11
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/alacarte/alacarte-0.10.2.ebuild b/x11-misc/alacarte/alacarte-0.10.2.ebuild
deleted file mode 100644
index d22417e06136..000000000000
--- a/x11-misc/alacarte/alacarte-0.10.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.2.ebuild,v 1.8 2007/06/02 02:50:14 ranger Exp $
-
-inherit eutils autotools gnome2 python
-
-DESCRIPTION="Simple GNOME menu editor"
-HOMEPAGE="http://www.realistanew.com/projects/alacarte"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-SLOT=0
-
-RDEPEND=">=dev-lang/python-2.4
- >=dev-python/pygtk-2.4
- >=gnome-base/gnome-menus-2.15"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/x11-misc/alacarte/files/alacarte-0.10.1-python25.patch b/x11-misc/alacarte/files/alacarte-0.10.1-python25.patch
deleted file mode 100644
index 39031a4b41ba..000000000000
--- a/x11-misc/alacarte/files/alacarte-0.10.1-python25.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2006-11-15 02:12:12.417972280 +0000
-+++ configure.ac 2006-11-15 02:13:15.890323016 +0000
-@@ -19,7 +19,7 @@
- AM_GLIB_GNU_GETTEXT
- IT_PROG_INTLTOOL([0.35.0])
-
--AM_PATH_PYTHON_VERSION(2.4, 2.4.0)
-+AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0)
-
- PKG_CHECK_MODULES(ALACARTE, libgnome-menu >= 2.15)
-