diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 13:59:31 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 13:59:31 +0000 |
commit | cb3f26ffc4e128c9bed6662fff07d58f2a3a3e81 (patch) | |
tree | bbccfbe48b3b40f230978913f06e3abd903f7cf2 /x11-misc | |
parent | Removed default . (diff) | |
download | historical-cb3f26ffc4e128c9bed6662fff07d58f2a3a3e81.tar.gz historical-cb3f26ffc4e128c9bed6662fff07d58f2a3a3e81.tar.bz2 historical-cb3f26ffc4e128c9bed6662fff07d58f2a3a3e81.zip |
Removed defualt ${S}.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ttmkfdir/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/ttmkfdir/ChangeLog b/x11-misc/ttmkfdir/ChangeLog index 55d6a8418116..a25bc6b86ced 100644 --- a/x11-misc/ttmkfdir/ChangeLog +++ b/x11-misc/ttmkfdir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/ttmkfdir # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.33 2004/06/14 22:18:12 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.34 2004/06/19 13:59:31 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> ttmkfdir-3.0.9.ebuild: + Removed default ${S}. 14 Jun 2004; Tom Gall <tgall@gentoo.org> ttmkfdir-3.0.9-r1.ebuild: ~ppc64, initial x support bug #53763 diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild index ac69042136bd..4aeb49bbb98b 100644 --- a/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild +++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 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.9.ebuild,v 1.11 2004/05/20 05:26:31 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9.ebuild,v 1.12 2004/06/19 13:59:31 pyrania Exp $ IUSE="" inherit eutils flag-o-matic -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" HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html" |