diff options
author | 2002-07-08 18:29:17 +0000 | |
---|---|---|
committer | 2002-07-08 18:29:17 +0000 | |
commit | 467844f4dc6c66fe7a678e9675720a8506c87889 (patch) | |
tree | 64d7d1b9d6567c73ece6722e40e8243ec65decfa /net-misc/linesrv | |
parent | Initial revision (diff) | |
download | historical-467844f4dc6c66fe7a678e9675720a8506c87889.tar.gz historical-467844f4dc6c66fe7a678e9675720a8506c87889.tar.bz2 historical-467844f4dc6c66fe7a678e9675720a8506c87889.zip |
repoman QA issues
Diffstat (limited to 'net-misc/linesrv')
-rw-r--r-- | net-misc/linesrv/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/linesrv/linesrv-2.1.6-r1.ebuild | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/linesrv/ChangeLog b/net-misc/linesrv/ChangeLog index 79286e49abd4..aa7612791ada 100644 --- a/net-misc/linesrv/ChangeLog +++ b/net-misc/linesrv/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/linesrv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/ChangeLog,v 1.2 2002/05/04 04:11:14 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/ChangeLog,v 1.3 2002/07/08 18:19:22 phoenix Exp $ *linesrv-2.1.6-r1 (3 May 2002) + + 08 Jul 2002; phoen][x <phoenix@gentoo.org> lineserv-2.1.6-r1.ebuild : + Added KEYWORDS. - 3 May 2002; Donny Davies <woodchip@gentoo.org> : - + 3 May 2002; Donny Davies <woodchip@gentoo.org> : Added LICENSE, SLOT. *linesrv-2.1.6 (1 Feb 2002) diff --git a/net-misc/linesrv/linesrv-2.1.6-r1.ebuild b/net-misc/linesrv/linesrv-2.1.6-r1.ebuild index b6faf4e3ec1b..20e09c805cd9 100644 --- a/net-misc/linesrv/linesrv-2.1.6-r1.ebuild +++ b/net-misc/linesrv/linesrv-2.1.6-r1.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/net-misc/linesrv/linesrv-2.1.6-r1.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/linesrv-2.1.6-r1.ebuild,v 1.3 2002/07/08 18:19:22 phoenix Exp $ DESCRIPTION="Client/Server system to control the Internet link of a masquerading server" HOMEPAGE="http://linecontrol.sourceforge.net" @@ -13,6 +13,7 @@ DEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.75 )" RDEPEND="virtual/glibc net-www/apache" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" [ -z "$HTTPD_ROOT" ] && HTTPD_ROOT=/home/httpd |