* [gentoo-commits] gentoo-x86 commit in net-proxy/torsocks: torsocks-2.0.0-r1.ebuild ChangeLog torsocks-2.0.0.ebuild
@ 2015-01-11 17:08 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2015-01-11 17:08 UTC (permalink / raw
To: gentoo-commits
blueness 15/01/11 17:08:50
Modified: ChangeLog
Added: torsocks-2.0.0-r1.ebuild
Removed: torsocks-2.0.0.ebuild
Log:
Avoid config test with -pie -static, bug #533862
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.18 net-proxy/torsocks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/torsocks/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 4 Jan 2015 13:26:36 -0000 1.17
+++ ChangeLog 11 Jan 2015 17:08:50 -0000 1.18
@@ -1,6 +1,13 @@
# ChangeLog for net-proxy/torsocks
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/ChangeLog,v 1.18 2015/01/11 17:08:50 blueness Exp $
+
+*torsocks-2.0.0-r1 (11 Jan 2015)
+
+ 11 Jan 2015; Anthony G. Basile <blueness@gentoo.org>
+ +files/avoid-pie-static.patch, +torsocks-2.0.0-r1.ebuild,
+ -torsocks-2.0.0.ebuild:
+ Avoid config test with -pie -static, bug #533862
04 Jan 2015; Anthony G. Basile <blueness@gentoo.org>
-torsocks-2.0.0_rc2.ebuild, -torsocks-2.0.0_rc3.ebuild, torsocks-2.0.0.ebuild:
1.1 net-proxy/torsocks/torsocks-2.0.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/torsocks/torsocks-2.0.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: torsocks-2.0.0-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2015/01/11 17:08:50 blueness Exp $
EAPI=5
inherit autotools eutils multilib versionator
MY_PV="$(replace_version_separator 3 -)"
MY_PF="${PN}-${MY_PV}"
S=${WORKDIR}/${MY_PF}
DESCRIPTION="Use most socks-friendly applications with Tor"
HOMEPAGE="http://github.com/dgoulet/torsocks"
SRC_URI="https://github.com/dgoulet/torsocks/archive/v${MY_PV}.tar.gz -> ${MY_PF}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="static-libs"
# We do not depend on tor which might be running on a different box
DEPEND=""
RDEPEND="${DEPEND}"
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"
# Bug #533862
epatch "${FILESDIR}"/avoid-pie-static.patch
eautoreconf
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
dodoc ChangeLog README.md TODO doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt}
#Remove libtool .la files
cd "${D}"/usr/$(get_libdir)/torsocks
rm -f *.la
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-11 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 17:08 [gentoo-commits] gentoo-x86 commit in net-proxy/torsocks: torsocks-2.0.0-r1.ebuild ChangeLog torsocks-2.0.0.ebuild Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox