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