slyfox 15/08/01 11:59:31 Modified: ChangeLog Added: text-1.2.1.3.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.51 dev-haskell/text/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 9 Jun 2015 07:10:10 -0000 1.50 +++ ChangeLog 1 Aug 2015 11:59:31 -0000 1.51 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.50 2015/06/09 07:10:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.51 2015/08/01 11:59:31 slyfox Exp $ + +*text-1.2.1.3 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <[email protected]> +text-1.2.1.3.ebuild: + Version bump. 09 Jun 2015; Agostino Sarubbo <[email protected]> text-1.1.1.3.ebuild: Stable for x86, wrt bug #550400 1.1 dev-haskell/text/text-1.2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/text-1.2.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/text-1.2.1.3.ebuild?rev=1.1&content-type=text/plain Index: text-1.2.1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-1.2.1.3.ebuild,v 1.1 2015/08/01 11:59:31 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="An efficient packed Unicode text type" HOMEPAGE="https://github.com/bos/text" 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="developer" RDEPEND="dev-haskell/binary:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 >=dev-haskell/quickcheck-2.7 dev-haskell/quickcheck-unicode dev-haskell/random >=dev-haskell/test-framework-0.4 >=dev-haskell/test-framework-hunit-0.2 >=dev-haskell/test-framework-quickcheck2-0.2 ) " src_configure() { haskell-cabal_src_configure \ $(cabal_flag developer developer) }
