summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-29 20:10:51 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-29 20:10:51 +0000
commit033deda38d435e6dc41e8660089ca8c7a890953a (patch)
tree647b58f0d623e73c6bd34d453668b1aa0c63514d /media-sound/mpdas
parentRemove old (diff)
downloadhistorical-033deda38d435e6dc41e8660089ca8c7a890953a.tar.gz
historical-033deda38d435e6dc41e8660089ca8c7a890953a.tar.bz2
historical-033deda38d435e6dc41e8660089ca8c7a890953a.zip
Remove old
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-sound/mpdas')
-rw-r--r--media-sound/mpdas/ChangeLog6
-rw-r--r--media-sound/mpdas/mpdas-0.2.4.ebuild35
-rw-r--r--media-sound/mpdas/mpdas-0.2.5.ebuild37
3 files changed, 5 insertions, 73 deletions
diff --git a/media-sound/mpdas/ChangeLog b/media-sound/mpdas/ChangeLog
index 0e83a47c1857..43b54b67f41e 100644
--- a/media-sound/mpdas/ChangeLog
+++ b/media-sound/mpdas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mpdas
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.10 2011/03/19 21:55:27 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.11 2011/03/29 20:10:51 angelos Exp $
+
+ 29 Mar 2011; Christoph Mende <angelos@gentoo.org> -mpdas-0.2.4.ebuild,
+ -mpdas-0.2.5.ebuild:
+ Remove old
19 Mar 2011; Thomas Kahle <tomka@gentoo.org> mpdas-0.3.0.ebuild:
x86 stable per bug 357139
diff --git a/media-sound/mpdas/mpdas-0.2.4.ebuild b/media-sound/mpdas/mpdas-0.2.4.ebuild
deleted file mode 100644
index 1877172fd1ba..000000000000
--- a/media-sound/mpdas/mpdas-0.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.2.4.ebuild,v 1.2 2009/05/20 17:57:12 ssuominen Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/"
-SRC_URI="http://50hz.ws/mpdas/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpd
- net-misc/curl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- tc-export CXX
- emake CONFIG="/etc" || die "emake failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1
- dodoc ChangeLog mpdasrc.example README
-}
-
-pkg_postinst() {
- elog "For further configuration help consult the README in"
- elog "/usr/share/doc/${PF}"
-}
diff --git a/media-sound/mpdas/mpdas-0.2.5.ebuild b/media-sound/mpdas/mpdas-0.2.5.ebuild
deleted file mode 100644
index a82e05e1503d..000000000000
--- a/media-sound/mpdas/mpdas-0.2.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.2.5.ebuild,v 1.1 2010/06/03 17:22:10 angelos Exp $
-
-inherit base toolchain-funcs
-
-DESCRIPTION="An AudioScrobbler client for MPD written in C++"
-HOMEPAGE="http://50hz.ws/mpdas/"
-SRC_URI="http://50hz.ws/mpdas/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libmpd
- net-misc/curl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${P}-ldflags.patch" )
-
-src_compile() {
- tc-export CXX
- emake CONFIG="/etc" || die "emake failed"
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed"
- doman ${PN}.1
- dodoc ChangeLog mpdasrc.example README
-}
-
-pkg_postinst() {
- elog "For further configuration help consult the README in"
- elog "${EPREFIX}/usr/share/doc/${PF}"
-}