diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
commit | 644cca632a30af1cc99e4a93aa60f33b764e4df4 (patch) | |
tree | 7e9a456b1d9e690d7fb30f4efb64888795568f55 /app-text/freefonts | |
parent | Cleanup (diff) | |
download | historical-644cca632a30af1cc99e4a93aa60f33b764e4df4.tar.gz historical-644cca632a30af1cc99e4a93aa60f33b764e4df4.tar.bz2 historical-644cca632a30af1cc99e4a93aa60f33b764e4df4.zip |
Cleanup
Diffstat (limited to 'app-text/freefonts')
-rw-r--r-- | app-text/freefonts/files/digest-freefonts-0.10 | 1 | ||||
-rw-r--r-- | app-text/freefonts/freefonts-0.10.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-text/freefonts/files/digest-freefonts-0.10 b/app-text/freefonts/files/digest-freefonts-0.10 deleted file mode 100644 index bc18f66c373d..000000000000 --- a/app-text/freefonts/files/digest-freefonts-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 a547b5b861d6eb138394bb83748d4eee freefonts-0.10.tar.gz diff --git a/app-text/freefonts/freefonts-0.10.ebuild b/app-text/freefonts/freefonts-0.10.ebuild deleted file mode 100644 index c46bfe1490cd..000000000000 --- a/app-text/freefonts/freefonts-0.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/freefonts/freefonts-0.10.ebuild,v 1.1 2000/10/29 20:36:59 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/freefont -DESCRIPTION="A Collection of True Type Fonts" -SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${A}" -HOMEPAGE="http://www.gimp.org" - - -src_compile() { - - cd ${S} - -} - -src_install () { - - cd ${S} - dodir /usr/X11R6/lib/X11/fonts/freefont - cp -a * ${D}/usr/X11R6/lib/X11/fonts/freefont - rm ${D}/usr/X11R6/lib/X11/fonts/freefont/README - dodoc README - -} - |