[or-cvs] r16610: {incognito} Vidalia 0.1.7 (incognito/trunk/portage.overlay/net-misc/vidalia)

anonym at seul.org anonym at seul.org
Wed Aug 20 23:04:21 UTC 2008


Author: anonym
Date: 2008-08-20 19:04:20 -0400 (Wed, 20 Aug 2008)
New Revision: 16610

Added:
   incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.7.ebuild
Removed:
   incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.6.ebuild
Modified:
   incognito/trunk/portage.overlay/net-misc/vidalia/Manifest
Log:
Vidalia 0.1.7


Modified: incognito/trunk/portage.overlay/net-misc/vidalia/Manifest
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/Manifest	2008-08-20 22:48:06 UTC (rev 16609)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/Manifest	2008-08-20 23:04:20 UTC (rev 16610)
@@ -1,2 +1,2 @@
-DIST vidalia-0.1.6.tar.gz 2096145 RMD160 2a0ffb527af4e91642fe3b69ff1382bdf8e272c5 SHA1 7e2181dc998e4b1e99d64481c3984cd8a837120f SHA256 2824a9cf9fd53b1aad981202601713116744a3a3bc3f4ff265195c7093c9c33f
-EBUILD vidalia-0.1.6.ebuild 735 RMD160 0c11318147d921b1907fe1ac3588fba014541e6c SHA1 f72ed6553f1ba27a723f137fd979768ccc9408f3 SHA256 f2e3d72b94f8f73e7a92d883aeebf50991bd98814c96ab645f357ea55fab4532
+DIST vidalia-0.1.7.tar.gz 2123747 RMD160 85c77e755c56d56a4d039fb5ea5311d0afce62c6 SHA1 707885bf755e53e6a5269202238c451aaee525a3 SHA256 eaef8698f12ad56991acff04439dcc3bcd1d6087665237a184f2a4e8db4f5d69
+EBUILD vidalia-0.1.7.ebuild 1062 RMD160 ce9d05139a15e34ca6d8efe42e2c9928cf80b711 SHA1 9fddcd2032abfd256b3ee6ed2833af34658dbf84 SHA256 1a6820b074b4d8a37c95e7321053802ca9a2e9e2bd9ee587cbb2b5d7be2a50d8

Deleted: incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.6.ebuild
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.6.ebuild	2008-08-20 22:48:06 UTC (rev 16609)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.6.ebuild	2008-08-20 23:04:20 UTC (rev 16610)
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit cmake-utils
-
-DESCRIPTION="Qt 4 front-end for Tor"
-HOMEPAGE="http://www.vidalia-project.net/"
-SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=">=x11-libs/qt-4.1
-	>=dev-util/cmake-2.4.0"
-RDEPEND=">=x11-libs/qt-4.1
-	>=net-misc/tor-0.1.2.18"
-
-DOCS="CHANGELOG CREDITS LICENSE README"
-
-pkg_setup() {
-	if use debug && ! built_with_use ">=x11-libs/qt-4.1" debug; then
-		eerror "In order to have debug support for Vidalia"
-		eerror "you need to compile Qt 4 with debug support too."
-		die "Qt 4 built without debug support"
-	fi
-}

Added: incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.7.ebuild
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.7.ebuild	                        (rev 0)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.7.ebuild	2008-08-20 23:04:20 UTC (rev 16610)
@@ -0,0 +1,34 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.1.7.ebuild,v 1.1 2008/08/11 23:11:29 yngwin Exp $
+
+EAPI="1"
+inherit eutils qt4 cmake-utils
+# cmake-utils needs to be last, so we get its src_compile()
+
+DESCRIPTION="Qt 4 front-end for Tor"
+HOMEPAGE="http://www.vidalia-project.net/"
+SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
+
+LICENSE="|| ( GPL-3 GPL-2 ) openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
+	dev-util/cmake"
+RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
+	net-misc/tor"
+
+use debug && QT4_BUILT_WITH_USE_CHECK="debug"
+
+DOCS="CHANGELOG CREDITS README"
+
+pkg_postinst() {
+	echo
+	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."
+	echo
+}



More information about the tor-commits mailing list