diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 03:59:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 03:59:30 +0000 |
commit | 21917ca4bf0ba5a62865a75fd3c3113a5aa03a64 (patch) | |
tree | 1bf9fa56ae77a674e1cc217886a64b3237a3d019 /app-text/freefonts | |
parent | version bump, and cleanup of old ebuilds (diff) | |
download | historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.tar.gz historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.tar.bz2 historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.zip |
cleanup
Diffstat (limited to 'app-text/freefonts')
-rw-r--r-- | app-text/freefonts/freefonts-0.10-r1.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app-text/freefonts/freefonts-0.10-r1.ebuild b/app-text/freefonts/freefonts-0.10-r1.ebuild index f4661409296f..8a127c794275 100644 --- a/app-text/freefonts/freefonts-0.10-r1.ebuild +++ b/app-text/freefonts/freefonts-0.10-r1.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 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-r1.ebuild,v 1.1 2001/04/13 14:04:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/freefonts/freefonts-0.10-r1.ebuild,v 1.2 2002/04/28 03:59:29 seemant 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}" +SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${P}.tar.gz" HOMEPAGE="http://www.gimp.org" src_install () { - 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 + 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 } - |