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 | 71473620452fad33bb3568b7264a6a516b32a3b1 (patch) | |
tree | 027fb5f2ae803de3569c06ebd4605f806b2adda9 /app-doc/mini-howto-html-single | |
parent | added mbrola license (diff) | |
download | gentoo-2-71473620452fad33bb3568b7264a6a516b32a3b1.tar.gz gentoo-2-71473620452fad33bb3568b7264a6a516b32a3b1.tar.bz2 gentoo-2-71473620452fad33bb3568b7264a6a516b32a3b1.zip |
Added missing KEYWORDS, SLOT, LICENSE's
Diffstat (limited to 'app-doc/mini-howto-html-single')
3 files changed, 15 insertions, 4 deletions
diff --git a/app-doc/mini-howto-html-single/ChangeLog b/app-doc/mini-howto-html-single/ChangeLog index 8bec2b86a05c..cd73262aa314 100644 --- a/app-doc/mini-howto-html-single/ChangeLog +++ b/app-doc/mini-howto-html-single/ChangeLog @@ -1,8 +1,11 @@ # 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.2 2002/07/05 11:16:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/ChangeLog,v 1.3 2002/07/21 02:51:20 cardoe Exp $ *mini-howto-html-single-20020328 (5 Jul 2002) + + 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> mini-howto-html-single-20020328.ebuild + Added missing KEYWORDS, SLOT 5 Jul 2002; Seemant Kulleen <seemant@gentoo.org> mini-howto-html-single-20020328.ebuild @@ -12,6 +15,9 @@ *mini-howto-html-single-20010824 (1 Feb 2002) + 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> mini-howto-html-single-20010824.ebuild + Added 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/mini-howto-html-single/mini-howto-html-single-20010824.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild index d35cb3cfd748..002bd4eff0fc 100644 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.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/mini-howto-html-single/mini-howto-html-single-20010824.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild,v 1.4 2002/07/21 02:51:20 cardoe Exp $ MY_P="Linux-mini-html-single-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -11,6 +11,10 @@ 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 () { dodir /usr/share/doc/howto/mini 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 index 453fc5895b17..65d3d2f491dc 100644 --- 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 @@ -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/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.1 2002/07/05 11:16:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20020328.ebuild,v 1.2 2002/07/21 02:51:20 cardoe Exp $ MY_P="Linux-mini-html-single-HOWTOs-${PV}" S=${WORKDIR}/${MY_P} @@ -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 () { |