diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/WWW-Shorten | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/WWW-Shorten')
-rw-r--r-- | dev-perl/WWW-Shorten/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/WWW-Shorten/metadata.xml | 17 |
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-perl/WWW-Shorten/Manifest b/dev-perl/WWW-Shorten/Manifest new file mode 100644 index 000000000000..f02913ae9825 --- /dev/null +++ b/dev-perl/WWW-Shorten/Manifest @@ -0,0 +1 @@ +DIST WWW-Shorten-3.03.tar.gz 27936 SHA256 62241a1f584f50edfa6d2cfd796f90f2c9054f9ff9f7e6f6e25315c5485e4bc2 SHA512 8afe6c311c59565544fb9ea4d31660ddf83ff5d5c57c3ea01eed1a2551ac67eb7788413a94d7031a8170341c8021d0321766fe0c6fd38ca565d26bd416860d9e WHIRLPOOL 857d0bdaebca2745f8cdb500e3e60316744273373fdaa03d178a57915bfdbdbd771059546f8f0502180cc149b73782c85d9944ce460b735ed13008783a389eca diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild b/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild new file mode 100644 index 000000000000..343ce1618f20 --- /dev/null +++ b/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAVECROSS +MODULE_VERSION=3.03 +inherit perl-module + +DESCRIPTION="Interface to URL shortening sites" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/libwww-perl + dev-perl/URI" +DEPEND=">=dev-perl/Module-Build-0.380.0" +# test? ( ${RDEPEND} +# dev-perl/Test-Pod +# dev-perl/Test-Pod-Coverage )" + +SRC_TEST=online + +src_prepare() { + perl-module_src_prepare + sed -i -e '/Config::Auto/d' "${S}"/Build.PL || die +} + +src_install() { + perl-module_src_install + + docinto example + dodoc "${S}"/bin/shorten + rm -f "${D}"/usr/bin/shorten "${D}"/usr/share/man/man1/shorten.1 || die +} diff --git a/dev-perl/WWW-Shorten/metadata.xml b/dev-perl/WWW-Shorten/metadata.xml new file mode 100644 index 000000000000..129acc31b424 --- /dev/null +++ b/dev-perl/WWW-Shorten/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">WWW-Shorten</remote-id> + <remote-id type="cpan-module">WWW::Shorten</remote-id> + <remote-id type="cpan-module">WWW::Shorten::LinkToolbot</remote-id> + <remote-id type="cpan-module">WWW::Shorten::Linkz</remote-id> + <remote-id type="cpan-module">WWW::Shorten::MakeAShorterLink</remote-id> + <remote-id type="cpan-module">WWW::Shorten::Metamark</remote-id> + <remote-id type="cpan-module">WWW::Shorten::TinyClick</remote-id> + <remote-id type="cpan-module">WWW::Shorten::TinyURL</remote-id> + <remote-id type="cpan-module">WWW::Shorten::UserAgent</remote-id> + <remote-id type="cpan-module">WWW::Shorten::generic</remote-id> + </upstream> +</pkgmetadata> |