summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2014-07-14 15:23:08 +0000
committerSebastian Pipping <sping@gentoo.org>2014-07-14 15:23:08 +0000
commitd3d1befe6b84c63c884ef61e9cebd5340f242f20 (patch)
tree89b0d79256e55319830770c12cfd284f0ca55a58 /media-sound
parentAdded ghc-7.8.3's deepseq (bug #517102 by Adam Stylinski). (diff)
downloadgentoo-2-d3d1befe6b84c63c884ef61e9cebd5340f242f20.tar.gz
gentoo-2-d3d1befe6b84c63c884ef61e9cebd5340f242f20.tar.bz2
gentoo-2-d3d1befe6b84c63c884ef61e9cebd5340f242f20.zip
media-sound/mp3splt-gtk: Clean up
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mp3splt-gtk/ChangeLog8
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.920.ebuild56
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.930.ebuild59
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.1.ebuild58
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.2.ebuild58
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild56
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.8.1.ebuild60
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.8.2.ebuild62
8 files changed, 7 insertions, 410 deletions
diff --git a/media-sound/mp3splt-gtk/ChangeLog b/media-sound/mp3splt-gtk/ChangeLog
index 635091806883..8259fec0bb72 100644
--- a/media-sound/mp3splt-gtk/ChangeLog
+++ b/media-sound/mp3splt-gtk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/mp3splt-gtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.36 2014/07/14 15:11:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.37 2014/07/14 15:23:08 sping Exp $
+
+ 14 Jul 2014; Sebastian Pipping <sping@gentoo.org> -mp3splt-gtk-0.7.ebuild,
+ -mp3splt-gtk-0.7.0.920.ebuild, -mp3splt-gtk-0.7.0.930.ebuild,
+ -mp3splt-gtk-0.7.1.ebuild, -mp3splt-gtk-0.7.2.ebuild,
+ -mp3splt-gtk-0.8.1.ebuild, -mp3splt-gtk-0.8.2.ebuild:
+ Remove mid-way unstable ebuilds
*mp3splt-gtk-0.9.1 (14 Jul 2014)
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.920.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.920.ebuild
deleted file mode 100644
index 324bca3108ef..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.920.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.920.ebuild,v 1.1 2011/09/06 22:34:39 sping Exp $
-
-EAPI=2
-inherit versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="http://ioalex.net/testing_downloads/snapshots/$(get_version_component_range 4)/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gnome gstreamer nls"
-
-# Audacious 3.x pulls in GTK+ 3.x which leads to compile errors
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=media-libs/libmp3splt-0.7.0.920
- audacious? ( <media-sound/audacious-3.0 )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.930.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.930.ebuild
deleted file mode 100644
index b82d6e3e0817..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.930.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.0.930.ebuild,v 1.2 2012/05/21 19:10:52 xarthisius Exp $
-
-EAPI=2
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="http://ioalex.net/testing_downloads/snapshots/$(get_version_component_range 4)/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gtk3 gnome gstreamer nls"
-
-RDEPEND=">=media-libs/libmp3splt-0.7.0.920
- gtk3? ( x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 ) )
- !gtk3? ( >=x11-libs/gtk+-2.6:2
- audacious? ( <media-sound/audacious-3.0 ) )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- epatch "${FILESDIR}"/${P}-gtk.patch
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- $(use_enable gtk3) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.1.ebuild
deleted file mode 100644
index 68572bcbe1f5..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.1.ebuild,v 1.2 2012/01/04 17:39:56 mr_bones_ Exp $
-
-EAPI=2
-inherit versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gtk3 gnome gstreamer nls"
-
-RDEPEND=">=media-libs/libmp3splt-0.7.0.920
- gtk3? ( x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 ) )
- !gtk3? ( >=x11-libs/gtk+-2.6:2
- audacious? ( <media-sound/audacious-3.0 ) )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- $(use_enable gtk3) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.2.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.2.ebuild
deleted file mode 100644
index 51e9dc47f133..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.2.ebuild,v 1.1 2012/05/16 19:41:02 sping Exp $
-
-EAPI=2
-inherit versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gtk3 gnome gstreamer nls"
-
-RDEPEND=">=media-libs/libmp3splt-0.7.2
- gtk3? ( x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 ) )
- !gtk3? ( >=x11-libs/gtk+-2.18:2
- audacious? ( <media-sound/audacious-3.0 ) )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- $(use_enable gtk3) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild
deleted file mode 100644
index 7c1728ff4ec4..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild,v 1.3 2012/05/21 19:10:52 xarthisius Exp $
-
-EAPI=2
-inherit autotools eutils multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious gnome gstreamer nls"
-
-# Audacious 3.x pulls in GTK+ 3.x which leads to compile errors
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=media-libs/libmp3splt-0.7
- audacious? ( <media-sound/audacious-3.0 )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- epatch "${FILESDIR}"/${P}-disable-docs.patch
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.1.ebuild
deleted file mode 100644
index 0459d08aa197..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.1.ebuild
+++ /dev/null
@@ -1,60 +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/mp3splt-gtk/mp3splt-gtk-0.8.1.ebuild,v 1.1 2013/01/27 23:50:05 sping Exp $
-
-EAPI=2
-inherit versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gtk3 gnome gstreamer nls"
-
-RDEPEND=">=media-libs/libmp3splt-0.8.1
- gtk3? ( x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 ) )
- !gtk3? ( >=x11-libs/gtk+-2.18:2
- audacious? ( <media-sound/audacious-3.0 ) )
- !audacious? ( dev-libs/dbus-glib )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- --with-mp3splt-libraries=/usr/$(get_libdir) \
- --with-mp3splt-includes=/usr/include/libmp3splt \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- $(use_enable gtk3) \
- --disable-cutter \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.2.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.2.ebuild
deleted file mode 100644
index 774d2d868e17..000000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.8.2.ebuild
+++ /dev/null
@@ -1,62 +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/mp3splt-gtk/mp3splt-gtk-0.8.2.ebuild,v 1.2 2013/06/08 20:06:08 sping Exp $
-
-EAPI=4
-inherit eutils versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="audacious doc gtk3 gnome gstreamer nls"
-
-RDEPEND="~media-libs/libmp3splt-0.8.2
- gtk3? ( x11-libs/gtk+:3
- audacious? ( >=media-sound/audacious-3.0 ) )
- !gtk3? ( >=x11-libs/gtk+-2.18:2
- audacious? ( <media-sound/audacious-3.0 ) )
- !audacious? ( dev-libs/dbus-glib )
- gstreamer? ( media-libs/gst-plugins-base:0.10 )
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- gnome? ( app-text/gnome-doc-utils app-text/rarian )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- if use audacious; then
- sed -i \
- -e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
- src/Makefile.am || die
- fi
-
- epatch "${FILESDIR}"/${P}-automake-1.13.patch
- eautoreconf
-
- epatch "${FILESDIR}"/${P}-desktop-file.patch
-}
-
-src_configure() {
- local myconf
-
- use nls || myconf+=" --disable-nls"
- use audacious || myconf+=" --disable-audacious"
- use gstreamer || myconf+=" --disable-gstreamer"
-
- econf \
- --disable-dependency-tracking \
- $(use_enable gnome) \
- $(use_enable doc doxygen_doc) \
- $(use_enable gtk3) \
- --disable-cutter \
- ${myconf}
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog NEWS README
-}