diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-16 15:03:02 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-09-16 15:03:02 +0000 |
commit | e9e153e2a265118440bc7bdb85d13446624d2062 (patch) | |
tree | 73c1e17ffdc3b26e6130d73f64592fed5feaa49a /dev-haskell/x11 | |
parent | Non-maintainer commit: Version bump for security bug 285052. Removing (diff) | |
download | gentoo-2-e9e153e2a265118440bc7bdb85d13446624d2062.tar.gz gentoo-2-e9e153e2a265118440bc7bdb85d13446624d2062.tar.bz2 gentoo-2-e9e153e2a265118440bc7bdb85d13446624d2062.zip |
Remove old version with built_with_use call.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/x11')
-rw-r--r-- | dev-haskell/x11/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/x11/x11-1.1.ebuild | 31 |
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" -} |