summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild')
-rw-r--r--dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild b/dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild
deleted file mode 100644
index a7479bb9e7af..000000000000
--- a/dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-3.00.ebuild,v 1.1 2010/01/21 19:33:19 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=DAVECROSS
-inherit perl-module
-
-DESCRIPTION="Interface to URL shortening sites"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/libwww-perl
- dev-perl/URI"
-DEPEND="virtual/perl-Module-Build"
-# test? ( ${RDEPEND}
-# dev-perl/Test-Pod
-# dev-perl/Test-Pod-Coverage )"
-
-# online tests
-SRC_TEST=skip
-
-src_install() {
- perl-module_src_install
-
- docinto example
- dodoc "${S}"/bin/shorten || die
- rm -f "${D}"/usr/bin/shorten "${D}"/usr/share/man/man1/shorten.1 || die
-}