summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-24 18:40:36 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-24 18:40:36 +0000
commit4efa47d03e0e438c30907c6a634bf8e02ac30f48 (patch)
treeb582a7a4377b03e0b8a40d420ada7963c0ca821b /x11-misc/ttmkfdir
parentremove broken /usr/bin/cpp binary if exists (diff)
downloadhistorical-4efa47d03e0e438c30907c6a634bf8e02ac30f48.tar.gz
historical-4efa47d03e0e438c30907c6a634bf8e02ac30f48.tar.bz2
historical-4efa47d03e0e438c30907c6a634bf8e02ac30f48.zip
new version
Diffstat (limited to 'x11-misc/ttmkfdir')
-rw-r--r--x11-misc/ttmkfdir/ChangeLog8
-rw-r--r--x11-misc/ttmkfdir/files/digest-ttmkfdir-3.0.41
-rw-r--r--x11-misc/ttmkfdir/ttmkfdir-3.0.4.ebuild31
3 files changed, 39 insertions, 1 deletions
diff --git a/x11-misc/ttmkfdir/ChangeLog b/x11-misc/ttmkfdir/ChangeLog
index b178d66e4a3b..247adad9798e 100644
--- a/x11-misc/ttmkfdir/ChangeLog
+++ b/x11-misc/ttmkfdir/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/ttmkfdir
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.8 2002/12/23 01:25:26 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.9 2002/12/24 18:40:36 azarah Exp $
+
+*ttmkfdir-3.0.4 (23 Dec 2002)
+
+ 23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> ttmkfdir-3.0.4.ebuild :
+
+ Updated sources from Redhat.
*ttmkfdir-2.0-r1 (23 Dec 2002)
diff --git a/x11-misc/ttmkfdir/files/digest-ttmkfdir-3.0.4 b/x11-misc/ttmkfdir/files/digest-ttmkfdir-3.0.4
new file mode 100644
index 000000000000..10fa1b11a28b
--- /dev/null
+++ b/x11-misc/ttmkfdir/files/digest-ttmkfdir-3.0.4
@@ -0,0 +1 @@
+MD5 258b38503b169612bd641156cd55032e ttmkfdir-3.0.4.tar.bz2 18496
diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.4.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.4.ebuild
new file mode 100644
index 000000000000..b4f42b4966e5
--- /dev/null
+++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.4.ebuild,v 1.1 2002/12/24 18:40:36 azarah Exp $
+
+IUSE=""
+
+inherit eutils
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+ http://www.gentoo.org/~azarah/${P}.tar.bz2"
+HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha"
+
+DEPEND=">=media-libs/freetype-2.0.8
+ >=sys-devel/flex-2.5.4a-r5
+ sys-devel/libtool"
+
+src_compile() {
+ make OPTFLAGS="${CFLAGS}" DEBUG="" || die
+}
+
+src_install() {
+ exeinto /usr/X11R6/bin
+ doexe ${S}/ttmkfdir
+}
+