diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-18 21:30:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-18 21:30:14 +0000 |
commit | 9ef0a73f22ccf8446984536f8f29898e1334bf93 (patch) | |
tree | d7078eec1abf6a95b5b7d484a89bffd8038586f3 /dev-haskell/utf8-string | |
parent | Version bump. (diff) | |
download | gentoo-2-9ef0a73f22ccf8446984536f8f29898e1334bf93.tar.gz gentoo-2-9ef0a73f22ccf8446984536f8f29898e1334bf93.tar.bz2 gentoo-2-9ef0a73f22ccf8446984536f8f29898e1334bf93.zip |
Drop old.
(Portage version: 2.2.0_alpha177_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/utf8-string')
-rw-r--r-- | dev-haskell/utf8-string/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.6.ebuild | 19 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.7.ebuild | 18 |
3 files changed, 5 insertions, 38 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog index 2defefe1aa98..b575840cb8b1 100644 --- a/dev-haskell/utf8-string/ChangeLog +++ b/dev-haskell/utf8-string/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/utf8-string # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.25 2013/05/25 07:50:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.26 2013/06/18 21:30:14 slyfox Exp $ + + 18 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> -utf8-string-0.3.6.ebuild, + -utf8-string-0.3.7.ebuild: + Drop old. 25 May 2013; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7-r1.ebuild: Stable for sparc, wrt bug #463032 diff --git a/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild deleted file mode 100644 index 54b318312859..000000000000 --- a/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild,v 1.11 2012/09/12 15:29:18 qnikst Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="Support for reading and writing UTF8 Strings" -HOMEPAGE="http://github.com/glguy/utf8-string/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild deleted file mode 100644 index 16dc78b8f32e..000000000000 --- a/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild,v 1.6 2012/09/12 15:29:18 qnikst Exp $ - -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="Support for reading and writing UTF8 Strings" -HOMEPAGE="http://github.com/glguy/utf8-string/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/cabal-1.2" |