polynomial-c 14/09/09 05:12:10 Modified: ChangeLog Added: makepp-2.0.98.5.ebuild Removed: makepp-2.0.98.3.ebuild Log: Version bump. Removed old (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.11 dev-util/makepp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 15 Jun 2014 01:53:31 -0000 1.10 +++ ChangeLog 9 Sep 2014 05:12:10 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/makepp # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.11 2014/09/09 05:12:10 polynomial-c Exp $ + +*makepp-2.0.98.5 (09 Sep 2014) + + 09 Sep 2014; Lars Wendler <[email protected]> -makepp-2.0.98.3.ebuild, + +makepp-2.0.98.5.ebuild: + Version bump. Removed old. *makepp-2.0.98.4 (15 Jun 2014) 1.1 dev-util/makepp/makepp-2.0.98.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.98.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0.98.5.ebuild?rev=1.1&content-type=text/plain Index: makepp-2.0.98.5.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.5.ebuild,v 1.1 2014/09/09 05:12:10 polynomial-c 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 }
