summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-02-26 08:06:39 +0000
committerNaohiro Aota <naota@gentoo.org>2013-02-26 08:06:39 +0000
commit6334921f70fc38a208a5cdced9be8971007e0737 (patch)
tree60be3376581d44967c1d067e6578b173addcb0df /sys-devel/bmake
parentInitial import wrt bug #451470. (diff)
downloadgentoo-2-6334921f70fc38a208a5cdced9be8971007e0737.tar.gz
gentoo-2-6334921f70fc38a208a5cdced9be8971007e0737.tar.bz2
gentoo-2-6334921f70fc38a208a5cdced9be8971007e0737.zip
bump; drop old version
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-devel/bmake')
-rw-r--r--sys-devel/bmake/ChangeLog10
-rw-r--r--sys-devel/bmake/bmake-20130123.ebuild (renamed from sys-devel/bmake/bmake-20120325.ebuild)12
2 files changed, 14 insertions, 8 deletions
diff --git a/sys-devel/bmake/ChangeLog b/sys-devel/bmake/ChangeLog
index c36178926457..32695915d8d8 100644
--- a/sys-devel/bmake/ChangeLog
+++ b/sys-devel/bmake/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/bmake
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/ChangeLog,v 1.15 2012/10/30 11:51:05 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/ChangeLog,v 1.16 2013/02/26 08:06:39 naota Exp $
+
+*bmake-20130123 (26 Feb 2013)
+
+ 26 Feb 2013; Naohiro Aota <naota@gentoo.org> +bmake-20130123.ebuild,
+ -bmake-20120325.ebuild:
+ bump; drop old version
*bmake-20121010 (30 Oct 2012)
diff --git a/sys-devel/bmake/bmake-20120325.ebuild b/sys-devel/bmake/bmake-20130123.ebuild
index 32612b3326a3..64febc8b1559 100644
--- a/sys-devel/bmake/bmake-20120325.ebuild
+++ b/sys-devel/bmake/bmake-20130123.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/bmake-20120325.ebuild,v 1.1 2012/04/24 12:12:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/bmake-20130123.ebuild,v 1.1 2013/02/26 08:06:39 naota Exp $
EAPI=3
inherit eutils
-MK_VER=20120315
+MK_VER=20121010
DESCRIPTION="NetBSD's portable make"
HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html"
SRC_URI="http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz
@@ -14,7 +14,7 @@ SRC_URI="http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x64-freebsd"
IUSE=""
DEPEND=""
@@ -25,7 +25,7 @@ S="${WORKDIR}/${PN}"
src_configure() {
econf \
--with-mksrc=../mk \
- --with-default-sys-path=/usr/share/mk/${PN} \
+ --with-default-sys-path=${EPREFIX}/usr/share/mk/${PN} \
--with-machine_arch=${ARCH}
}
@@ -50,6 +50,6 @@ src_install() {
dobin ${PN} || die
newman ${PN}.cat1 ${PN}.1 || die
FORCE_BSD_MK=1 SYS_MK_DIR=. \
- sh ../mk/install-mk -v -m 644 "${D}"/usr/share/mk/${PN} \
+ sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \
|| die "failed to install mk files"
}