From d6f793e42da35319dd04902010e746567ee42746 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 16 Jun 2024 21:00:47 +0200 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-23.0.ebuild | 55 ---------------------- .../portage-bashrc-mv-23.1.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-23.0.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-23.1.ebuild diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index bc246b71..57a131ed 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-23.0.tar.gz 20710 BLAKE2B 5c2742164c1f9661fd3a2e90b0928802617d66be378c635f1b2fd55331b7e3afac71a5ebad58bb561bc76aa113e2de207336e2420f143c32f9fc25961ddfa18b SHA512 023274b6a228c08e9c4fcff9acc0acdf5dc5765cbdebdc4002f41c478d57d4d3f864cc2be1ec9b64bf2d5e62ada2cb07e2ed0791888bcb496c65228aaf40be35 +DIST portage-bashrc-mv-23.1.tar.gz 20830 BLAKE2B c1a1909f35c711a5a015d5ed3c022888b0d08a335660fcc21cecdfd5408aa58e01f90d6fb6d79d05b81c0538cc11fdcd337faad7e7f20776d2cfe7c3f2189a2d SHA512 ca262a4b9b0e83ab48848746af57a627d907f925140cfc5a4085f4297c979e3cdcf0db57a62458c46df70721ba24cc88f42c11213c839891ede352dcd18862ce diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-23.0.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-23.0.ebuild deleted file mode 100644 index cce1258c..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-23.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2011-2024 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-23.1.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-23.1.ebuild new file mode 100644 index 00000000..cce1258c --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-23.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 2011-2024 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/metadata/pkg_desc_index b/metadata/pkg_desc_index index 985d5024..23ffc47a 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -33,7 +33,7 @@ app-portage/eix 0.36.8 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.2: Keep only (compressed) logs of installed packages and cleanup emerge.log -app-portage/portage-bashrc-mv 23.0: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags +app-portage/portage-bashrc-mv 23.1: 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