* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-updater
@ 2007-12-13 15:58 Duncan Coutts (dcoutts)
0 siblings, 0 replies; 2+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 15:58 UTC (permalink / raw
To: gentoo-commits
dcoutts 07/12/13 15:58:32
Modified: ghc-updater
Log:
Stop providing virtual/ghc. Nothing in portage has depended on it for some time.
(Portage version: 2.1.3.19)
Revision Changes Path
1.7 dev-lang/ghc/files/ghc-updater
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?r1=1.6&r2=1.7
Index: ghc-updater
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/files/ghc-updater,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ghc-updater 26 Aug 2007 18:02:11 -0000 1.6
+++ ghc-updater 13 Dec 2007 15:58:32 -0000 1.7
@@ -226,7 +226,7 @@
DEPSORT=$(find_in_portdir "dev-lang/ghc/files/depsort.py")
if [[ -z ${DEPSORT} ]]; then
- eerror "Fatal error: File dev-lang/ghc/files/depsort.py in portage tree."
+ eerror "Fatal error: File dev-lang/ghc/files/depsort.py not in portage tree."
exit 1
fi
PKGS_OK_SORTED="$(${PORTAGE_PYTHON} ${DEPSORT} ${PKGS_OK} | xargs)"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-updater
@ 2007-12-23 13:17 Lennart Kolmodin (kolmodin)
0 siblings, 0 replies; 2+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2007-12-23 13:17 UTC (permalink / raw
To: gentoo-commits
kolmodin 07/12/23 13:17:12
Modified: ghc-updater
Log:
Fix ghc-updater of dev-lang/ghc to solve #190043.
(Portage version: 2.1.3.19)
Revision Changes Path
1.8 dev-lang/ghc/files/ghc-updater
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/files/ghc-updater?r1=1.7&r2=1.8
Index: ghc-updater
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/files/ghc-updater,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ghc-updater 13 Dec 2007 15:58:32 -0000 1.7
+++ ghc-updater 23 Dec 2007 13:17:11 -0000 1.8
@@ -80,11 +80,10 @@
# load the gentoo-style info macros, but hack to get around
# it thinking this is an rc script
EBUILD="1"
-if [[ -e /lib/rcscripts/sh/functions.sh ]]; then
- source /lib/rcscripts/sh/functions.sh
-else
- source /sbin/functions.sh
-fi
+
+# /etc/init.d/functions.sh always points to the correct functions.sh no
+# matter which version of baselayout
+source /etc/init.d/functions.sh
# misc helper functions
eloginfo() {
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-23 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-23 13:17 [gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-updater Lennart Kolmodin (kolmodin)
-- strict thread matches above, loose matches on Subject: below --
2007-12-13 15:58 Duncan Coutts (dcoutts)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox