From 35fff0bce6da4c6348107c09c1fa225224cad341 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 3 Dec 2017 16:35:40 +0100 Subject: app-portage/trickyfetch: Version bump --- app-portage/trickyfetch/Manifest | 2 +- app-portage/trickyfetch/trickyfetch-8.19.ebuild | 44 ------------------------- app-portage/trickyfetch/trickyfetch-8.20.ebuild | 44 +++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 app-portage/trickyfetch/trickyfetch-8.19.ebuild create mode 100644 app-portage/trickyfetch/trickyfetch-8.20.ebuild (limited to 'app-portage') diff --git a/app-portage/trickyfetch/Manifest b/app-portage/trickyfetch/Manifest index b074b7bb..435c3cbf 100644 --- a/app-portage/trickyfetch/Manifest +++ b/app-portage/trickyfetch/Manifest @@ -1 +1 @@ -DIST trickyfetch-8.19.tar.gz 11007 SHA512 58a71ce6d1b0bbaa2eb949f5bcc2398dd595499279d8ae278162f67bb2ab578c48005613abf2e334233ea1de99609c9ceebe10c3a796147e2ec18218ee1b4643 +DIST trickyfetch-8.20.tar.gz 11141 SHA512 f8cde27a7e59cde34c376c5c0e0989517565f201210f1495a0db905910eb15fd7e27dc1167b6a9a25db734e9bdf2d337376c558b42691a7a96d55b6f9cfa0c76 diff --git a/app-portage/trickyfetch/trickyfetch-8.19.ebuild b/app-portage/trickyfetch/trickyfetch-8.19.ebuild deleted file mode 100644 index 52501535..00000000 --- a/app-portage/trickyfetch/trickyfetch-8.19.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -inherit eutils - -DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR" -HOMEPAGE="https://github.com/vaeth/trickyfetch/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - if use prefix - then sed -i \ - -e "s'\\(PATH=.\\)/etc'\\1${EPREFIX}/etc'" \ - -- "${S}/bin/trickyfetch" || die - else sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- "${S}"/bin/* || die - fi - eapply_user -} - -src_install() { - dobin bin/* - insinto /etc - doins etc/* - insinto /usr/share/zsh/site-functions - doins zsh/_* - dodoc README -} - -pkg_postinst() { - case " ${REPLACING_VERSIONS:-0.}" in - ' '[0-7].*) - elog "Please adapt /etc/trickyfetch.conf to your needs";; - esac - optfeature "faster execution" '>=app-portage/eix-0.32.2' -} diff --git a/app-portage/trickyfetch/trickyfetch-8.20.ebuild b/app-portage/trickyfetch/trickyfetch-8.20.ebuild new file mode 100644 index 00000000..cc78abe9 --- /dev/null +++ b/app-portage/trickyfetch/trickyfetch-8.20.ebuild @@ -0,0 +1,44 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR" +HOMEPAGE="https://github.com/vaeth/trickyfetch/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + if use prefix + then sed -i \ + -e "s'\\(PATH=.\\)/etc'\\1${EPREFIX}/etc'" \ + -- "${S}/bin/trickyfetch" || die + else sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- "${S}"/bin/* || die + fi + eapply_user +} + +src_install() { + dobin bin/* + insinto /etc + doins etc/* + insinto /usr/share/zsh/site-functions + doins zsh/_* + dodoc README.md +} + +pkg_postinst() { + case " ${REPLACING_VERSIONS:-0.}" in + ' '[0-7].*) + elog "Please adapt /etc/trickyfetch.conf to your needs";; + esac + optfeature "faster execution" '>=app-portage/eix-0.32.2' +} -- cgit v1.2.3-65-gdbad