diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-05 11:02:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-05 11:02:38 +0000 |
commit | 919d0151be37d98df5208c891500041887d35c64 (patch) | |
tree | 544e8db4cd688e1c50008a0fd3a284d087ba76a7 /app-doc | |
parent | new ebuild (diff) | |
download | gentoo-2-919d0151be37d98df5208c891500041887d35c64.tar.gz gentoo-2-919d0151be37d98df5208c891500041887d35c64.tar.bz2 gentoo-2-919d0151be37d98df5208c891500041887d35c64.zip |
version bump
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/howto-html-single/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/howto-html-single/files/digest-howto-html-single-20020328 | 1 | ||||
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20020328.ebuild | 26 |
3 files changed, 35 insertions, 1 deletions
diff --git a/app-doc/howto-html-single/ChangeLog b/app-doc/howto-html-single/ChangeLog index 87e53434d224..38baef55c47b 100644 --- a/app-doc/howto-html-single/ChangeLog +++ b/app-doc/howto-html-single/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-doc/howto-html-single # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.2 2002/07/05 11:02:38 seemant Exp $ + +*howto-html-single-20020328 (5 Jul 2002) + + 5 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + howto-html-single-20020328.ebuild files/digest-howto-html-single-20020328 : + + Version bump. *howto-html-single-20010823 (1 Feb 2002) diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20020328 b/app-doc/howto-html-single/files/digest-howto-html-single-20020328 new file mode 100644 index 000000000000..48ce21e1c7e8 --- /dev/null +++ b/app-doc/howto-html-single/files/digest-howto-html-single-20020328 @@ -0,0 +1 @@ +MD5 4947627aefc1f9d701c34a99aae127d7 Linux-html-single-HOWTOs-20020328.tar.gz 6709123 diff --git a/app-doc/howto-html-single/howto-html-single-20020328.ebuild b/app-doc/howto-html-single/howto-html-single-20020328.ebuild new file mode 100644 index 000000000000..b3579a1ad5dd --- /dev/null +++ b/app-doc/howto-html-single/howto-html-single-20020328.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20020328.ebuild,v 1.1 2002/07/05 11:02:38 seemant Exp $ + +MY_P="Linux-html-single-HOWTOs-${PV}" +S=${WORKDIR} + +DESCRIPTION="The LDP howtos, html single-page format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +SLOT="" + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + insinto /usr/share/doc/howto/html-single + doins * + +} |