summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-28 16:19:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-28 16:19:36 +0000
commitccbe5d13299575ddb0ad4d40e54ce1df642f101d (patch)
tree4e7b0e91d952e81c76cb2f3b0cd5d9050a529139
parentVersion bump. Cleanup old. (diff)
downloadgentoo-2-ccbe5d13299575ddb0ad4d40e54ce1df642f101d.tar.gz
gentoo-2-ccbe5d13299575ddb0ad4d40e54ce1df642f101d.tar.bz2
gentoo-2-ccbe5d13299575ddb0ad4d40e54ce1df642f101d.zip
Version bump. Cleanup old. Fixes bug #498790.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--media-sound/mp3diags/ChangeLog8
-rw-r--r--media-sound/mp3diags/mp3diags-1.0.11.076.ebuild40
-rw-r--r--media-sound/mp3diags/mp3diags-1.2.01.ebuild (renamed from media-sound/mp3diags/mp3diags-1.1.21.080.ebuild)6
3 files changed, 10 insertions, 44 deletions
diff --git a/media-sound/mp3diags/ChangeLog b/media-sound/mp3diags/ChangeLog
index 6572d31d4ca5..83a724932092 100644
--- a/media-sound/mp3diags/ChangeLog
+++ b/media-sound/mp3diags/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/mp3diags
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.17 2014/03/28 15:58:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.18 2014/03/28 16:19:36 mrueg Exp $
+
+*mp3diags-1.2.01 (28 Mar 2014)
+
+ 28 Mar 2014; Manuel Rüger <mrueg@gentoo.org> +mp3diags-1.2.01.ebuild,
+ -mp3diags-1.0.11.076.ebuild, -mp3diags-1.1.21.080.ebuild:
+ Version bump. Cleanup old. Fixes bug #498790.
28 Mar 2014; Manuel Rüger <mrueg@gentoo.org> metadata.xml:
Add myself as maintainer.
diff --git a/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild b/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild
deleted file mode 100644
index fbc3259fd390..000000000000
--- a/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.0.11.076.ebuild,v 1.2 2013/03/02 21:57:44 hwoarang Exp $
-
-EAPI=4
-
-inherit eutils qt4-r2
-
-MY_PN=${PN/mp3d/MP3D}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-src/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.37
- sys-libs/zlib
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- dev-qt/qtsvg:4"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin bin/${MY_PN}
- dodoc changelog.txt
-
- local size
- for size in 16 22 24 32 36 40 48; do
- insinto /usr/share/icons/hicolor/${size}x${size}/apps
- newins desktop/${MY_PN}${size}.png ${MY_PN}.png
- done
- domenu desktop/${MY_PN}.desktop || die
-}
diff --git a/media-sound/mp3diags/mp3diags-1.1.21.080.ebuild b/media-sound/mp3diags/mp3diags-1.2.01.ebuild
index 4c88bbc437cc..9f2dd7be6ea0 100644
--- a/media-sound/mp3diags/mp3diags-1.1.21.080.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.01.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.1.21.080.ebuild,v 1.1 2013/03/31 13:36:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.2.01.ebuild,v 1.1 2014/03/28 16:19:36 mrueg Exp $
EAPI=5
inherit eutils qt4-r2
-MY_PN=MP3Diags-unstable
+MY_PN=MP3Diags
MY_P=${MY_PN}-${PV}
DESCRIPTION="Qt-based MP3 diagnosis and repair tool"