gienah 14/07/02 14:15:25 Modified: ChangeLog Added: utf8-string-0.3.8.ebuild Log: Bump utf8-string to 0.3.8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.28 dev-haskell/utf8-string/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 21 Jul 2013 17:39:41 -0000 1.27 +++ ChangeLog 2 Jul 2014 14:15:25 -0000 1.28 @@ -1,6 +1,11 @@ # 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.27 2013/07/21 17:39:41 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.28 2014/07/02 14:15:25 gienah Exp $ + +*utf8-string-0.3.8 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gie...@gentoo.org> +utf8-string-0.3.8.ebuild: + Bump utf8-string to 0.3.8 21 Jul 2013; Christoph Junghans <ott...@gentoo.org> utf8-string-0.3.7-r1.ebuild: 1.1 dev-haskell/utf8-string/utf8-string-0.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.1&content-type=text/plain Index: utf8-string-0.3.8.ebuild =================================================================== # Copyright 1999-2014 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.8.ebuild,v 1.1 2014/07/02 14:15:25 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" 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/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2 "