summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiy Borodych <Sergiy.Borodych@gmail.com>2016-07-11 15:22:05 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-07-14 18:05:22 +0200
commita3e207a8df7f215394fe28684e872f8f906df13d (patch)
tree79873ae48ce4ab1389fb35ab01259cbe2c44294d /app-portage/g-cpan/g-cpan-9999.ebuild
parentdev-python/libzilla: Clean up old. (diff)
downloadgentoo-a3e207a8df7f215394fe28684e872f8f906df13d.tar.gz
gentoo-a3e207a8df7f215394fe28684e872f8f906df13d.tar.bz2
gentoo-a3e207a8df7f215394fe28684e872f8f906df13d.zip
app-portage/g-cpan: version bump to 0.16.9.
* Use github tag generated archive instead of uploaded release file. * Trim away extraneous tabs. Closes: https://github.com/gentoo/gentoo/pull/1872 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-portage/g-cpan/g-cpan-9999.ebuild')
-rw-r--r--app-portage/g-cpan/g-cpan-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
index a547d863bb0e..6b8aad9ad918 100644
--- a/app-portage/g-cpan/g-cpan-9999.ebuild
+++ b/app-portage/g-cpan/g-cpan-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
SRC_URI=""
else
- SRC_URI="https://github.com/gentoo-perl/g-cpan/releases/download/v${PV}/${P}.tar.gz"
+ SRC_URI="https://github.com/gentoo-perl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi
@@ -40,11 +40,11 @@ DEPEND="${COMMONDEPEND}
"
src_install() {
- perl-module_src_install
- diropts -m0775 -o portage -g portage
- dodir "/var/tmp/g-cpan"
- dodir "/var/log/g-cpan"
- keepdir "/var/log/g-cpan"
+ perl-module_src_install
+ diropts -m0775 -o portage -g portage
+ dodir "/var/tmp/g-cpan"
+ dodir "/var/log/g-cpan"
+ keepdir "/var/log/g-cpan"
}
pkg_postinst() {