summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild')
-rw-r--r--dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
deleted file mode 100644
index 64586e4ab..000000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit perl-module git
-
-DESCRIPTION="a bunch of common helper classes for mpd"
-HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD-Common/"
-EGIT_REPO_URI="git://repo.or.cz/audio-mpd-common.git"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="dev-perl/Class-Accessor
- dev-perl/Readonly
- dev-lang/perl"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"