diff options
author | 2002-07-14 20:25:23 +0000 | |
---|---|---|
committer | 2002-07-14 20:25:23 +0000 | |
commit | 0ce6d7f146012b5e109115b9c907c736bb601060 (patch) | |
tree | 83afd4e4e3a352b2e3f7d2714bad57d33076ed21 /net-www/roundup | |
parent | Development version of ion (diff) | |
download | historical-0ce6d7f146012b5e109115b9c907c736bb601060.tar.gz historical-0ce6d7f146012b5e109115b9c907c736bb601060.tar.bz2 historical-0ce6d7f146012b5e109115b9c907c736bb601060.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'net-www/roundup')
-rw-r--r-- | net-www/roundup/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/roundup/roundup-0.4.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-www/roundup/ChangeLog b/net-www/roundup/ChangeLog index 76fa09d8f346..f3076e495731 100644 --- a/net-www/roundup/ChangeLog +++ b/net-www/roundup/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/roundup # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/ChangeLog,v 1.1 2002/07/14 19:35:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/ChangeLog,v 1.2 2002/07/14 20:25:23 aliz Exp $ *roundup-0.4.2 (14 Jul 2002) + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> roundup-0.4.2.ebuild : + Added KEYWORDS. + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ChangeLog: Added missing ChangeLog diff --git a/net-www/roundup/roundup-0.4.2.ebuild b/net-www/roundup/roundup-0.4.2.ebuild index 9d1c7f8fe35b..61e4cc854ab2 100644 --- a/net-www/roundup/roundup-0.4.2.ebuild +++ b/net-www/roundup/roundup-0.4.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.4 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.5 2002/07/14 20:25:23 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." SRC_URI="http://unc.dl.sourceforge.net/sourceforge/roundup/${P}.tar.gz" HOMEPAGE="http://roundup.sourceforge.net" +KEYWORDS="x86" LICENSE="as-is" SLOT="0" |