summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2014-07-25 03:11:15 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2014-07-25 03:11:15 +0000
commit7fae5c5a9542946ce250d1e31144a3df0fc92670 (patch)
treec5b392353e757234690860b4308d192d0d41575b /dev-libs/npth
parentAdd ruby21 target. (diff)
downloadgentoo-2-7fae5c5a9542946ce250d1e31144a3df0fc92670.tar.gz
gentoo-2-7fae5c5a9542946ce250d1e31144a3df0fc92670.tar.bz2
gentoo-2-7fae5c5a9542946ce250d1e31144a3df0fc92670.zip
Initial import for future gnupg-2.1 usage.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'dev-libs/npth')
-rw-r--r--dev-libs/npth/ChangeLog9
-rw-r--r--dev-libs/npth/metadata.xml5
-rw-r--r--dev-libs/npth/npth-0.91.ebuild17
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-libs/npth/ChangeLog b/dev-libs/npth/ChangeLog
new file mode 100644
index 000000000000..ea37288ecdf5
--- /dev/null
+++ b/dev-libs/npth/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-libs/npth
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.1 2014/07/25 03:11:15 zx2c4 Exp $
+
+*npth-0.91 (25 Jul 2014)
+
+ 25 Jul 2014; Jason A. Donenfeld <zx2c4@gentoo.org> +metadata.xml,
+ +npth-0.91.ebuild:
+ Initial import for future gnupg-2.1 usage.
diff --git a/dev-libs/npth/metadata.xml b/dev-libs/npth/metadata.xml
new file mode 100644
index 000000000000..e70ecc2e1e74
--- /dev/null
+++ b/dev-libs/npth/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>crypto</herd>
+</pkgmetadata>
diff --git a/dev-libs/npth/npth-0.91.ebuild b/dev-libs/npth/npth-0.91.ebuild
new file mode 100644
index 000000000000..d52451c8b62f
--- /dev/null
+++ b/dev-libs/npth/npth-0.91.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-0.91.ebuild,v 1.1 2014/07/25 03:11:15 zx2c4 Exp $
+
+EAPI=5
+
+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}"