summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-13 14:09:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-13 14:09:32 +0000
commit11989ada975e4ce310613b4976b07a84a3076f5e (patch)
tree311a4f9c9d35efbac86fc5b428ba9f9da5c57ad5 /app-text/sharefonts
parentCosmetics (diff)
downloadgentoo-2-11989ada975e4ce310613b4976b07a84a3076f5e.tar.gz
gentoo-2-11989ada975e4ce310613b4976b07a84a3076f5e.tar.bz2
gentoo-2-11989ada975e4ce310613b4976b07a84a3076f5e.zip
Cosm.
Diffstat (limited to 'app-text/sharefonts')
-rw-r--r--app-text/sharefonts/files/digest-sharefonts-0.10-r11
-rw-r--r--app-text/sharefonts/sharefonts-0.10-r1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-text/sharefonts/files/digest-sharefonts-0.10-r1 b/app-text/sharefonts/files/digest-sharefonts-0.10-r1
new file mode 100644
index 000000000000..cca26f3f93ea
--- /dev/null
+++ b/app-text/sharefonts/files/digest-sharefonts-0.10-r1
@@ -0,0 +1 @@
+MD5 fd407f15efc7f06e320c10fd73d66c1f sharefonts-0.10.tar.gz
diff --git a/app-text/sharefonts/sharefonts-0.10-r1.ebuild b/app-text/sharefonts/sharefonts-0.10-r1.ebuild
new file mode 100644
index 000000000000..4a429f02ed57
--- /dev/null
+++ b/app-text/sharefonts/sharefonts-0.10-r1.ebuild
@@ -0,0 +1,20 @@
+# 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/sharefonts/sharefonts-0.10-r1.ebuild,v 1.1 2001/04/13 14:09:32 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/sharefont
+DESCRIPTION="A Collection of True Type Fonts"
+SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${A}"
+HOMEPAGE="http://www.gimp.org"
+
+src_install () {
+
+ dodir /usr/X11R6/lib/X11/fonts/sharefont
+ cp -a * ${D}/usr/X11R6/lib/X11/fonts/sharefont
+ rm ${D}/usr/X11R6/lib/X11/fonts/sharefont/README
+ dodoc README
+
+}
+