vapier 14/06/15 01:53:31 Modified: ChangeLog Added: makepp-2.0.98.4.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.10 dev-util/makepp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 24 Mar 2013 03:15:20 -0000 1.9 +++ ChangeLog 15 Jun 2014 01:53:31 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/makepp -# 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 $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.10 2014/06/15 01:53:31 vapier Exp $ + +*makepp-2.0.98.4 (15 Jun 2014) + + 15 Jun 2014; Mike Frysinger <[email protected]> +makepp-2.0.98.4.ebuild: + Version bump. *makepp-2.0.98.3 (24 Mar 2013) 1.1 dev-util/makepp/makepp-2.0.98.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.98.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.98.4.ebuild?rev=1.1&content-type=text/plain Index: makepp-2.0.98.4.ebuild =================================================================== # Copyright 1999-2014 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.4.ebuild,v 1.1 2014/06/15 01:53:31 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 }
