blueness 15/01/04 13:26:36 Modified: torsocks-2.0.0.ebuild ChangeLog Removed: torsocks-2.0.0_rc2.ebuild torsocks-2.0.0_rc3.ebuild Log: Fix bug #534542. Remove older RCs. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 net-proxy/torsocks/torsocks-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild?r1=1.1&r2=1.2 Index: torsocks-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- torsocks-2.0.0.ebuild 21 Dec 2014 21:34:58 -0000 1.1 +++ torsocks-2.0.0.ebuild 4 Jan 2015 13:26:36 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild,v 1.1 2014/12/21 21:34:58 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0.ebuild,v 1.2 2015/01/04 13:26:36 blueness Exp $ EAPI=5 @@ -25,6 +25,11 @@ src_prepare() { sed -i -e "/dist_doc_DATA/s/^/#/" Makefile.am doc/Makefile.am || die + + # Disable tests requiring network access. + sed -i -e '/^\.\/test_dns$/d' tests/test_list || \ + die "failed to disable network tests" + eautoreconf } 1.17 net-proxy/torsocks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/torsocks/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 21 Dec 2014 21:34:58 -0000 1.16 +++ ChangeLog 4 Jan 2015 13:26:36 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/torsocks -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/ChangeLog,v 1.16 2014/12/21 21:34:58 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/ChangeLog,v 1.17 2015/01/04 13:26:36 blueness Exp $ + + 04 Jan 2015; Anthony G. Basile <[email protected]> + -torsocks-2.0.0_rc2.ebuild, -torsocks-2.0.0_rc3.ebuild, torsocks-2.0.0.ebuild: + Fix bug #534542. Remove older RCs. *torsocks-2.0.0 (21 Dec 2014)
