summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/securemem
downloadgentoo-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/securemem')
-rw-r--r--dev-haskell/securemem/Manifest4
-rw-r--r--dev-haskell/securemem/metadata.xml12
-rw-r--r--dev-haskell/securemem/securemem-0.1.3.ebuild24
-rw-r--r--dev-haskell/securemem/securemem-0.1.4.ebuild26
-rw-r--r--dev-haskell/securemem/securemem-0.1.7.ebuild26
-rw-r--r--dev-haskell/securemem/securemem-0.1.9.ebuild27
6 files changed, 119 insertions, 0 deletions
diff --git a/dev-haskell/securemem/Manifest b/dev-haskell/securemem/Manifest
new file mode 100644
index 000000000000..1922178dbda0
--- /dev/null
+++ b/dev-haskell/securemem/Manifest
@@ -0,0 +1,4 @@
+DIST securemem-0.1.3.tar.gz 4585 SHA256 12a42caa7b09076197f14eb8511ec98969becdd81596617fe71cc13dcebccccf SHA512 a60b10e7d763d63d62de34685615592db6f6bb56a8bf57d7aa672956cfe5d98f0169436dcdad7694d1112eb80c59d98801266d78a061f93b320a0f4b27f8d2f6 WHIRLPOOL e804cf8907dc3bc94a5a923cc837e4b40e3caeae9b1cb792e16e7e77b76606dd0be24a98e6db766505998290876b4cf5859d3c7900ee380b00fcec5f606a6cae
+DIST securemem-0.1.4.tar.gz 4946 SHA256 88c4aefcbda018243b314ae75cf52f3059eb2af6aca6f3b7eb3167a5bc65abf1 SHA512 8c4837f08019e589d46944c45b6ae0035156ac193897290188a18559569d94539545df8018e2e5dfe2ee832cfeedd90235fa8591717ffb36f0adcf68ee619fe3 WHIRLPOOL cc1f60007b11113095481030e99464d23950125fb745b1c5c9db0ee88d9736c24832ad087677b80d7896993bc68a39b855fd8f8f19c5f870c8e7267a3b69305d
+DIST securemem-0.1.7.tar.gz 5011 SHA256 f9144945bf7bf448f617822cd053ea79bd1ed13bcf68e3ea97c3f5e4858eb592 SHA512 bfcee93b0057fbe346c5d63a497fa6b3543dc49a6a189a0b0c3ae296c11127c84aaf471f526c02ca4b842e6f4d5b1c6dd33723724a2f6524ceff4e31dd489bd8 WHIRLPOOL 8b92eb26b3e857ec46d0232ffb2a677ca0c5a348616c934612ecec73ed2dc15bf02d67229006982a784b2ef4e3eae4e3aa360236b77461e43f2dd309b0588e00
+DIST securemem-0.1.9.tar.gz 4180 SHA256 feb60dc542ea3ce9cdb449093b85dc69e43df310aab4fd161e4cdaa3ba847036 SHA512 64623b5a695e0e946b5762fe47baea247e497c2f2add0887dc54300948d87088e8604eec58715f8b31642121100c63ead1c8db96ee7d6c60e1ce27b3da6d56e9 WHIRLPOOL c68336d09ebe9be86a4c74554fadee4658ce4646dd0a4a6580e825377c1c062fcbd77ff3f54c47df27cef42a6ba3843ddac79f3f3c631c8ad962ad3b1a2fbe53
diff --git a/dev-haskell/securemem/metadata.xml b/dev-haskell/securemem/metadata.xml
new file mode 100644
index 000000000000..7c2fd9c3ebfd
--- /dev/null
+++ b/dev-haskell/securemem/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>
+ SecureMem is similar to ByteString, except that it provides a memory chunk that
+ will be auto-scrubbed after it run out of scope.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">vincenthz/hs-securemem</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/securemem/securemem-0.1.3.ebuild b/dev-haskell/securemem/securemem-0.1.3.ebuild
new file mode 100644
index 000000000000..2124fcae812f
--- /dev/null
+++ b/dev-haskell/securemem/securemem-0.1.3.ebuild
@@ -0,0 +1,24 @@
+# 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.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="abstraction to an auto scrubbing and const time eq, memory chunk"
+HOMEPAGE="http://github.com/vincenthz/hs-securemem"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8"
diff --git a/dev-haskell/securemem/securemem-0.1.4.ebuild b/dev-haskell/securemem/securemem-0.1.4.ebuild
new file mode 100644
index 000000000000..822de719b8b0
--- /dev/null
+++ b/dev-haskell/securemem/securemem-0.1.4.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="abstraction to an auto scrubbing and const time eq, memory chunk"
+HOMEPAGE="http://github.com/vincenthz/hs-securemem"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/securemem/securemem-0.1.7.ebuild b/dev-haskell/securemem/securemem-0.1.7.ebuild
new file mode 100644
index 000000000000..9f5d34b1da85
--- /dev/null
+++ b/dev-haskell/securemem/securemem-0.1.7.ebuild
@@ -0,0 +1,26 @@
+# 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.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="abstraction to an auto scrubbing and const time eq, memory chunk"
+HOMEPAGE="http://github.com/vincenthz/hs-securemem"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/securemem/securemem-0.1.9.ebuild b/dev-haskell/securemem/securemem-0.1.9.ebuild
new file mode 100644
index 000000000000..4e20faf48fdb
--- /dev/null
+++ b/dev-haskell/securemem/securemem-0.1.9.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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="abstraction to an auto scrubbing and const time eq, memory chunk"
+HOMEPAGE="http://github.com/vincenthz/hs-securemem"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?]
+ >=dev-haskell/memory-0.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"