diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:50:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:50:00 +0000 |
commit | 3a55b5ecd4dd8bd256f9d0f0fb9447c0e18d2836 (patch) | |
tree | 0e77c67bc060b4a0354795617168f2df8a757cf0 /dev-haskell/http | |
parent | Add debug to IUSE (bug #369761) (diff) | |
download | historical-3a55b5ecd4dd8bd256f9d0f0fb9447c0e18d2836.tar.gz historical-3a55b5ecd4dd8bd256f9d0f0fb9447c0e18d2836.tar.bz2 historical-3a55b5ecd4dd8bd256f9d0f0fb9447c0e18d2836.zip |
Removed old.
Package-Manager: portage-2.1.9.50/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http/http-2006.7.7.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/http/http-3001.0.0.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.0.5.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.0.6.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.0.8.ebuild | 28 |
6 files changed, 6 insertions, 143 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index 4326a67b198c..0d07721ef519 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.17 2011/04/23 13:38:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.18 2011/06/05 13:50:00 slyfox Exp $ + + 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -http-2006.7.7.ebuild, + -http-3001.0.0.ebuild, -http-4000.0.5.ebuild, -http-4000.0.6.ebuild, + -http-4000.0.8.ebuild: + Removed old. *http-4000.1.1 (23 Apr 2011) diff --git a/dev-haskell/http/http-2006.7.7.ebuild b/dev-haskell/http/http-2006.7.7.ebuild deleted file mode 100644 index e6b162d77eea..000000000000 --- a/dev-haskell/http/http-2006.7.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-2006.7.7.ebuild,v 1.6 2011/04/23 13:38:15 slyfox Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit base versionator eutils haskell-cabal - -MY_PV_YEAR=$(get_version_component_range 1) -MY_PV_MONTH=$(get_version_component_range 2) -(( ${MY_PV_MONTH} < 10 )) && MY_PV_MONTH="0${MY_PV_MONTH}" -MY_PV_DAY=$(get_version_component_range 3) -(( ${MY_PV_DAY} < 10 )) && MY_PV_DAY="0${MY_PV_DAY}" -MY_PV="${MY_PV_YEAR}${MY_PV_MONTH}${MY_PV_DAY}" - -DESCRIPTION="Haskell HTTP Package" -HOMEPAGE="http://www.haskell.org/http/" -SRC_URI="http://www.haskell.org/http/download/${PN}-${MY_PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.4 - <dev-lang/ghc-6.8 - >=dev-haskell/network-1.0" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_install() { - cabal_src_install - - dodoc README -} diff --git a/dev-haskell/http/http-3001.0.0.ebuild b/dev-haskell/http/http-3001.0.0.ebuild deleted file mode 100644 index 372e26303afe..000000000000 --- a/dev-haskell/http/http-3001.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-3001.0.0.ebuild,v 1.5 2011/04/23 13:38:15 slyfox Exp $ - -CABAL_FEATURES="profile haddock lib" -CABAL_MIN_VERSION=1.2 -inherit haskell-cabal - -MY_PN="HTTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library for client-side HTTP" -HOMEPAGE="http://www.haskell.org/http/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.4.2 - dev-haskell/network" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/http/http-4000.0.5.ebuild b/dev-haskell/http/http-4000.0.5.ebuild deleted file mode 100644 index cc772b6003a8..000000000000 --- a/dev-haskell/http/http-4000.0.5.ebuild +++ /dev/null @@ -1,27 +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/http/http-4000.0.5.ebuild,v 1.2 2010/07/01 19:57:11 jer Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -MY_PN="HTTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library for client-side HTTP" -HOMEPAGE="http://projects.haskell.org/http/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/mtl - dev-haskell/network - dev-haskell/parsec" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/http/http-4000.0.6.ebuild b/dev-haskell/http/http-4000.0.6.ebuild deleted file mode 100644 index b3e423cd287f..000000000000 --- a/dev-haskell/http/http-4000.0.6.ebuild +++ /dev/null @@ -1,27 +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/http/http-4000.0.6.ebuild,v 1.2 2010/07/01 19:57:11 jer Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -MY_PN="HTTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library for client-side HTTP" -HOMEPAGE="http://projects.haskell.org/http/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/mtl - dev-haskell/network - dev-haskell/parsec" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/http/http-4000.0.8.ebuild b/dev-haskell/http/http-4000.0.8.ebuild deleted file mode 100644 index bf97281d49d7..000000000000 --- a/dev-haskell/http/http-4000.0.8.ebuild +++ /dev/null @@ -1,28 +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/http/http-4000.0.8.ebuild,v 1.5 2010/11/20 23:38:29 slyfox Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -MY_PN="HTTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library for client-side HTTP" -HOMEPAGE="http://projects.haskell.org/http/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/mtl - dev-haskell/network - dev-haskell/parsec" - -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -S="${WORKDIR}/${MY_P}" |