diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-18 19:59:59 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-18 19:59:59 +0000 |
commit | 60fc7d78e6b48febf33c312fde072a755b7514f7 (patch) | |
tree | 6c280d48cb11be093d14c99467fd8d3cb68e5b71 /media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild | |
parent | Added check/delete for /usr/lib/X11/xdm symlinks. (diff) | |
download | historical-60fc7d78e6b48febf33c312fde072a755b7514f7.tar.gz historical-60fc7d78e6b48febf33c312fde072a755b7514f7.tar.bz2 historical-60fc7d78e6b48febf33c312fde072a755b7514f7.zip |
Bump for 7.0RC4.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild')
-rw-r--r-- | media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild new file mode 100644 index 000000000000..0850329addab --- /dev/null +++ b/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-100dpi/font-bh-100dpi-1.0.0.ebuild,v 1.1 2005/12/18 19:50:19 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + + +DESCRIPTION="BigReqs prototype headers" +KEYWORDS="~amd64 ~arm ~ia64 ~s390 ~sparc ~x86" +RDEPEND="" +DEPEND="${RDEPEND} + x11-apps/bdftopcf + >=media-fonts/font-util-0.99.2" + +CONFIGURE_OPTIONS="--with-mapfiles=${XDIR}/share/fonts/util" |