From cb8f3320a9724c6e9a520b8e3368190a65982e66 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 29 Oct 2016 08:29:33 +0200 Subject: app-shells/quoter: Version bump --- app-shells/quoter/Manifest | 2 +- app-shells/quoter/quoter-2.0_p1.ebuild | 14 -------------- app-shells/quoter/quoter-2.0_p2.ebuild | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 app-shells/quoter/quoter-2.0_p1.ebuild create mode 100644 app-shells/quoter/quoter-2.0_p2.ebuild (limited to 'app-shells/quoter') diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest index 093ed22b..168d5dd9 100644 --- a/app-shells/quoter/Manifest +++ b/app-shells/quoter/Manifest @@ -1 +1 @@ -DIST quoter-2.0_p1.tar.gz 9815 SHA256 95786fb371ab015a85fee1bbc4521cd52ab4c52191b66dccd159d8bb62af2e88 +DIST quoter-2.0_p2.tar.gz 10108 SHA256 e1bd542b8f0bd5afaa2a7c0e21987addf7afe383ffc9e53e84a369d0e95d122b diff --git a/app-shells/quoter/quoter-2.0_p1.ebuild b/app-shells/quoter/quoter-2.0_p1.ebuild deleted file mode 100644 index 46b6a516..00000000 --- a/app-shells/quoter/quoter-2.0_p1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vcs-snapshot - -DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" -HOMEPAGE="https://github.com/vaeth/quoter/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" diff --git a/app-shells/quoter/quoter-2.0_p2.ebuild b/app-shells/quoter/quoter-2.0_p2.ebuild new file mode 100644 index 00000000..46b6a516 --- /dev/null +++ b/app-shells/quoter/quoter-2.0_p2.ebuild @@ -0,0 +1,14 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vcs-snapshot + +DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" +HOMEPAGE="https://github.com/vaeth/quoter/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" -- cgit v1.2.3-65-gdbad