From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/cipher-aes/Manifest | 4 +++ dev-haskell/cipher-aes/cipher-aes-0.2.10.ebuild | 44 +++++++++++++++++++++++++ dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild | 44 +++++++++++++++++++++++++ dev-haskell/cipher-aes/cipher-aes-0.2.5.ebuild | 32 ++++++++++++++++++ dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild | 32 ++++++++++++++++++ dev-haskell/cipher-aes/metadata.xml | 11 +++++++ 6 files changed, 167 insertions(+) create mode 100644 dev-haskell/cipher-aes/Manifest create mode 100644 dev-haskell/cipher-aes/cipher-aes-0.2.10.ebuild create mode 100644 dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild create mode 100644 dev-haskell/cipher-aes/cipher-aes-0.2.5.ebuild create mode 100644 dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild create mode 100644 dev-haskell/cipher-aes/metadata.xml (limited to 'dev-haskell/cipher-aes') diff --git a/dev-haskell/cipher-aes/Manifest b/dev-haskell/cipher-aes/Manifest new file mode 100644 index 000000000000..402e981b56e6 --- /dev/null +++ b/dev-haskell/cipher-aes/Manifest @@ -0,0 +1,4 @@ +DIST cipher-aes-0.2.10.tar.gz 33340 SHA256 bf33e8226049f1bb21509d0adfb7001fd2472a718c46c8d9122bfa65cceef4e9 SHA512 d126622946bf53028d3b218781083ee9d5ee593c8ca7849496ae459137c0fb2cb4557897119135c43c29b9b3d3677ff94d37e1bcc6043db29b4941935bfc92b1 WHIRLPOOL 16313a89649ae495cf0f8b4234c12796e021ed27299a38835f284049815f7547549234a4c92df69d37fbf2030dfd3a7bf5b68ece6f681949062092a2afd11575 +DIST cipher-aes-0.2.11.tar.gz 33939 SHA256 d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015 SHA512 d0c9b94e93903d0a3ea5587a4ac4ee5124b5189842070dd11c99182ba7396c982aa8c3eae2f8a1fd5b906f8ab3306e4b49ae9276a837e871278d6fe591bbd816 WHIRLPOOL 322654f734294e8d27a69ebed32fc71c4b956c46f3089b83873c6f936a3d9c5cba7a92b527f993f2b2eeb1c993e0a7ce08509acfff289a1593b2b1d245940402 +DIST cipher-aes-0.2.5.tar.gz 29934 SHA256 631959ec33a333d6e8f9c346f1a58f8449c17fddd1df5652b9dd5a615dbbdeab SHA512 61a3ebcf02c9a6bb2a6ad0386414003922355bc76cdce7df915c2fe98fc1a647cf8a0a950155482564b8310c76b7b0612320e8c586c1dc08be27317dd80537e7 WHIRLPOOL e374607265a0731b0005ffe231b18c7f2410a6b5b521429172723036d06876ecaad311f1ceaad22f110ad2606f9235805c564a22f9115dd95debcbf09faf03fe +DIST cipher-aes-0.2.9.tar.gz 33331 SHA256 985aadac75ef93b0762682a7ab20382c7108788b8e822fa1fb24c09c2b8279da SHA512 e3cc41cccdd2d7b1cef887f4a7abf4a00ffb4f4a7fc344e535349f524621b78680599a76b19098ef5963b4500564ce61416a4132551c26b944c20edc8c4525ff WHIRLPOOL c9136d67e5cc285dddd35b9d14f3124a63ee1b7ac315d9a38bffec2e23f3149cf7e29f6ab8c481b86d8a9581ba637f5689e79c240e4a6a1b7ca4361704fb623c diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.10.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.10.ebuild new file mode 100644 index 000000000000..7366de151048 --- /dev/null +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.10.ebuild @@ -0,0 +1,44 @@ +# 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 +#hackport: flags: support_aesni:cpu_flags_x86_aes + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Fast AES cipher implementation with advanced mode of operations" +HOMEPAGE="https://github.com/vincenthz/hs-cipher-aes" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="cpu_flags_x86_aes cpu_flags_x86_ssse3" + +RDEPEND="dev-haskell/byteable:=[profile?] + >=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] =dev-haskell/securemem-0.1.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/crypto-cipher-tests-0.0.8 + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + >=dev-haskell/test-framework-quickcheck2-0.2.9 ) +" + +src_configure() { + local want_aes="-" + + use cpu_flags_x86_aes && \ + use cpu_flags_x86_ssse3 && \ + want_aes="" + + haskell-cabal_src_configure \ + --flag=${want_aes}support_aesni +} diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild new file mode 100644 index 000000000000..7366de151048 --- /dev/null +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild @@ -0,0 +1,44 @@ +# 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 +#hackport: flags: support_aesni:cpu_flags_x86_aes + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Fast AES cipher implementation with advanced mode of operations" +HOMEPAGE="https://github.com/vincenthz/hs-cipher-aes" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="cpu_flags_x86_aes cpu_flags_x86_ssse3" + +RDEPEND="dev-haskell/byteable:=[profile?] + >=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] =dev-haskell/securemem-0.1.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/crypto-cipher-tests-0.0.8 + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + >=dev-haskell/test-framework-quickcheck2-0.2.9 ) +" + +src_configure() { + local want_aes="-" + + use cpu_flags_x86_aes && \ + use cpu_flags_x86_ssse3 && \ + want_aes="" + + haskell-cabal_src_configure \ + --flag=${want_aes}support_aesni +} diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.5.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.5.ebuild new file mode 100644 index 000000000000..eef6f88c75f5 --- /dev/null +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.5.ebuild @@ -0,0 +1,32 @@ +# 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.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Fast AES cipher implementation with advanced mode of operations" +HOMEPAGE="http://github.com/vincenthz/hs-cipher-aes" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-haskell/byteable:=[profile?] + >=dev-haskell/crypto-cipher-types-0.0.3:=[profile?] + >=dev-haskell/securemem-0.1.2:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/crypto-cipher-tests + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + >=dev-haskell/test-framework-quickcheck2-0.2.9 ) +" diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild new file mode 100644 index 000000000000..2ee7d80232dc --- /dev/null +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.9.ebuild @@ -0,0 +1,32 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Fast AES cipher implementation with advanced mode of operations" +HOMEPAGE="http://github.com/vincenthz/hs-cipher-aes" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/byteable:=[profile?] + >=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] =dev-haskell/securemem-0.1.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/crypto-cipher-tests-0.0.8 + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + >=dev-haskell/test-framework-quickcheck2-0.2.9 ) +" diff --git a/dev-haskell/cipher-aes/metadata.xml b/dev-haskell/cipher-aes/metadata.xml new file mode 100644 index 000000000000..eccf775fd26f --- /dev/null +++ b/dev-haskell/cipher-aes/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + Fast AES cipher implementation with advanced mode of operations + + + vincenthz/hs-cipher-aes + + -- cgit v1.2.3-65-gdbad