From 06d4ed2b25a3c931f040a80126c146205030d4c7 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 16 Jun 2012 19:04:57 +0200 Subject: Bump portage-bashrc-mv, trickyfetch. Update checksums --- app-portage/portage-bashrc-mv/ChangeLog | 5 ++++ app-portage/portage-bashrc-mv/Manifest | 2 +- app-portage/portage-bashrc-mv/metadata.xml | 3 +++ .../portage-bashrc-mv-10.12.ebuild | 26 ------------------ .../portage-bashrc-mv-11.0.ebuild | 28 +++++++++++++++++++ app-portage/trickyfetch/ChangeLog | 6 +++++ app-portage/trickyfetch/Manifest | 2 +- app-portage/trickyfetch/metadata.xml | 3 +++ app-portage/trickyfetch/trickyfetch-6.9.ebuild | 29 -------------------- app-portage/trickyfetch/trickyfetch-7.0.ebuild | 31 ++++++++++++++++++++++ profiles/use.local.desc | 2 ++ 11 files changed, 80 insertions(+), 57 deletions(-) delete mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-10.12.ebuild create mode 100644 app-portage/portage-bashrc-mv/portage-bashrc-mv-11.0.ebuild delete mode 100644 app-portage/trickyfetch/trickyfetch-6.9.ebuild create mode 100644 app-portage/trickyfetch/trickyfetch-7.0.ebuild diff --git a/app-portage/portage-bashrc-mv/ChangeLog b/app-portage/portage-bashrc-mv/ChangeLog index 3209907c..8ef6fb96 100644 --- a/app-portage/portage-bashrc-mv/ChangeLog +++ b/app-portage/portage-bashrc-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*portage-bashrc-mv-11.0 (16 Jun 2012) + + 16 Jun 2012; Martin Väth + Version bump, remove old ebuild. Use masked-packages from app-portage/eix + *portage-bashrc-mv-10.12 (21 May 2012) 21 May 2012; Martin Väth diff --git a/app-portage/portage-bashrc-mv/Manifest b/app-portage/portage-bashrc-mv/Manifest index da4793e7..7581175a 100644 --- a/app-portage/portage-bashrc-mv/Manifest +++ b/app-portage/portage-bashrc-mv/Manifest @@ -1 +1 @@ -DIST portage-bashrc-mv-10.12.tar.gz 9464 RMD160 9fdbb2e4ea039e7f5988fc073adcc8bd025f1b05 SHA1 c507fc8d28329d24f20aaef7ba2dad33c56c0898 SHA256 f0b9a7fb0aa873ef31c89aa689cd609582c8c6277f50b3b8adfa33123f17374f +DIST portage-bashrc-mv-11.0.tar.gz 9430 RMD160 19595d92f492196b83a0012484497b3a96566074 SHA1 f98768cf87896e07e989ac986c50794b3683c9d7 SHA256 7e063f36f8b48cf03f4ccc273df92f1d68dc35ed71ae67f5b87fac7c3fc0b77f diff --git a/app-portage/portage-bashrc-mv/metadata.xml b/app-portage/portage-bashrc-mv/metadata.xml index cb260f08..d8165f2c 100644 --- a/app-portage/portage-bashrc-mv/metadata.xml +++ b/app-portage/portage-bashrc-mv/metadata.xml @@ -13,4 +13,7 @@ mailto:martin@mvath.de vaeth/portage-bashrc-mv + + Pull in >=app-portage/eix-0.25.6 for proper mask handling + diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.12.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.12.ebuild deleted file mode 100644 index c3dda5a4..00000000 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.12.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -RESTRICT="mirror" -inherit eutils vcs-snapshot - -DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags" -HOMEPAGE="https://github.com/vaeth/portage-bashrc-mv/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - epatch_user -} - -src_install() { - insinto /etc/portage - doins -r bashrc bashrc.d - docompress /etc/portage/bashrc.d/README -} diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-11.0.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-11.0.ebuild new file mode 100644 index 00000000..e40fab25 --- /dev/null +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +RESTRICT="mirror" +inherit eutils vcs-snapshot + +DESCRIPTION="Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags" +HOMEPAGE="https://github.com/vaeth/portage-bashrc-mv/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+eix" + +RDEPEND="eix? ( >=app-portage/eix-0.25.6 )" + +src_prepare() { + epatch_user +} + +src_install() { + insinto /etc/portage + doins -r bashrc bashrc.d + docompress /etc/portage/bashrc.d/README +} diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog index 3eece889..7afd111c 100644 --- a/app-portage/trickyfetch/ChangeLog +++ b/app-portage/trickyfetch/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*trickyfetch-7.0 (16 Jun 2012) + + 16 Jun 2012; Martin Väth + Version bump, remove old ebuild. Make NODELTA a masklist. Support + DELTA_EXCLUDE. Do not call getdelta on later mirrors. Quicker with eix. + *trickyfetch-6.9 (09 Jun 2012) 09 Jun 2012; Martin Väth diff --git a/app-portage/trickyfetch/Manifest b/app-portage/trickyfetch/Manifest index 907548d2..2fa8e84b 100644 --- a/app-portage/trickyfetch/Manifest +++ b/app-portage/trickyfetch/Manifest @@ -1 +1 @@ -DIST trickyfetch-6.9.tar.gz 9182 RMD160 070817e8b83a6591eb280ac5141f4f535474682c SHA1 04d22ee9bb5a9eb42af699caed42f03078155890 SHA256 c897c2324aedfda9148cb203a01633a7104027c09385a95c15e715258543b576 +DIST trickyfetch-7.0.tar.gz 9746 RMD160 c9206e4fb0a59e2a36a0d1af01bff6bf8bb6974c SHA1 7cc86dc1f0ad8341b98849d1407c7f8617cecfc8 SHA256 7a84eec3866a3030e6c05ac640d45c2c6a670c2be01857a0dc8b27d6da5c8e96 diff --git a/app-portage/trickyfetch/metadata.xml b/app-portage/trickyfetch/metadata.xml index 379e730b..b2c2c7ac 100644 --- a/app-portage/trickyfetch/metadata.xml +++ b/app-portage/trickyfetch/metadata.xml @@ -13,4 +13,7 @@ mailto:martin@mvath.de vaeth/trickyfetch + + Pull in eix for quicker execution + diff --git a/app-portage/trickyfetch/trickyfetch-6.9.ebuild b/app-portage/trickyfetch/trickyfetch-6.9.ebuild deleted file mode 100644 index e0851fb0..00000000 --- a/app-portage/trickyfetch/trickyfetch-6.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -RESTRICT="mirror" -inherit eutils vcs-snapshot - -DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR" -HOMEPAGE="https://github.com/vaeth/trickyfetch/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="zsh-completion" - -src_prepare() { - epatch_user -} - -src_install() { - dobin bin/* - if use zsh-completion - then insinto /usr/share/zsh/site-functions - doins zsh/_* - fi - dodoc README -} diff --git a/app-portage/trickyfetch/trickyfetch-7.0.ebuild b/app-portage/trickyfetch/trickyfetch-7.0.ebuild new file mode 100644 index 00000000..44c78870 --- /dev/null +++ b/app-portage/trickyfetch/trickyfetch-7.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +RESTRICT="mirror" +inherit eutils vcs-snapshot + +DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR" +HOMEPAGE="https://github.com/vaeth/trickyfetch/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+eix zsh-completion" + +RDEPEND="eix? ( app-portage/eix )" + +src_prepare() { + epatch_user +} + +src_install() { + dobin bin/* + if use zsh-completion + then insinto /usr/share/zsh/site-functions + doins zsh/_* + fi + dodoc README +} diff --git a/profiles/use.local.desc b/profiles/use.local.desc index b049b1c6..d4ec4192 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -12,6 +12,8 @@ app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to act app-portage/eix:strong-optimization - Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS app-portage/eix:tools - Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often app-portage/logclean:eix - Pull in eix for quicker execution +app-portage/portage-bashrc-mv:eix - Pull in >=app-portage/eix-0.25.6 for proper mask handling +app-portage/trickyfetch:eix - Pull in eix for quicker execution app-portage/useflags:eix - Pull in eix for quicker execution app-text/stardict:espeak - Enable text to speech synthesizer using espeak engine app-text/stardict:gucharmap - Enable gucharmap dictionary plugin -- cgit v1.2.3-65-gdbad