diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-02 18:02:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-02 18:02:42 +0000 |
commit | 8eae1deba45c89be20146841995fe56687190fa9 (patch) | |
tree | 4add2e42540c2ec555742e2dcc1fc440942dc1d9 /dev-haskell/iconv | |
parent | Version bump. (diff) | |
download | gentoo-2-8eae1deba45c89be20146841995fe56687190fa9.tar.gz gentoo-2-8eae1deba45c89be20146841995fe56687190fa9.tar.bz2 gentoo-2-8eae1deba45c89be20146841995fe56687190fa9.zip |
Removed old.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/iconv')
-rw-r--r-- | dev-haskell/iconv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/iconv/iconv-0.4.0.2.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/iconv/iconv-0.4.ebuild | 18 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-haskell/iconv/ChangeLog b/dev-haskell/iconv/ChangeLog index 32eb62f6656c..5a8170dbb611 100644 --- a/dev-haskell/iconv/ChangeLog +++ b/dev-haskell/iconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/iconv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.3 2011/08/02 18:01:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.4 2011/08/02 18:02:42 slyfox Exp $ + + 02 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -iconv-0.4.ebuild, + -iconv-0.4.0.2.ebuild: + Removed old. *iconv-0.4.1.0 (02 Aug 2011) diff --git a/dev-haskell/iconv/iconv-0.4.0.2.ebuild b/dev-haskell/iconv/iconv-0.4.0.2.ebuild deleted file mode 100644 index 6b61d2585f6d..000000000000 --- a/dev-haskell/iconv/iconv-0.4.0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/iconv-0.4.0.2.ebuild,v 1.1 2009/11/09 18:59:23 kolmodin Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="String encoding conversion" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/iconv" -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.6.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.1" - -src_unpack() { - unpack ${A} - - sed -e 's/^library/library\n build-depends: base < 4/' \ - -i "${S}/${PN}.cabal" -} diff --git a/dev-haskell/iconv/iconv-0.4.ebuild b/dev-haskell/iconv/iconv-0.4.ebuild deleted file mode 100644 index c0c8decf5ca1..000000000000 --- a/dev-haskell/iconv/iconv-0.4.ebuild +++ /dev/null @@ -1,18 +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/iconv/iconv-0.4.ebuild,v 1.1 2007/12/15 18:38:13 dcoutts Exp $ - -CABAL_FEATURES="profile haddock lib" -CABAL_MIN_VERSION=1.2 -inherit haskell-cabal - -DESCRIPTION="String encoding conversion" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/iconv" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.4.2" |