From: "Jonathan Callen (abcd)" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-13.2.4.ebuild ChangeLog
Date: Tue, 09 Mar 2010 02:07:03 +0000 [thread overview]
Message-ID: <E1Nooqd-00062c-Ci@stork.gentoo.org> (raw)
abcd 10/03/09 02:07:03
Modified: erlang-13.2.4.ebuild ChangeLog
Log:
Use ED instead of D in a couple more places
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.5 dev-lang/erlang/erlang-13.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?r1=1.4&r2=1.5
Index: erlang-13.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- erlang-13.2.4.ebuild 5 Mar 2010 08:21:38 -0000 1.4
+++ erlang-13.2.4.ebuild 9 Mar 2010 02:07:02 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.4 2010/03/05 08:21:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.5 2010/03/09 02:07:02 abcd Exp $
EAPI=3
WX_GTK_VER="2.8"
@@ -116,8 +116,8 @@
use smp && dosym "${ERL_LIBDIR}/erts-${ERL_ERTS_VER}/bin/beam.smp" /usr/bin/beam.smp
## Remove ${D} from the following files
- sed -e "s:${D}::g" -i "${D}${ERL_LIBDIR}/bin/erl" || die
- sed -e "s:${D}::g" -i "${D}${ERL_LIBDIR}/bin/start" || die
+ sed -e "s:${D}::g" -i "${ED}${ERL_LIBDIR}/bin/erl" || die
+ sed -e "s:${D}::g" -i "${ED}${ERL_LIBDIR}/bin/start" || die
grep -rle "${D}" "${ED}/${ERL_LIBDIR}/erts-${ERL_ERTS_VER}" | xargs sed -i -e "s:${D}::g"
## Clean up the no longer needed files
1.186 dev-lang/erlang/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.185&r2=1.186
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog 5 Mar 2010 08:21:38 -0000 1.185
+++ ChangeLog 9 Mar 2010 02:07:02 -0000 1.186
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/erlang
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.185 2010/03/05 08:21:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.186 2010/03/09 02:07:02 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> erlang-13.2.4.ebuild:
+ Use ED instead of D in a couple more places
05 Mar 2010; Christian Faulhammer <fauli@gentoo.org> erlang-13.2.4.ebuild:
fix sed lines to really modify the file
next reply other threads:[~2010-03-09 2:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-09 2:07 Jonathan Callen (abcd) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-06-26 14:59 [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-13.2.4.ebuild ChangeLog Gysbert Wassenaar (nixnut)
2010-05-21 16:09 Peter Volkov (pva)
2010-05-11 21:27 Brent Baude (ranger)
2010-05-07 18:15 Raul Porcel (armin76)
2010-04-08 13:35 Christian Faulhammer (fauli)
2010-03-05 8:21 Christian Faulhammer (fauli)
2010-03-04 9:31 Christian Faulhammer (fauli)
2010-03-04 9:22 Christian Faulhammer (fauli)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Nooqd-00062c-Ci@stork.gentoo.org \
--to=abcd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox