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