gienah 14/12/14 05:23:37
Added: metadata.xml network-uri-2.6.0.1.ebuild
network-uri-2.5.0.0.ebuild ChangeLog
Log:
Add network-uri
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
618E971F)
Revision Changes Path
1.1 dev-haskell/network-uri/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
This package provides an URI manipulation inteface.
In network-2.6 the @Network.URI@ module was split off from the
network package into this package. If you're using the
@Network.URI@
module you can automatically get it from the right package by
adding
this to your .cabal file:
> flag network-uri
> description: Get Network.URI from the network-uri package
> default: True
>
> library
> -- ...
> if flag(network-uri)
> build-depends: network-uri >= 2.6
> else
> build-depends: network < 2.6
If you want to use other modules from the network package while
using the @Network.URI@ modules from this package, add a
@network >
2.6@ clause to the first @build-depends@ line.
</longdescription>
</pkgmetadata>
1.1 dev-haskell/network-uri/network-uri-2.6.0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/network-uri-2.6.0.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/network-uri-2.6.0.1.ebuild?rev=1.1&content-type=text/plain
Index: network-uri-2.6.0.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/network-uri/network-uri-2.6.0.1.ebuild,v
1.1 2014/12/14 05:23:37 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="URI manipulation"
HOMEPAGE="https://github.com/haskell/network-uri"
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
~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RESTRICT=test # does not work with missing network-uri
RDEPEND=">=dev-haskell/parsec-3.0:=[profile?]
<dev-haskell/parsec-3.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
!<dev-haskell/network-2.6
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( dev-haskell/hunit
dev-haskell/network
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/test-framework-quickcheck2 )
"
1.1 dev-haskell/network-uri/network-uri-2.5.0.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild?rev=1.1&content-type=text/plain
Index: network-uri-2.5.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild,v
1.1 2014/12/14 05:23:37 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.3.9999
CABAL_FEATURES="lib profile"
inherit haskell-cabal
DESCRIPTION="URI manipulation"
HOMEPAGE="https://github.com/haskell/network-uri"
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
~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
1.1 dev-haskell/network-uri/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-uri/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-haskell/network-uri
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-uri/ChangeLog,v 1.1
2014/12/14 05:23:37 gienah Exp $
*network-uri-2.5.0.0 (14 Dec 2014)
*network-uri-2.6.0.1 (14 Dec 2014)
14 Dec 2014; Mark Wright <[email protected]> +metadata.xml,
+network-uri-2.5.0.0.ebuild, +network-uri-2.6.0.1.ebuild:
Add network-uri