public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0.ebuild ChangeLog
@ 2012-06-30 15:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-06-30 15:56 UTC (permalink / raw
  To: gentoo-commits

vapier      12/06/30 15:56:05

  Modified:             ChangeLog
  Added:                makepp-2.0.ebuild
  Log:
  Version bump #424237 by PetaMem R&D.
  
  (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/makepp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Aug 2011 20:48:25 -0000	1.4
+++ ChangeLog	30 Jun 2012 15:56:05 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/makepp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.4 2011/08/07 20:48:25 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.5 2012/06/30 15:56:05 vapier Exp $
+
+*makepp-2.0 (30 Jun 2012)
+
+  30 Jun 2012; Mike Frysinger <vapier@gentoo.org> +makepp-2.0.ebuild:
+  Version bump #424237 by PetaMem R&D.
 
 *makepp-1.50_pre110621 (07 Aug 2011)
 
@@ -27,4 +32,3 @@
 
   27 Apr 2003; <rac@gentoo.org> makepp-1.18.ebuild:
   Initial import, requested in bug 4191
-



1.1                  dev-util/makepp/makepp-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.ebuild?rev=1.1&content-type=text/plain

Index: makepp-2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0.ebuild,v 1.1 2012/06/30 15:56:05 vapier Exp $

EAPI="4"

MY_PV=${PV/_}
MY_P="${PN}-${MY_PV}"
DESCRIPTION="GNU make replacement"
HOMEPAGE="http://makepp.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PV%_*}/${MY_P}.txz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/perl-5.6.0"

S=${WORKDIR}/${MY_P}

src_unpack() {
	ln -s "${DISTDIR}/${A}" ${P}.tar.xz
	unpack ./${P}.tar.xz
}

src_prepare() {
	# default "all" rule is to run tests :x
	sed -i '/^all:/s:test::' config.pl || die
}

src_configure() {
	# not an autoconf configure script
	./configure \
		--prefix=/usr \
		--bindir=/usr/bin \
		--htmldir=/usr/share/doc/${PF}/html \
		--mandir=/usr/share/man \
		--datadir=/usr/share/makepp \
		|| die "configure failed"
}

src_test() {
	# work around https://bugzilla.samba.org/show_bug.cgi?id=8728
	export CCACHE_UNIFY=1
	ROOT= default
}






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

only message in thread, other threads:[~2012-06-30 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 15:56 [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0.ebuild ChangeLog Mike Frysinger (vapier)

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