Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/conspy: ChangeLog conspy-1.7.ebuild
Date: Sat, 26 Dec 2009 14:28:08
Message-Id: E1NOXch-0003oV-Ek@stork.gentoo.org
1 ssuominen 09/12/26 14:28:03
2
3 Modified: ChangeLog
4 Added: conspy-1.7.ebuild
5 Log:
6 Version bump wrt #298435, thanks to Peter Volkov for reporting.
7 (Portage version: 2.2_rc60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-apps/conspy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/conspy/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/conspy/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/conspy/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 30 Nov 2008 17:21:57 -0000 1.5
23 +++ ChangeLog 26 Dec 2009 14:28:03 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/conspy
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.5 2008/11/30 17:21:57 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.6 2009/12/26 14:28:03 ssuominen Exp $
30 +
31 +*conspy-1.7 (26 Dec 2009)
32 +
33 + 26 Dec 2009; Samuli Suominen <ssuominen@g.o> +conspy-1.7.ebuild:
34 + Version bump wrt #298435, thanks to Peter Volkov for reporting.
35
36 30 Nov 2008; Markus Meier <maekke@g.o> conspy-1.5.ebuild:
37 x86 stable, requested by ssuominen
38
39
40
41 1.1 sys-apps/conspy/conspy-1.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/conspy/conspy-1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/conspy/conspy-1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: conspy-1.7.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/conspy-1.7.ebuild,v 1.1 2009/12/26 14:28:03 ssuominen Exp $
51
52 EAPI=2
53 inherit autotools
54
55 DESCRIPTION="Remote control for virtual consoles"
56 HOMEPAGE="http://ace-host.stuart.id.au/russell/files/conspy"
57 SRC_URI="http://ace-host.stuart.id.au/russell/files/${PN}/${P}.tar.gz"
58
59 LICENSE="EPL-1.0"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="sys-libs/ncurses"
65
66 src_prepare() {
67 eautoreconf
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die
72 dodoc AUTHORS ChangeLog README
73 dohtml ${PN}.html
74 }