summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-25 00:20:12 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-25 00:30:01 -0400
commitd7fe640de6190829c77509bc7ae28767a55642b6 (patch)
treeb51840df3a91666e668eeefcfa26b06953ed523e /dev-libs/npth/npth-1.2.ebuild
parentapp-crypt/scrypt: version bump (diff)
downloadgentoo-d7fe640de6190829c77509bc7ae28767a55642b6.tar.gz
gentoo-d7fe640de6190829c77509bc7ae28767a55642b6.tar.bz2
gentoo-d7fe640de6190829c77509bc7ae28767a55642b6.zip
dev-libs/npth: version bump
Diffstat (limited to 'dev-libs/npth/npth-1.2.ebuild')
-rw-r--r--dev-libs/npth/npth-1.2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild
new file mode 100644
index 000000000000..7972b9ff3221
--- /dev/null
+++ b/dev-libs/npth/npth-1.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools-utils
+
+DESCRIPTION="New GNU Portable Threads Library"
+HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179"
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="static-libs"