[or-cvs] r14938: Vidalia 0.1.3 (incognito/trunk/portage.overlay/net-misc/vidalia)

anonym at seul.org anonym at seul.org
Wed Jun 4 09:25:43 UTC 2008


Author: anonym
Date: 2008-06-04 05:25:43 -0400 (Wed, 04 Jun 2008)
New Revision: 14938

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


Modified: incognito/trunk/portage.overlay/net-misc/vidalia/Manifest
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/Manifest	2008-06-04 09:24:17 UTC (rev 14937)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/Manifest	2008-06-04 09:25:43 UTC (rev 14938)
@@ -1,2 +1,2 @@
-DIST vidalia-0.0.16.tar.gz 1907078 RMD160 5bd6072d49ee95592d8c0ca35aacc0e95d09f9a1 SHA1 1092fcbf77565136f1a5a5c382d01d4ecee2fafd SHA256 c5a7a60628581a2b02a3f9133c0741bb20a67564ab1f84d58e66619836fbe5a6
-EBUILD vidalia-0.0.16.ebuild 1208 RMD160 e237e9368cdd0f25fbdaf87e433bbb04cd5c45b9 SHA1 374396d882abb14559cd73e92646f4d6ccb89e0f SHA256 e3bd30e292e5cc7cfc14c3df938caef24ece38ecd72e601d3aa3836f859cfd9f
+DIST vidalia-0.1.3.tar.gz 2022299 RMD160 39fbd9d6cf05aaabd4bf1d28d87a5d4f81865760 SHA1 dc25bca86be98afb277dfbfcabbeca653e496c40 SHA256 865f7e82053a4c9e286d0f97f66002f12ec9d6b016318ce72fbf6da11f132ee2
+EBUILD vidalia-0.1.3.ebuild 735 RMD160 ffb22de41171ff623498d386e05265bf7a0acf76 SHA1 c72f50d00f3c65e013daaed6d75ff2c5a70b8513 SHA256 2a2a4248bb2000e32ee18c380e641c004bddecca33bca6917aa971fc2092530d

Deleted: incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.0.16.ebuild
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.0.16.ebuild	2008-06-04 09:24:17 UTC (rev 14937)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.0.16.ebuild	2008-06-04 09:25:43 UTC (rev 14938)
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/vidalia-0.0.10.ebuild,v 1.1 2007/01/16 03:29:50 humpback Exp $
-
-inherit eutils
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=">=x11-libs/qt-4.1.1"
-RDEPEND="${DEPEND}
-	>=net-misc/tor-0.1.1.20"
-
-pkg_setup() {
-	if use debug && ! built_with_use ">=x11-libs/qt-4.1.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
-}
-
-src_compile() {
-	econf $(use_enable debug) || die "econf failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
-	ewarn "To have vidalia starting tor you probably have to copy
-	/etc/tor/torrc.sample to the users \$HOME/.tor/torrc and comment the settings
-	there and change the socks. Also in vidalia change the default user under
-	wich tor will run"
-}

Added: incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.3.ebuild
===================================================================
--- incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.3.ebuild	                        (rev 0)
+++ incognito/trunk/portage.overlay/net-misc/vidalia/vidalia-0.1.3.ebuild	2008-06-04 09:25:43 UTC (rev 14938)
@@ -0,0 +1,28 @@
+# 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.2
+	>=dev-util/cmake-2.4.0"
+RDEPEND=">=x11-libs/qt-4.2
+	>=net-misc/tor-0.1.2.18"
+
+DOCS="CHANGELOG CREDITS LICENSE README"
+
+pkg_setup() {
+	if use debug && ! built_with_use ">=x11-libs/qt-4.2" 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
+}



More information about the tor-commits mailing list