Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/capidivert: ChangeLog capidivert-0.0.2.ebuild
Date: Thu, 30 Sep 2010 12:32:08
Message-Id: 20100930123205.7E2C520051@flycatcher.gentoo.org
1 sbriesen 10/09/30 12:32:05
2
3 Modified: ChangeLog capidivert-0.0.2.ebuild
4 Log:
5 ebuild cleanup, see bug #338689.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-dialup/capidivert/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 6 Nov 2005 01:49:05 -0000 1.1
23 +++ ChangeLog 30 Sep 2010 12:32:05 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dialup/capidivert
26 -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
30 +
31 + 30 Sep 2010; Stefan Briesenick <sbriesen@g.o>
32 + capidivert-0.0.2.ebuild:
33 + ebuild cleanup, see bug #338689.
34
35 *capidivert-0.0.2 (06 Nov 2005)
36
37
38
39
40 1.2 net-dialup/capidivert/capidivert-0.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild?r1=1.1&r2=1.2
45
46 Index: capidivert-0.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- capidivert-0.0.2.ebuild 6 Nov 2005 01:49:05 -0000 1.1
53 +++ capidivert-0.0.2.ebuild 30 Sep 2010 12:32:05 -0000 1.2
54 @@ -1,15 +1,18 @@
55 -# Copyright 1999-2005 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
60
61 DESCRIPTION="CAPI based utility to control ISDN diversion facilities"
62 HOMEPAGE="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/"
63 SRC_URI="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/${P}.tar.gz"
64 +
65 LICENSE="as-is"
66 SLOT="0"
67 -KEYWORDS="~x86 ~amd64"
68 +KEYWORDS="~amd64 ~x86"
69 IUSE=""
70 +
71 DEPEND="net-dialup/capi4k-utils"
72 +RDEPEND="${DEPEND}"
73
74 src_install() {
75 make DESTDIR="${D}" install || die "make install failed"