summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 11:40:12 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 11:40:12 +0000
commit50adbe3177c1c95d7eae0859257e3559f93d43f0 (patch)
treec975a8d191db54abbdd29816df5cc834ae2f96f3
parentrepoman QA issues (diff)
downloadgentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.tar.gz
gentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.tar.bz2
gentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.zip
repoman QA issues
-rw-r--r--net-misc/wget/ChangeLog8
-rw-r--r--net-misc/wget/wget-1.8.1-r1.ebuild5
-rw-r--r--net-misc/wget/wget-1.8.2.ebuild5
-rw-r--r--net-misc/whatmask/ChangeLog8
-rw-r--r--net-misc/whatmask/whatmask-1.1.ebuild5
-rw-r--r--net-misc/x11-ssh-askpass/ChangeLog13
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild5
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild5
8 files changed, 41 insertions, 13 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 8560a0fc7fe4..f1debc6485d7 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-misc/wget
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.3 2002/05/30 05:21:57 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.4 2002/07/09 11:36:09 phoenix Exp $
*wget-1.8.2 (29 May 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> wget-1.8.2.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
29 May 2002; Seemant Kulleen <seemant@gentoo.org> wget-1.8.2.ebuild
files/digest-wget-1.8.2 :
@@ -12,6 +15,9 @@
*wget-1.8.1-r1 (22 Feb 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> wget-1.8.2.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
22 Feb 2002; Daniel Robbins <drobbins@gentoo.org>: Added openssl to RDEPEND as
well so that .tbz2 installation works. This fixes bug #799.
diff --git a/net-misc/wget/wget-1.8.1-r1.ebuild b/net-misc/wget/wget-1.8.1-r1.ebuild
index 2aa390e92ed3..5d940353ba8f 100644
--- a/net-misc/wget/wget-1.8.1-r1.ebuild
+++ b/net-misc/wget/wget-1.8.1-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/wget/wget-1.8.1-r1.ebuild,v 1.1 2002/02/23 01:43:15 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.1-r1.ebuild,v 1.2 2002/07/09 11:36:09 phoenix Exp $
NPVER=20011209
S=${WORKDIR}/${P}
@@ -11,6 +11,9 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz
HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html"
RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )"
DEPEND="$RDEPEND nls? ( sys-devel/gettext )"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild
index 3972e1e9d859..947021be550a 100644
--- a/net-misc/wget/wget-1.8.2.ebuild
+++ b/net-misc/wget/wget-1.8.2.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/wget/wget-1.8.2.ebuild,v 1.1 2002/05/30 05:21:57 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.2 2002/07/09 11:36:09 phoenix Exp $
NPVER=20011209
S=${WORKDIR}/${P}
@@ -11,6 +11,9 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz
HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html"
RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )"
DEPEND="$RDEPEND nls? ( sys-devel/gettext )"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog
index d4f6605e8cc4..593986a5e6c3 100644
--- a/net-misc/whatmask/ChangeLog
+++ b/net-misc/whatmask/ChangeLog
@@ -1,11 +1,13 @@
# ChangeLog for net-misc/whatmask
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.2 2002/07/09 11:37:27 phoenix Exp $
*whatmask-1.1 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> whatmask-1.1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-misc/whatmask/whatmask-1.1.ebuild b/net-misc/whatmask/whatmask-1.1.ebuild
index 95b4a30284d8..54fffd81c359 100644
--- a/net-misc/whatmask/whatmask-1.1.ebuild
+++ b/net-misc/whatmask/whatmask-1.1.ebuild
@@ -1,13 +1,16 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <lamer@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.1 2001/09/25 15:58:58 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.2 2002/07/09 11:37:27 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="little C program to compute different subnet mask notations"
SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz"
HOMEPAGE="http://www.laffeycomputer.com/whatmask.html"
DEPEND="virtual/glibc"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
#RDEPEND=""
diff --git a/net-misc/x11-ssh-askpass/ChangeLog b/net-misc/x11-ssh-askpass/ChangeLog
index 4485af28394b..20b7c16c2b2a 100644
--- a/net-misc/x11-ssh-askpass/ChangeLog
+++ b/net-misc/x11-ssh-askpass/ChangeLog
@@ -1,16 +1,21 @@
# ChangeLog for net-misc/x11-ssh-askpass
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.2 2002/04/04 06:18:07 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.3 2002/07/09 11:40:12 phoenix Exp $
*x11-ssh-askpass-1.2.2-r1 (04 Apr 2002)
+
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> x11-ssh-askpass-1.2.2-r1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
04 Apr 2002; Spider <spider@gentoo.org>
added CDEBUGFLAGS=${CFLAGS} to close bug 1505
-
*x11-ssh-askpass-1.2.2 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> x11-ssh-askpass-1.2.2.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
index 37ad9aeda06c..c5479bf35aee 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild
@@ -1,13 +1,16 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Adam Manthei <manthei@sistina.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild,v 1.2 2002/04/27 21:14:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2-r1.ebuild,v 1.3 2002/07/09 11:40:12 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/"
SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${P}.tar.gz"
+KEYWORDS="x86"
+LICENSE="as-is"
+SLOT="0"
DEPEND="virtual/glibc virtual/x11"
RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11"
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
index 2a3b0659c6b1..67038410e6fa 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Adam Manthei <manthei@sistina.com>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild,v 1.7 2001/09/01 22:59:34 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild,v 1.8 2002/07/09 11:40:12 phoenix Exp $
P=x11-ssh-askpass-1.2.2
@@ -10,6 +10,9 @@ S=${WORKDIR}/${P}
DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/"
SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${A}"
+KEYWORDS="x86"
+LICENSE="as-is"
+SLOT="0"
DEPEND="virtual/glibc virtual/x11"
RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11"