summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gucharmap/gucharmap-1.4.4.ebuild')
-rw-r--r--gnome-extra/gucharmap/gucharmap-1.4.4.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-1.4.4.ebuild b/gnome-extra/gucharmap/gucharmap-1.4.4.ebuild
deleted file mode 100644
index 2c3f87142125..000000000000
--- a/gnome-extra/gucharmap/gucharmap-1.4.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gucharmap/gucharmap-1.4.4.ebuild,v 1.10 2006/09/05 03:08:42 kumba Exp $
-
-inherit gnome2
-
-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 sparc x86"
-IUSE="cjk gnome"
-
-RDEPEND=">=dev-libs/glib-2.3
- >=x11-libs/pango-1.2.1
- >=x11-libs/gtk+-2.2
- !gnome? ( dev-libs/popt )
- gnome? (
- >=gnome-base/libgnome-2.2
- >=gnome-base/libgnomeui-2.2 )
- !<gnome-extra/gnome-utils-2.3"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=app-text/gnome-doc-utils-0.3.2
- app-text/scrollkeeper
- >=dev-util/intltool-0.29"
-
-DOCS="ChangeLog NEWS README TODO"
-
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper \
- $(use_enable gnome) \
- $(use_enable cjk unihan)"
-}