summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-05 11:16:42 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-05 11:16:42 +0000
commit6bf049ebcc13af4518069ecc50fb68b3d862912d (patch)
tree77b2e6055025c4dde4b03b9b060f0088eb55d4bb /app-doc/mini-howto-html
parentversion bump (diff)
downloadgentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.tar.gz
gentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.tar.bz2
gentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.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
+
+}