summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-07-23 12:02:46 +0000
committerChristoph Mende <angelos@gentoo.org>2011-07-23 12:02:46 +0000
commit580be557937880b616d7bd12c4280f245f73c12f (patch)
tree4aee056e48eca31ffd153deba7e7df2848790a84 /media-sound/mpdscribble
parentFix test suite (bug #376025) (diff)
downloadgentoo-2-580be557937880b616d7bd12c4280f245f73c12f.tar.gz
gentoo-2-580be557937880b616d7bd12c4280f245f73c12f.tar.bz2
gentoo-2-580be557937880b616d7bd12c4280f245f73c12f.zip
Remove old
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r--media-sound/mpdscribble/ChangeLog6
-rw-r--r--media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch17
-rw-r--r--media-sound/mpdscribble/mpdscribble-0.21.ebuild42
3 files changed, 5 insertions, 60 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog
index f66342e13f6c..f70435dcf951 100644
--- a/media-sound/mpdscribble/ChangeLog
+++ b/media-sound/mpdscribble/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mpdscribble
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.48 2011/07/23 11:30:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.49 2011/07/23 12:02:46 angelos Exp $
+
+ 23 Jul 2011; Christoph Mende <angelos@gentoo.org>
+ -files/mpdscribble-0.18-ldadd_gthread.patch, -mpdscribble-0.21.ebuild:
+ Remove old
23 Jul 2011; Markus Meier <maekke@gentoo.org> mpdscribble-0.22.ebuild:
x86 stable, bug #375371
diff --git a/media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch b/media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch
deleted file mode 100644
index 4c92c3f68dc0..000000000000
--- a/media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur mpdscribble-0.18.orig/configure.ac mpdscribble-0.18/configure.ac
---- mpdscribble-0.18.orig/configure.ac 2009-07-08 20:18:18.000000000 +0300
-+++ mpdscribble-0.18/configure.ac 2009-07-29 12:18:40.000000000 +0300
-@@ -42,11 +42,11 @@
- dnl
-
- PKG_CHECK_MODULES([libglib],
-- [glib-2.0 >= 2.16],
-+ [glib-2.0 >= 2.16 gthread-2.0],
- [glib216=yes], [glib216=no])
- if test "x$glib216" != "xyes"; then
- PKG_CHECK_MODULES([libglib],
-- [glib-2.0 >= 2.6],,
-+ [glib-2.0 >= 2.6 gthread-2.0],,
- [AC_MSG_ERROR([glib 2.6 is required])])
-
- # use libgcrypt's MD5 routines with GLib < 2.16
diff --git a/media-sound/mpdscribble/mpdscribble-0.21.ebuild b/media-sound/mpdscribble/mpdscribble-0.21.ebuild
deleted file mode 100644
index e9ec52b1bb2b..000000000000
--- a/media-sound/mpdscribble/mpdscribble-0.21.ebuild
+++ /dev/null
@@ -1,42 +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/mpdscribble/mpdscribble-0.21.ebuild,v 1.5 2011/06/14 16:36:04 angelos Exp $
-
-EAPI=2
-WANT_AUTOMAKE="1.11"
-inherit autotools eutils
-
-DESCRIPTION="An MPD client that submits information to Audioscrobbler"
-HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16:2
- >=media-libs/libmpdclient-2.2
- net-libs/libsoup:2.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.18-ldadd_gthread.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --with-http-client=soup
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
- chmod 600 "${D}"/etc/mpdscribble.conf
- dodoc AUTHORS NEWS README
- rm -r -f "${D}"/usr/share/doc/${PN}
- dodir /var/cache/mpdscribble
-}