* [gentoo-commits] gentoo-x86 commit in dev-util/ddd: ddd-3.3.11.ebuild ChangeLog
@ 2007-11-14 5:54 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2007-11-14 5:54 UTC (permalink / raw
To: gentoo-commits
robbat2 07/11/14 05:54:56
Modified: ddd-3.3.11.ebuild ChangeLog
Log:
ddd had some parallel-compile blips. Build in two passes, with headers first, then the rest.
(Portage version: 2.1.3.19)
Revision Changes Path
1.14 dev-util/ddd/ddd-3.3.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?r1=1.13&r2=1.14
Index: ddd-3.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ddd-3.3.11.ebuild 22 Jul 2007 07:26:22 -0000 1.13
+++ ddd-3.3.11.ebuild 14 Nov 2007 05:54:56 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.13 2007/07/22 07:26:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.14 2007/11/14 05:54:56 robbat2 Exp $
inherit eutils
@@ -26,6 +26,9 @@
src_compile() {
CXXFLAGS="${CXXFLAGS}"
econf || die
+ cd "${S}"/ddd
+ emake version.h build.h host.h root.h configinfo.C Ddd.ad.h || die "Failed to build headers"
+ cd "${S}"
emake || die
}
@@ -35,16 +38,16 @@
# $tooldir to 'make install', else we get
# sandbox errors ... bug #4614.
# <azarah@gentoo.org> 05 Dec 2002
- einstall tooldir=${D}/usr || die
+ einstall tooldir="${D}/usr" || die
# This one is from binutils
- [ -f ${D}/usr/lib/libiberty.a ] && rm -f ${D}/usr/lib/libiberty.a
+ [ -f "${D}"/usr/lib/libiberty.a ] && rm -f "${D}"/usr/lib/libiberty.a
# Remove empty dir ...
- rmdir ${D}/usr/lib || :
+ rmdir "${D}"/usr/lib || :
- mv ${S}/doc/README ${S}/doc/README-DOC
+ mv "${S}"/doc/README "${S}"/doc/README-DOC
dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \
OPENBUGS PROBLEMS README* TIPS TODO
- mv ${S}/doc/* ${D}/usr/share/doc/${PF}
+ mv "${S}"/doc/* "${D}"/usr/share/doc/${PF}
}
1.49 dev-util/ddd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Jul 2007 07:26:22 -0000 1.48
+++ ChangeLog 14 Nov 2007 05:54:56 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ddd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.48 2007/07/22 07:26:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.49 2007/11/14 05:54:56 robbat2 Exp $
+
+ 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> ddd-3.3.11.ebuild:
+ ddd had some parallel-compile blips. Build in two passes, with headers
+ first, then the rest.
22 Jul 2007; Hans de Graaff <graaff@gentoo.org> ddd-3.3.11.ebuild:
Drop virtual/x11 references.
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/ddd: ddd-3.3.11.ebuild ChangeLog
@ 2008-02-21 19:54 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-21 19:54 UTC (permalink / raw
To: gentoo-commits
ulm 08/02/21 19:54:49
Modified: ddd-3.3.11.ebuild ChangeLog
Log:
Explicitely depend on openmotif wrt bug 193505.
(Portage version: 2.1.4.4)
Revision Changes Path
1.15 dev-util/ddd/ddd-3.3.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild?r1=1.14&r2=1.15
Index: ddd-3.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ddd-3.3.11.ebuild 14 Nov 2007 05:54:56 -0000 1.14
+++ ddd-3.3.11.ebuild 21 Feb 2008 19:54:49 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.14 2007/11/14 05:54:56 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.15 2008/02/21 19:54:49 ulm Exp $
inherit eutils
@@ -17,7 +17,7 @@
x11-libs/libXp
>=sys-devel/gcc-3
>=sys-devel/gdb-6.4
- virtual/motif"
+ x11-libs/openmotif"
RDEPEND="${DEPEND}
sci-visualization/gnuplot"
1.50 dev-util/ddd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ddd/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 14 Nov 2007 05:54:56 -0000 1.49
+++ ChangeLog 21 Feb 2008 19:54:49 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ddd
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.49 2007/11/14 05:54:56 robbat2 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.50 2008/02/21 19:54:49 ulm Exp $
+
+ 21 Feb 2008; Ulrich Mueller <ulm@gentoo.org> ddd-3.3.11.ebuild:
+ Explicitely depend on x11-libs/openmotif wrt bug 193505.
14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> ddd-3.3.11.ebuild:
ddd had some parallel-compile blips. Build in two passes, with headers
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-21 19:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 19:54 [gentoo-commits] gentoo-x86 commit in dev-util/ddd: ddd-3.3.11.ebuild ChangeLog Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2007-11-14 5:54 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox