summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-06-18 08:56:43 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-06-18 08:56:43 +0000
commit7f9ebb2ed36081f3c178d71866790abbfa0258da (patch)
treee35fc3365cf5452c5bbe5ed05e0b5d0bf8346c37 /media-radio/adifmerg
parentMask kicad (live ebuild in ~arch). (diff)
downloadgentoo-2-7f9ebb2ed36081f3c178d71866790abbfa0258da.tar.gz
gentoo-2-7f9ebb2ed36081f3c178d71866790abbfa0258da.tar.bz2
gentoo-2-7f9ebb2ed36081f3c178d71866790abbfa0258da.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/adifmerg')
-rw-r--r--media-radio/adifmerg/ChangeLog6
-rw-r--r--media-radio/adifmerg/adifmerg-26.ebuild29
-rw-r--r--media-radio/adifmerg/adifmerg-30.ebuild29
3 files changed, 5 insertions, 59 deletions
diff --git a/media-radio/adifmerg/ChangeLog b/media-radio/adifmerg/ChangeLog
index e6aedef5580f..10c73e761e8c 100644
--- a/media-radio/adifmerg/ChangeLog
+++ b/media-radio/adifmerg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-radio/adifmerg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/ChangeLog,v 1.8 2012/05/07 17:48:43 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/ChangeLog,v 1.9 2012/06/18 08:56:43 ago Exp $
+
+ 18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -adifmerg-26.ebuild,
+ -adifmerg-30.ebuild:
+ Remove old
*adifmerg-31 (07 May 2012)
diff --git a/media-radio/adifmerg/adifmerg-26.ebuild b/media-radio/adifmerg/adifmerg-26.ebuild
deleted file mode 100644
index 2e9e83b99ac6..000000000000
--- a/media-radio/adifmerg/adifmerg-26.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/adifmerg-26.ebuild,v 1.3 2010/10/13 11:36:17 hwoarang Exp $
-
-MY_P=${P/-}
-
-DESCRIPTION="A small conversion and check utility for ADIF files"
-HOMEPAGE="http://jaakko.home.cern.ch/jaakko/Soft/"
-SRC_URI="http://jaakko.home.cern.ch/jaakko/Soft/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin adifmerg || die "dobin failed"
- doman doc/adifmerg.1 || die "doman failed"
- dodoc CHANGELOG README || die "dodoc failed"
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r script || die "doins failed"
- fi
-}
diff --git a/media-radio/adifmerg/adifmerg-30.ebuild b/media-radio/adifmerg/adifmerg-30.ebuild
deleted file mode 100644
index bf9d1f9df759..000000000000
--- a/media-radio/adifmerg/adifmerg-30.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/adifmerg/adifmerg-30.ebuild,v 1.1 2012/04/01 05:51:36 tomjbe Exp $
-
-MY_P=${P/-}
-
-DESCRIPTION="A small conversion and check utility for ADIF files"
-HOMEPAGE="http://jaakko.home.cern.ch/jaakko/Soft/"
-SRC_URI="http://jaakko.home.cern.ch/jaakko/Soft/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin adifmerg || die "dobin failed"
- doman doc/adifmerg.1 || die "doman failed"
- dodoc CHANGELOG README || die "dodoc failed"
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r script || die "doins failed"
- fi
-}