summaryrefslogtreecommitdiffstats
path: root/dev-libs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-04-08 00:20:05 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-04-08 00:20:05 +0200
commitd46c0a1db7c040d71e59b3ac9cf1187c1b23179c (patch)
tree52531babf2eb4ba0441ad3f6fd476181d4339128 /dev-libs
parentFix opal. (diff)
downloadportage-d46c0a1db7c040d71e59b3ac9cf1187c1b23179c.tar.xz
portage-d46c0a1db7c040d71e59b3ac9cf1187c1b23179c.zip
Add new gnu portable threads library.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/npth/Manifest2
-rw-r--r--dev-libs/npth/npth-0.91.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
new file mode 100644
index 0000000..98cfea2
--- /dev/null
+++ b/dev-libs/npth/Manifest
@@ -0,0 +1,2 @@
+DIST npth-0.91.tar.bz2 299702 SHA256 caef86ced4a331e162897818a5b924860c8d6003e52da5bdf76da00e8e0dfae1 SHA512 728ae7d5dadb253f0ca77fea455f81eed5fa437c6a85d3846d0bb00efd105a433d046a7b64df51f5de5f5535d983ac95d9f9f217b0c1b8b6321e6640eed71f83 WHIRLPOOL af61b2bda371eed6a6a6f4295532bf60f8e5cd0aeb8172c90b0630de6f364d816f6a7e05f0be134d39f5ad52990987f43d1a1ef8a5372a8cd8f8d3e9adc5c47c
+EBUILD npth-0.91.ebuild 394 SHA256 9036336051ad0eba2ed8d5b7e3df78a00bf1f07fd245f88e1b43820e099b0bc0 SHA512 c5c37dafabe7e89eec364435d166115d07de9152a33a309c99872988550d3eafefc1ff589fbe9192be9aa55027c73ab17c810fab6d5db93d70a14f483cc1b1f1 WHIRLPOOL d895b463c97b44756ffce1f0d7297b3ad8a0054b995e27b3ce5cffc734446d8650c91ce186f4c39904b82dec361f83d28de3b2e09f33837804068eb6e56d3879
diff --git a/dev-libs/npth/npth-0.91.ebuild b/dev-libs/npth/npth-0.91.ebuild
new file mode 100644
index 0000000..7f2faab
--- /dev/null
+++ b/dev-libs/npth/npth-0.91.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="New GNU Portable Threads Library"
+HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179"
+SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"