diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/crypto-pubkey-types | |
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/crypto-pubkey-types')
7 files changed, 146 insertions, 0 deletions
diff --git a/dev-haskell/crypto-pubkey-types/Manifest b/dev-haskell/crypto-pubkey-types/Manifest new file mode 100644 index 000000000000..873b192362b6 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/Manifest @@ -0,0 +1,5 @@ +DIST crypto-pubkey-types-0.4.0.tar.gz 9717 SHA256 5423f13ddbefb28ff1e8ca730eb00ea85bc8b8661ff620574563bf0edafe572d SHA512 fb9adeb6843a902fb7cbfe9e6aa61b2d19d98c193a74f90b67720c37fd16f4f57f1d57450b2fb84bd40d96fad240d627968df65a92d25569d46a4ea421e52a77 WHIRLPOOL 38d9e39e1b2f71169b6aab25908aaf3ae3e070ac687aeb1f96d201c3641ab4f2ebf3e6827cb7850d746d2f6f45374caeb52e312c940766a6aa12547987148157 +DIST crypto-pubkey-types-0.4.1.tar.gz 10148 SHA256 f986bb89819bca04e3be596e7e84ab23f7dc3945d5a43fb2f34d3b862f8440ff SHA512 ffc80c95fe1c688a65dec535a51567331f8b0235f31454bc4e1bdd7e27c60098260180dbf967ddea869a3f5c0107e8cd3408a653128baf320b846846daf3b589 WHIRLPOOL 2c2ed30f9321fa51dc3aa759a1db8a02fd162c992df3cd911dae9be72583e4dbd7755a6eedf49ebc3e30acef240eb38ab96d0f2b533a40c9ac85f3b3d748d656 +DIST crypto-pubkey-types-0.4.2.2.tar.gz 11235 SHA256 0522962afd68cce3e53f048bcc345f26734b4c2d2754a43c0006cb2ea075e1a3 SHA512 78a859dabc7579b9599163c90455e9703ddcf04e95f6c1e40fa2d6f1587eff46fd02784e4454d61103b28fda2bd23d1a880d8fe7d1ec7e73eaec84e59c708ede WHIRLPOOL 20b679152a8880213f777b9570ab806601c226c132aaf421755455040b9c398a4eb2449cdc3a625afaa61d355b11122de3d43efb957541f8e3edc37cf6526271 +DIST crypto-pubkey-types-0.4.2.3.tar.gz 11053 SHA256 a2f4bc75638f78be27d181b9971afe613d0813f34b5eaa5b441b264f43f64ec7 SHA512 7cddb574c81821b974c3b636798388b5d2535fb580476789a720b323c983b035b57ff5d863e0353901cb5f929cbe53586288aea1b75063ad10e1ce016ff6f67a WHIRLPOOL 41ef4205b3ee566b08b3b459b7983019b9b3572c31133a4692402ab01585dbc363b3cd13fd373f3f9985c5e624c5ca841b1f4125e1f8dd9c7dbd5af3dd290f15 +DIST crypto-pubkey-types-0.4.3.tar.gz 11234 SHA256 7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60 SHA512 08e6b74ded0decaaf87b4b9ec15af2e8bbeb7095701b5e2062b570af1ecb3d25eb706d6bd91795acfaaf7d09d0e9040359736a0a06a1bc593ef0d8aaf3e374d6 WHIRLPOOL ebdfa4d8ec4ad3f36ced48d73fee024eb193a45169e72e35fd00ff0605f0e4d0d71412b44096a71f8798c8e4f408d8f59b0666926175f0f1825e98877594c194 diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild new file mode 100644 index 000000000000..9a60dfa9244e --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild @@ -0,0 +1,25 @@ +# 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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-types-0.1:=[profile?] + <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.1.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.1.ebuild new file mode 100644 index 000000000000..a7cfd2a78718 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.1.ebuild @@ -0,0 +1,26 @@ +# 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.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-types-0.1:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.2.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.2.ebuild new file mode 100644 index 000000000000..97e431264960 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.2.ebuild @@ -0,0 +1,26 @@ +# 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.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-types-0.1:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.3.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.3.ebuild new file mode 100644 index 000000000000..82b4a10b43a7 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-types-0.1:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.3.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.3.ebuild new file mode 100644 index 000000000000..8fbafdaf18e2 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.3.ebuild @@ -0,0 +1,27 @@ +# 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.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/asn1-encoding:=[profile?] + >=dev-haskell/asn1-types-0.1:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/crypto-pubkey-types/metadata.xml b/dev-haskell/crypto-pubkey-types/metadata.xml new file mode 100644 index 000000000000..5b7b358d4aa6 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Generic cryptography public keys algorithm types + </longdescription> + <upstream> + <remote-id type="github">vincenthz/hs-crypto-pubkey-types</remote-id> + </upstream> +</pkgmetadata> |