summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:40:24 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:40:24 +0000
commitad7a29213157ba7ab303b60de7871b4a3f49554f (patch)
tree496c0688e09fe128a43f5d73cffc647dc4c23320 /media-fonts/font-bh-ttf
parentInitial commit for modular X. (diff)
downloadgentoo-2-ad7a29213157ba7ab303b60de7871b4a3f49554f.tar.gz
gentoo-2-ad7a29213157ba7ab303b60de7871b4a3f49554f.tar.bz2
gentoo-2-ad7a29213157ba7ab303b60de7871b4a3f49554f.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-fonts/font-bh-ttf')
-rw-r--r--media-fonts/font-bh-ttf/ChangeLog10
-rw-r--r--media-fonts/font-bh-ttf/Manifest2
-rw-r--r--media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.01
-rw-r--r--media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild26
4 files changed, 39 insertions, 0 deletions
diff --git a/media-fonts/font-bh-ttf/ChangeLog b/media-fonts/font-bh-ttf/ChangeLog
new file mode 100644
index 000000000000..2b7ef1615024
--- /dev/null
+++ b/media-fonts/font-bh-ttf/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-fonts/font-bh-ttf
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/ChangeLog,v 1.1 2005/08/08 07:39:55 spyderous Exp $
+
+*font-bh-ttf-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +font-bh-ttf-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest
new file mode 100644
index 000000000000..13d9af934b78
--- /dev/null
+++ b/media-fonts/font-bh-ttf/Manifest
@@ -0,0 +1,2 @@
+MD5 ee3e46ebf5e86f334d61b1ca5ae8a9bb font-bh-ttf-0.99.0.ebuild 541
+MD5 9a2cac10e73f4b049d34e22295566947 files/digest-font-bh-ttf-0.99.0 71
diff --git a/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0 b/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0
new file mode 100644
index 000000000000..e30f8c484fc1
--- /dev/null
+++ b/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0
@@ -0,0 +1 @@
+MD5 ab5fe2f25544d820897b61b4b73efa9a font-bh-ttf-0.99.0.tar.bz2 386316
diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild
new file mode 100644
index 000000000000..3dc5375a6ccc
--- /dev/null
+++ b/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild
@@ -0,0 +1,26 @@
+# 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-ttf/font-bh-ttf-0.99.0.ebuild,v 1.1 2005/08/08 07:39:55 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="BigReqs prototype headers"
+KEYWORDS="~x86"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-apps/mkfontdir
+ x11-apps/mkfontscale
+ media-libs/fontconfig"
+
+src_unpack() {
+ x-modular_unpack_source
+ x-modular_patch_source
+
+ sed -i -e "s:^fontdir =.*:fontdir = \$(datadir)/fonts/\$(FONT_DIR):g" \
+ ${S}/Makefile.am
+
+ x-modular_reconf_source
+}