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/npth-0.91.ebuild
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/npth-0.91.ebuild')
-rw-r--r--dev-libs/npth/npth-0.91.ebuild17
1 files changed, 17 insertions, 0 deletions
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}"