public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/vidalia: ChangeLog vidalia-0.2.18.ebuild
@ 2012-05-18 11:11 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-05-18 11:11 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/18 11:11:44

  Modified:             ChangeLog
  Added:                vidalia-0.2.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 net-misc/vidalia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	27 Mar 2012 15:28:42 -0000	1.31
+++ ChangeLog	18 May 2012 11:11:44 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/vidalia
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.31 2012/03/27 15:28:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/ChangeLog,v 1.32 2012/05/18 11:11:44 blueness Exp $
+
+*vidalia-0.2.18 (18 May 2012)
+
+  18 May 2012; Anthony G. Basile <blueness@gentoo.org> +vidalia-0.2.18.ebuild:
+  Version bump
 
 *vidalia-0.3.1 (27 Mar 2012)
 



1.1                  net-misc/vidalia/vidalia-0.2.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/vidalia-0.2.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vidalia/vidalia-0.2.18.ebuild?rev=1.1&content-type=text/plain

Index: vidalia-0.2.18.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.2.18.ebuild,v 1.1 2012/05/18 11:11:44 blueness Exp $

EAPI="4"

inherit eutils qt4-r2 cmake-utils
# cmake-utils needs to be last, so we get its src_compile()

DESCRIPTION="Qt 4 front-end for Tor"
HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz"

LICENSE="|| ( GPL-3 GPL-2 ) openssl"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug +tor"

DEPEND="x11-libs/qt-gui:4[debug?]"
RDEPEND="${DEPEND}
	tor? ( net-misc/tor )"

DOCS="CHANGELOG CREDITS README"

pkg_postinst() {
	ewarn
	if use tor; then
		ewarn "To have vidalia starting tor, you probably have to copy"
		ewarn "/etc/tor/torrc.sample to the users ~/.tor/torrc and comment"
		ewarn "the settings there and change the socks. Also, in vidalia"
		ewarn "change the default user under which tor will run."
	else
		ewarn "You have disabled tor USE flag, which means you need to "
		ewarn "configure tor on a different host."
	fi
	ewarn
}






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

only message in thread, other threads:[~2012-05-18 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 11:11 [gentoo-commits] gentoo-x86 commit in net-misc/vidalia: ChangeLog vidalia-0.2.18.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