summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-22 15:19:57 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-22 15:19:57 +0000
commitef82ff9763af223f80692cbf9aada33100008961 (patch)
tree7e58dda4dc3c48c04fd7403effa7f554efa0d9c0 /media-sound
parentRemove superseded stable version. (diff)
downloadgentoo-2-ef82ff9763af223f80692cbf9aada33100008961.tar.gz
gentoo-2-ef82ff9763af223f80692cbf9aada33100008961.tar.bz2
gentoo-2-ef82ff9763af223f80692cbf9aada33100008961.zip
Remove superseded stable version.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mp3asm/ChangeLog7
-rw-r--r--media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild29
2 files changed, 5 insertions, 31 deletions
diff --git a/media-sound/mp3asm/ChangeLog b/media-sound/mp3asm/ChangeLog
index 7475c07e43b0..3f69036bc857 100644
--- a/media-sound/mp3asm/ChangeLog
+++ b/media-sound/mp3asm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mp3asm
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3asm/ChangeLog,v 1.15 2014/08/10 21:08:14 slyfox Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3asm/ChangeLog,v 1.16 2015/03/22 15:19:57 mrueg Exp $
+
+ 22 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -mp3asm-0.1.3-r1.ebuild:
+ Remove superseded stable version.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mp3asm-0.1.3-r1.ebuild,
mp3asm-0.1.3-r2.ebuild:
diff --git a/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild b/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
deleted file mode 100644
index 8c8beceafd0a..000000000000
--- a/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3asm/mp3asm-0.1.3-r1.ebuild,v 1.13 2014/08/10 21:08:13 slyfox Exp $
-
-IUSE=""
-
-MY_P=${PN}-${PV}-${PR/r/}
-DESCRIPTION="A command line tool to clean and edit mp3 files"
-HOMEPAGE="http://sourceforge.net/projects/mp3asm/"
-SRC_URI="mirror://sourceforge/mp3asm/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-DEPEND=""
-
-# the author uses weird numbering...
-S=${WORKDIR}/mp3asm-0.1
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dodoc README
- dobin src/mp3asm
-}