public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/bwwhois: ChangeLog bwwhois-5.0.ebuild
@ 2009-07-29 16:24 Gordon Malm (gengor)
  0 siblings, 0 replies; only message in thread
From: Gordon Malm (gengor) @ 2009-07-29 16:24 UTC (permalink / raw
  To: gentoo-commits

gengor      09/07/29 16:24:15

  Modified:             ChangeLog bwwhois-5.0.ebuild
  Log:
  QA fixes/updates
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.19                 net-misc/bwwhois/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	14 May 2007 19:45:45 -0000	1.18
+++ ChangeLog	29 Jul 2009 16:24:15 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/bwwhois
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.18 2007/05/14 19:45:45 bangert Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.19 2009/07/29 16:24:15 gengor Exp $
+
+  29 Jul 2009; Gordon Malm <gengor@gentoo.org> bwwhois-5.0.ebuild:
+  QA fixes/updates.
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.2                  net-misc/bwwhois/bwwhois-5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild?r1=1.1&r2=1.2

Index: bwwhois-5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bwwhois-5.0.ebuild	2 Dec 2006 21:39:00 -0000	1.1
+++ bwwhois-5.0.ebuild	29 Jul 2009 16:24:15 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild,v 1.1 2006/12/02 21:39:00 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.0.ebuild,v 1.2 2009/07/29 16:24:15 gengor Exp $
 
 inherit perl-app
 
@@ -16,21 +16,20 @@
 IUSE=""
 
 DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
 src_install () {
 	exeinto usr/bin
-	newexe whois bwwhois
+	newexe whois bwwhois || die
 
-	mv whois.1 bwwhois.1
-	doman bwwhois.1
+	newman whois.1 bwwhois.1 || die
 
-	insinto etc/whois
-	doins whois.conf tld.conf sd.conf
+	insinto /etc/whois
+	doins whois.conf tld.conf sd.conf || die
 
 	perlinfo
-	insinto ${SITE_LIB}
-	doins bwInclude.pm
-	updatepod
+	insinto "${SITE_LIB}"
+	doins bwInclude.pm || die
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-29 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 16:24 [gentoo-commits] gentoo-x86 commit in net-misc/bwwhois: ChangeLog bwwhois-5.0.ebuild Gordon Malm (gengor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox