summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-06-05 12:34:30 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-06-05 12:34:30 +0000
commitad3f10c1f1afbe399a347204b5691e14a4a0fd52 (patch)
treebbf9f642657bebacb77b76aa6227ee0135fbda40 /dev-haskell
parentarm stable, bug #354033 (diff)
downloadgentoo-2-ad3f10c1f1afbe399a347204b5691e14a4a0fd52.tar.gz
gentoo-2-ad3f10c1f1afbe399a347204b5691e14a4a0fd52.tar.bz2
gentoo-2-ad3f10c1f1afbe399a347204b5691e14a4a0fd52.zip
Removed old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cabal-install/ChangeLog7
-rw-r--r--dev-haskell/cabal-install/cabal-install-0.6.2.ebuild34
-rw-r--r--dev-haskell/cabal-install/cabal-install-0.6.4.ebuild35
-rw-r--r--dev-haskell/cabal-install/cabal-install-0.8.0.ebuild35
4 files changed, 6 insertions, 105 deletions
diff --git a/dev-haskell/cabal-install/ChangeLog b/dev-haskell/cabal-install/ChangeLog
index c4cff7054373..19ab7eb25cd3 100644
--- a/dev-haskell/cabal-install/ChangeLog
+++ b/dev-haskell/cabal-install/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/cabal-install
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.6 2011/06/05 12:29:37 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.7 2011/06/05 12:34:29 slyfox Exp $
+
+ 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ -cabal-install-0.6.2.ebuild, -cabal-install-0.6.4.ebuild,
+ -cabal-install-0.8.0.ebuild:
+ Removed old.
*cabal-install-0.8.2 (05 Jun 2011)
diff --git a/dev-haskell/cabal-install/cabal-install-0.6.2.ebuild b/dev-haskell/cabal-install/cabal-install-0.6.2.ebuild
deleted file mode 100644
index 93528a9ac9d3..000000000000
--- a/dev-haskell/cabal-install/cabal-install-0.6.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.6.2.ebuild,v 1.3 2010/06/16 22:26:30 kolmodin Exp $
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal bash-completion
-
-DESCRIPTION="The command-line interface for Cabal and Hackage."
-HOMEPAGE="http://www.haskell.org/cabal/"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.4
- =dev-haskell/cabal-1.6*"
-DEPEND="${RDEPEND}
- >=dev-haskell/http-4000.0.2
- dev-haskell/network
- >=dev-haskell/zlib-0.4"
-
-src_install() {
- haskell-cabal_src_install
-
- dobashcompletion "${S}/bash-completion/cabal"
-}
-
-pkg_postinst() {
- ghc-package_pkg_postinst
-
- bash-completion_pkg_postinst
-}
diff --git a/dev-haskell/cabal-install/cabal-install-0.6.4.ebuild b/dev-haskell/cabal-install/cabal-install-0.6.4.ebuild
deleted file mode 100644
index 2e7b0a0aeca9..000000000000
--- a/dev-haskell/cabal-install/cabal-install-0.6.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.6.4.ebuild,v 1.2 2010/06/16 22:26:30 kolmodin Exp $
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal bash-completion
-
-DESCRIPTION="The command-line interface for Cabal and Hackage."
-HOMEPAGE="http://www.haskell.org/cabal/"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# supports ghc 6.6-6.10
-RDEPEND="<dev-lang/ghc-6.11
- =dev-haskell/cabal-1.6*"
-DEPEND="${RDEPEND}
- >=dev-haskell/http-4000.0.2
- dev-haskell/network
- >=dev-haskell/zlib-0.4"
-
-src_install() {
- haskell-cabal_src_install
-
- dobashcompletion "${S}/bash-completion/cabal"
-}
-
-pkg_postinst() {
- ghc-package_pkg_postinst
-
- bash-completion_pkg_postinst
-}
diff --git a/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild b/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild
deleted file mode 100644
index 2a6ac9d0a4c4..000000000000
--- a/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.8.0.ebuild,v 1.2 2010/10/02 21:37:04 slyfox Exp $
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal bash-completion
-
-DESCRIPTION="The command-line interface for Cabal and Hackage."
-HOMEPAGE="http://www.haskell.org/cabal/"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.4
- >=dev-haskell/cabal-1.8"
-DEPEND="${RDEPEND}
- >=dev-haskell/http-4000.0.2
- dev-haskell/network
- >=dev-haskell/zlib-0.4
- >=dev-haskell/time-1.1"
-
-src_install() {
- haskell-cabal_src_install
-
- dobashcompletion "${S}/bash-completion/cabal"
-}
-
-pkg_postinst() {
- ghc-package_pkg_postinst
-
- bash-completion_pkg_postinst
-}