public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/bmake: bmake-20130330.ebuild ChangeLog
@ 2013-04-19  9:28 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2013-04-19  9:28 UTC (permalink / raw
  To: gentoo-commits

naota       13/04/19 09:28:50

  Modified:             ChangeLog
  Added:                bmake-20130330.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.17                 sys-devel/bmake/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bmake/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bmake/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bmake/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bmake/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	26 Feb 2013 08:06:39 -0000	1.16
+++ ChangeLog	19 Apr 2013 09:28:50 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/bmake
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/ChangeLog,v 1.17 2013/04/19 09:28:50 naota Exp $
+
+*bmake-20130330 (19 Apr 2013)
+
+  19 Apr 2013; Naohiro Aota <naota@gentoo.org> +bmake-20130330.ebuild:
+  Version bump
 
 *bmake-20130123 (26 Feb 2013)
 



1.1                  sys-devel/bmake/bmake-20130330.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bmake/bmake-20130330.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bmake/bmake-20130330.ebuild?rev=1.1&content-type=text/plain

Index: bmake-20130330.ebuild
===================================================================
# 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-20130330.ebuild,v 1.1 2013/04/19 09:28:50 naota Exp $

EAPI=3

inherit eutils

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
		http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x64-freebsd"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}"

src_configure() {
	econf \
		--with-mksrc=../mk \
		--with-default-sys-path=${EPREFIX}/usr/share/mk/${PN} \
		--with-machine_arch=${ARCH}
}

src_compile() {
	sh make-bootstrap.sh || die "bootstrap failed"
}

src_test() {
	cd unit-tests
	LC_ALL=C env -u A ${S}/bmake -r -m . > test.out 2>&1 \
		|| die "tests compilation failed"
	sed -i \
		-e "s:${S}/::g" \
		-e "s:bmake:make:g" \
		-e "s:unit-tests/::g" \
		test.out || die "Fixing values failed"
	diff -u test.exp test.out
	[[ $(diff -u test.exp test.out |wc -l) -gt 0 ]] && die "tests differ"
}

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 "${ED}"/usr/share/mk/${PN} \
		|| die "failed to install mk files"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-19  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19  9:28 [gentoo-commits] gentoo-x86 commit in sys-devel/bmake: bmake-20130330.ebuild ChangeLog Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox