summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-20 17:44:44 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-20 17:44:44 +0000
commit245bf9f8c404a4ab7acd237a100fe2e3ee0b7802 (patch)
tree362834fb2708d9934d9423ea576176229f33afea /media-sound/mpc
parentDrop maintainership (diff)
downloadgentoo-2-245bf9f8c404a4ab7acd237a100fe2e3ee0b7802.tar.gz
gentoo-2-245bf9f8c404a4ab7acd237a100fe2e3ee0b7802.tar.bz2
gentoo-2-245bf9f8c404a4ab7acd237a100fe2e3ee0b7802.zip
Removed old
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64)
Diffstat (limited to 'media-sound/mpc')
-rw-r--r--media-sound/mpc/ChangeLog5
-rw-r--r--media-sound/mpc/mpc-0.12.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog
index 30d315eb3795..66eb0977e8f6 100644
--- a/media-sound/mpc/ChangeLog
+++ b/media-sound/mpc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpc
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.52 2008/12/20 17:34:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.53 2008/12/20 17:44:44 angelos Exp $
+
+ 20 Dec 2008; Christoph Mende <angelos@gentoo.org> -mpc-0.12.0.ebuild:
+ Removed old
20 Dec 2008; Markus Meier <maekke@gentoo.org> mpc-0.12.1.ebuild:
x86 stable, bug #251636
diff --git a/media-sound/mpc/mpc-0.12.0.ebuild b/media-sound/mpc/mpc-0.12.0.ebuild
deleted file mode 100644
index c917eae9571a..000000000000
--- a/media-sound/mpc/mpc-0.12.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.12.0.ebuild,v 1.8 2008/12/19 14:45:12 angelos Exp $
-
-inherit bash-completion
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="http://musicpd.org/uploads/files/${P}.tar.bz2"
-HOMEPAGE="http://www.musicpd.org"
-IUSE="nls"
-
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="nls? ( || ( sys-libs/glibc dev-libs/libiconv ) )"
-
-src_compile() {
- econf --disable-dependency-tracking \
- $(use_enable nls iconv)
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- mv "${D}"/usr/share/doc/mpc/ "${D}"/usr/share/doc/${PF}
-
- dobashcompletion doc/mpc-bashrc
-}