From 77659b2f76389f367bd98972d3e0a501277a45d1 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 21 May 2017 08:26:25 +0200 Subject: app-portage/world-mv: Version bump --- app-portage/world-mv/Manifest | 2 +- app-portage/world-mv/world-mv-3.18.ebuild | 35 ------------------------------- app-portage/world-mv/world-mv-3.19.ebuild | 35 +++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-portage/world-mv/world-mv-3.18.ebuild create mode 100644 app-portage/world-mv/world-mv-3.19.ebuild (limited to 'app-portage') diff --git a/app-portage/world-mv/Manifest b/app-portage/world-mv/Manifest index 65cfa48c..67370ac1 100644 --- a/app-portage/world-mv/Manifest +++ b/app-portage/world-mv/Manifest @@ -1 +1 @@ -DIST world-3.18.tar.gz 3528 SHA256 8a2dcb0b41c0750e20fffaa4eaa99354731371b9ea759986c5a5d3eb7bb2fdab +DIST world-3.19.tar.gz 3524 SHA256 4204729dc2ee2650c0156de387667e79c49754cb7b53dae1a7bdf3b6646bc056 diff --git a/app-portage/world-mv/world-mv-3.18.ebuild b/app-portage/world-mv/world-mv-3.18.ebuild deleted file mode 100644 index 801c7727..00000000 --- a/app-portage/world-mv/world-mv-3.18.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2017 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}\\''" \ - -- bin/* || die - else sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- bin/* || die - fi - eapply_user -} - -src_install() { - dobin bin/* - insinto /usr/share/zsh/site-functions - doins zsh/* -} diff --git a/app-portage/world-mv/world-mv-3.19.ebuild b/app-portage/world-mv/world-mv-3.19.ebuild new file mode 100644 index 00000000..801c7727 --- /dev/null +++ b/app-portage/world-mv/world-mv-3.19.ebuild @@ -0,0 +1,35 @@ +# Copyright 2017 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}\\''" \ + -- bin/* || die + else sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- bin/* || die + fi + eapply_user +} + +src_install() { + dobin bin/* + insinto /usr/share/zsh/site-functions + doins zsh/* +} -- cgit v1.2.3-18-g5258