diff options
author | Martin Väth <martin@mvath.de> | 2012-05-12 21:48:57 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:06 +0200 |
commit | d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch) | |
tree | 2a5ea9ae39450958316da86a1e309d6de091e7c5 /app-portage | |
parent | Bump portage-bashrc-mv, noscript. Update checksums (diff) | |
download | mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2 mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip |
base-eclass. Update checksums
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/eix/eix-99999999.ebuild | 8 | ||||
-rw-r--r-- | app-portage/getdelta/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/getdelta/getdelta-0.7.9.ebuild | 6 | ||||
-rw-r--r-- | app-portage/logclean/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/logclean/logclean-7.7.ebuild | 6 | ||||
-rw-r--r-- | app-portage/portage-bashrc-mv/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/portage-bashrc-mv/portage-bashrc-mv-10.9.ebuild | 6 | ||||
-rw-r--r-- | app-portage/trickyfetch/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/trickyfetch/trickyfetch-6.8.ebuild | 6 | ||||
-rw-r--r-- | app-portage/useflags/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/useflags/useflags-2.6.ebuild | 6 | ||||
-rw-r--r-- | app-portage/world-mv/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/world-mv/world-mv-3.8.ebuild | 4 |
14 files changed, 50 insertions, 13 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 2483e1e9..78f44894 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -2,5 +2,8 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 16 Apr 2012; Martin Väth <martin@mvath.de> Bump from the tree to make live ebuild; remove previous ChangeLog diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild index 58118a88..d1d48b3f 100644 --- a/app-portage/eix/eix-99999999.ebuild +++ b/app-portage/eix/eix-99999999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="git://git.berlios.de/${PN}" EGIT_PROJECT="${PN}.git" [ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true WANT_LIBTOOL=none -inherit base git-2 autotools multilib bash-completion-r1 +inherit eutils git-2 autotools multilib bash-completion-r1 DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" HOMEPAGE="http://eix.berlios.de" @@ -28,13 +28,13 @@ DEPEND="${RDEPEND} pkg_setup() { if has_version "<${CATEGORY}/${PN}-0.25.3"; then - local eixcache="${EROOT}"/var/cache/${PN} - [[ -f ${eixcache} ]] && rm -f "${eixcache}" + local eixcache="${EROOT}/var/cache/${PN}" + ! test -f "${eixcache}" || rm -f -- "${eixcache}" fi } src_prepare() { - base_src_prepare + epatch_user eautopoint eautoreconf } diff --git a/app-portage/getdelta/ChangeLog b/app-portage/getdelta/ChangeLog index 63c0dbc5..1b18e3be 100644 --- a/app-portage/getdelta/ChangeLog +++ b/app-portage/getdelta/ChangeLog @@ -4,6 +4,9 @@ *getdelta-0.7.9 (19 Mar 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base. diff --git a/app-portage/getdelta/getdelta-0.7.9.ebuild b/app-portage/getdelta/getdelta-0.7.9.ebuild index 9893b45f..447db57b 100644 --- a/app-portage/getdelta/getdelta-0.7.9.ebuild +++ b/app-portage/getdelta/getdelta-0.7.9.ebuild @@ -3,7 +3,7 @@ # $Header $ EAPI="4" -inherit base +inherit eutils DESCRIPTION="dynamic deltup client" HOMEPAGE="http://linux01.gwdg.de/~nlissne/" @@ -17,11 +17,11 @@ S="${WORKDIR}" RDEPEND="app-portage/deltup dev-util/bdelta" -PATCHES=("${FILESDIR}/eapi2.patch") src_prepare() { + epatch "${FILESDIR}/eapi2.patch" sed -i -e "s:/bin/sh:/bin/bash:" getdelta.sh || die - base_src_prepare + epatch_user } src_install() { diff --git a/app-portage/logclean/ChangeLog b/app-portage/logclean/ChangeLog index 7db43367..1c70a3d6 100644 --- a/app-portage/logclean/ChangeLog +++ b/app-portage/logclean/ChangeLog @@ -4,6 +4,9 @@ *logclean-7.7 (07 Jan 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base diff --git a/app-portage/logclean/logclean-7.7.ebuild b/app-portage/logclean/logclean-7.7.ebuild index d2a17da2..a047d5ae 100644 --- a/app-portage/logclean/logclean-7.7.ebuild +++ b/app-portage/logclean/logclean-7.7.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="Keep only (compressed) logs of installed packages" HOMEPAGE="https://github.com/vaeth/logclean/" @@ -19,6 +19,10 @@ RDEPEND="dev-lang/perl virtual/perl-Getopt-Long eix? ( app-portage/eix )" +src_prepare() { + epatch_user +} + src_install() { dobin "${PN}" if use zsh-completion diff --git a/app-portage/portage-bashrc-mv/ChangeLog b/app-portage/portage-bashrc-mv/ChangeLog index 3d5ea4d6..f88f17c6 100644 --- a/app-portage/portage-bashrc-mv/ChangeLog +++ b/app-portage/portage-bashrc-mv/ChangeLog @@ -4,6 +4,9 @@ *portage-bashrc-mv-10.9 (11 May 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 11 May 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. diff --git a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.9.ebuild b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.9.ebuild index 628ccdd1..4a43a8ee 100644 --- a/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.9.ebuild +++ b/app-portage/portage-bashrc-mv/portage-bashrc-mv-10.9.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +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/" @@ -15,6 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +src_prepare() { + epatch_user +} + src_install() { insinto /etc/portage doins -r bashrc bashrc.d diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog index dcf02246..72962ed3 100644 --- a/app-portage/trickyfetch/ChangeLog +++ b/app-portage/trickyfetch/ChangeLog @@ -4,6 +4,9 @@ *trickyfetch-6.8 (07 May 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 07 May 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. diff --git a/app-portage/trickyfetch/trickyfetch-6.8.ebuild b/app-portage/trickyfetch/trickyfetch-6.8.ebuild index cfdcb068..1598bddb 100644 --- a/app-portage/trickyfetch/trickyfetch-6.8.ebuild +++ b/app-portage/trickyfetch/trickyfetch-6.8.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="Plugin for FETCHCOMMAND to help organize and cleanup your DISTDIR" HOMEPAGE="https://github.com/vaeth/trickyfetch/" @@ -15,6 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" +src_prepare() { + epatch_user +} + src_install() { dobin bin/* if use zsh-completion diff --git a/app-portage/useflags/ChangeLog b/app-portage/useflags/ChangeLog index be20aeb1..4b4b9a0e 100644 --- a/app-portage/useflags/ChangeLog +++ b/app-portage/useflags/ChangeLog @@ -4,6 +4,9 @@ *useflags-2.6 (08 Jan 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base diff --git a/app-portage/useflags/useflags-2.6.ebuild b/app-portage/useflags/useflags-2.6.ebuild index b07f727a..7a476729 100644 --- a/app-portage/useflags/useflags-2.6.ebuild +++ b/app-portage/useflags/useflags-2.6.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="Print or save the current USE-flag state and compare with older versions" HOMEPAGE="https://github.com/vaeth/useflags/" @@ -19,6 +19,10 @@ RDEPEND="dev-lang/perl virtual/perl-Getopt-Long eix? ( app-portage/eix )" +src_prepare() { + epatch_user +} + src_install() { dobin "${PN}" if use zsh-completion diff --git a/app-portage/world-mv/ChangeLog b/app-portage/world-mv/ChangeLog index 24b23816..78adb9ca 100644 --- a/app-portage/world-mv/ChangeLog +++ b/app-portage/world-mv/ChangeLog @@ -4,6 +4,9 @@ *world-mv-3.8 (07 May 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 07 May 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. Fix EPREFIX substitution. diff --git a/app-portage/world-mv/world-mv-3.8.ebuild b/app-portage/world-mv/world-mv-3.8.ebuild index 75c01a8f..d2f263a5 100644 --- a/app-portage/world-mv/world-mv-3.8.ebuild +++ b/app-portage/world-mv/world-mv-3.8.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot mPN="${PN%-*}" DESCRIPTION="Organize your world file and find installed packages or differences to @world" @@ -20,7 +20,7 @@ RDEPEND=">=sys-apps/portage-2.2" src_prepare() { sed -i -e "s'\${EPREFIX}'\\'${EPREFIX}\\''" "${mPN}" || die - base_src_prepare + epatch_user } src_install() { |