diff options
Diffstat (limited to 'gnome-extra/gucharmap/gucharmap-2.24.2.ebuild')
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-2.24.2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-2.24.2.ebuild b/gnome-extra/gucharmap/gucharmap-2.24.2.ebuild deleted file mode 100644 index 15aed93b4fdc..000000000000 --- a/gnome-extra/gucharmap/gucharmap-2.24.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-2.24.2.ebuild,v 1.1 2008/12/14 16:00:16 eva Exp $ - -inherit eutils gnome2 python - -DESCRIPTION="Unicode character map viewer" -HOMEPAGE="http://gucharmap.sourceforge.net/" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="cjk doc gnome python" - -# gnome-base/libgnome is still used as "exec gnome-open", but our non-GNOME friends -# would probably prefer non-working help button over a libgnome dependency, while -# GNOME will have libgnome pulled in by other stuff still either way. Reconsider -# once libgnome can truely die (gnome 2.24 material) -RDEPEND=">=dev-libs/glib-2.16.3 - >=x11-libs/pango-1.2.1 - >=x11-libs/gtk+-2.13.6 - gnome? ( gnome-base/gconf ) - python? ( >=dev-python/pygtk-2.7.1 )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - >=app-text/gnome-doc-utils-0.9.0 - doc? ( >=dev-util/gtk-doc-1.0 )" - -DOCS="ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - $(use_enable gnome gconf) - $(use_enable cjk unihan) - $(use_enable python python-bindings)" -} - -src_unpack() { - gnome2_src_unpack - - # Fix compilation with USE="-gnome", bug #248289 - epatch "${FILESDIR}/${P}-nogconf.patch" -} |