summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:58:42 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 14:58:42 +0000
commit78ebab8980e3bd997265afa42323f8fbb7910754 (patch)
treec14d56bd310211fb33398e43b7ce8786631ece8a /x11-apps/showfont/showfont-1.0.3.ebuild
parentDrop python changes, it's unneeded since gnome-doc-utils has been fixed. (diff)
downloadhistorical-78ebab8980e3bd997265afa42323f8fbb7910754.tar.gz
historical-78ebab8980e3bd997265afa42323f8fbb7910754.tar.bz2
historical-78ebab8980e3bd997265afa42323f8fbb7910754.zip
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/showfont/showfont-1.0.3.ebuild')
-rw-r--r--x11-apps/showfont/showfont-1.0.3.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/showfont/showfont-1.0.3.ebuild b/x11-apps/showfont/showfont-1.0.3.ebuild
new file mode 100644
index 000000000000..ea2fdbce5898
--- /dev/null
+++ b/x11-apps/showfont/showfont-1.0.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.3.ebuild,v 1.1 2010/11/01 14:58:42 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="font dumper for X font server"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libFS"
+DEPEND="${RDEPEND}"