Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/mktorrent: ChangeLog mktorrent-0.4.ebuild mktorrent-0.2.ebuild
Date: Sun, 30 Dec 2007 15:55:59
Message-Id: E1J90W0-0004EO-5y@stork.gentoo.org
1 armin76 07/12/30 15:55:52
2
3 Modified: ChangeLog
4 Added: mktorrent-0.4.ebuild
5 Removed: mktorrent-0.2.ebuild
6 Log:
7 Version bump, remove old
8 (Portage version: 2.1.4_rc11)
9
10 Revision Changes Path
11 1.3 net-p2p/mktorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 26 Dec 2007 21:48:34 -0000 1.2
24 +++ ChangeLog 30 Dec 2007 15:55:51 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/mktorrent
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.2 2007/12/26 21:48:34 phreak Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.3 2007/12/30 15:55:51 armin76 Exp $
30 +
31 +*mktorrent-0.4 (30 Dec 2007)
32 +
33 + 30 Dec 2007; Raúl Porcel <armin76@g.o> -mktorrent-0.2.ebuild,
34 + +mktorrent-0.4.ebuild:
35 + Version bump, remove old
36
37 26 Dec 2007; Christian Heim <phreak@g.o>
38 +files/digest-mktorrent-0.2, Manifest:
39
40
41
42 1.1 net-p2p/mktorrent/mktorrent-0.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/mktorrent-0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent/mktorrent-0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mktorrent-0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-0.4.ebuild,v 1.1 2007/12/30 15:55:51 armin76 Exp $
52
53 inherit toolchain-funcs
54
55 DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
56 HOMEPAGE="http://mktorrent.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/mktorrent/mktorrent-${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86"
62 IUSE=""
63
64 RDEPEND="dev-libs/openssl"
65
66 src_unpack() {
67 unpack ${A}
68 sed -i -e 's/^#DONT_STRIP/DONT_STRIP/' \
69 -e "s/CC\t?= cc/CC = $(tc-getCC)/g" "${S}"/Makefile
70 }
71
72 src_install() {
73 dobin mktorrent || die "dobin failed"
74 dodoc README
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list