Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/tork: ChangeLog tork-0.20.ebuild tork-0.13.ebuild tork-0.12.ebuild
Date: Thu, 27 Sep 2007 17:31:52
Message-Id: E1Iax4m-00053B-ID@stork.gentoo.org
1 philantrop 07/09/27 17:23:00
2
3 Modified: ChangeLog
4 Added: tork-0.20.ebuild
5 Removed: tork-0.13.ebuild tork-0.12.ebuild
6 Log:
7 Version bump to 0.20. Removed obsolete versions.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.18 kde-misc/tork/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 6 Jun 2007 17:26:06 -0000 1.17
24 +++ ChangeLog 27 Sep 2007 17:23:00 -0000 1.18
25 @@ -1,6 +1,13 @@
26 # ChangeLog for kde-misc/tork
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v 1.17 2007/06/06 17:26:06 philantrop Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/ChangeLog,v 1.18 2007/09/27 17:23:00 philantrop Exp $
30 +
31 +*tork-0.20 (27 Sep 2007)
32 +
33 + 27 Sep 2007; Wulf C. Krueger <philantrop@g.o>
34 + +files/tork-0.20-ext_tsocks.patch, -tork-0.12.ebuild, -tork-0.13.ebuild,
35 + +tork-0.20.ebuild:
36 + Version bump to 0.20. Removed obsolete versions.
37
38 06 Jun 2007; Wulf C. Krueger <philantrop@g.o> tork-0.17.ebuild:
39 Allow either libkonq OR kdebase to satisfy tork's dependencies, fixes bug
40
41
42
43 1.1 kde-misc/tork/tork-0.20.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.20.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/tork-0.20.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tork-0.20.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-misc/tork/tork-0.20.ebuild,v 1.1 2007/09/27 17:23:00 philantrop Exp $
53
54 inherit kde multilib
55
56 DESCRIPTION="A Tor controller for the KDE desktop"
57 HOMEPAGE="http://tork.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND="dev-libs/openssl
66 >=dev-libs/geoip-1.4.0
67 || ( kde-base/libkonq kde-base/kdebase )"
68
69 RDEPEND="${DEPEND}
70 >=net-misc/tor-0.1.2.14
71 >=net-proxy/privoxy-3.0.3-r5
72 >=net-proxy/tsocks-1.8_beta5-r2"
73
74 need-kde 3.5
75
76 PATCHES="${FILESDIR}/${P}-ext_tsocks.patch"
77
78 src_compile() {
79 # Fix desktop file
80 sed -i -e "s:^\(Categories=.*\):\1;:" "${S}/src/tork.desktop"
81
82 local myconf="--with-external-geoip --with-conf=/etc/socks/tsocks.conf"
83 kde_src_compile
84 }
85
86 src_install() {
87 kde_src_install
88 rm -rf "${D}/usr/share/applnk"
89 }
90
91 pkg_postinst() {
92 if ! built_with_use --missing false net-proxy/tsocks tordns; then
93 ewarn "WARNING: you have net-proxy/tsocks installed without"
94 ewarn "the patch to avoid DNS leaking while using Tor."
95 ewarn "For better privacy, please emerge again net-proxy/tsocks"
96 ewarn "with the USE flag 'tordns' enabled."
97 fi
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list