diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2005-09-22 21:03:09 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2005-09-22 21:03:09 +0000 |
commit | 585148a71a5e7534320801d1615304e78fc1dc6a (patch) | |
tree | 5fc35a529e25e94fc1468dc73e27263f038ef403 /net-misc | |
parent | cleanup, add nls USE flag and -ppc-macos keyword, remove debug USE flag (diff) | |
download | historical-585148a71a5e7534320801d1615304e78fc1dc6a.tar.gz historical-585148a71a5e7534320801d1615304e78fc1dc6a.tar.bz2 historical-585148a71a5e7534320801d1615304e78fc1dc6a.zip |
cleanup, mark stable on x86
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gwhois/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gwhois/gwhois-20050115.ebuild | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net-misc/gwhois/ChangeLog b/net-misc/gwhois/ChangeLog index 4bf250214e50..bc35b2b06b46 100644 --- a/net-misc/gwhois/ChangeLog +++ b/net-misc/gwhois/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gwhois # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.4 2005/03/15 14:23:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.5 2005/09/22 21:03:09 wschlich Exp $ + + 22 Sep 2005; Wolfram Schlich <wschlich@gentoo.org> gwhois-20050115.ebuild: + cleanup, mark stable on x86 15 Mar 2005; Seemant Kulleen <seemant@gentoo.org> gwhois-20050115.ebuild: Dependency update: net-www/lynx -> www-client/lynx. diff --git a/net-misc/gwhois/gwhois-20050115.ebuild b/net-misc/gwhois/gwhois-20050115.ebuild index 9be0cf30ae4f..a700be949e52 100644 --- a/net-misc/gwhois/gwhois-20050115.ebuild +++ b/net-misc/gwhois/gwhois-20050115.ebuild @@ -1,26 +1,19 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20050115.ebuild,v 1.4 2005/03/15 14:23:49 seemant Exp $ - -inherit eutils flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20050115.ebuild,v 1.5 2005/09/22 21:03:09 wschlich Exp $ DESCRIPTION="generic whois" HOMEPAGE="http://gwhois.de/" SRC_URI="http://gwhois.de/gwhois/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" # ~arm ~ia64 ~mips ~ppc64 ~s390 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86" # ~arm ~ia64 ~mips ~ppc64 ~s390 IUSE="" RDEPEND="www-client/lynx net-misc/curl dev-lang/perl dev-perl/libwww-perl" -src_unpack() { - unpack ${A} - cd ${S} -} - src_install() { dodir /etc/gwhois insinto /etc/gwhois |