diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/gnutls | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/gnutls')
-rw-r--r-- | dev-haskell/gnutls/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/gnutls/gnutls-0.1.4.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/gnutls/gnutls-0.1.5.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/gnutls/gnutls-0.1.6.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/gnutls/metadata.xml | 12 |
5 files changed, 99 insertions, 0 deletions
diff --git a/dev-haskell/gnutls/Manifest b/dev-haskell/gnutls/Manifest new file mode 100644 index 000000000000..e8bfe861cf80 --- /dev/null +++ b/dev-haskell/gnutls/Manifest @@ -0,0 +1,3 @@ +DIST gnutls-0.1.4.tar.gz 17407 SHA256 a1f1bea68789e46cce681a5489c44b3c9b47d78115d2737e01e0934a8eb8f275 SHA512 a326249f1209c99ee89d42aa9ffe83d3cf188717dac9ec6419560831e7b4f9c8f814eff0b00395c27a6d46ffb036a8b9e6cd7eddcd04d2ca598d4a32a701a0e3 WHIRLPOOL 85e31d24ded69a5c04fe46da43fbf7e366a282313ad1bc24f81cc6f02d36d5a052e804fe77c8e08d4251499edbed180c7fbabeb3573dd81844cdb8044f178bc2 +DIST gnutls-0.1.5.tar.gz 17358 SHA256 9723fd4c65b1e071d2d5febd41d80ff5d353a6e27c132c7f966172091e59c6e9 SHA512 bc00b9a01134b97d4235a18deaf3eea022fa2378435a667b693b58e32c4a9e0e13f797ff1a797c3a3ca66d0af4575c7dd889f51eec11c49e70357b0ecc57add2 WHIRLPOOL 479564b2ec6afe70ebd826de24476e6d4ddd5627663082b1c854c473f283424d6ea5c4dd2fb620c98efb31b2f7318d020006d4fae1d1bad5906eecb24deba896 +DIST gnutls-0.1.6.tar.gz 17467 SHA256 c3d8844825ea83b5e4b5736c7142f32510f9a38958677627fbd3b97ccdd1aa0f SHA512 cbe528bf6ae18ebb69147e0bf68ef76193b23355bd743ed303ef2f8568133d39782f65802b3b3df933658581debc9329a46304b9ab0dfec3c4ce80f7280dc619 WHIRLPOOL bfe2e32c302568ec625a735522b032524c168018f37801cebab56cc102bb58031acbd76bc96485d983a2ce325b1ca96b2078199b58e53b5095bebd7b6d9d9ce9 diff --git a/dev-haskell/gnutls/gnutls-0.1.4.ebuild b/dev-haskell/gnutls/gnutls-0.1.4.ebuild new file mode 100644 index 000000000000..de508293c8df --- /dev/null +++ b/dev-haskell/gnutls/gnutls-0.1.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings for GNU libgnutls" +HOMEPAGE="https://john-millikin.com/software/haskell-gnutls/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/monads-tf-0.1*:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-6.10.4:= + net-libs/gnutls" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/gnutls/gnutls-0.1.5.ebuild b/dev-haskell/gnutls/gnutls-0.1.5.ebuild new file mode 100644 index 000000000000..218cb4ec0df1 --- /dev/null +++ b/dev-haskell/gnutls/gnutls-0.1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings for GNU libgnutls" +HOMEPAGE="https://john-millikin.com/software/haskell-gnutls/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] <dev-haskell/monads-tf-0.2:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-6.10.4:= + net-libs/gnutls +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 + virtual/pkgconfig +" diff --git a/dev-haskell/gnutls/gnutls-0.1.6.ebuild b/dev-haskell/gnutls/gnutls-0.1.6.ebuild new file mode 100644 index 000000000000..c74897b9f89c --- /dev/null +++ b/dev-haskell/gnutls/gnutls-0.1.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings for GNU libgnutls" +HOMEPAGE="https://john-millikin.com/software/haskell-gnutls/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] <dev-haskell/monads-tf-0.2:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-7.4.1:= + net-libs/gnutls +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 + virtual/pkgconfig +" diff --git a/dev-haskell/gnutls/metadata.xml b/dev-haskell/gnutls/metadata.xml new file mode 100644 index 000000000000..af2329550eca --- /dev/null +++ b/dev-haskell/gnutls/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + You almost certainly don't want to depend on this release. + + This is a pre-alpha, almost useless release; its only purpose is to enable + TLS support in some of my other libraries. More complete bindings for GNU TLS + will be released at a later date. + </longdescription> +</pkgmetadata> |