From 2819af9960b541aa704a1d414026a107f3f4ff23 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 20 Jan 2021 20:50:01 +0100 Subject: app-portage/portage-bashrc-mv: Version bump 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-20.2.ebuild | 55 ---------------------- .../portage-bashrc-mv-20.3.ebuild | 55 ++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-20.2.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-20.3.ebuild diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index b2800df0..c6f7f0f4 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-20.2.tar.gz 19759 SHA512 78237c0865227062050f65dc246cd4b29a63f321263a329383cb8afa871f0f6578370f61d64cadd22f5a5f8be39f3e818970e8219fbf697aafc9076173fc80c0 +DIST portage-bashrc-mv-20.3.tar.gz 19808 SHA512 31292e38cfb9d37b972c6eda503d8c1b4455bfe5481fac562f41101f4d195550d35a287421bac97364e481ffeda2ff36e08bc17f1b6c2915559adefca1e0719e diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.2.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.2.ebuild deleted file mode 100644 index 947feae8..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2011-2020 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-20.3.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.3.ebuild new file mode 100644 index 00000000..28de13b5 --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-20.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 2011-2021 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/metadata/pkg_desc_index b/metadata/pkg_desc_index index 76624b07..70ba5f82 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -27,7 +27,7 @@ app-portage/etcat 1.0.2 99999999: Updated version of an old Portage information app-portage/find_cruft 5.2: find cruft files not managed by portage app-portage/getdelta 0.7.9-r2: dynamic deltup client app-portage/logclean 18.4.1: Keep only (compressed) logs of installed packages and cleanup emerge.log -app-portage/portage-bashrc-mv 20.2: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags +app-portage/portage-bashrc-mv 20.3: 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 -- cgit v1.2.3-65-gdbad