* [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0-r1.ebuild ChangeLog
@ 2012-08-19 21:25 Christoph Junghans (ottxor)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2012-08-19 21:25 UTC (permalink / raw
To: gentoo-commits
ottxor 12/08/19 21:25:38
Modified: makepp-2.0-r1.ebuild ChangeLog
Log:
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Revision Changes Path
1.2 dev-util/makepp/makepp-2.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?r1=1.1&r2=1.2
Index: makepp-2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makepp-2.0-r1.ebuild 1 Jul 2012 18:52:49 -0000 1.1
+++ makepp-2.0-r1.ebuild 19 Aug 2012 21:25:38 -0000 1.2
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.1 2012/07/01 18:52:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild,v 1.2 2012/08/19 21:25:38 ottxor Exp $
EAPI="4"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/perl-5.6.0"
@@ -36,11 +36,11 @@
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 \
+ --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"
}
1.7 dev-util/makepp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 1 Jul 2012 18:52:49 -0000 1.6
+++ ChangeLog 19 Aug 2012 21:25:38 -0000 1.7
@@ -1,6 +1,9 @@
# 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.6 2012/07/01 18:52:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.7 2012/08/19 21:25:38 ottxor Exp $
+
+ 19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> makepp-2.0-r1.ebuild:
+ added prefix keywords
*makepp-2.0-r1 (01 Jul 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0-r1.ebuild ChangeLog
@ 2012-11-18 18:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-18 18:34 UTC (permalink / raw
To: gentoo-commits
ago 12/11/18 18:34:45
Modified: makepp-2.0-r1.ebuild ChangeLog
Log:
Add ~amd64
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-util/makepp/makepp-2.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild?r1=1.2&r2=1.3
Index: makepp-2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- makepp-2.0-r1.ebuild 19 Aug 2012 21:25:38 -0000 1.2
+++ makepp-2.0-r1.ebuild 18 Nov 2012 18:34:45 -0000 1.3
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.2 2012/08/19 21:25:38 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/makepp-2.0-r1.ebuild,v 1.3 2012/11/18 18:34:45 ago Exp $
EAPI="4"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/perl-5.6.0"
1.8 dev-util/makepp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/makepp/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 19 Aug 2012 21:25:38 -0000 1.7
+++ ChangeLog 18 Nov 2012 18:34:45 -0000 1.8
@@ -1,6 +1,9 @@
# 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.7 2012/08/19 21:25:38 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/makepp/ChangeLog,v 1.8 2012/11/18 18:34:45 ago Exp $
+
+ 18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> makepp-2.0-r1.ebuild:
+ Add ~amd64
19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> makepp-2.0-r1.ebuild:
added prefix keywords
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-18 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 21:25 [gentoo-commits] gentoo-x86 commit in dev-util/makepp: makepp-2.0-r1.ebuild ChangeLog Christoph Junghans (ottxor)
-- strict thread matches above, loose matches on Subject: below --
2012-11-18 18:34 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox