summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-01-27 21:18:18 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-01-27 21:18:18 +0000
commit0bbe6bdff27916e42df023e449042bd5e4362242 (patch)
treedd3540958eeb5f4ceab5752e94624bd9b9c57ac4 /app-text
parentrenamed tarball cause rc7 was to confusing ;) (diff)
downloadgentoo-2-0bbe6bdff27916e42df023e449042bd5e4362242.tar.gz
gentoo-2-0bbe6bdff27916e42df023e449042bd5e4362242.tar.bz2
gentoo-2-0bbe6bdff27916e42df023e449042bd5e4362242.zip
initial ebuild fixes bug #11528
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnu-gs-fonts-other/ChangeLog7
-rw-r--r--app-text/gnu-gs-fonts-other/files/digest-gnu-gs-fonts-other-6.01
-rw-r--r--app-text/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild20
3 files changed, 28 insertions, 0 deletions
diff --git a/app-text/gnu-gs-fonts-other/ChangeLog b/app-text/gnu-gs-fonts-other/ChangeLog
new file mode 100644
index 000000000000..82af67402ac2
--- /dev/null
+++ b/app-text/gnu-gs-fonts-other/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-text/gnu-gs-fonts-other
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnu-gs-fonts-other/ChangeLog,v 1.1 2003/01/27 21:18:18 lordvan Exp $
+
+*gnu-gs-fonts-other-6.0 (27 Jan 2003)
+ 27 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org>: gnu-gs-fonts-other-6.0.ebuild
+ initial Version (from Kfir Ozer <ufk2k@yahoo.com>) bug #11528
diff --git a/app-text/gnu-gs-fonts-other/files/digest-gnu-gs-fonts-other-6.0 b/app-text/gnu-gs-fonts-other/files/digest-gnu-gs-fonts-other-6.0
new file mode 100644
index 000000000000..c5e787aaedf7
--- /dev/null
+++ b/app-text/gnu-gs-fonts-other/files/digest-gnu-gs-fonts-other-6.0
@@ -0,0 +1 @@
+MD5 33457d3f37de7ef03d2eea05a9e6aa4f gnu-gs-fonts-other-6.0.tar.gz 796086
diff --git a/app-text/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild b/app-text/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild
new file mode 100644
index 000000000000..908e4e6c1c46
--- /dev/null
+++ b/app-text/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnu-gs-fonts-other/gnu-gs-fonts-other-6.0.ebuild,v 1.1 2003/01/27 21:18:18 lordvan Exp $
+
+DESCRIPTION="Ghostscript Extra Fonts"
+HOMEPAGE="http://www.cups.com/"
+SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/${P}.tar.gz"
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~alpha"
+IUSE=""
+DEPEND="app-text/ghostscript"
+#RDEPEND=""
+S=${WORKDIR}/fonts
+
+src_install() {
+ dodir /usr/share/fonts/default/ghostscript
+ insinto /usr/share/fonts/default/ghostscript
+ doins *
+}