From 02789a400f04c3c64cbe641be6457e76be16a508 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 1 Feb 2014 18:14:52 +0100 Subject: Bump find_cruft, useflags --- app-portage/find_cruft/ChangeLog | 5 +++ app-portage/find_cruft/Manifest | 2 +- app-portage/find_cruft/find_cruft-2.3-r1.ebuild | 41 ------------------------- app-portage/find_cruft/find_cruft-2.4.ebuild | 41 +++++++++++++++++++++++++ app-portage/useflags/ChangeLog | 5 +++ app-portage/useflags/Manifest | 2 +- app-portage/useflags/useflags-3.3-r1.ebuild | 41 ------------------------- app-portage/useflags/useflags-3.4.ebuild | 41 +++++++++++++++++++++++++ 8 files changed, 94 insertions(+), 84 deletions(-) delete mode 100644 app-portage/find_cruft/find_cruft-2.3-r1.ebuild create mode 100644 app-portage/find_cruft/find_cruft-2.4.ebuild delete mode 100644 app-portage/useflags/useflags-3.3-r1.ebuild create mode 100644 app-portage/useflags/useflags-3.4.ebuild diff --git a/app-portage/find_cruft/ChangeLog b/app-portage/find_cruft/ChangeLog index f0ad9255..1d899b32 100644 --- a/app-portage/find_cruft/ChangeLog +++ b/app-portage/find_cruft/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*find_cruft-2.4 (10 Feb 2014) + + 01 Feb 2013; Martin Väth : + Version bump, remove old ebuild. + *find_cruft-2.3-r1 (17 Dec 2013) 17 Dec 2013; Martin Väth : diff --git a/app-portage/find_cruft/Manifest b/app-portage/find_cruft/Manifest index f5f80807..21323922 100644 --- a/app-portage/find_cruft/Manifest +++ b/app-portage/find_cruft/Manifest @@ -1 +1 @@ -DIST find_cruft-2.3.tar.gz 9196 SHA256 d40e95cf6bb7dbfef37bc1ca4e0ba987a278cf9d9ef3a80e4f75c372f3451b8b SHA512 256e66075cd915c13b93e5bfb3da73b858b181db1b504f9e639df7880b2b8ab97a617dd86f8158df6361e8faa1ed2e1ee577dcf8b7412b8a59061d5d96f2cf11 WHIRLPOOL 84ab3985e22c75e0565d653948dd8bc99d289d0c4906a4a96b15edc544e81e3d98063cdce1d46edf1f5f7dd141e786f1fa1193d66ac9676235e43014ad6c22fe +DIST find_cruft-2.4.tar.gz 9238 SHA256 b4bc8d9730e5029a824038d0fd6f3ccc75018aa79cca58189af442bbfaa38db0 SHA512 4953cd49120e81ee487ec4b168fdce655b76572bcf8daaca784da1780fd45aadd927cdfba12c0a8ee7725e1524bba0693c2b92cfc1c6efedf19fca2271d8c4e5 WHIRLPOOL 8471d0fd34063703b9ba31a550d9659015efdd1ef02b13dfd66c76f5e3451b5768b7566d106538763fede1de3b3124d93e5820ab826203e026dbe6475d525145 diff --git a/app-portage/find_cruft/find_cruft-2.3-r1.ebuild b/app-portage/find_cruft/find_cruft-2.3-r1.ebuild deleted file mode 100644 index 806ffddd..00000000 --- a/app-portage/find_cruft/find_cruft-2.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils vcs-snapshot - -DESCRIPTION="find cruft files not managed by portage" -HOMEPAGE="https://github.com/vaeth/find_cruft/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-Getopt-Long" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - epatch_user -} - -src_install() { - dobin bin/* - dodoc README - insinto /etc - doins etc/* - dodir /etc/find_cruft.d - insinto /usr/share/zsh/site-functions - doins zsh/_* -} - -pkg_postinst() { - has_version app-portage/eix || \ - elog "Installing app-portage/eix will speed up ${PN}" -} diff --git a/app-portage/find_cruft/find_cruft-2.4.ebuild b/app-portage/find_cruft/find_cruft-2.4.ebuild new file mode 100644 index 00000000..806ffddd --- /dev/null +++ b/app-portage/find_cruft/find_cruft-2.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils vcs-snapshot + +DESCRIPTION="find cruft files not managed by portage" +HOMEPAGE="https://github.com/vaeth/find_cruft/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + virtual/perl-Getopt-Long" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + epatch_user +} + +src_install() { + dobin bin/* + dodoc README + insinto /etc + doins etc/* + dodir /etc/find_cruft.d + insinto /usr/share/zsh/site-functions + doins zsh/_* +} + +pkg_postinst() { + has_version app-portage/eix || \ + elog "Installing app-portage/eix will speed up ${PN}" +} diff --git a/app-portage/useflags/ChangeLog b/app-portage/useflags/ChangeLog index 44cfd6b5..4844e23b 100644 --- a/app-portage/useflags/ChangeLog +++ b/app-portage/useflags/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*useflags-3.4 (01 Feb 2014) + + 01 Feb 2014; Martin Väth : + Version bump, remove old ebuild. + *useflags-3.3-r1 (17 Dec 2013) 17 Dec 2013; Martin Väth : diff --git a/app-portage/useflags/Manifest b/app-portage/useflags/Manifest index c50db0b4..01933f86 100644 --- a/app-portage/useflags/Manifest +++ b/app-portage/useflags/Manifest @@ -1 +1 @@ -DIST useflags-3.3.tar.gz 5326 SHA256 3e0df839f5c0956035b8c36022be531b69577b49abfec874224ab3d6973b23dd SHA512 79f5fd21bf7e606ef55e54e6921a9921df380c8bb8177083733e8ca749429437dbbfee27ecc59dbe31ebc4b80087d25c5de8794b48f8c16580667c3053cdad7e WHIRLPOOL 94ed39aa2738ec50830b943f4c5f91776e3cfab8ebb6f3ce27e4e3681d3b9cd752573bd91410cbb750e9487986461cf9f297b958a49dfe21fc30ed779d20c927 +DIST useflags-3.4.tar.gz 5336 SHA256 eb36e42c93d69df08c79135e082b2ebd4372192bb50af633ece358642d0b394e SHA512 8ba9fac8a4f4b7641e939ec972b4de02af24bfa2bd333d9c21e29cfe7fea288fda6f8e081c54dff66011a63ee35ae35cff3e87fa0f2684003d051edae8723457 WHIRLPOOL 5b8ffba73403fc5357fcd0dd02e95fa30a73743d728a2e377a3fef5a636413d69671612729a0581b9f18cc3b2dc87a222fa4ea06b58311f9161f0009fe633f7a diff --git a/app-portage/useflags/useflags-3.3-r1.ebuild b/app-portage/useflags/useflags-3.3-r1.ebuild deleted file mode 100644 index d7560be7..00000000 --- a/app-portage/useflags/useflags-3.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils vcs-snapshot - -DESCRIPTION="Print or save the current USE-flag state and compare with older versions" -HOMEPAGE="https://github.com/vaeth/useflags/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-Getopt-Long" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- "${PN}" || die - epatch_user -} - -src_install() { - dobin "${PN}" - insinto /usr/share/zsh/site-functions - doins "_${PN}" -} - -pkg_postinst() { - if ! has_version 'app-portage/eix' - then elog "Install app-portage/eix for faster execution time." - elog "With >=app-portage/eix-0.27.7 also security is increased." - elif has_version '=app-portage/eix-0.27.7 to increase security." - fi -} diff --git a/app-portage/useflags/useflags-3.4.ebuild b/app-portage/useflags/useflags-3.4.ebuild new file mode 100644 index 00000000..d7560be7 --- /dev/null +++ b/app-portage/useflags/useflags-3.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils vcs-snapshot + +DESCRIPTION="Print or save the current USE-flag state and compare with older versions" +HOMEPAGE="https://github.com/vaeth/useflags/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + virtual/perl-Getopt-Long" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- "${PN}" || die + epatch_user +} + +src_install() { + dobin "${PN}" + insinto /usr/share/zsh/site-functions + doins "_${PN}" +} + +pkg_postinst() { + if ! has_version 'app-portage/eix' + then elog "Install app-portage/eix for faster execution time." + elog "With >=app-portage/eix-0.27.7 also security is increased." + elif has_version '=app-portage/eix-0.27.7 to increase security." + fi +} -- cgit v1.2.3-65-gdbad