* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.1.ebuild
@ 2007-10-31 13:12 Duncan Coutts (dcoutts)
0 siblings, 0 replies; 2+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-10-31 13:12 UTC (permalink / raw
To: gentoo-commits
dcoutts 07/10/31 13:12:08
Modified: ChangeLog x11-1.1.ebuild
Log:
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Revision Changes Path
1.3 dev-haskell/x11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Jul 2007 18:38:18 -0000 1.2
+++ ChangeLog 31 Oct 2007 13:12:08 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/x11
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.2 2007/07/25 18:38:18 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.3 2007/10/31 13:12:08 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> x11-1.1.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
25 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> x11-1.2.ebuild,
x11-1.2.1.ebuild, x11-1.2.2.ebuild:
1.2 dev-haskell/x11/x11-1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild?r1=1.1&r2=1.2
Index: x11-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x11-1.1.ebuild 9 Jul 2007 12:39:24 -0000 1.1
+++ x11-1.1.ebuild 31 Oct 2007 13:12:08 -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-haskell/x11/x11-1.1.ebuild,v 1.1 2007/07/09 12:39:24 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v 1.2 2007/10/31 13:12:08 dcoutts Exp $
inherit ghc-package flag-o-matic
@@ -13,11 +13,11 @@
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="=virtual/ghc-6.4*"
+DEPEND="=dev-lang/ghc-6.4*"
pkg_setup () {
ghc-package_pkg_setup
- if ! built_with_use virtual/ghc X; then
+ if ! built_with_use dev-lang/ghc X; then
eerror "This library has to be provided by ghc."
eerror "Please re-emerge ghc with USE=\"X\""
die "dev-haskell/x11 requires ghc to be built with USE=\"X\""
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.1.ebuild
@ 2009-09-16 15:03 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-16 15:03 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/09/16 15:03:03
Modified: ChangeLog
Removed: x11-1.1.ebuild
Log:
Remove old version with built_with_use call.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.15 dev-haskell/x11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 4 Aug 2009 05:38:39 -0000 1.14
+++ ChangeLog 16 Sep 2009 15:03:02 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/x11
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.14 2009/08/04 05:38:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.15 2009/09/16 15:03:02 betelgeuse Exp $
+
+ 16 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -x11-1.1.ebuild:
+ Remove old version with built_with_use call.
04 Aug 2009; Markus Meier <maekke@gentoo.org> x11-1.4.2.ebuild:
x86 stable, bug #278543
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-16 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 13:12 [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.1.ebuild Duncan Coutts (dcoutts)
-- strict thread matches above, loose matches on Subject: below --
2009-09-16 15:03 Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox