public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.1.2.19-r1.ebuild
@ 2008-04-25 10:00 Christian Faulhammer (opfer)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (opfer) @ 2008-04-25 10:00 UTC (permalink / raw
  To: gentoo-commits

opfer       08/04/25 10:00:12

  Modified:             ChangeLog
  Added:                tor-0.1.2.19-r1.ebuild
  Log:
  create the logrotate file with the correct permissions as pointed out on bug 216298 by Serge Koksharov <gentoosiast AT yandex DOT ru>
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.114                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	5 Mar 2008 07:28:15 -0000	1.113
+++ ChangeLog	25 Apr 2008 10:00:12 -0000	1.114
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/tor
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.113 2008/03/05 07:28:15 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.114 2008/04/25 10:00:12 opfer Exp $
+
+*tor-0.1.2.19-r1 (25 Apr 2008)
+
+  25 Apr 2008; Christian Faulhammer <opfer@gentoo.org>
+  +tor-0.1.2.19-r1.ebuild:
+  create the logrotate file with the correct permissions as pointed out on bug
+  216298 by Serge Koksharov <gentoosiast AT yandex DOT ru>
 
   05 Mar 2008; Christian Faulhammer <opfer@gentoo.org> -tor-0.1.2.18.ebuild:
   clean up



1.1                  net-misc/tor/tor-0.1.2.19-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/tor-0.1.2.19-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tor/tor-0.1.2.19-r1.ebuild?rev=1.1&content-type=text/plain

Index: tor-0.1.2.19-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.2.19-r1.ebuild,v 1.1 2008/04/25 10:00:12 opfer Exp $

inherit eutils

DESCRIPTION="Anonymizing overlay network for TCP"
HOMEPAGE="http://tor.eff.org"
MY_PV=${PV/_/-}
SRC_URI="http://tor.eff.org/dist/${PN}-${MY_PV}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug logrotate"

DEPEND="dev-libs/openssl
	>=dev-libs/libevent-1.2"
RDEPEND="${DEPEND}
	net-proxy/tsocks"

pkg_setup() {
	enewgroup tor
	enewuser tor -1 -1 /var/lib/tor tor
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/torrc.sample-0.1.2.6.patch
	epatch "${FILESDIR}"/tor.logrotate.patch
}

src_compile() {
	econf $(use_enable debug)
	emake || die
}

src_install() {
	newinitd "${FILESDIR}"/tor.initd-r3 tor
	emake DESTDIR="${D}" install || die
	keepdir /var/{lib,log,run}/tor

	dodoc README ChangeLog AUTHORS ReleaseNotes \
		doc/{HACKING,TODO} \
		doc/spec/*.txt

	fperms 750 /var/lib/tor /var/log/tor
	fperms 755 /var/run/tor
	fowners tor:tor /var/lib/tor /var/log/tor /var/run/tor

	if use logrotate; then
		sed -e "s:/lib::" \
			-e "s:/rc.d::" \
			-e "s:\\*:\\*.:" \
			-e "s:endscript:create 0640 tor tor\n\tendscript:" -i contrib/tor.logrotate || die
		insinto /etc/logrotate.d
		newins contrib/tor.logrotate tor
	fi
}

pkg_postinst() {
	elog "You must create /etc/tor/torrc, you can use the sample that is in that directory"
	elog "To have privoxy and tor working together you must add:"
	elog "forward-socks4a / localhost:9050 ."
	elog "(notice the . at the end of the line)"
	elog "to /etc/privoxy/config"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-25 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 10:00 [gentoo-commits] gentoo-x86 commit in net-misc/tor: ChangeLog tor-0.1.2.19-r1.ebuild Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox