From e5fede359c49632b4dc04aa6b9a83331637d52a6 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 12 Oct 2019 09:59:37 +0200 Subject: etcat, portage-bashrc-mv, schiliy-tools, zshrc-mv, sundtek-tv: Version bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-portage/portage-bashrc-mv/Manifest | 2 +- .../portage-bashrc-mv-17.3.ebuild | 55 ---------------------- .../portage-bashrc-mv-18.0.ebuild | 55 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-17.3.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-18.0.ebuild (limited to 'app-portage/portage-bashrc-mv') diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index 226f750d..72b4bfdf 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-17.3.tar.gz 18598 SHA512 07118af76b46f83d93d92be0241cfb691c20b48dc0d683f96b6679e064c0aa7346cc54cb6653982b8264ee1aad185bbce423bc0967a07b91b30ed22ddd829f6b +DIST portage-bashrc-mv-18.0.tar.gz 18880 SHA512 15ef9d0b9d627a45243cadb6516334402d160b26861ee8bdb7129e3fff020d33d5ad3e2d030463c8e95329bac77c8f8b51895696f3472b37f16e06e5dc0827bd diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-17.3.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-17.3.ebuild deleted file mode 100644 index 9c3753fd..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-17.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2011-2019 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 ~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="+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-18.0.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-18.0.ebuild new file mode 100644 index 00000000..9c3753fd --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-18.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 2011-2019 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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 ~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="+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" +} -- cgit v1.2.3-18-g5258