diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 02:51:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 02:51:23 +0000 |
commit | b95c01dc3d3c6bfb34ca69c2c565bf802b0f5d25 (patch) | |
tree | 73c938338cd8ef3d5b9757e97c4b3c1b56fae627 /app-doc/howto-html | |
parent | added mbrola license (diff) | |
download | historical-b95c01dc3d3c6bfb34ca69c2c565bf802b0f5d25.tar.gz historical-b95c01dc3d3c6bfb34ca69c2c565bf802b0f5d25.tar.bz2 historical-b95c01dc3d3c6bfb34ca69c2c565bf802b0f5d25.zip |
Added missing KEYWORDS, SLOT, LICENSE's
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r-- | app-doc/howto-html/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20010823.ebuild | 5 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20020328.ebuild | 5 |
3 files changed, 15 insertions, 5 deletions
diff --git a/app-doc/howto-html/ChangeLog b/app-doc/howto-html/ChangeLog index 502d157ad609..3b0ed7c01931 100644 --- a/app-doc/howto-html/ChangeLog +++ b/app-doc/howto-html/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-doc/howto-html # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.2 2002/07/05 06:59:30 seemant Exp $ +# /space/gentoo/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.2 2002/07/05 06:59:30 seemant Exp *howto-html-20020328 (4 Jul 2002) - + + 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> howto-html-20020328.ebuild + Added missing KEYWORDS, SLOT + 4 Jul 2002; Seemant Kulleen <seemant@gentoo.org> howto-html-20020328.ebuild files/digest-howto-html-20020328 : @@ -11,6 +14,9 @@ *howto-html-20010823 (1 Feb 2002) + 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> howto-html-20010823.ebuild + Adding missing KEYWORDS, SLOT, LICENSE + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-doc/howto-html/howto-html-20010823.ebuild b/app-doc/howto-html/howto-html-20010823.ebuild index 027b062a9849..777f7c6d7fa4 100644 --- a/app-doc/howto-html/howto-html-20010823.ebuild +++ b/app-doc/howto-html/howto-html-20010823.ebuild @@ -1,6 +1,6 @@ # 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/howto-html/howto-html-20010823.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.5 2002/07/21 02:51:18 cardoe Exp $ MY_P="Linux-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO @@ -11,6 +11,9 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${ HOMEPAGE="http://www.linuxdoc.org" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86 ppc sparc sparc64" src_install () { diff --git a/app-doc/howto-html/howto-html-20020328.ebuild b/app-doc/howto-html/howto-html-20020328.ebuild index 6c235add03f9..a457ab1bacc1 100644 --- a/app-doc/howto-html/howto-html-20020328.ebuild +++ b/app-doc/howto-html/howto-html-20020328.ebuild @@ -1,6 +1,6 @@ # 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/howto-html/howto-html-20020328.ebuild,v 1.2 2002/07/05 11:22:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20020328.ebuild,v 1.3 2002/07/21 02:51:18 cardoe Exp $ MY_P="Linux-html-HOWTOs-${PV}" S=${WORKDIR}/HOWTO @@ -11,8 +11,9 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${ HOMEPAGE="http://www.linuxdoc.org" -SLOT="" +SLOT="0" LICENSE="GPL" +KEYWORDS="x86 ppc sparc sparc64" src_install () { |