summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2012-05-27 09:04:51 +0000
committerChristoph Mende <angelos@gentoo.org>2012-05-27 09:04:51 +0000
commitd6feaa09efd52896f43ebf7cfff2b6c5af826460 (patch)
tree1cb5db8289da81a7a17f6e3447042caa21cdaa91 /media-sound/scmpc
parentRemove old (diff)
downloadgentoo-2-d6feaa09efd52896f43ebf7cfff2b6c5af826460.tar.gz
gentoo-2-d6feaa09efd52896f43ebf7cfff2b6c5af826460.tar.bz2
gentoo-2-d6feaa09efd52896f43ebf7cfff2b6c5af826460.zip
Remove old
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/scmpc')
-rw-r--r--media-sound/scmpc/ChangeLog5
-rw-r--r--media-sound/scmpc/scmpc-0.2.2.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/media-sound/scmpc/ChangeLog b/media-sound/scmpc/ChangeLog
index 14d0c125e1b3..7ff17ea4297a 100644
--- a/media-sound/scmpc/ChangeLog
+++ b/media-sound/scmpc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/scmpc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/scmpc/ChangeLog,v 1.16 2012/05/05 08:49:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/scmpc/ChangeLog,v 1.17 2012/05/27 09:04:51 angelos Exp $
+
+ 27 May 2012; Christoph Mende <angelos@gentoo.org> -scmpc-0.2.2.ebuild:
+ Remove old
05 May 2012; Michał Górny <mgorny@gentoo.org> scmpc-0.2.2.ebuild,
scmpc-0.3.1.ebuild:
diff --git a/media-sound/scmpc/scmpc-0.2.2.ebuild b/media-sound/scmpc/scmpc-0.2.2.ebuild
deleted file mode 100644
index 5165a9b2d8a9..000000000000
--- a/media-sound/scmpc/scmpc-0.2.2.ebuild
+++ /dev/null
@@ -1,25 +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/scmpc/scmpc-0.2.2.ebuild,v 1.9 2012/05/05 08:49:46 mgorny Exp $
-
-DESCRIPTION="a client for MPD which submits your tracks to last.fm"
-HOMEPAGE="http://cmende.github.com/scmpc/"
-SRC_URI="mirror://github/cmende/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-misc/curl
- dev-libs/argtable
- dev-libs/confuse
- dev-libs/libdaemon"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
-
- newinitd "${FILESDIR}/scmpc.init" ${PN}
-}