dilfridge    14/11/01 20:54:14

  Modified:             ChangeLog
  Added:                bwwhois-5.5.2-r2.ebuild
  Removed:              bwwhois-5.5.2-r1.ebuild
  Log:
  EAPI bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.39                 net-misc/bwwhois/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bwwhois/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bwwhois/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bwwhois/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   6 Jun 2013 07:22:53 -0000       1.38
+++ ChangeLog   1 Nov 2014 20:54:14 -0000       1.39
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/bwwhois
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.38 
2013/06/06 07:22:53 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.39 
2014/11/01 20:54:14 dilfridge Exp $
+
+*bwwhois-5.5.2-r2 (01 Nov 2014)
+
+  01 Nov 2014; Andreas K. Huettel <[email protected]>
+  +bwwhois-5.5.2-r2.ebuild, -bwwhois-5.5.2-r1.ebuild:
+  EAPI bump
 
   06 Jun 2013; Sergey Popov <[email protected]> -bwwhois-5.5.2.ebuild:
   Drop old revision



1.1                  net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: bwwhois-5.5.2-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild,v 
1.1 2014/11/01 20:54:14 dilfridge Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
inherit perl-app

MY_P="${P/bw/}"

DESCRIPTION="Perl-based whois client designed to work with the new Shared 
Registration System"
SRC_URI="http://whois.bw.org/dist/${MY_P}.tgz";
HOMEPAGE="http://whois.bw.org/";

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
        virtual/perl-Getopt-Long"

S="${WORKDIR}/${MY_P}"

src_prepare() {
        # bug #440390
        sed -i -e '/^\.ru/s/ripn.ru/ripn.net/' tld.conf || die 'sed on tld.conf 
failed'
}

src_install() {
        exeinto usr/bin
        newexe whois bwwhois

        newman whois.1 bwwhois.1

        insinto /etc/whois
        doins whois.conf tld.conf sd.conf

        perlinfo
        insinto "${VENDOR_LIB}"
        doins bwInclude.pm

        dodoc HISTORY INSTALL README
}




Reply via email to