* [gentoo-commits] gentoo-x86 commit in dev-util/dmake: ChangeLog dmake-4.1-r1.ebuild
@ 2009-05-30 2:02 Jeremy Olexa (darkside)
0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-05-30 2:02 UTC (permalink / raw
To: gentoo-commits
darkside 09/05/30 02:02:24
Modified: ChangeLog dmake-4.1-r1.ebuild
Log:
(non maintainer commit) Respect flags and QA fixes, bug 240275 by Espen Hustad
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-util/dmake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 15 May 2007 09:10:31 -0000 1.17
+++ ChangeLog 30 May 2009 02:02:24 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/dmake
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.17 2007/05/15 09:10:31 bangert Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.18 2009/05/30 02:02:24 darkside Exp $
+
+ 30 May 2009; Jeremy Olexa <darkside@gentoo.org> dmake-4.1-r1.ebuild:
+ (non maintainer commit) Respect flags and QA fixes, bug 240275 by Espen Hustad
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
1.22 dev-util/dmake/dmake-4.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?r1=1.21&r2=1.22
Index: dmake-4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dmake-4.1-r1.ebuild 1 Apr 2007 19:16:12 -0000 1.21
+++ dmake-4.1-r1.ebuild 30 May 2009 02:02:24 -0000 1.22
@@ -1,27 +1,29 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.21 2007/04/01 19:16:12 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.22 2009/05/30 02:02:24 darkside Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Improved make"
SRC_URI="http://public.activestate.com/gsar/${P}pl1-src.tar.gz"
HOMEPAGE="http://tools.openoffice.org/dmake/"
-SLOT="0"
LICENSE="GPL-1"
+SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
DEPEND="sys-apps/groff"
+RDEPEND=""
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/${PF}.diff
+ epatch "${FILESDIR}/${PF}.diff"
+ sed -i "s/gcc/$(tc-getCC) ${CFLAGS}/g" unix/linux/gnu/make.sh || die "sed failed"
}
src_compile() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/dmake: ChangeLog dmake-4.1-r1.ebuild
@ 2010-01-15 21:33 Christian Faulhammer (fauli)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15 21:33 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/15 21:33:36
Modified: ChangeLog dmake-4.1-r1.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.19 dev-util/dmake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 30 May 2009 02:02:24 -0000 1.18
+++ ChangeLog 15 Jan 2010 21:33:36 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/dmake
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.18 2009/05/30 02:02:24 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.19 2010/01/15 21:33:36 fauli Exp $
+
+ 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> dmake-4.1-r1.ebuild:
+ Transfer Prefix keywords
30 May 2009; Jeremy Olexa <darkside@gentoo.org> dmake-4.1-r1.ebuild:
(non maintainer commit) Respect flags and QA fixes, bug 240275 by Espen Hustad
1.23 dev-util/dmake/dmake-4.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild?r1=1.22&r2=1.23
Index: dmake-4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dmake-4.1-r1.ebuild 30 May 2009 02:02:24 -0000 1.22
+++ dmake-4.1-r1.ebuild 15 Jan 2010 21:33:36 -0000 1.23
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.22 2009/05/30 02:02:24 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.23 2010/01/15 21:33:36 fauli Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="sys-apps/groff"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-15 21:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30 2:02 [gentoo-commits] gentoo-x86 commit in dev-util/dmake: ChangeLog dmake-4.1-r1.ebuild Jeremy Olexa (darkside)
-- strict thread matches above, loose matches on Subject: below --
2010-01-15 21:33 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox