Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/ax25-apps: ChangeLog ax25-apps-0.0.8_rc2.ebuild
Date: Sun, 31 Jan 2010 12:57:51
Message-Id: E1NbZN6-0000lI-BK@stork.gentoo.org
1 ssuominen 10/01/31 12:57:48
2
3 Modified: ChangeLog
4 Added: ax25-apps-0.0.8_rc2.ebuild
5 Log:
6 Version bump wrt #302779 by Thomas Beierlein.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 media-radio/ax25-apps/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/ax25-apps/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/ax25-apps/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/ax25-apps/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 21 Oct 2009 16:03:21 -0000 1.14
23 +++ ChangeLog 31 Jan 2010 12:57:47 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-radio/ax25-apps
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.14 2009/10/21 16:03:21 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.15 2010/01/31 12:57:47 ssuominen Exp $
30 +
31 +*ax25-apps-0.0.8_rc2 (31 Jan 2010)
32 +
33 + 31 Jan 2010; Samuli Suominen <ssuominen@g.o>
34 + +ax25-apps-0.0.8_rc2.ebuild:
35 + Version bump wrt #302779 by Thomas Beierlein.
36
37 21 Oct 2009; Markus Meier <maekke@g.o> ax25-apps-0.0.6-r1.ebuild:
38 x86 stable, bug #287059
39
40
41
42 1.1 media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ax25-apps-0.0.8_rc2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild,v 1.1 2010/01/31 12:57:47 ssuominen Exp $
52
53 EAPI=2
54 inherit versionator
55
56 MY_P=${PN}-$(replace_version_separator 3 '-')
57
58 DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
59 HOMEPAGE="http://www.linux-ax25.org"
60 SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 DEPEND="dev-libs/libax25
68 !media-sound/listen
69 !dev-tinyos/listen"
70
71 S=${WORKDIR}/${MY_P}
72
73 src_install() {
74 emake DESTDIR="${D}" install installconf || die
75
76 newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd
77 newinitd "${FILESDIR}"/ax25mond.rc ax25mond
78 newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd
79
80 rm -rf "${D}"/usr/share/doc/ax25-apps
81
82 dodoc AUTHORS ChangeLog NEWS README ax25ipd/README.ax25ipd \
83 ax25rtd/README.ax25rtd ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd
84
85 insinto /var/lib/ax25/ax25rtd
86 newins "${FILESDIR}"/ax25rtd.blank ax25_route
87 newins "${FILESDIR}"/ax25rtd.blank ip_route
88 }