From da692069ad515db87c2d977adcbaeb2d9d1c6daa Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 26 Jul 2020 13:52:41 +0200 Subject: Bumps to add SPDX-License-Identifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- dev-util/comp/Manifest | 2 +- dev-util/comp/comp-4.3.1.ebuild | 38 ++++++++++++++++++++++ dev-util/comp/comp-4.3.ebuild | 38 ---------------------- dev-util/diffhelp/Manifest | 2 +- dev-util/diffhelp/diffhelp-1.11.ebuild | 27 ---------------- dev-util/diffhelp/diffhelp-1.12.ebuild | 27 ++++++++++++++++ dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-4.1.ebuild | 41 ------------------------ dev-util/mv_perl/mv_perl-4.2.ebuild | 41 ++++++++++++++++++++++++ dev-util/replacer/Manifest | 2 +- dev-util/replacer/replacer-3.1-r1.ebuild | 54 -------------------------------- dev-util/replacer/replacer-3.2.ebuild | 54 ++++++++++++++++++++++++++++++++ 12 files changed, 164 insertions(+), 164 deletions(-) create mode 100644 dev-util/comp/comp-4.3.1.ebuild delete mode 100644 dev-util/comp/comp-4.3.ebuild delete mode 100644 dev-util/diffhelp/diffhelp-1.11.ebuild create mode 100644 dev-util/diffhelp/diffhelp-1.12.ebuild delete mode 100644 dev-util/mv_perl/mv_perl-4.1.ebuild create mode 100644 dev-util/mv_perl/mv_perl-4.2.ebuild delete mode 100644 dev-util/replacer/replacer-3.1-r1.ebuild create mode 100644 dev-util/replacer/replacer-3.2.ebuild (limited to 'dev-util') diff --git a/dev-util/comp/Manifest b/dev-util/comp/Manifest index d8cc2d04..b4d7f544 100644 --- a/dev-util/comp/Manifest +++ b/dev-util/comp/Manifest @@ -1 +1 @@ -DIST comp-4.3.tar.gz 8386 SHA512 81c45abf66922b05ebf983978cf820a15f7045fddb777361c7561ee0f9d9c19379cbdebf648e280ce7e31423ad6d860ade9a0114ab6b3e6e6fbd0f0dcb1dd876 +DIST comp-4.3.1.tar.gz 8434 SHA512 1c9dc56afa5c22933af05ced8021f1fd37162c1623d9b05d634e0f74f1555e7cb66d932e531dade56090610ae325ba139ccf90ab3449f1f1102e1fc15f2dd23b diff --git a/dev-util/comp/comp-4.3.1.ebuild b/dev-util/comp/comp-4.3.1.ebuild new file mode 100644 index 00000000..4adc1680 --- /dev/null +++ b/dev-util/comp/comp-4.3.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2016-2020 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +DESCRIPTION="compare files or directories, including metadata" +HOMEPAGE="https://github.com/vaeth/comp/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# This should really depend on a USE-flag but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND="dev-perl/String-ShellQuote" + +RDEPEND="!=dev-lang/perl-5.8 +${OPTIONAL_RDEPEND}" +# || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) +# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + default +} + +src_install() { + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} diff --git a/dev-util/comp/comp-4.3.ebuild b/dev-util/comp/comp-4.3.ebuild deleted file mode 100644 index 61f6ab03..00000000 --- a/dev-util/comp/comp-4.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2016-2018 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -DESCRIPTION="compare files or directories, including metadata" -HOMEPAGE="https://github.com/vaeth/comp/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# This should really depend on a USE-flag but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND="dev-perl/String-ShellQuote" - -RDEPEND="!=dev-lang/perl-5.8 -${OPTIONAL_RDEPEND}" -# || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) -# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - default -} - -src_install() { - dobin bin/* - dodoc README.md - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/diffhelp/Manifest b/dev-util/diffhelp/Manifest index 7c92de0c..fb020b5d 100644 --- a/dev-util/diffhelp/Manifest +++ b/dev-util/diffhelp/Manifest @@ -1 +1 @@ -DIST diffhelp-1.11.tar.gz 2227 SHA512 1e3cfa92e51bea0f65ab99d1848eff33fb3874da22c64d136a0e403db1315918736b73a70f44605958ebf7f13ac937ae4c87f6d463c2bd9728f622c26734bc2e +DIST diffhelp-1.12.tar.gz 2372 SHA512 ddbd919c9c3f5b8c9d599fc2a94350ee1a6c54e23f908018923cfb922eba70bf319696ad5c3a6e1839c2c0eee358921ea8d84fea26969a336ad674ec0930bca6 diff --git a/dev-util/diffhelp/diffhelp-1.11.ebuild b/dev-util/diffhelp/diffhelp-1.11.ebuild deleted file mode 100644 index 20f1fa61..00000000 --- a/dev-util/diffhelp/diffhelp-1.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2012-2018 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" -HOMEPAGE="https://github.com/vaeth/diffhelp/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- bin/* || die - default -} - -src_install() { - dobin bin/* - insinto /usr/share/zsh/site-functions - doins zsh/* -} diff --git a/dev-util/diffhelp/diffhelp-1.12.ebuild b/dev-util/diffhelp/diffhelp-1.12.ebuild new file mode 100644 index 00000000..64096664 --- /dev/null +++ b/dev-util/diffhelp/diffhelp-1.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 2012-2020 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u" +HOMEPAGE="https://github.com/vaeth/diffhelp/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- bin/* || die + default +} + +src_install() { + dobin bin/* + insinto /usr/share/zsh/site-functions + doins zsh/* +} diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index c4267c04..a3a813dc 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-4.1.tar.gz 72912 SHA512 acaa8d82ed8b962d905dd35f23a769b6a8a3952a6e4a304c39fadf4281be42ca84e528cd10c3a14b63a7f3878447b8a1092430990da379fb7c345f2027d873f8 +DIST mv_perl-4.2.tar.gz 73063 SHA512 e474647d079cdf3daba3257091a98a241724d08117a5469876a13b39386b17bc8769dea34892d42fb4cf6fc01258f9a867e4e798fcc61e35ddd77ad7d3078e2f diff --git a/dev-util/mv_perl/mv_perl-4.1.ebuild b/dev-util/mv_perl/mv_perl-4.1.ebuild deleted file mode 100644 index 15890dff..00000000 --- a/dev-util/mv_perl/mv_perl-4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2012-2019 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" -HOMEPAGE="https://github.com/vaeth/mv_perl/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# These should really depend on USE-flags but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND="dev-perl/File-lchown -dev-perl/String-Escape -dev-perl/String-ShellQuote" - -RDEPEND=">=dev-lang/perl-5.8 - || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) - ${OPTIONAL_RDEPEND}" -# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) -# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - default -} - -src_install() { - dobin bin/* - dodoc README.md - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/mv_perl/mv_perl-4.2.ebuild b/dev-util/mv_perl/mv_perl-4.2.ebuild new file mode 100644 index 00000000..5e00fd5a --- /dev/null +++ b/dev-util/mv_perl/mv_perl-4.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 2012-2020 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" +HOMEPAGE="https://github.com/vaeth/mv_perl/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# These should really depend on USE-flags but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND="dev-perl/File-lchown +dev-perl/String-Escape +dev-perl/String-ShellQuote" + +RDEPEND=">=dev-lang/perl-5.8 + || ( >=dev-lang/perl-5.9.4 >=virtual/perl-File-Spec-3.0 ) + ${OPTIONAL_RDEPEND}" +# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Digest-MD5 ) +# || ( >=dev-lang/perl-5.7.3 virtual/perl-Time-HiRes ) + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + default +} + +src_install() { + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} diff --git a/dev-util/replacer/Manifest b/dev-util/replacer/Manifest index ac5cba12..3cd598b7 100644 --- a/dev-util/replacer/Manifest +++ b/dev-util/replacer/Manifest @@ -1 +1 @@ -DIST replacer-3.1.tar.gz 16368 SHA512 0bb08593e7ad0bf9e5d6c3f732794add4b4d50f7fd5a1f77fcbeea2f2f2fe486b32ed9bed3e068dab1b1dd01a5924947d11330ac2a1b9dfd3c9287fbf28dd33f +DIST replacer-3.2.tar.gz 16438 SHA512 2275b21a2c078a12c9bb9d2d02a423b31da6dc35e36e97114dd675fef2999f0f7db4fe6e711adba4bf9d40fd7aaf505ad464a098eee0888c20f3a0cc2bae8ba1 diff --git a/dev-util/replacer/replacer-3.1-r1.ebuild b/dev-util/replacer/replacer-3.1-r1.ebuild deleted file mode 100644 index fe8080e4..00000000 --- a/dev-util/replacer/replacer-3.1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2018 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls" -PLOCALES="de" -for i in ${PLOCALES}; do - IUSE+=" l10n_${i}" -done - -RDEPEND="dev-lang/python - nls? ( virtual/libintl )" -BDEPEND="nls? ( sys-devel/gettext )" - -src_prepare() { - local r - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env python$"#!'"${EPREFIX}/usr/bin/python"'"' \ - bin/* || die - if use nls; then - localepath=${EPREFIX}/usr/share/locale - r="'${localepath}'" - else - r='None' - fi - sed -i \ - -e 's"^\(localedir[[:space:]]*=[[:space:]]*\).*"\1'"${r}\"" \ - bin/${PN} || die - default -} - -src_install() { - local i - if use nls; then - export LINGUAS= - for i in ${PLOCALES}; do - use l10n_${i} && LINGUAS+=${LINGUAS:+ }${i} - done - po/install-mo "${D}${localepath}" - fi - dobin bin/* - dodoc README.md - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/replacer/replacer-3.2.ebuild b/dev-util/replacer/replacer-3.2.ebuild new file mode 100644 index 00000000..3827f429 --- /dev/null +++ b/dev-util/replacer/replacer-3.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 2018-2020 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="nls" +PLOCALES="de" +for i in ${PLOCALES}; do + IUSE+=" l10n_${i}" +done + +RDEPEND="dev-lang/python + nls? ( virtual/libintl )" +BDEPEND="nls? ( sys-devel/gettext )" + +src_prepare() { + local r + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env python$"#!'"${EPREFIX}/usr/bin/python"'"' \ + bin/* || die + if use nls; then + localepath=${EPREFIX}/usr/share/locale + r="'${localepath}'" + else + r='None' + fi + sed -i \ + -e 's"^\(localedir[[:space:]]*=[[:space:]]*\).*"\1'"${r}\"" \ + bin/${PN} || die + default +} + +src_install() { + local i + if use nls; then + export LINGUAS= + for i in ${PLOCALES}; do + use l10n_${i} && LINGUAS+=${LINGUAS:+ }${i} + done + po/install-mo "${D}${localepath}" + fi + dobin bin/* + dodoc README.md + insinto /usr/share/zsh/site-functions + doins zsh/_* +} -- cgit v1.2.3-18-g5258