diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-05 11:16:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-05 11:16:42 +0000 |
commit | 6bf049ebcc13af4518069ecc50fb68b3d862912d (patch) | |
tree | 77b2e6055025c4dde4b03b9b060f0088eb55d4bb /app-doc/mini-howto-html-single | |
parent | version bump (diff) | |
download | gentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.tar.gz gentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.tar.bz2 gentoo-2-6bf049ebcc13af4518069ecc50fb68b3d862912d.zip |
version bump
Diffstat (limited to 'app-doc/mini-howto-html-single')
3 files changed, 37 insertions, 1 deletions
diff --git a/app-doc/mini-howto-html-single/ChangeLog b/app-doc/mini-howto-html-single/ChangeLog index d11ccb23352d..8bec2b86a05c 100644 --- a/app-doc/mini-howto-html-single/ChangeLog +++ b/app-doc/mini-howto-html-single/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-doc/mini-howto-html-single # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/ChangeLog,v 1.2 2002/07/05 11:16:32 seemant Exp $ + +*mini-howto-html-single-20020328 (5 Jul 2002) + + 5 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + mini-howto-html-single-20020328.ebuild + files/digest-mini-howto-html-single-20020328 : + + Version bump. *mini-howto-html-single-20010824 (1 Feb 2002) diff --git a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20020328 b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20020328 new file mode 100644 index 000000000000..ea196f57622d --- /dev/null +++ b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20020328 @@ -0,0 +1 @@ +MD5 0989bf63081c71bffe68ab4b914f4f78 Linux-mini-html-single-HOWTOs-20020328.tar.gz 1293267 diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild new file mode 100644 index 000000000000..453fc5895b17 --- /dev/null +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild @@ -0,0 +1,27 @@ +# 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-single/mini-howto-html-single-20020328.ebuild,v 1.1 2002/07/05 11:16:42 seemant Exp $ + +MY_P="Linux-mini-html-single-HOWTOs-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="The LDP mini-howtos, html-single 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-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/html-single + doins * + +} |