diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 20:25:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 20:25:23 +0000 |
commit | 8febddc4935655f3489480d389f10f43fa5ce5c8 (patch) | |
tree | 2ab52d2fa4cb04b5e564bd41f99870c9be7d354b /net-www/wwwoffle | |
parent | Development version of ion (diff) | |
download | gentoo-2-8febddc4935655f3489480d389f10f43fa5ce5c8.tar.gz gentoo-2-8febddc4935655f3489480d389f10f43fa5ce5c8.tar.bz2 gentoo-2-8febddc4935655f3489480d389f10f43fa5ce5c8.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'net-www/wwwoffle')
-rw-r--r-- | net-www/wwwoffle/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7-r1.ebuild | 5 | ||||
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7b.ebuild | 5 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net-www/wwwoffle/ChangeLog b/net-www/wwwoffle/ChangeLog index fe8135906eef..62c054204d34 100644 --- a/net-www/wwwoffle/ChangeLog +++ b/net-www/wwwoffle/ChangeLog @@ -1,15 +1,21 @@ # ChangeLog for net-www/wwwoffle # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/ChangeLog,v 1.5 2002/06/02 21:40:57 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/ChangeLog,v 1.6 2002/07/14 20:25:23 aliz Exp $ *wwwoffle-2.7b (02 Jun 2002) + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> wwwoffle-2.7b.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 02 Jun 2002; Wout Mertens <wmertens@gentoo.org>: New mainstream version. This one fixes the problem where it wouldn't pass on length information. *wwwoffle-2.7-r1 (16 Mar 2002) + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> wwwoffle-2.7-r1.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 26 Mar 2002; Dan Armak <danarmak@gentoo.org>: general cleanup of the ebuild. Fix bug that made the default spooldir /var/tmp/portage/... diff --git a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild b/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild index 8665e678ad35..db95285d912a 100644 --- a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.4 2002/07/14 20:25:23 aliz Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,9 @@ SRC_URI="ftp://ftp.demon.co.uk/pub/unix/httpd/${P}.tgz ftp://metalab.unc.edu/pub/Linux/apps/www/servers/${P}.tgz" HOMEPAGE="http://www.gedanken.demon.co.uk/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="sys-devel/flex sys-libs/zlib diff --git a/net-www/wwwoffle/wwwoffle-2.7b.ebuild b/net-www/wwwoffle/wwwoffle-2.7b.ebuild index 1ac76d1572f6..fdbebd1d8130 100644 --- a/net-www/wwwoffle/wwwoffle-2.7b.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.2 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.3 2002/07/14 20:25:23 aliz Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,9 @@ SRC_URI="ftp://ftp.demon.co.uk/pub/unix/httpd/${P}.tgz ftp://metalab.unc.edu/pub/Linux/apps/www/servers/${P}.tgz" HOMEPAGE="http://www.gedanken.demon.co.uk/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="sys-devel/flex sys-libs/zlib |