gienah 14/07/02 13:26:33 Modified: metadata.xml ChangeLog Added: semigroups-0.15.1.ebuild Log: Bump semigroups to 0.15.1 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.2 dev-haskell/semigroups/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 20 Jun 2013 06:01:55 -0000 1.1 +++ metadata.xml 2 Jul 2014 13:26:33 -0000 1.2 @@ -10,4 +10,27 @@ In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup. </longdescription> + <use> + <flag name="hashable">You can disable the use of the `hashable` package using + USE=-hashable. Disabling this is an unsupported configuration, but it may be + useful for accelerating builds in sandboxes for expert users. If set we will + not supply an instance of `Hashable`.</flag> + <flag name="bytestring">You can disable the use of the `bytestring` + package using USE=-bytestring. Disabling this is an + unsupported configuration, but it may be useful for + accelerating builds in sandboxes for expert users.</flag> + <flag name="containers">You can disable the use of the `containers` + package using USE=-containers. Disabing this is an unsupported + configuration, but it may be useful for accelerating builds in + sandboxes for expert users.</flag> + <flag name="text">You can disable the use of the `text` package + using USE=-text. Disabling this is an unsupported + configuration, but it may be useful for accelerating builds in + sandboxes for expert users.</flag> + <flag name="unordered-containers">You can disable the use of the + `unordered-containers` package using + USE=-unordered-containers. Disabling this is an unsupported + configuration, but it may be useful for accelerating builds in + sandboxes for expert users.</flag> + </use> </pkgmetadata> 1.9 dev-haskell/semigroups/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 23 Mar 2014 10:01:03 -0000 1.8 +++ ChangeLog 2 Jul 2014 13:26:33 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/semigroups # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v 1.8 2014/03/23 10:01:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v 1.9 2014/07/02 13:26:33 gienah Exp $ + +*semigroups-0.15.1 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +semigroups-0.15.1.ebuild, + metadata.xml: + Bump semigroups to 0.15.1 23 Mar 2014; Agostino Sarubbo <[email protected]> semigroups-0.12.1.ebuild: Stable for x86, wrt bug #502690 1.1 dev-haskell/semigroups/semigroups-0.15.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.15.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.15.1.ebuild?rev=1.1&content-type=text/plain Index: semigroups-0.15.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/semigroups-0.15.1.ebuild,v 1.1 2014/07/02 13:26:33 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Anything that associates" HOMEPAGE="http://github.com/ekmett/semigroups/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+bytestring +containers +hashable +text +unordered-containers" RDEPEND=">=dev-haskell/nats-0.1:=[profile?] <dev-haskell/nats-1:=[profile?] >=dev-lang/ghc-7.4.1:= hashable? ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] unordered-containers? ( >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] ) ) text? ( >=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-2:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag bytestring bytestring) \ $(cabal_flag containers containers) \ $(cabal_flag hashable hashable) \ $(cabal_flag text text) \ $(cabal_flag unordered-containers unordered-containers) }
