summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-05 14:58:54 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-05 14:58:54 +0000
commit48c6b03ef64abb104e3901d27f2e654f2673cd11 (patch)
tree34c20133794a70e4be59f8b6d4a5bbab16ef652c /dev-perl/WWW-Shorten
parentVersion bump, fixes bug 291617. Remove intermediate versions and stale patches. (diff)
downloadgentoo-2-48c6b03ef64abb104e3901d27f2e654f2673cd11.tar.gz
gentoo-2-48c6b03ef64abb104e3901d27f2e654f2673cd11.tar.bz2
gentoo-2-48c6b03ef64abb104e3901d27f2e654f2673cd11.zip
Move shorten example script to doc/example (#295837). Cleanup
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Shorten')
-rw-r--r--dev-perl/WWW-Shorten/ChangeLog6
-rw-r--r--dev-perl/WWW-Shorten/WWW-Shorten-2.05.ebuild24
-rw-r--r--dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild10
3 files changed, 14 insertions, 26 deletions
diff --git a/dev-perl/WWW-Shorten/ChangeLog b/dev-perl/WWW-Shorten/ChangeLog
index 25dc8fe18e56..bbfe812378c9 100644
--- a/dev-perl/WWW-Shorten/ChangeLog
+++ b/dev-perl/WWW-Shorten/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Shorten
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.2 2009/11/22 10:51:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/ChangeLog,v 1.3 2009/12/05 14:58:54 tove Exp $
+
+ 05 Dec 2009; Torsten Veller <tove@gentoo.org> -WWW-Shorten-2.05.ebuild,
+ WWW-Shorten-2.06.ebuild:
+ Move shorten example script to doc/example (#295837). Cleanup
*WWW-Shorten-2.06 (22 Nov 2009)
diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-2.05.ebuild b/dev-perl/WWW-Shorten/WWW-Shorten-2.05.ebuild
deleted file mode 100644
index 95f0e5ea2c13..000000000000
--- a/dev-perl/WWW-Shorten/WWW-Shorten-2.05.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-2.05.ebuild,v 1.1 2009/10/10 11:09:23 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
diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild b/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild
index b546963b4385..6fc286505a15 100644
--- a/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild
+++ b/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild,v 1.1 2009/11/22 10:51:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Shorten/WWW-Shorten-2.06.ebuild,v 1.2 2009/12/05 14:58:54 tove Exp $
EAPI=2
@@ -22,3 +22,11 @@ DEPEND="virtual/perl-Module-Build"
# 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
+}