Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/isdn-firmware: ChangeLog isdn-firmware-2005.8.15.2.ebuild
Date: Wed, 30 Apr 2014 18:41:14
Message-Id: 20140430184110.7D8672004B@flycatcher.gentoo.org
1 ulm 14/04/30 18:41:10
2
3 Modified: ChangeLog isdn-firmware-2005.8.15.2.ebuild
4 Log:
5 Fix LICENSE, bug 446158.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.18 net-dialup/isdn-firmware/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 21 Jul 2013 09:04:55 -0000 1.17
23 +++ ChangeLog 30 Apr 2014 18:41:10 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dialup/isdn-firmware
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/ChangeLog,v 1.17 2013/07/21 09:04:55 pacho Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/ChangeLog,v 1.18 2014/04/30 18:41:10 ulm Exp $
30 +
31 + 30 Apr 2014; Ulrich Müller <ulm@g.o>
32 + isdn-firmware-2005.8.15.2.ebuild:
33 + Fix LICENSE, bug 446158.
34
35 21 Jul 2013; Pacho Ramos <pacho@g.o> metadata.xml:
36 Cleanup due #92799
37
38
39
40 1.4 net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild?r1=1.3&r2=1.4
45
46 Index: isdn-firmware-2005.8.15.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- isdn-firmware-2005.8.15.2.ebuild 3 Sep 2006 09:02:41 -0000 1.3
53 +++ isdn-firmware-2005.8.15.2.ebuild 30 Apr 2014 18:41:10 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2006 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild,v 1.3 2006/09/03 09:02:41 hansmi Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn-firmware/isdn-firmware-2005.8.15.2.ebuild,v 1.4 2014/04/30 18:41:10 ulm Exp $
60
61 inherit rpm versionator
62
63 @@ -15,11 +15,10 @@
64 HOMEPAGE="http://www.isdn4linux.de/"
65 SRC_URI="mirror://opensuse/distribution/${SUSE_RELEASE}/inst-source/suse/i586/${MY_P}.i586.rpm"
66
67 -LICENSE="as-is"
68 +LICENSE="freedist" #446158
69 SLOT="0"
70 KEYWORDS="amd64 ppc x86"
71
72 -IUSE=""
73 S="${WORKDIR}/lib/firmware/isdn"
74
75 src_install() {