Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20090123.ebuild iasl-20121018.ebuild iasl-20130117-r1.ebuild ChangeLog
Date: Wed, 26 Mar 2014 14:16:48
Message-Id: 20140326141640.DFE742004E@flycatcher.gentoo.org
1 polynomial-c 14/03/26 14:16:40
2
3 Modified: iasl-20090123.ebuild iasl-20130117-r1.ebuild
4 ChangeLog
5 Added: iasl-20121018.ebuild
6 Log:
7 Re-added iasl-20121018 due to bug #505876. Fixed HOMEPAGE and SRC_URI in all remaining ebuilds
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.9 sys-power/iasl/iasl-20090123.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.8&r2=1.9
17
18 Index: iasl-20090123.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- iasl-20090123.ebuild 25 Dec 2011 22:45:59 -0000 1.8
25 +++ iasl-20090123.ebuild 26 Mar 2014 14:16:40 -0000 1.9
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.8 2011/12/25 22:45:59 robbat2 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.9 2014/03/26 14:16:40 polynomial-c Exp $
32
33 inherit toolchain-funcs flag-o-matic eutils
34
35 @@ -8,9 +8,9 @@
36 MY_P=${MY_PN}-${PV}
37 MY_TESTS_P=${MY_PN/ca/tests}-${PV}
38 DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
39 -HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
40 -SRC_URI="http://www.acpica.org/download/${MY_P}.tar.gz
41 - test? ( http://www.acpica.org/download/${MY_TESTS_P}.tar.gz )"
42 +HOMEPAGE="https://www.acpica.org/downloads/"
43 +SRC_URI="http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
44 + test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )"
45
46 LICENSE="iASL"
47 SLOT="0"
48
49
50
51 1.2 sys-power/iasl/iasl-20130117-r1.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild?r1=1.1&r2=1.2
56
57 Index: iasl-20130117-r1.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- iasl-20130117-r1.ebuild 5 Mar 2013 04:36:19 -0000 1.1
64 +++ iasl-20130117-r1.ebuild 26 Mar 2014 14:16:40 -0000 1.2
65 @@ -1,6 +1,6 @@
66 -# Copyright 1999-2013 Gentoo Foundation
67 +# Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v 1.1 2013/03/05 04:36:19 patrick Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20130117-r1.ebuild,v 1.2 2014/03/26 14:16:40 polynomial-c Exp $
71
72 EAPI=4
73
74 @@ -10,9 +10,9 @@
75 MY_P=${MY_PN}-${PV}
76 MY_TESTS_P=${MY_PN/ca/tests}-${PV}
77 DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
78 -HOMEPAGE="https://www.acpica.org/downloads/index.php"
79 -SRC_URI="http://www.acpica.org/download/${MY_P}.tar.gz
80 - test? ( http://www.acpica.org/download/${MY_TESTS_P}.tar.gz )"
81 +HOMEPAGE="https://www.acpica.org/downloads/"
82 +SRC_URI="http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz
83 + test? ( http://www.acpica.org/sites/acpica/files/${MY_TESTS_P}.tar.gz )"
84
85 LICENSE="iASL"
86 SLOT="0"
87
88
89
90 1.43 sys-power/iasl/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.43&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.43&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.42&r2=1.43
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
99 retrieving revision 1.42
100 retrieving revision 1.43
101 diff -u -r1.42 -r1.43
102 --- ChangeLog 26 Mar 2014 07:48:25 -0000 1.42
103 +++ ChangeLog 26 Mar 2014 14:16:40 -0000 1.43
104 @@ -1,6 +1,11 @@
105 # ChangeLog for sys-power/iasl
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.42 2014/03/26 07:48:25 polynomial-c Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.43 2014/03/26 14:16:40 polynomial-c Exp $
109 +
110 + 26 Mar 2014; Lars Wendler <polynomial-c@g.o> iasl-20090123.ebuild,
111 + +iasl-20121018.ebuild, iasl-20130117-r1.ebuild:
112 + Re-added iasl-20121018 due to bug #505876. Fixed HOMEPAGE and SRC_URI in all
113 + remaining ebuilds.
114
115 *iasl-20140214 (26 Mar 2014)
116
117
118
119
120 1.3 sys-power/iasl/iasl-20121018.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20121018.ebuild?rev=1.3&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20121018.ebuild?rev=1.3&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20121018.ebuild?r1=1.2&r2=1.3