summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-10 16:24:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-10 16:24:16 +0000
commitdeb4b596fa9912530f707cc8e6e10b2e817ac437 (patch)
treed8c4340d12c125ac2cd53f2575d1f3abbd116719 /app-misc
parentremove masks due to datefudge (diff)
downloadgentoo-2-deb4b596fa9912530f707cc8e6e10b2e817ac437.tar.gz
gentoo-2-deb4b596fa9912530f707cc8e6e10b2e817ac437.tar.bz2
gentoo-2-deb4b596fa9912530f707cc8e6e10b2e817ac437.zip
apply the bsd patch before sedding the makefile otherwise it does not apply on amd64-fbsd and keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/datefudge/ChangeLog6
-rw-r--r--app-misc/datefudge/datefudge-1.17.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/datefudge/ChangeLog b/app-misc/datefudge/ChangeLog
index f6ce82b65b61..afe07fc42dcb 100644
--- a/app-misc/datefudge/ChangeLog
+++ b/app-misc/datefudge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/datefudge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/ChangeLog,v 1.23 2012/03/31 18:37:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/ChangeLog,v 1.24 2012/05/10 16:24:16 aballier Exp $
+
+ 10 May 2012; Alexis Ballier <aballier@gentoo.org> datefudge-1.17.ebuild:
+ apply the bsd patch before sedding the makefile otherwise it does not apply
+ on amd64-fbsd and keyword ~amd64-fbsd
31 Mar 2012; Raúl Porcel <armin76@gentoo.org> datefudge-1.17.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #405123
diff --git a/app-misc/datefudge/datefudge-1.17.ebuild b/app-misc/datefudge/datefudge-1.17.ebuild
index 66adf2cf473a..a3968e0ccae6 100644
--- a/app-misc/datefudge/datefudge-1.17.ebuild
+++ b/app-misc/datefudge/datefudge-1.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild,v 1.10 2012/03/31 18:37:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/datefudge/datefudge-1.17.ebuild,v 1.11 2012/05/10 16:24:16 aballier Exp $
EAPI=4
inherit multilib toolchain-funcs eutils
@@ -11,10 +11,11 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
src_prepare() {
+ use userland_BSD && epatch "${FILESDIR}"/${P}-bsd.patch
sed -i \
-e '/dpkg-parsechangelog/d' \
-e "s:usr/lib:usr/$(get_libdir):" \
@@ -23,7 +24,6 @@ src_prepare() {
if use prefix; then
sed -i -e '/-o root -g root/d' Makefile || die
fi
- use userland_BSD && epatch "${FILESDIR}"/${P}-bsd.patch
}
src_compile() {