Gentoo Archives: gentoo-commits

From: "Stanislav Ochotnicky (sochotnicky)" <sochotnicky@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/mktorrent: mktorrent-1.0.ebuild
Date: Tue, 20 Apr 2010 21:16:25
Message-Id: 20100420211622.250422C04B@corvid.gentoo.org
1 sochotnicky 10/04/20 21:16:22
2
3 Modified: mktorrent-1.0.ebuild
4 Log:
5 Small fix, removed unneeded make option
6
7 Revision Changes Path
8 1.2 net-p2p/mktorrent/mktorrent-1.0.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild?r1=1.1&r2=1.2
13
14 Index: mktorrent-1.0.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- mktorrent-1.0.ebuild 20 Apr 2010 21:08:47 -0000 1.1
21 +++ mktorrent-1.0.ebuild 20 Apr 2010 21:16:21 -0000 1.2
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2010 Gentoo Foundation
24 +# Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v 1.1 2010/04/20 21:08:47 sochotnicky Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v 1.2 2010/04/20 21:16:21 sochotnicky Exp $
28
29 EAPI=1
30 inherit toolchain-funcs
31 @@ -19,7 +19,7 @@
32
33 src_compile() {
34 tc-export CC
35 - MAKEPARAM="USE_LONG_OPTIONS=1 DONT_STRIP=1"
36 + MAKEPARAM="USE_LONG_OPTIONS=1"
37 use debug && MAKEPARAM="${MAKEPARAM} DEBUG=1"
38 use largefile && MAKEPARAM="${MAKEPARAM} USE_LARGE_FILES=1"
39 use openssl && MAKEPARAM="${MAKEPARAM} USE_OPENSSL=1"