From c3afff7d970f9082ed8fdf272d413a1cec7a8f83 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 15 May 2022 18:09:57 +0200 Subject: app-arch/archwrap app-portage/portage-bashrc-mv app-shells/termcolors-mv: bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-arch/archwrap/Manifest | 2 +- app-arch/archwrap/archwrap-11.4-r1.ebuild | 44 ----------------- app-arch/archwrap/archwrap-12.0.ebuild | 44 +++++++++++++++++ app-portage/portage-bashrc-mv/Manifest | 2 +- .../portage-bashrc-mv-20.6.ebuild | 55 ---------------------- .../portage-bashrc-mv-20.7.ebuild | 55 ++++++++++++++++++++++ app-shells/termcolors-mv/Manifest | 2 +- app-shells/termcolors-mv/termcolors-mv-4.8.ebuild | 51 -------------------- app-shells/termcolors-mv/termcolors-mv-4.9.ebuild | 51 ++++++++++++++++++++ metadata/pkg_desc_index | 6 +-- 10 files changed, 156 insertions(+), 156 deletions(-) delete mode 100644 app-arch/archwrap/archwrap-11.4-r1.ebuild create mode 100644 app-arch/archwrap/archwrap-12.0.ebuild delete mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-20.6.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-20.7.ebuild delete mode 100644 app-shells/termcolors-mv/termcolors-mv-4.8.ebuild create mode 100644 app-shells/termcolors-mv/termcolors-mv-4.9.ebuild diff --git a/app-arch/archwrap/Manifest b/app-arch/archwrap/Manifest index ec4f62b5..388249b3 100644 --- a/app-arch/archwrap/Manifest +++ b/app-arch/archwrap/Manifest @@ -1 +1 @@ -DIST archwrap-11.4.tar.gz 18465 BLAKE2B b3f46d437f4eb3c754805d4f0d0a5af2f6254fa81db790786690e6741345af812150affdd8d9059bfbdf75c4d9c01d067a8bbc9de8f6a1192d4e5d49f94b62cd SHA512 7bbb0e787ae1cec4cd1e7253a6f13625f0b6f0b0e10720651b40633496f37c122445e498f21b373a161626f2118aa7c137f1f52bcc689606290af9f0c098d902 +DIST archwrap-12.0.tar.gz 19010 BLAKE2B cd4f50ed4f8b60ed77c249f7cc2fb6eae3efde357d5e68bbf6ef341c1f389cd551c6a3b2b31d36611a370e7573c459933a869899d3a579ce02a945c01c2cc48c SHA512 e15f91ee47f7ee74db9c71b93e8d920d6639cfd4e8d4f1d46d796a36a24be42e1ee86bd5b1eed1e472bcf94c082f04927e500942cc69dd670d7c151179f5e0b5 diff --git a/app-arch/archwrap/archwrap-11.4-r1.ebuild b/app-arch/archwrap/archwrap-11.4-r1.ebuild deleted file mode 100644 index 6faa2516..00000000 --- a/app-arch/archwrap/archwrap-11.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2012-2022 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -RESTRICT="mirror" - -DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs" -HOMEPAGE="https://github.com/vaeth/archwrap/" -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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -IUSE="" -RDEPEND="app-shells/push:0/1" -DEPEND="" - -src_prepare() { - local i - use prefix || for i in bin/* - do test -h "${i}" || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -e 's"^\. archwrap\.sh$". '"${EPREFIX}/usr/lib/archwrap/archwrap.sh"'"' \ - -- "${i}" || die - done - default -} - -src_install() { - local i - insinto /usr/bin - for i in bin/* - do if test -h "${i}" - then doins "${i}" - elif [ "${i#*/}" != 'archwrap.sh' ] - then dobin "${i}" - fi - done - insinto /usr/lib/archwrap - doins bin/archwrap.sh - insinto /usr/share/zsh/site-functions - doins zsh/* - dodoc README.md archwrap_alias -} diff --git a/app-arch/archwrap/archwrap-12.0.ebuild b/app-arch/archwrap/archwrap-12.0.ebuild new file mode 100644 index 00000000..6faa2516 --- /dev/null +++ b/app-arch/archwrap/archwrap-12.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 2012-2022 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +RESTRICT="mirror" + +DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs" +HOMEPAGE="https://github.com/vaeth/archwrap/" +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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +IUSE="" +RDEPEND="app-shells/push:0/1" +DEPEND="" + +src_prepare() { + local i + use prefix || for i in bin/* + do test -h "${i}" || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -e 's"^\. archwrap\.sh$". '"${EPREFIX}/usr/lib/archwrap/archwrap.sh"'"' \ + -- "${i}" || die + done + default +} + +src_install() { + local i + insinto /usr/bin + for i in bin/* + do if test -h "${i}" + then doins "${i}" + elif [ "${i#*/}" != 'archwrap.sh' ] + then dobin "${i}" + fi + done + insinto /usr/lib/archwrap + doins bin/archwrap.sh + insinto /usr/share/zsh/site-functions + doins zsh/* + dodoc README.md archwrap_alias +} diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index 0b7f61d5..a09902d4 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-20.6.tar.gz 20037 BLAKE2B d4e46a6879d05e8cbb30cacf240ba3086974f5645a4f67bec1c0090eed67f92d1184824f48eff2bf340b97cec66a187ae4037e69935a8cb351ba425106a49192 SHA512 35fc4092aa819bf1c1a365cca683efa038cbd93cbf02b4dc9e9f2638aedd77d3e47cb178ce9a0801ef63502bc3755c32de74153e62e9e065be976a95a4cc07f2 +DIST portage-bashrc-mv-20.7.tar.gz 20055 BLAKE2B 5f5bb1d403706a25be4f9cc21c88b8a3ffdb1672fe189e379ff2f961ede4d4d99568b317a07bb699dde9e6e76c5d60aa1487982caf94ef40781c24fac04dcc48 SHA512 77dbadcf9b8dfdb08b67be1d45ea567c8849214f4c883431d68732746b39a27447dbea33747ab3ad58b89944f803f599ac08ffaf78acde9c71671c9aed28c3e6 diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.6.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.6.ebuild deleted file mode 100644 index 007c94ff..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2011-2022 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -RESTRICT="mirror" - -DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags" -HOMEPAGE="https://github.com/vaeth/portage-bashrc-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -IUSE="+ccache +cflags +remove-la +title" - -# the ccache script would run without dev-util/ccache but would be pointless: -RDEPEND="ccache? ( >=dev-util/ccache-3.2 )" - -# The flags script would run without app-portage/eix, but package.cflags -# parsing would be much slower (and is almost not tested): -RDEPEND=${RDEPEND}" cflags? ( app-portage/eix )" - -# The title script would do nothing without these packages: -RDEPEND=${RDEPEND}" title? ( - >=app-portage/portage-utils-0.80_pre20190605 - app-shells/runtitle -)" - -src_install() { - dodoc AUTHORS NEWS README.md - exeinto "/usr/share/doc/${PF}" - doexe fix-portage-2.2.15 - docompress -x "/usr/share/doc/${PF}/fix-portage-2.2.15" - insinto /etc/portage - doins -r bashrc - insinto /etc/portage/bashrc.d - doins bashrc.d/[a-zA-Z]* - docompress /etc/portage/bashrc.d/README - ! use ccache || doins bashrc.d/*ccache* - ! use cflags || doins bashrc.d/*flag* - doins bashrc.d/*locale*purge* - ! use remove-la || doins bashrc.d/*remove*la* - ! use title || doins bashrc.d/*title* -} - -pkg_postinst() { - case " ${REPLACING_VERSIONS}" in - *' '[0-9].*|*' '1[0-2].*) - ewarn "Remember to run /usr/share/doc/${PF}/fix-portage-2.2.15" - ewarn "as the first command after upgrading to >=portage-2.2.15" - ewarn "See NEWS for details";; - esac - ! test -d /var/cache/gpo || \ - ewarn "Obsolete /var/cache/gpo found. Please remove" -} diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.7.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.7.ebuild new file mode 100644 index 00000000..007c94ff --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.7.ebuild @@ -0,0 +1,55 @@ +# Copyright 2011-2022 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +RESTRICT="mirror" + +DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags" +HOMEPAGE="https://github.com/vaeth/portage-bashrc-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +IUSE="+ccache +cflags +remove-la +title" + +# the ccache script would run without dev-util/ccache but would be pointless: +RDEPEND="ccache? ( >=dev-util/ccache-3.2 )" + +# The flags script would run without app-portage/eix, but package.cflags +# parsing would be much slower (and is almost not tested): +RDEPEND=${RDEPEND}" cflags? ( app-portage/eix )" + +# The title script would do nothing without these packages: +RDEPEND=${RDEPEND}" title? ( + >=app-portage/portage-utils-0.80_pre20190605 + app-shells/runtitle +)" + +src_install() { + dodoc AUTHORS NEWS README.md + exeinto "/usr/share/doc/${PF}" + doexe fix-portage-2.2.15 + docompress -x "/usr/share/doc/${PF}/fix-portage-2.2.15" + insinto /etc/portage + doins -r bashrc + insinto /etc/portage/bashrc.d + doins bashrc.d/[a-zA-Z]* + docompress /etc/portage/bashrc.d/README + ! use ccache || doins bashrc.d/*ccache* + ! use cflags || doins bashrc.d/*flag* + doins bashrc.d/*locale*purge* + ! use remove-la || doins bashrc.d/*remove*la* + ! use title || doins bashrc.d/*title* +} + +pkg_postinst() { + case " ${REPLACING_VERSIONS}" in + *' '[0-9].*|*' '1[0-2].*) + ewarn "Remember to run /usr/share/doc/${PF}/fix-portage-2.2.15" + ewarn "as the first command after upgrading to >=portage-2.2.15" + ewarn "See NEWS for details";; + esac + ! test -d /var/cache/gpo || \ + ewarn "Obsolete /var/cache/gpo found. Please remove" +} diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index 6ce6125d..4187324b 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-4.8.tar.gz 9183 BLAKE2B 22430044c34509ea0634ed0832d911b8c1939c01a8f3b62e687b98ae960705e710a030f18f713b7a82646b110366555d8f396e735588f61a3431dc65701dbf5a SHA512 9ff5f7640bce10ec97518bcd5f6e379736f18a251c18f93e07d545d041eed38593016b0585baa2f41558a0988dd12a43f07b9ec2930cc5cc37e8502f25dd49e4 +DIST termcolors-mv-4.9.tar.gz 9191 BLAKE2B 5e91e3cea07cab561f7f8a6cfdc6f8265a0d94695f37f2e55cd73816b3bc2337da65e8349871111b5ff17462cc6ff4566e16acf11bf3777bf6ffbbcae4f288f2 SHA512 08e2076bba8650132273ad1757ba82b8c75cc91c2ee06162c4db4da30f924e4a764088a856f727a0117e59b4ef5e46436a3aee0c28aa44034d749abe49ac5d4e diff --git a/app-shells/termcolors-mv/termcolors-mv-4.8.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.8.ebuild deleted file mode 100644 index a3069ae4..00000000 --- a/app-shells/termcolors-mv/termcolors-mv-4.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2013-2022 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -RESTRICT="mirror" -inherit readme.gentoo-r1 - -DESCRIPTION="256colors sample script and dircolors configuration for standard or 256 colors" -HOMEPAGE="https://github.com/vaeth/termcolors-mv/" -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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="create +perl poor" -DEPEND="dev-lang/perl" -RDEPEND="create? ( dev-lang/perl ) -perl? ( dev-lang/perl )" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="To use the colorschemes of ${PN} call - eval \"\`dircolors-mv\`\" -e.g. in your bashrc; make sure that SOLARIZED (if desired) -and DEFAULTS is set appropriately, see the documentation. -For zsh, this happens if you use zshrc-mv" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - default -} - -src_compile() { - perl bin/DIR_COLORS-create $(usex poor poor '') -} - -src_install() { - dodoc README.md - dobin bin/dircolors-mv - use create && dobin bin/DIR_COLORS-create - use perl && dobin bin/256colors - insinto /usr/lib/dir_colors - doins DIR_COLORS* - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-shells/termcolors-mv/termcolors-mv-4.9.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.9.ebuild new file mode 100644 index 00000000..a3069ae4 --- /dev/null +++ b/app-shells/termcolors-mv/termcolors-mv-4.9.ebuild @@ -0,0 +1,51 @@ +# Copyright 2013-2022 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +RESTRICT="mirror" +inherit readme.gentoo-r1 + +DESCRIPTION="256colors sample script and dircolors configuration for standard or 256 colors" +HOMEPAGE="https://github.com/vaeth/termcolors-mv/" +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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="create +perl poor" +DEPEND="dev-lang/perl" +RDEPEND="create? ( dev-lang/perl ) +perl? ( dev-lang/perl )" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="To use the colorschemes of ${PN} call + eval \"\`dircolors-mv\`\" +e.g. in your bashrc; make sure that SOLARIZED (if desired) +and DEFAULTS is set appropriately, see the documentation. +For zsh, this happens if you use zshrc-mv" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + default +} + +src_compile() { + perl bin/DIR_COLORS-create $(usex poor poor '') +} + +src_install() { + dodoc README.md + dobin bin/dircolors-mv + use create && dobin bin/DIR_COLORS-create + use perl && dobin bin/256colors + insinto /usr/lib/dir_colors + doins DIR_COLORS* + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 264a387a..6b2f757b 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -4,7 +4,7 @@ acct-user/flexlm 0: User for app-admin/flexlm acct-user/schedule 0: User for sys-apps/schedule app-admin/flexlm 9.5-r3: Macrovision FLEXlm license manager and utils app-admin/sudox 10.0-r1: wrapper for sudo which can pass X authority data and deal with screen and tmux -app-arch/archwrap 11.4-r1: A collection of POSIX shell scripts to invoke archiver programs +app-arch/archwrap 12.0: A collection of POSIX shell scripts to invoke archiver programs app-arch/bzwc 5.1-r1: A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz) app-arch/paq8l 20070308: Open source file compressor and archiver app-cdr/cdrtools 99999999: A set of tools for CD/DVD reading and recording, including cdrecord @@ -30,7 +30,7 @@ app-portage/eix 0.36.2 99999999: Search and query ebuilds app-portage/etcat 1.0.2 99999999: Updated version of an old Portage information extractor app-portage/find_cruft 5.2: find cruft files not managed by portage app-portage/logclean 18.4.1: Keep only (compressed) logs of installed packages and cleanup emerge.log -app-portage/portage-bashrc-mv 20.6: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags +app-portage/portage-bashrc-mv 20.7: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags app-portage/portage-postsyncd-mv 8.4: postsync hooks for portage to sync from git app-portage/trickyfetch 10.1: Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR app-portage/useflags 4.2: Print or save the current USE-flag state and compare with older versions @@ -44,7 +44,7 @@ app-shells/quoter 4.2-r1: Quote arguments or standard input for usage in POSIX s app-shells/runtitle 2.11: Scripts to run commands and set the hard status line (windows title) app-shells/schily-tools 2021.09.18: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell app-shells/set_prompt 3.2: An intelligent prompt for zsh or bash with status line (window title) support -app-shells/termcolors-mv 4.8: 256colors sample script and dircolors configuration for standard or 256 colors +app-shells/termcolors-mv 4.9: 256colors sample script and dircolors configuration for standard or 256 colors app-shells/zsh-autosuggestions 0.7.0 99999999: Fish-like autosuggestions for zsh app-shells/zsh-syntax-highlighting 0.8.0_alpha1 99999999: Fish shell like syntax highlighting for zsh app-shells/zshrc-mv 6.7: A zshrc file initializing zsh specific interactive features -- cgit v1.2.3-65-gdbad