Gentoo Archives: gentoo-commits

From: "RaAl Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/btpd: btpd-0.13.ebuild ChangeLog btpd-0.12.ebuild
Date: Tue, 11 Sep 2007 11:42:28
Message-Id: E1IV41a-0004dm-OB@stork.gentoo.org
1 armin76 07/09/11 11:35:22
2
3 Modified: btpd-0.13.ebuild ChangeLog
4 Removed: btpd-0.12.ebuild
5 Log:
6 Remove unneeded dep, bug 182483, cosmetics, and remove old
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 net-p2p/btpd/btpd-0.13.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild?r1=1.1&r2=1.2
15
16 Index: btpd-0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- btpd-0.13.ebuild 18 Jun 2007 22:32:25 -0000 1.1
23 +++ btpd-0.13.ebuild 11 Sep 2007 11:35:22 -0000 1.2
24 @@ -1,29 +1,23 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.1 2007/06/18 22:32:25 sekretarz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $
29
30 -DESCRIPTION="BTPD is a bittorrent client consisting of a daemon and client commands"
31 +DESCRIPTION="BitTorrent client consisting of a daemon and client"
32 HOMEPAGE="http://www.murmeldjur.se/btpd/"
33 SRC_URI="http://www.murmeldjur.se/btpd/${P}.tar.gz http://people.su.se/~rnyberg/btpd/${P}.tar.gz"
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="~x86 ~amd64"
38 +KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 RDEPEND="net-misc/curl
42 dev-libs/openssl
43 - dev-libs/libevent
44 sys-apps/shadow"
45 DEPEND="${RDEPEND}"
46
47 -src_compile() {
48 - econf || die "econf failed"
49 - emake || die "econf failed"
50 -}
51 -
52 src_install() {
53 - make DESTDIR=${D} install || die "make install failed"
54 + emake DESTDIR="${D}" install || die "emake install failed"
55
56 newinitd "${FILESDIR}/initd_btpd" btpd
57 newconfd "${FILESDIR}/confd_btpd" btpd
58
59
60
61 1.6 net-p2p/btpd/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/ChangeLog?rev=1.6&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/ChangeLog?rev=1.6&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btpd/ChangeLog?r1=1.5&r2=1.6
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v
70 retrieving revision 1.5
71 retrieving revision 1.6
72 diff -u -r1.5 -r1.6
73 --- ChangeLog 18 Jun 2007 22:32:25 -0000 1.5
74 +++ ChangeLog 11 Sep 2007 11:35:22 -0000 1.6
75 @@ -1,6 +1,10 @@
76 # ChangeLog for net-p2p/btpd
77 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.5 2007/06/18 22:32:25 sekretarz Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.6 2007/09/11 11:35:22 armin76 Exp $
80 +
81 + 11 Sep 2007; Raúl Porcel <armin76@g.o> -btpd-0.12.ebuild,
82 + btpd-0.13.ebuild:
83 + Remove unneeded dep, bug 182483, cosmetics, and remove old
84
85 19 Jun 2007; Karol Wojtaszek <sekretarz@g.o> ChangeLog:
86 Version bump, bug #182483
87
88
89
90 --
91 gentoo-commits@g.o mailing list