From 2666a57820479f24da3d216efa6125d3b5f1a24d Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 16 Mar 2018 00:14:39 +0100 Subject: app-portage/portage-bashrc-mv: Version bump --- app-portage/portage-bashrc-mv/Manifest | 2 +- .../portage-bashrc-mv-14.11.ebuild | 58 ---------------------- .../portage-bashrc-mv-14.12.ebuild | 58 ++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-14.11.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-14.12.ebuild diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index d51c11b2..39ff69f3 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-14.11.tar.gz 15262 SHA512 1f8d1e6ece807150eede4939af364eee41e6f523430ab6d035835b387e5c7551155a19a5cacf781d947d18dd085efc7d03df51c47b8841af794b53c05aa017c2 +DIST portage-bashrc-mv-14.12.tar.gz 15309 SHA512 9712e712be20ede6383147976fa78f7ccdf64285f30657071bfac4eb0baf423f1af8d801fc070300e77ec172932c6b6359a9a81bdad252552b30c419f7fc03b6 diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.11.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.11.ebuild deleted file mode 100644 index 99688436..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.11.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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="~amd64 ~x86" -IUSE="+ccache +cflags +localepurge +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 localepurge script uses the config files from app-admin/localepurge: -RDEPEND=${RDEPEND}" localepurge? ( app-admin/localepurge )" - -# The title script would do nothing without these packages: -RDEPEND=${RDEPEND}" title? ( - app-portage/portage-utils - 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* - ! use localepurge || 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-14.12.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.12.ebuild new file mode 100644 index 00000000..902faf1e --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-14.12.ebuild @@ -0,0 +1,58 @@ +# Copyright 2011-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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="~amd64 ~x86" +IUSE="+ccache +cflags +localepurge +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 localepurge script uses the config files from app-admin/localepurge: +RDEPEND=${RDEPEND}" localepurge? ( app-admin/localepurge )" + +# The title script would do nothing without these packages: +RDEPEND=${RDEPEND}" title? ( + app-portage/portage-utils + 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* + ! use localepurge || 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 5e5bf1a2..730f2cec 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -26,7 +26,7 @@ app-portage/etcat 1.0.1 99999999: Updated version of an old Portage information app-portage/find_cruft 5.1: find cruft files not managed by portage app-portage/getdelta 0.7.9-r2: dynamic deltup client app-portage/logclean 18.0.0: Keep only (compressed) logs of installed packages and cleanup emerge.log -app-portage/portage-bashrc-mv 14.11: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags +app-portage/portage-bashrc-mv 14.12: Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags app-portage/portage-postsyncd-mv 6.0.1: postsync hooks for portage to sync from git app-portage/trickyfetch 8.20: Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR app-portage/useflags 4.1.3: Print or save the current USE-flag state and compare with older versions -- cgit v1.2.3-65-gdbad