summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-07-18 03:10:16 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-07-18 03:10:16 +0100
commit401f4786628d9c9dfae4194269fd301a19cc4488 (patch)
treea1d5aec74d9da55a272367c7c41bb5235bc12101
parentremoving obsolete ebuild (diff)
downloadunderlay-401f4786628d9c9dfae4194269fd301a19cc4488.tar.gz
underlay-401f4786628d9c9dfae4194269fd301a19cc4488.tar.bz2
underlay-401f4786628d9c9dfae4194269fd301a19cc4488.zip
fdasdfadf
-rw-r--r--dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild b/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild
deleted file mode 100644
index d6568c2..0000000
--- a/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-MODULE_AUTHOR=NJH
-
-EAPI=2
-
-inherit perl-module
-
-DESCRIPTION="Perl interface for liblo Lightweight OSC library"
-HOMEPAGE="http://cpan.uwinnipeg.ca/module/Net::LibLO"
-SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/N/NJ/NJH/Net-LibLO-0.06.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.12.2
- virtual/perl-Test
- virtual/perl-Test-Simple"
-
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-