summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/x11/ChangeLog5
-rw-r--r--dev-haskell/x11/x11-1.1.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-haskell/x11/ChangeLog b/dev-haskell/x11/ChangeLog
index 759519e98e22..7bd20c2f2a6b 100644
--- a/dev-haskell/x11/ChangeLog
+++ b/dev-haskell/x11/ChangeLog
@@ -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
diff --git a/dev-haskell/x11/x11-1.1.ebuild b/dev-haskell/x11/x11-1.1.ebuild
deleted file mode 100644
index 08cf00545ce2..000000000000
--- a/dev-haskell/x11/x11-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.2 2007/10/31 13:12:08 dcoutts Exp $
-
-inherit ghc-package flag-o-matic
-
-DESCRIPTION="X11 bindings for haskell"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI=""
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="=dev-lang/ghc-6.4*"
-
-pkg_setup () {
- ghc-package_pkg_setup
- 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\""
- fi
- einfo "This library is already provided by ghc. This ebuild does nothing."
-}
-
-src_install () {
- dodir "$(ghc-libdir)"
- touch "${D}/$(ghc-libdir)/.${P}.ghc-updater"
-}