public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/tork: ChangeLog tork-0.23.ebuild tork-0.24.ebuild
@ 2007-12-14 23:00 Wulf Krueger (philantrop)
  0 siblings, 0 replies; only message in thread
From: Wulf Krueger (philantrop) @ 2007-12-14 23:00 UTC (permalink / raw
  To: gentoo-commits

philantrop    07/12/14 23:00:25

  Modified:             ChangeLog tork-0.23.ebuild
  Added:                tork-0.24.ebuild
  Log:
  Version bump as per bug 202187. Marked 0.23 stable on amd64.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.21                 kde-misc/tork/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Nov 2007 15:16:10 -0000	1.20
+++ ChangeLog	14 Dec 2007 23:00:24 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/tork
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v 1.20 2007/11/19 15:16:10 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v 1.21 2007/12/14 23:00:24 philantrop Exp $
+
+*tork-0.24 (14 Dec 2007)
+
+  14 Dec 2007; Wulf C. Krueger <philantrop@gentoo.org>
+  +files/tork-0.24-ext_tsocks.patch, tork-0.23.ebuild, +tork-0.24.ebuild:
+  Version bump as per bug 202187. Marked 0.23 stable on amd64.
 
 *tork-0.23 (19 Nov 2007)
 



1.2                  kde-misc/tork/tork-0.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.23.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.23.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.23.ebuild?r1=1.1&r2=1.2

Index: tork-0.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tork-0.23.ebuild	19 Nov 2007 15:16:10 -0000	1.1
+++ tork-0.23.ebuild	14 Dec 2007 23:00:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.23.ebuild,v 1.1 2007/11/19 15:16:10 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.23.ebuild,v 1.2 2007/12/14 23:00:24 philantrop Exp $
 
 inherit kde multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/openssl



1.1                  kde-misc/tork/tork-0.24.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.24.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.24.ebuild?rev=1.1&content-type=text/plain

Index: tork-0.24.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.24.ebuild,v 1.1 2007/12/14 23:00:24 philantrop Exp $

inherit kde multilib

DESCRIPTION="A Tor controller for the KDE desktop"
HOMEPAGE="http://tork.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="dev-libs/openssl
	>=dev-libs/geoip-1.4.0
	|| ( kde-base/kdebase kde-base/libkonq )"

RDEPEND="${DEPEND}
	>=net-misc/tor-0.1.2.14
	>=net-proxy/privoxy-3.0.3-r5
	>=net-proxy/tsocks-1.8_beta5-r2"

need-kde 3.5

PATCHES="${FILESDIR}/${P}-ext_tsocks.patch"

src_compile() {
	# Fix desktop file
	sed -i -e "s:^\(Categories=.*\):\1;:" "${S}/src/tork.desktop"

	local myconf="--with-external-geoip --with-conf=/etc/socks/tsocks.conf"
	kde_src_compile
}

pkg_postinst() {
	if ! built_with_use --missing false net-proxy/tsocks tordns; then
		ewarn "WARNING: you have net-proxy/tsocks installed without"
		ewarn "the patch to avoid DNS leaking while using Tor."
		ewarn "For better privacy, please emerge again net-proxy/tsocks"
		ewarn "with the USE flag 'tordns' enabled."
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-14 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 23:00 [gentoo-commits] gentoo-x86 commit in kde-misc/tork: ChangeLog tork-0.23.ebuild tork-0.24.ebuild Wulf Krueger (philantrop)

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