summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-05 11:22:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-05 11:22:25 +0000
commit3409d74f9682558927729e2f3cecad98e1f5727e (patch)
treee616d7186b842bb1c06dcd0c35f8cf48da620414 /app-doc/mini-howto-html
parentnew ebuild (diff)
downloadhistorical-3409d74f9682558927729e2f3cecad98e1f5727e.tar.gz
historical-3409d74f9682558927729e2f3cecad98e1f5727e.tar.bz2
historical-3409d74f9682558927729e2f3cecad98e1f5727e.zip
version bump
Diffstat (limited to 'app-doc/mini-howto-html')
-rw-r--r--app-doc/mini-howto-html/ChangeLog9
-rw-r--r--app-doc/mini-howto-html/files/digest-mini-howto-html-200203281
-rw-r--r--app-doc/mini-howto-html/mini-howto-html-20020328.ebuild26
3 files changed, 35 insertions, 1 deletions
diff --git a/app-doc/mini-howto-html/ChangeLog b/app-doc/mini-howto-html/ChangeLog
index 1680ec58b96e..13416a7ac5c5 100644
--- a/app-doc/mini-howto-html/ChangeLog
+++ b/app-doc/mini-howto-html/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-doc/mini-howto-html
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/ChangeLog,v 1.2 2002/07/05 11:15:02 seemant Exp $
+
+*mini-howto-html-20020328 (5 Jul 2002)
+
+ 5 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
+ mini-howto-html-20020328.ebuild files/digest-mini-howto-html-20020328 :
+
+ Version bump.
*mini-howto-html-20010824 (1 Feb 2002)
diff --git a/app-doc/mini-howto-html/files/digest-mini-howto-html-20020328 b/app-doc/mini-howto-html/files/digest-mini-howto-html-20020328
new file mode 100644
index 000000000000..6efbeff7ff21
--- /dev/null
+++ b/app-doc/mini-howto-html/files/digest-mini-howto-html-20020328
@@ -0,0 +1 @@
+MD5 6704c2800397f1f64d0be59736f848aa Linux-mini-html-HOWTOs-20020328.tar.gz 1436529
diff --git a/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild b/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild
new file mode 100644
index 000000000000..0704910e16da
--- /dev/null
+++ b/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/mini-howto-html-20020328.ebuild,v 1.1 2002/07/05 11:15:02 seemant Exp $
+
+MY_P="Linux-mini-html-HOWTOs-${PV}"
+S=${WORKDIR}/HOWTO/mini
+
+DESCRIPTION="The LDP mini-howtos, html format."
+
+SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz"
+
+HOMEPAGE="http://www.linuxdoc.org"
+
+SLOT=""
+LICENSE="GPL"
+
+src_install () {
+
+ dodir /usr/share/doc/howto/mini
+ dodir /usr/share/doc/howto/mini/html
+ dosym /usr/share/doc/howto /usr/share/doc/HOWTO
+
+ cd ${S}
+ cp -R * ${D}/usr/share/doc/howto/mini/html
+
+}