public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.2.35-r1.ebuild tor-0.2.3.12_alpha-r1.ebuild ChangeLog tor-0.2.1.32.ebuild
@ 2012-03-08 16:14 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-03-08 16:14 UTC (permalink / raw
  To: gentoo-commits

blueness    12/03/08 16:14:22

  Modified:             tor-0.2.2.35-r1.ebuild tor-0.2.3.12_alpha-r1.ebuild
                        ChangeLog tor-0.2.1.32.ebuild
  Log:
  Install the manpages unconditionally, bug #407057
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/tor/tor-0.2.2.35-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild?r1=1.1&r2=1.2

Index: tor-0.2.2.35-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tor-0.2.2.35-r1.ebuild	7 Feb 2012 21:11:21 -0000	1.1
+++ tor-0.2.2.35-r1.ebuild	8 Mar 2012 16:14:22 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild,v 1.1 2012/02/07 21:11:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.2.35-r1.ebuild,v 1.2 2012/03/08 16:14:22 blueness Exp $
 
-EAPI=4
+EAPI="4"
 
 inherit autotools eutils flag-o-matic
 
@@ -13,7 +13,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc tor-hardening +transparent-proxy threads selinux"
+IUSE="tor-hardening +transparent-proxy threads selinux"
 
 DEPEND="dev-libs/openssl
 	>=dev-libs/libevent-2.0
@@ -38,8 +38,9 @@
 	# will break tor, but does recommend against -fstrict-aliasing.
 	# We'll filter-flags them here as we encounter them.
 	filter-flags -fstrict-aliasing
-	econf --docdir=/usr/share/doc/${PF}				\
-		$(use_enable doc asciidoc)					\
+	econf \
+		--enable-asciidoc \
+		--docdir=/usr/share/doc/${PF} \
 		$(use_enable tor-hardening gcc-hardening)	\
 		$(use_enable tor-hardening linker-hardening)\
 		$(use_enable transparent-proxy transparent)	\



1.2                  net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild?r1=1.1&r2=1.2

Index: tor-0.2.3.12_alpha-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tor-0.2.3.12_alpha-r1.ebuild	14 Feb 2012 22:32:37 -0000	1.1
+++ tor-0.2.3.12_alpha-r1.ebuild	8 Mar 2012 16:14:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild,v 1.1 2012/02/14 22:32:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.12_alpha-r1.ebuild,v 1.2 2012/03/08 16:14:22 blueness Exp $
 
 EAPI="4"
 
@@ -16,7 +16,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+bufferevents doc nat-pmp tor-hardening transparent-proxy threads upnp selinux"
+IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux"
 
 DEPEND="dev-libs/openssl
 	>=dev-libs/libevent-2.0.14
@@ -40,9 +40,10 @@
 	# will break tor, but does recommend against -fstrict-aliasing.
 	# We'll filter-flags them here as we encounter them.
 	filter-flags -fstrict-aliasing
-	econf --docdir=/usr/share/doc/${PF} \
+	econf \
+		--enable-asciidoc \
+		--docdir=/usr/share/doc/${PF} \
 		$(use_enable bufferevents) \
-		$(use_enable doc asciidoc) \
 		$(use_enable nat-pmp) \
 		$(use_enable tor-hardening gcc-hardening) \
 		$(use_enable tor-hardening linker-hardening) \
@@ -54,7 +55,9 @@
 src_install() {
 	newconfd "${FILESDIR}"/tor.confd tor
 	newinitd "${FILESDIR}"/tor.initd-r6 tor
+
 	emake DESTDIR="${D}" install
+
 	keepdir /var/lib/tor
 
 	dodoc README ChangeLog ReleaseNotes \



1.322                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.322&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.322&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.321&r2=1.322

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- ChangeLog	8 Mar 2012 14:50:38 -0000	1.321
+++ ChangeLog	8 Mar 2012 16:14:22 -0000	1.322
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.321 2012/03/08 14:50:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.322 2012/03/08 16:14:22 blueness Exp $
+
+  08 Mar 2012; Anthony G. Basile <blueness@gentoo.org> tor-0.2.2.35-r1.ebuild,
+  tor-0.2.3.12_alpha-r1.ebuild:
+  Install the manpages unconditionally, bug #407057
 
   08 Mar 2012; Anthony G. Basile <blueness@gentoo.org>
   -tor-0.2.3.11_alpha.ebuild:



1.4                  net-misc/tor/tor-0.2.1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild?r1=1.3&r2=1.4

Index: tor-0.2.1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tor-0.2.1.32.ebuild	7 Feb 2012 21:11:21 -0000	1.3
+++ tor-0.2.1.32.ebuild	8 Mar 2012 16:14:22 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild,v 1.3 2012/02/07 21:11:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.1.32.ebuild,v 1.4 2012/03/08 16:14:22 blueness Exp $
 
-EAPI=4
+EAPI="4"
 
 inherit autotools eutils flag-o-matic
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-08 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 16:14 [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.2.35-r1.ebuild tor-0.2.3.12_alpha-r1.ebuild ChangeLog tor-0.2.1.32.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