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.98.3.ebuild ChangeLog
@ 2013-03-24  3:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-03-24  3:15 UTC (permalink / raw
  To: gentoo-commits

vapier      13/03/24 03:15:20

  Modified:             ChangeLog
  Added:                makepp-2.0.98.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.9                  dev-util/makepp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Nov 2012 18:34:45 -0000	1.8
+++ ChangeLog	24 Mar 2013 03:15:20 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/makepp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.8 2012/11/18 18:34:45 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.9 2013/03/24 03:15:20 vapier Exp $
+
+*makepp-2.0.98.3 (24 Mar 2013)
+
+  24 Mar 2013; Mike Frysinger <vapier@gentoo.org> +makepp-2.0.98.3.ebuild:
+  Version bump.
 
   18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> makepp-2.0-r1.ebuild:
   Add ~amd64



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

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

Index: makepp-2.0.98.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0.98.3.ebuild,v 1.1 2013/03/24 03:15:20 vapier Exp $

EAPI="4"

inherit eutils

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

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
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="${EPREFIX}"/usr \
		--bindir="${EPREFIX}"/usr/bin \
		--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
		--mandir="${EPREFIX}"/usr/share/man \
		--datadir="${EPREFIX}"/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:[~2013-03-24  3:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24  3:15 [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0.98.3.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