summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-15 10:28:42 +0000
committerTim Harder <radhermit@gentoo.org>2014-11-15 10:28:42 +0000
commit93070ecc573bcb4c62adaea16a6072a106ccf2e0 (patch)
treeeba8093cd51b893d8aa9934261c17dde9e0c1859 /dev-libs/npth
parentVersion bump. (diff)
downloadgentoo-2-93070ecc573bcb4c62adaea16a6072a106ccf2e0.tar.gz
gentoo-2-93070ecc573bcb4c62adaea16a6072a106ccf2e0.tar.bz2
gentoo-2-93070ecc573bcb4c62adaea16a6072a106ccf2e0.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs/npth')
-rw-r--r--dev-libs/npth/ChangeLog7
-rw-r--r--dev-libs/npth/npth-1.1.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-libs/npth/ChangeLog b/dev-libs/npth/ChangeLog
index b7b1e1aa8b35..0adc3ede98b0 100644
--- a/dev-libs/npth/ChangeLog
+++ b/dev-libs/npth/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2014/10/10 02:14:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.3 2014/11/15 10:28:42 radhermit Exp $
+
+*npth-1.1 (15 Nov 2014)
+
+ 15 Nov 2014; Tim Harder <radhermit@gentoo.org> +npth-1.1.ebuild:
+ Version bump.
*npth-1.0 (10 Oct 2014)
diff --git a/dev-libs/npth/npth-1.1.ebuild b/dev-libs/npth/npth-1.1.ebuild
new file mode 100644
index 000000000000..e93f5d3bcab2
--- /dev/null
+++ b/dev-libs/npth/npth-1.1.ebuild
@@ -0,0 +1,15 @@
+# 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-1.1.ebuild,v 1.1 2014/11/15 10:28:42 radhermit Exp $
+
+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="~amd64 ~x86"
+IUSE="static-libs"