summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-10 17:43:46 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-10 17:43:46 +0000
commit78e901fc0a8081655ccc4e5a11be3581d31c241c (patch)
treee6fa1b6ed01b231046f5cca0634a5d378a74f802 /app-doc/gimp-user-manual
parent*** empty log message *** (diff)
downloadgentoo-2-78e901fc0a8081655ccc4e5a11be3581d31c241c.tar.gz
gentoo-2-78e901fc0a8081655ccc4e5a11be3581d31c241c.tar.bz2
gentoo-2-78e901fc0a8081655ccc4e5a11be3581d31c241c.zip
*** empty log message ***
Diffstat (limited to 'app-doc/gimp-user-manual')
-rw-r--r--app-doc/gimp-user-manual/files/digest-gimp-user-manual-html-2.02
-rw-r--r--app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild40
2 files changed, 42 insertions, 0 deletions
diff --git a/app-doc/gimp-user-manual/files/digest-gimp-user-manual-html-2.0 b/app-doc/gimp-user-manual/files/digest-gimp-user-manual-html-2.0
new file mode 100644
index 000000000000..9eb812f42d06
--- /dev/null
+++ b/app-doc/gimp-user-manual/files/digest-gimp-user-manual-html-2.0
@@ -0,0 +1,2 @@
+MD5 bc42dddea677e0b04539d14519405065 GimpUsersManual_SecondEdition-HTML_Search.tar.gz
+MD5 acf2e7868c01d557dd7a637dd0db6906 GimpUsersManual_SecondEdition-HTML_Color.tar.gz
diff --git a/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild b/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild
new file mode 100644
index 000000000000..5a140db11d4e
--- /dev/null
+++ b/app-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild
@@ -0,0 +1,40 @@
+# 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-doc/gimp-user-manual/gimp-user-manual-html-2.0.ebuild,v 1.1 2000/10/10 17:42:05 achim Exp $
+
+A="GimpUsersManual_SecondEdition-HTML_Search.tar.gz
+ GimpUsersManual_SecondEdition-HTML_Color.tar.gz"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A user manual for GIMP"
+SRC_URI="ftp://manual.gimp.org/pub/manual/GimpUsersManual_SecondEdition-HTML_Search.tar.gz
+ ftp://manual.gimp.org/pub/manual/GimpUsersManual_SecondEdition-HTML_Color.tar.gz"
+HOMEPAGE="http://manual.gimp.org"
+
+
+src_unpack() {
+
+ mkdir ${S}
+ cd ${S}
+ unpack ${A}
+
+}
+
+src_compile() {
+
+ cd ${S}
+ rm GUM/wwhsrch.js
+ touch GUM/wwhsrch.js
+
+}
+
+src_install () {
+
+ dodir /usr/doc/${P}/html
+ cp -a ${S}/GUM ${D}/usr/doc/${P}/html
+ cp -a ${S}/GUMC ${D}/usr/doc/${P}/html
+ dodoc README_NOW
+
+}
+