* [gentoo-commits] gentoo-x86 commit in net-misc/gwhois: ChangeLog gwhois-20080219_p1.ebuild gwhois-20080219.ebuild
@ 2008-02-22 8:41 Wolfram Schlich (wschlich)
0 siblings, 0 replies; only message in thread
From: Wolfram Schlich (wschlich) @ 2008-02-22 8:41 UTC (permalink / raw
To: gentoo-commits
wschlich 08/02/22 08:41:54
Modified: ChangeLog
Added: gwhois-20080219_p1.ebuild
Removed: gwhois-20080219.ebuild
Log:
version bump, removed version with broken upstream tarball
(Portage version: 2.1.4)
Revision Changes Path
1.30 net-misc/gwhois/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 20 Feb 2008 10:00:39 -0000 1.29
+++ ChangeLog 22 Feb 2008 08:41:54 -0000 1.30
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/gwhois
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.29 2008/02/20 10:00:39 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/ChangeLog,v 1.30 2008/02/22 08:41:54 wschlich Exp $
+
+*gwhois-20080219_p1 (22 Feb 2008)
+
+ 22 Feb 2008; Wolfram Schlich <wschlich@gentoo.org>
+ -gwhois-20080219.ebuild, +gwhois-20080219_p1.ebuild:
+ version bump, removed version with broken upstream tarball
*gwhois-20080219 (19 Feb 2008)
1.1 net-misc/gwhois/gwhois-20080219_p1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/gwhois-20080219_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwhois/gwhois-20080219_p1.ebuild?rev=1.1&content-type=text/plain
Index: gwhois-20080219_p1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwhois/gwhois-20080219_p1.ebuild,v 1.1 2008/02/22 08:41:54 wschlich Exp $
inherit eutils
MY_P=${P/_p/.}
S="${WORKDIR}/${MY_P}"
DESCRIPTION="generic whois"
HOMEPAGE="http://gwhois.de/"
SRC_URI="http://gwhois.de/gwhois/${MY_P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="www-client/lynx
net-misc/curl
dev-lang/perl
dev-perl/libwww-perl"
src_install() {
dodir /etc/gwhois
insinto /etc/gwhois
doins pattern
dobin gwhois
doman gwhois.1
dodoc TODO "${FILESDIR}/gwhois.xinetd" README.RIPE README.upgrade
einfo ""
einfo "See included gwhois.xinetd for an example on how to"
einfo "use gwhois as a whois proxy using xinetd."
einfo "Just copy gwhois.xinetd to /etc/xinetd.d/gwhois"
einfo "and reload xinetd."
einfo ""
}
pkg_postinst() {
if [ -f /etc/gwhois/pattern.ripe ]; then
ewarn ""
ewarn "Will move old /etc/gwhois/pattern.ripe to removethis-pattern.ripe"
ewarn "as it causes malfunction with this version."
ewarn "If you did not modify the file, just remove it."
ewarn ""
mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe
fi
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-22 8:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 8:41 [gentoo-commits] gentoo-x86 commit in net-misc/gwhois: ChangeLog gwhois-20080219_p1.ebuild gwhois-20080219.ebuild Wolfram Schlich (wschlich)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox