From 3e9a3a75a45c7497e9a1d3c61cad4b26b369aad2 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 9 Apr 2018 22:56:11 +0200 Subject: dev-util/replacer: Version bump --- dev-util/replacer/Manifest | 2 +- dev-util/replacer/replacer-1.0.ebuild | 32 -------------------------------- dev-util/replacer/replacer-1.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-util/replacer/replacer-1.0.ebuild create mode 100644 dev-util/replacer/replacer-1.1.ebuild (limited to 'dev-util') diff --git a/dev-util/replacer/Manifest b/dev-util/replacer/Manifest index b0f8f78e..f9b88e0c 100644 --- a/dev-util/replacer/Manifest +++ b/dev-util/replacer/Manifest @@ -1 +1 @@ -DIST replacer-1.0.tar.gz 7579 SHA512 ede10099f468c7e385aaac2364f12bec7e403debe86d5a1ed3ccfbebcfd5e150803d9c06b18d7f407e75318dbf93ecc561e3c32f8d59bb377f3c9fed5e924f95 +DIST replacer-1.1.tar.gz 8091 SHA512 e05513cdc39f0dc64c04116f985fe49b488c3725acf193c5e6d92cee0fcb67c8f46c50ce3951eacd8149c4b4876f947d1168e229adc245b460325497488e5e46 diff --git a/dev-util/replacer/replacer-1.0.ebuild b/dev-util/replacer/replacer-1.0.ebuild deleted file mode 100644 index 6d6e7aa9..00000000 --- a/dev-util/replacer/replacer-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) -inherit python-any-r1 - -DESCRIPTION="Search and replace python regular expressions within many files interactively" -HOMEPAGE="https://github.com/vaeth/replacer/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS}" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env python$"#!'"${EPREFIX}/usr/bin/python"'"' \ - -- bin/* || die - default -} - -src_install() { - dobin bin/* - dodoc README.md - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/replacer/replacer-1.1.ebuild b/dev-util/replacer/replacer-1.1.ebuild new file mode 100644 index 00000000..6d6e7aa9 --- /dev/null +++ b/dev-util/replacer/replacer-1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +inherit python-any-r1 + +DESCRIPTION="Search and replace python regular expressions within many files interactively" +HOMEPAGE="https://github.com/vaeth/replacer/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${PYTHON_DEPS}" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env python$"#!'"${EPREFIX}/usr/bin/python"'"' \ + -- bin/* || die + default +} + +src_install() { + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} -- cgit v1.2.3-18-g5258