diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-18 18:00:13 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-18 18:00:13 +0000 |
commit | c3eb2ee9167fc5e67cdc7575a3abf59b1c7f77c4 (patch) | |
tree | d241da194aa8d4b544468b1a6498da48fc7bb1e8 | |
parent | added more keywords and pruned this clogged directory (Manifest recommit) (diff) | |
download | gentoo-2-c3eb2ee9167fc5e67cdc7575a3abf59b1c7f77c4.tar.gz gentoo-2-c3eb2ee9167fc5e67cdc7575a3abf59b1c7f77c4.tar.bz2 gentoo-2-c3eb2ee9167fc5e67cdc7575a3abf59b1c7f77c4.zip |
added amd64 keyword.
-rw-r--r-- | app-doc/quanta-docs/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 6 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20030405.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-doc/quanta-docs/ChangeLog b/app-doc/quanta-docs/ChangeLog index 418b9913bab8..62cfaadb12cc 100644 --- a/app-doc/quanta-docs/ChangeLog +++ b/app-doc/quanta-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/quanta-docs -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.4 2003/11/30 14:44:46 caleb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.5 2004/02/18 18:00:13 absinthe Exp $ + + 18 Feb 2004; Dylan Carlson <absinthe@gentoo.org> quanta-docs-1.0.ebuild, + quanta-docs-20030405.ebuild: + added amd64 keyword. *quanta-docs-20030405 (30 Nov 2003) diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild index cdaf93de11ca..f6352722ca12 100644 --- a/app-doc/quanta-docs/quanta-docs-1.0.ebuild +++ b/app-doc/quanta-docs/quanta-docs-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.13 2003/09/27 01:27:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.14 2004/02/18 18:00:13 absinthe Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" @@ -12,7 +12,7 @@ HOMEPAGE="http://quanta.sourceforge.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" src_install() { dodir /usr/share/apps/quanta/doc diff --git a/app-doc/quanta-docs/quanta-docs-20030405.ebuild b/app-doc/quanta-docs/quanta-docs-20030405.ebuild index f7af3a8cec75..a84c6cc7ef5d 100644 --- a/app-doc/quanta-docs/quanta-docs-20030405.ebuild +++ b/app-doc/quanta-docs/quanta-docs-20030405.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20030405.ebuild,v 1.1 2003/11/30 14:44:46 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20030405.ebuild,v 1.2 2004/02/18 18:00:13 absinthe Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" @@ -15,7 +15,7 @@ HOMEPAGE="http://quanta.sourceforge.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" src_install() { dodir /usr/share/apps/quanta/doc |