From 2f02831a40d57529ddffb17fc8b7150bab343be8 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Sun, 12 Sep 2010 14:10:02 +0000 Subject: Initial portage version, moved from sunrise. Bug #265350 (Portage version: 2.1.8.3/cvs/Linux x86_64) --- media-radio/dxcc/ChangeLog | 10 ++++++++++ media-radio/dxcc/dxcc-20080225.ebuild | 28 ++++++++++++++++++++++++++++ media-radio/dxcc/files/Makefile.patch | 28 ++++++++++++++++++++++++++++ media-radio/dxcc/metadata.xml | 9 +++++++++ 4 files changed, 75 insertions(+) create mode 100644 media-radio/dxcc/ChangeLog create mode 100644 media-radio/dxcc/dxcc-20080225.ebuild create mode 100644 media-radio/dxcc/files/Makefile.patch create mode 100644 media-radio/dxcc/metadata.xml (limited to 'media-radio/dxcc') diff --git a/media-radio/dxcc/ChangeLog b/media-radio/dxcc/ChangeLog new file mode 100644 index 000000000000..60c2afe7d5e3 --- /dev/null +++ b/media-radio/dxcc/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2010/09/12 14:10:01 tomjbe Exp $ + +*dxcc-20080225 (12 Sep 2010) + + 12 Sep 2010; Thomas Beierlein +dxcc-20080225.ebuild, + +files/Makefile.patch, +metadata.xml: + Initial portage version, moved from sunrise. Bug #265350 + diff --git a/media-radio/dxcc/dxcc-20080225.ebuild b/media-radio/dxcc/dxcc-20080225.ebuild new file mode 100644 index 000000000000..0452afce50b9 --- /dev/null +++ b/media-radio/dxcc/dxcc-20080225.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/dxcc/dxcc-20080225.ebuild,v 1.1 2010/09/12 14:10:01 tomjbe Exp $ + +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_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/Makefile.patch" +} + +src_install() { + emake DESTDIR="${D}/usr" install || die "emake failed" + dodoc README ChangeLog || die "dodoc failed" +} diff --git a/media-radio/dxcc/files/Makefile.patch b/media-radio/dxcc/files/Makefile.patch new file mode 100644 index 000000000000..d4f391bed094 --- /dev/null +++ b/media-radio/dxcc/files/Makefile.patch @@ -0,0 +1,28 @@ +--- Makefile.orig 2009-04-07 19:10:23.000000000 +0200 ++++ Makefile 2009-04-07 19:11:12.000000000 +0200 +@@ -4,19 +4,22 @@ + DESTDIR ?= /usr + + all: +- @echo -e "dxcc - make [install|uninstall|clean|dist] \nCheck README for help." + + install: +- install -d -v $(DESTDIR)/share/man/man1/ +- install -d -v $(DESTDIR)/share/dxcc/ ++ install -d $(DESTDIR)/share/man/man1/ ++ install -d $(DESTDIR)/share/dxcc/ ++ install -d $(DESTDIR)/share/pixmaps/ ++ install -d $(DESTDIR)/bin/ + install -m 0644 dxcc.1 $(DESTDIR)/share/man/man1/ + install -m 0644 earth.gif $(DESTDIR)/share/dxcc/ ++ install -m 0644 dxcc.png $(DESTDIR)/share/pixmaps/ + install -m 0755 dxcc $(DESTDIR)/bin/ + + uninstall: + rm -f $(DESTDIR)/bin/dxcc + rm -f $(DESTDIR)/share/man/man1/dxcc.1 + rm -f $(DESTDIR)/share/dxcc/earth.gif ++ rm -r $(DESTDIR)/share/pixmaps/dxcc.png + + clean: + rm -f *~ diff --git a/media-radio/dxcc/metadata.xml b/media-radio/dxcc/metadata.xml new file mode 100644 index 000000000000..6f4002893236 --- /dev/null +++ b/media-radio/dxcc/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + tomjbe@gentoo.org + Thomas Beierlein + + -- cgit v1.2.3-65-gdbad