tomjbe      14/08/07 06:58:26

  Modified:             ChangeLog
  Added:                dxcc-20080225-r1.ebuild
  Log:
  bump EAPI
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  Changes    Path
1.4                  media-radio/dxcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/dxcc/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/dxcc/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/dxcc/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   22 Oct 2010 14:41:07 -0000      1.3
+++ ChangeLog   7 Aug 2014 06:58:26 -0000       1.4
@@ -1,6 +1,11 @@
 # ChangeLog for media-radio/dxcc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v 1.3 2010/10/22 
14:41:07 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/ChangeLog,v 1.4 2014/08/07 
06:58:26 tomjbe Exp $
+
+*dxcc-20080225-r1 (07 Aug 2014)
+
+  07 Aug 2014; Thomas Beierlein <tom...@gentoo.org> +dxcc-20080225-r1.ebuild:
+  bump EAPI
 
   22 Oct 2010; Christian Faulhammer <fa...@gentoo.org> dxcc-20080225.ebuild:
   stable x86, bug 341467



1.1                  media-radio/dxcc/dxcc-20080225-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/dxcc/dxcc-20080225-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/dxcc/dxcc-20080225-r1.ebuild?rev=1.1&content-type=text/plain

Index: dxcc-20080225-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/dxcc-20080225-r1.ebuild,v 
1.1 2014/08/07 06:58:25 tomjbe Exp $

EAPI=5
inherit eutils

DESCRIPTION="A ham radio callsign DXCC lookup utility"
HOMEPAGE="http://fkurz.net/ham/dxcc.html";
SRC_URI="http://fkurz.net/ham/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="tk"

RDEPEND="dev-lang/perl
        tk? ( dev-perl/perl-tk )"

src_prepare() {
        epatch "${FILESDIR}/Makefile.patch"
}

src_install() {
        emake DESTDIR="${D}/usr" install
        dodoc README ChangeLog
}




Reply via email to