summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-10 02:14:46 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-10 02:14:46 +0000
commit6155c5cee1c718dd5f0c762a6169c3076999f752 (patch)
treee50f7d6248470e5c388d24d6f83ff2907597f288 /dev-libs/npth
parentversion bump, drop IUSE flags per discussion, bug 524818 (diff)
downloadgentoo-2-6155c5cee1c718dd5f0c762a6169c3076999f752.tar.gz
gentoo-2-6155c5cee1c718dd5f0c762a6169c3076999f752.tar.bz2
gentoo-2-6155c5cee1c718dd5f0c762a6169c3076999f752.zip
Version bump. Add static-libs use flag and use gnupg mirror.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs/npth')
-rw-r--r--dev-libs/npth/ChangeLog8
-rw-r--r--dev-libs/npth/npth-0.91.ebuild4
-rw-r--r--dev-libs/npth/npth-1.0.ebuild15
3 files changed, 24 insertions, 3 deletions
diff --git a/dev-libs/npth/ChangeLog b/dev-libs/npth/ChangeLog
index ea37288ecdf5..b7b1e1aa8b35 100644
--- a/dev-libs/npth/ChangeLog
+++ b/dev-libs/npth/ChangeLog
@@ -1,6 +1,12 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v 1.2 2014/10/10 02:14:46 radhermit Exp $
+
+*npth-1.0 (10 Oct 2014)
+
+ 10 Oct 2014; Tim Harder <radhermit@gentoo.org> npth-0.91.ebuild,
+ +npth-1.0.ebuild:
+ Version bump. Add static-libs use flag and use gnupg mirror.
*npth-0.91 (25 Jul 2014)
diff --git a/dev-libs/npth/npth-0.91.ebuild b/dev-libs/npth/npth-0.91.ebuild
index d52451c8b62f..5de385aedcf9 100644
--- a/dev-libs/npth/npth-0.91.ebuild
+++ b/dev-libs/npth/npth-0.91.ebuild
@@ -1,12 +1,12 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-0.91.ebuild,v 1.2 2014/10/10 02:14:46 radhermit 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"
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
diff --git a/dev-libs/npth/npth-1.0.ebuild b/dev-libs/npth/npth-1.0.ebuild
new file mode 100644
index 000000000000..96748ffb0889
--- /dev/null
+++ b/dev-libs/npth/npth-1.0.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.0.ebuild,v 1.1 2014/10/10 02:14:46 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"