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-borg: ChangeLog mktorrent-borg-0.9.9.ebuild mktorrent-borg-0.9.8.ebuild
Date: Mon, 05 May 2008 15:09:48
Message-Id: E1Jt2K0-0004T4-04@stork.gentoo.org
1 armin76 08/05/05 15:09:43
2
3 Modified: ChangeLog
4 Added: mktorrent-borg-0.9.9.ebuild
5 Removed: mktorrent-borg-0.9.8.ebuild
6 Log:
7 Version bump wrt #220159
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.4 net-p2p/mktorrent-borg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 30 Dec 2007 15:45:57 -0000 1.3
24 +++ ChangeLog 5 May 2008 15:09:43 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/mktorrent-borg
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.3 2007/12/30 15:45:57 armin76 Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.4 2008/05/05 15:09:43 armin76 Exp $
31 +
32 +*mktorrent-borg-0.9.9 (05 May 2008)
33 +
34 + 05 May 2008; Raúl Porcel <armin76@g.o> -files/0.9.8-CFLAGS.patch,
35 + -mktorrent-borg-0.9.8.ebuild, +mktorrent-borg-0.9.9.ebuild:
36 + Version bump wrt #220159
37
38 *mktorrent-borg-0.9.8 (30 Dec 2007)
39
40
41
42
43 1.1 net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mktorrent-borg-0.9.9.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild,v 1.1 2008/05/05 15:09:43 armin76 Exp $
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Console .torrent file creator. It support Multi Trackers (tier groups)"
57 HOMEPAGE="http://borg.uu3.net/~borg/"
58 SRC_URI="ftp://borg.uu3.net/pub/unix/mktorrent/mktorrent-${PV}.tgz"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~x86"
63 IUSE=""
64
65 S="${WORKDIR}/${PN%-borg}"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70
71 sed -i -e "s/CC=gcc/CC=$(tc-getCC)/g" \
72 -e "s/^CFLAGS =/CFLAGS +=/g" Makefile
73 }
74
75 src_install() {
76 newbin mktorrent mktorrent-borg || die "newbin failed"
77 dodoc CHANGES
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list