From 7dc6739b4fd6fbeb089a9ce5b461e05d0d1d771e Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 26 Sep 2016 22:52:27 +0200 Subject: app-portage/world-mv: Version bump --- app-portage/world-mv/Manifest | 2 +- app-portage/world-mv/world-mv-3.15.ebuild | 35 ------------------------------- app-portage/world-mv/world-mv-3.16.ebuild | 35 +++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-portage/world-mv/world-mv-3.15.ebuild create mode 100644 app-portage/world-mv/world-mv-3.16.ebuild (limited to 'app-portage/world-mv') diff --git a/app-portage/world-mv/Manifest b/app-portage/world-mv/Manifest index 9724d8c6..dde51c1c 100644 --- a/app-portage/world-mv/Manifest +++ b/app-portage/world-mv/Manifest @@ -1 +1 @@ -DIST world-mv-3.15.tar.gz 3488 SHA256 231e3aacc6945703a76c4dcd046009a644ab17d1b8897d76b7a2bf22751460bc +DIST world-3.16.tar.gz 3490 SHA256 0c2d8f833daff664d66f2ee48bf4b5c4d2fb53db8611b1a6a1cb70110efa7d03 diff --git a/app-portage/world-mv/world-mv-3.15.ebuild b/app-portage/world-mv/world-mv-3.15.ebuild deleted file mode 100644 index dde027ef..00000000 --- a/app-portage/world-mv/world-mv-3.15.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -mPN="${PN%-*}" -DESCRIPTION="Organize your world file and find installed packages or differences to @world" -HOMEPAGE="https://github.com/vaeth/world/" -SRC_URI="https://github.com/vaeth/${mPN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${mPN}-${PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -S="${WORKDIR}/${mPN}-${PV}" - -src_prepare() { - if use prefix - then sed -i \ - -e "s'\${EPREFIX}'\\'${EPREFIX}\\''" \ - -- "${mPN}" || die - else sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- "${mPN}" || die - fi - eapply_user -} - -src_install() { - dobin "${mPN}" - insinto /usr/share/zsh/site-functions - doins _"${mPN}" -} diff --git a/app-portage/world-mv/world-mv-3.16.ebuild b/app-portage/world-mv/world-mv-3.16.ebuild new file mode 100644 index 00000000..0e0cc667 --- /dev/null +++ b/app-portage/world-mv/world-mv-3.16.ebuild @@ -0,0 +1,35 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +mPN="${PN%-*}" +DESCRIPTION="Organize your world file and find installed packages or differences to @world" +HOMEPAGE="https://github.com/vaeth/world/" +SRC_URI="https://github.com/vaeth/${mPN}/archive/v${PV}.tar.gz -> ${mPN}-${PV}.tar.gz" +S="${WORKDIR}/${mPN}-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +S="${WORKDIR}/${mPN}-${PV}" + +src_prepare() { + if use prefix + then sed -i \ + -e "s'\${EPREFIX}'\\'${EPREFIX}\\''" \ + -- "${mPN}" || die + else sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- "${mPN}" || die + fi + eapply_user +} + +src_install() { + dobin "${mPN}" + insinto /usr/share/zsh/site-functions + doins _"${mPN}" +} -- cgit v1.2.3-18-g5258