diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-21 23:15:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-21 23:15:58 +0000 |
commit | 5bc6aa95dae3cbca383b92808bf8e0b236110fe9 (patch) | |
tree | a340326cd1917ffe12acddcf71b5cc661d6988ce /sys-devel | |
parent | Clean up ebuild and fix install permissions #24178. (diff) | |
download | historical-5bc6aa95dae3cbca383b92808bf8e0b236110fe9.tar.gz historical-5bc6aa95dae3cbca383b92808bf8e0b236110fe9.tar.bz2 historical-5bc6aa95dae3cbca383b92808bf8e0b236110fe9.zip |
Version bump to fix #106780.
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/makepp/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/makepp/Manifest | 17 | ||||
-rw-r--r-- | sys-devel/makepp/files/digest-makepp-1.40.1a | 1 | ||||
-rw-r--r-- | sys-devel/makepp/files/makepp-1.40.1a-install.patch | 12 | ||||
-rw-r--r-- | sys-devel/makepp/makepp-1.40.1a.ebuild | 42 |
5 files changed, 78 insertions, 4 deletions
diff --git a/sys-devel/makepp/ChangeLog b/sys-devel/makepp/ChangeLog index 30434ff5b4c3..5d2447ff05ba 100644 --- a/sys-devel/makepp/ChangeLog +++ b/sys-devel/makepp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/makepp -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/makepp/ChangeLog,v 1.4 2005/01/03 00:08:29 ciaranm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/makepp/ChangeLog,v 1.5 2005/09/21 23:15:58 vapier Exp $ + +*makepp-1.40.1a (21 Sep 2005) + + 21 Sep 2005; Mike Frysinger <vapier@gentoo.org> + +files/makepp-1.40.1a-install.patch, +makepp-1.40.1a.ebuild: + Version bump to fix #106780. 03 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/sys-devel/makepp/Manifest b/sys-devel/makepp/Manifest index cb853732c8f6..d1dfef6f0a8d 100644 --- a/sys-devel/makepp/Manifest +++ b/sys-devel/makepp/Manifest @@ -1,5 +1,18 @@ -MD5 0b17c722d6f6781e0ae685a67ca3a71d makepp-1.18.ebuild 1010 -MD5 48053e22463102ca19c5c2d77a402be2 ChangeLog 525 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 0442dc9dd8267d8fd63a4c843324423f makepp-1.40.1a.ebuild 976 +MD5 0b17c722d6f6781e0ae685a67ca3a71d makepp-1.18.ebuild 1010 +MD5 5dadbf3d7842bdff01d81ee43cb471d9 ChangeLog 700 MD5 654d2795cdd9a6ae279129f7d191cae3 files/makepp-1.18-install.patch 2499 MD5 083fda7b26387aa8eb168a509be56113 files/digest-makepp-1.18 63 +MD5 eb7bb91a8a065d358755c93817bddc5c files/makepp-1.40.1a-install.patch 426 +MD5 4eca3b7eff43ee070de2ecf824a4f74e files/digest-makepp-1.40.1a 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDMenOgIKl8Uu19MoRAr/mAJ4xyrD9WZ7sNtTO4c8JuQ9LKLeN6gCfUNg6 +w/63rTU75lf57Ha0FIQpljY= +=jYrh +-----END PGP SIGNATURE----- diff --git a/sys-devel/makepp/files/digest-makepp-1.40.1a b/sys-devel/makepp/files/digest-makepp-1.40.1a new file mode 100644 index 000000000000..b3d3f337a355 --- /dev/null +++ b/sys-devel/makepp/files/digest-makepp-1.40.1a @@ -0,0 +1 @@ +MD5 0b4d1f205d33b1e6f0ddbcaf554acf91 makepp-1.40.1a.tar.gz 278170 diff --git a/sys-devel/makepp/files/makepp-1.40.1a-install.patch b/sys-devel/makepp/files/makepp-1.40.1a-install.patch new file mode 100644 index 000000000000..b1ee013add3e --- /dev/null +++ b/sys-devel/makepp/files/makepp-1.40.1a-install.patch @@ -0,0 +1,12 @@ +--- makepp-1.40/config.pl ++++ makepp-1.40/config.pl +@@ -34,7 +34,7 @@ + cd makepp-$(VERSION) && make test # Make sure it all runs. + rm -rf makepp-$(VERSION) + +-install: all +- $(PERL) install.pl $(BINDIR) $(DATADIR) $(MANDIR) $(HTMLDIR) $(FINDBIN) ++install: ++ $(PERL) install.pl $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(HTMLDIR) $(DESTDIR)$(FINDBIN) + + .PHONY: all distribution install test diff --git a/sys-devel/makepp/makepp-1.40.1a.ebuild b/sys-devel/makepp/makepp-1.40.1a.ebuild new file mode 100644 index 000000000000..7662a9e2e4a3 --- /dev/null +++ b/sys-devel/makepp/makepp-1.40.1a.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/makepp/makepp-1.40.1a.ebuild,v 1.1 2005/09/21 23:15:58 vapier Exp $ + +inherit eutils + +DESCRIPTION="GNU make replacement" +HOMEPAGE="http://makepp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.6.0" + +S=${WORKDIR}/${P%.*} + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-install.patch + # remove ones which cause sandbox violations + rm makepp_tests/wildcard_repositories.test +} + +src_compile() { + # 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_install() { + make install DESTDIR="${D}" || die + dodoc ChangeLog README +} |