summaryrefslogtreecommitdiffstats
path: root/dev-libs/npth/npth-0.91.ebuild
diff options
context:
space:
mode:
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 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}"