radhermit 14/10/10 02:14:47 Modified: ChangeLog npth-0.91.ebuild Added: npth-1.0.ebuild Log: 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)
Revision Changes Path 1.2 dev-libs/npth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/npth/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 25 Jul 2014 03:11:15 -0000 1.1 +++ ChangeLog 10 Oct 2014 02:14:46 -0000 1.2 @@ -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 <[email protected]> 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) 1.2 dev-libs/npth/npth-0.91.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-0.91.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-0.91.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-0.91.ebuild?r1=1.1&r2=1.2 Index: npth-0.91.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-0.91.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- npth-0.91.ebuild 25 Jul 2014 03:11:15 -0000 1.1 +++ npth-0.91.ebuild 10 Oct 2014 02:14:46 -0000 1.2 @@ -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" 1.1 dev-libs/npth/npth-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/npth/npth-1.0.ebuild?rev=1.1&content-type=text/plain Index: npth-1.0.ebuild =================================================================== # 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"
