Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libax25: ChangeLog libax25-0.0.12_rc2.ebuild
Date: Sun, 31 Jan 2010 12:51:49
Message-Id: E1NbZHB-0000aW-15@stork.gentoo.org
1 ssuominen 10/01/31 12:51:41
2
3 Modified: ChangeLog
4 Added: libax25-0.0.12_rc2.ebuild
5 Log:
6 Version bump wrt #302776 by Thomas Beierlein.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-libs/libax25/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libax25/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libax25/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libax25/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libax25/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:02:41 -0000 1.14
23 +++ ChangeLog 31 Jan 2010 12:51:40 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libax25
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.14 2009/10/21 16:02:41 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.15 2010/01/31 12:51:40 ssuominen Exp $
30 +
31 +*libax25-0.0.12_rc2 (31 Jan 2010)
32 +
33 + 31 Jan 2010; Samuli Suominen <ssuominen@g.o>
34 + +libax25-0.0.12_rc2.ebuild:
35 + Version bump wrt #302776 by Thomas Beierlein.
36
37 21 Oct 2009; Markus Meier <maekke@g.o> libax25-0.0.11-r2.ebuild:
38 x86 stable, bug #287059
39
40
41
42 1.1 dev-libs/libax25/libax25-0.0.12_rc2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libax25/libax25-0.0.12_rc2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libax25/libax25-0.0.12_rc2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libax25-0.0.12_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/dev-libs/libax25/libax25-0.0.12_rc2.ebuild,v 1.1 2010/01/31 12:51:40 ssuominen Exp $
52
53 EAPI=2
54 inherit versionator
55
56 MY_P=${PN}-$(replace_version_separator 3 '-')
57
58 DESCRIPTION="AX.25 protocol library for various Amateur Radio programs"
59 HOMEPAGE="http://www.linux-ax25.org/"
60 SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 S=${WORKDIR}/${MY_P}
68
69 src_install() {
70 emake DESTDIR="${D}" install installconf || die
71 dodoc AUTHORS NEWS README || die
72 }