summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-03-20 21:51:47 +0000
committerChristoph Mende <angelos@gentoo.org>2008-03-20 21:51:47 +0000
commitc11479153347df1f9eead3da5304606ee3d4f24c (patch)
tree5fed6cca15d92b6b07019dc2a1bbcf274961dcd5 /media-plugins/gmpc-magnatune
parentold (diff)
downloadhistorical-c11479153347df1f9eead3da5304606ee3d4f24c.tar.gz
historical-c11479153347df1f9eead3da5304606ee3d4f24c.tar.bz2
historical-c11479153347df1f9eead3da5304606ee3d4f24c.zip
Remove old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-plugins/gmpc-magnatune')
-rw-r--r--media-plugins/gmpc-magnatune/ChangeLog6
-rw-r--r--media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild36
-rw-r--r--media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.0.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/media-plugins/gmpc-magnatune/ChangeLog b/media-plugins/gmpc-magnatune/ChangeLog
index 25f4ef64a55f..bfa8f1f811db 100644
--- a/media-plugins/gmpc-magnatune/ChangeLog
+++ b/media-plugins/gmpc-magnatune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gmpc-magnatune
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.13 2008/03/17 14:44:45 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.14 2008/03/20 21:45:42 angelos Exp $
+
+ 20 Mar 2008; Christoph Mende <angelos@gentoo.org>
+ -gmpc-magnatune-0.14.0.ebuild, -gmpc-magnatune-0.15.0.ebuild:
+ Remove old
17 Mar 2008; Ferris McCormick <fmccor@gentoo.org>
gmpc-magnatune-0.15.5.0.ebuild:
diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild
deleted file mode 100644
index b9060fec21a0..000000000000
--- a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.14.0.ebuild,v 1.4 2007/09/30 15:01:55 ticho Exp $
-
-inherit eutils
-
-DESCRIPTION="The plugin allows you to browse, and preview available albums on www.magnatune.com."
-HOMEPAGE="http://sarine.nl/gmpc-plugins-magnatune"
-SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-
-pkg_setup() {
- if ! built_with_use =x11-libs/gtk+-2* jpeg ; then
- echo
- eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
- die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
- fi
-}
-
-src_compile ()
-{
- econf || die
- emake || die
-}
-
-src_install ()
-{
- make DESTDIR="${D}" install || die
-}
diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.0.ebuild
deleted file mode 100644
index 08bb6991f3e8..000000000000
--- a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.0.ebuild,v 1.7 2007/09/30 15:01:55 ticho Exp $
-
-inherit eutils
-
-DESCRIPTION="The plugin allows you to browse, and preview available albums on www.magnatune.com."
-HOMEPAGE="http://sarine.nl/gmpc-plugins-magnatune"
-SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
-IUSE=""
-
-DEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-
-pkg_setup() {
- if ! built_with_use =x11-libs/gtk+-2* jpeg ; then
- echo
- eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
- die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
- fi
-}
-
-src_compile ()
-{
- econf || die
- emake || die
-}
-
-src_install ()
-{
- make DESTDIR="${D}" install || die
-}