gienah      14/12/14 05:46:11

  Modified:             metadata.xml ChangeLog
  Added:                semigroups-0.16.ebuild
  Log:
  Bump semigroups to 0.16
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.4                  dev-haskell/semigroups/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        25 Jul 2014 08:58:14 -0000      1.3
+++ metadata.xml        14 Dec 2014 05:46:11 -0000      1.4
@@ -5,29 +5,40 @@
        <longdescription>
                Haskell 98 semigroups
                
-               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.
+               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="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>
+               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>
+               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="deepseq">You can disable the use of the `deepseq`
+               package using `-f-deepseq`. 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>
+               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>
+               `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.11                 dev-haskell/semigroups/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Jul 2014 08:58:14 -0000      1.10
+++ ChangeLog   14 Dec 2014 05:46:11 -0000      1.11
@@ -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.10 
2014/07/25 08:58:14 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/ChangeLog,v 1.11 
2014/12/14 05:46:11 gienah Exp $
+
+*semigroups-0.16 (14 Dec 2014)
+
+  14 Dec 2014; Mark Wright <[email protected]> +semigroups-0.16.ebuild,
+  metadata.xml:
+  Bump semigroups to 0.16
 
   25 Jul 2014; Sergei Trofimovich <[email protected]> metadata.xml:
   Drop redundant '<maintainer>' field, leave only '<herd>'.



1.1                  dev-haskell/semigroups/semigroups-0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroups/semigroups-0.16.ebuild?rev=1.1&content-type=text/plain

Index: semigroups-0.16.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.16.ebuild,v 1.1 
2014/12/14 05:46:11 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.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 +deepseq +hashable +text +unordered-containers"

RDEPEND=">=dev-haskell/nats-0.1:=[profile?] <dev-haskell/nats-2:=[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 deepseq deepseq) \
                $(cabal_flag hashable hashable) \
                $(cabal_flag text text) \
                $(cabal_flag unordered-containers unordered-containers)
}




Reply via email to