* [gentoo-commits] gentoo-x86 commit in dev-lang/dmd-bin: ChangeLog dmd-bin-1.022.ebuild
@ 2007-10-08 6:01 Anant Narayanan (anant)
0 siblings, 0 replies; only message in thread
From: Anant Narayanan (anant) @ 2007-10-08 6:01 UTC (permalink / raw
To: gentoo-commits
anant 07/10/08 06:01:47
Modified: ChangeLog dmd-bin-1.022.ebuild
Log:
QA fixes (quoting)
(Portage version: 2.1.3.11)
Revision Changes Path
1.11 dev-lang/dmd-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/dmd-bin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 7 Oct 2007 21:47:38 -0000 1.10
+++ ChangeLog 8 Oct 2007 06:01:46 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/dmd-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/dmd-bin/ChangeLog,v 1.10 2007/10/07 21:47:38 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/dmd-bin/ChangeLog,v 1.11 2007/10/08 06:01:46 anant Exp $
+
+ 08 Oct 2007; Anant Narayanan <anant@gentoo.org> dmd-bin-1.022.ebuild:
+ QA fixes (quoting)
*dmd-bin-1.022 (06 Oct 2007)
1.2 dev-lang/dmd-bin/dmd-bin-1.022.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/dmd-bin-1.022.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/dmd-bin-1.022.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/dmd-bin/dmd-bin-1.022.ebuild?r1=1.1&r2=1.2
Index: dmd-bin-1.022.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/dmd-bin/dmd-bin-1.022.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dmd-bin-1.022.ebuild 7 Oct 2007 21:47:38 -0000 1.1
+++ dmd-bin-1.022.ebuild 8 Oct 2007 06:01:46 -0000 1.2
@@ -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-lang/dmd-bin/dmd-bin-1.022.ebuild,v 1.1 2007/10/07 21:47:38 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/dmd-bin/dmd-bin-1.022.ebuild,v 1.2 2007/10/08 06:01:46 anant Exp $
inherit eutils
@@ -24,20 +24,20 @@
x86? ( sys-libs/libstdc++-v3 )"
src_unpack() {
- unpack ${A}
+ unpack "${A}"
# Remove unneccessary files
- mv ${S}/dmd/lib/libphobos.a ${S}/dmd
- rm -r ${S}/dmd/lib
- mkdir ${S}/dmd/lib
- mv ${S}/dmd/libphobos.a ${S}/dmd/lib
-
- rm -r ${S}/dm
- rm ${S}/dmd/bin/*.dll ${S}/dmd/bin/*.exe ${S}/dmd/bin/readme.txt
- rm ${S}/dmd/bin/sc.ini ${S}/dmd/bin/windbg.hlp
+ mv "${S}/dmd/lib/libphobos.a" "${S}/dmd"
+ rm -r "${S}/dmd/lib"
+ mkdir "${S}/dmd/lib"
+ mv "${S}/dmd/libphobos.a" "${S}/dmd/lib"
+
+ rm -r "${S}/dm"
+ rm "${S}/dmd/bin/*.dll" "${S}/dmd/bin/*.exe" "${S}/dmd/bin/readme.txt"
+ rm "${S}/dmd/bin/sc.ini" "${S}/dmd/bin/windbg.hlp"
# Cleanup line endings
- cd ${S}/dmd
+ cd "${S}/dmd"
edos2unix `find . -name '*.c' -type f`
edos2unix `find . -name '*.d' -type f`
edos2unix `find . -name '*.ddoc' -type f`
@@ -53,11 +53,12 @@
}
src_compile() {
- cd ${S}/dmd/src/phobos
+ cd "${S}/dmd/src/phobos"
sed -i -e "s:DMD=.*:DMD=${S}/dmd/bin/dmd -I${S}/dmd/src/phobos -L${S}/dmd/lib/libphobos.a:" linux.mak internal/gc/linux.mak
+ # Can't use emake, customized build system
edos2unix linux.mak internal/gc/linux.mak
make -f linux.mak
- cp libphobos.a ${S}/dmd/lib
+ cp libphobos.a "${S}/dmd/lib"
# Clean up
make -f linux.mak clean
@@ -65,7 +66,7 @@
}
src_install() {
- cd ${S}/dmd
+ cd "${S}/dmd"
# Broken dmd.conf
# http://d.puremagic.com/issues/show_bug.cgi?id=278
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-08 6:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 6:01 [gentoo-commits] gentoo-x86 commit in dev-lang/dmd-bin: ChangeLog dmd-bin-1.022.ebuild Anant Narayanan (anant)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox