diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-22 15:23:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-22 15:23:54 +0000 |
commit | 5045f064fb915a2de3015db040845edfbf0fed55 (patch) | |
tree | d1e23ee1a7dc29fb6a71139fbe7dc052612aba3c /media-sound | |
parent | Remove old. (diff) | |
download | gentoo-2-5045f064fb915a2de3015db040845edfbf0fed55.tar.gz gentoo-2-5045f064fb915a2de3015db040845edfbf0fed55.tar.bz2 gentoo-2-5045f064fb915a2de3015db040845edfbf0fed55.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/id3v2/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.11.ebuild | 34 |
2 files changed, 5 insertions, 36 deletions
diff --git a/media-sound/id3v2/ChangeLog b/media-sound/id3v2/ChangeLog index 5b203dc2fc3f..b94239366d9d 100644 --- a/media-sound/id3v2/ChangeLog +++ b/media-sound/id3v2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/id3v2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.33 2014/08/10 21:07:06 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.34 2015/03/22 15:23:54 mrueg Exp $ + + 22 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -id3v2-0.1.11.ebuild: + Remove superseded stable version. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> id3v2-0.1.11.ebuild, id3v2-0.1.12.ebuild: diff --git a/media-sound/id3v2/id3v2-0.1.11.ebuild b/media-sound/id3v2/id3v2-0.1.11.ebuild deleted file mode 100644 index 6260fdb7ec04..000000000000 --- a/media-sound/id3v2/id3v2-0.1.11.ebuild +++ /dev/null @@ -1,34 +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/id3v2/id3v2-0.1.11.ebuild,v 1.12 2014/08/10 21:07:06 slyfox Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A command line editor for id3v2 tags" -HOMEPAGE="http://id3v2.sourceforge.net/" -SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/id3lib" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-alpha.patch" - epatch "${FILESDIR}/${P}-makefile.patch" -} - -src_compile() { - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LDFLAGS="${LDFLAGS}" \ - OPT_CXXFLAGS="${CXXFLAGS}" || die "emake failed." -} - -src_install() { - dobin id3v2 - doman id3v2.1 - dodoc README -} |