From 053a0d72dda4c2fb4f3105e61ca6f313777fb73e Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Thu, 10 Mar 2016 22:55:11 +0100 Subject: app-portage/trickyfetch: Versin bump --- app-portage/trickyfetch/Manifest | 2 +- app-portage/trickyfetch/trickyfetch-8.7.ebuild | 45 -------------------------- app-portage/trickyfetch/trickyfetch-8.8.ebuild | 45 ++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-portage/trickyfetch/trickyfetch-8.7.ebuild create mode 100644 app-portage/trickyfetch/trickyfetch-8.8.ebuild (limited to 'app-portage/trickyfetch') diff --git a/app-portage/trickyfetch/Manifest b/app-portage/trickyfetch/Manifest index 2640cea8..525cb278 100644 --- a/app-portage/trickyfetch/Manifest +++ b/app-portage/trickyfetch/Manifest @@ -1 +1 @@ -DIST trickyfetch-8.7.tar.gz 10933 SHA256 d830b83a10fd70ce0718c384b10cfd07a742abbd3b3ae44afabf8c3c6f6a4753 +DIST trickyfetch-8.8.tar.gz 10950 SHA256 fd26815f42f8b6b166f850fb893d6aac9bd62f4bc170790d645ad6320df8a85f diff --git a/app-portage/trickyfetch/trickyfetch-8.7.ebuild b/app-portage/trickyfetch/trickyfetch-8.7.ebuild deleted file mode 100644 index ec5f6700..00000000 --- a/app-portage/trickyfetch/trickyfetch-8.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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' -} diff --git a/app-portage/trickyfetch/trickyfetch-8.8.ebuild b/app-portage/trickyfetch/trickyfetch-8.8.ebuild new file mode 100644 index 00000000..ec5f6700 --- /dev/null +++ b/app-portage/trickyfetch/trickyfetch-8.8.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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' +} -- cgit v1.2.3-65-gdbad