gienah      15/04/05 10:42:58

  Modified:             ChangeLog
  Added:                hoauth2-0.4.6.ebuild
  Log:
  Bump hoauth2 to 0.4.6
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.3                  dev-haskell/hoauth2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 Mar 2015 23:10:14 -0000       1.2
+++ ChangeLog   5 Apr 2015 10:42:58 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hoauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.2 
2015/03/05 23:10:14 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.3 
2015/04/05 10:42:58 gienah Exp $
+
+*hoauth2-0.4.6 (05 Apr 2015)
+
+  05 Apr 2015; Mark Wright <gie...@gentoo.org> +hoauth2-0.4.6.ebuild:
+  Bump hoauth2 to 0.4.6
 
   05 Mar 2015; Sergei Trofimovich <sly...@gentoo.org> hoauth2-0.4.5.ebuild:
   Fix description (noticed by mrueg)



1.1                  dev-haskell/hoauth2/hoauth2-0.4.6.ebuild

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

Index: hoauth2-0.4.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.6.ebuild,v 
1.1 2015/04/05 10:42:58 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Haskell OAuth2 authentication"
HOMEPAGE="https://github.com/freizl/hoauth2";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RESTRICT=test # missing files

RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-0.9:=[profile?]
        >=dev-haskell/http-conduit-2.0:=[profile?] 
<dev-haskell/http-conduit-2.2:=[profile?]
        >=dev-haskell/http-types-0.8:=[profile?] 
<dev-haskell/http-types-0.9:=[profile?]
        >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
        >=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.18.1.3
"

src_prepare() {
        cabal_chdeps \
                'bytestring        >= 0.10.4 && < 0.10.5' 'bytestring        >= 
0.10.4'
}

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag test test)
}




Reply via email to