Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmlaptop: ChangeLog wmlaptop-1.3.ebuild wmlaptop-1.4.ebuild
Date: Thu, 26 May 2011 14:52:58
Message-Id: 20110526145247.B61E920057@flycatcher.gentoo.org
1 s4t4n 11/05/26 14:52:47
2
3 Modified: ChangeLog wmlaptop-1.3.ebuild
4 Added: wmlaptop-1.4.ebuild
5 Log:
6 Version bump. Added patch to check for /proc/acpi instead of /proc/acpi/info. Partially fixes bug #348124.
7
8 (Portage version: 2.1.9.42/cvs/Linux i686)
9
10 Revision Changes Path
11 1.10 x11-plugins/wmlaptop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 9 Sep 2010 09:54:32 -0000 1.9
24 +++ ChangeLog 26 May 2011 14:52:47 -0000 1.10
25 @@ -1,6 +1,15 @@
26 # ChangeLog for x11-plugins/wmlaptop
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.9 2010/09/09 09:54:32 s4t4n Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/ChangeLog,v 1.10 2011/05/26 14:52:47 s4t4n Exp $
31 +
32 + 26 May 2011; Michele Noberasco <s4t4n@g.o> wmlaptop-1.4.ebuild,
33 + wmlaptop-1.3.ebuild:
34 + Added patch to check for /proc/acpi instead of /proc/acpi/info. Partially fixes bug #348124.
35 +
36 +*wmlaptop-1.4 (26 May 2011)
37 +
38 + 26 May 2011; Michele Noberasco <s4t4n@g.o> wmlaptop-1.4.ebuild:
39 + Version bump.
40
41 09 Sep 2010; Michele Noberasco <s4t4n@g.o>; wmlaptop-1.3.ebuild,
42 +files/wmlaptop-1.3-Makefile.patch:
43
44
45
46 1.9 x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild?r1=1.8&r2=1.9
51
52 Index: wmlaptop-1.3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- wmlaptop-1.3.ebuild 9 Sep 2010 09:54:32 -0000 1.8
59 +++ wmlaptop-1.3.ebuild 26 May 2011 14:52:47 -0000 1.9
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2010 Gentoo Foundation
62 +# Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.8 2010/09/09 09:54:32 s4t4n Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild,v 1.9 2011/05/26 14:52:47 s4t4n Exp $
66
67 inherit eutils
68
69 @@ -28,7 +28,8 @@
70 unpack ${A}
71 cd "${S}"
72
73 - epatch "${FILESDIR}"/${P}-Makefile.patch
74 + epatch "${FILESDIR}"/${PN}-Makefile.patch
75 + epatch "${FILESDIR}"/${PN}-ACPI-detection.patch
76 }
77
78 src_compile() {
79
80
81
82 1.1 x11-plugins/wmlaptop/wmlaptop-1.4.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild?rev=1.1&content-type=text/plain
86
87 Index: wmlaptop-1.4.ebuild
88 ===================================================================
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlaptop/wmlaptop-1.4.ebuild,v 1.1 2011/05/26 14:52:47 s4t4n Exp $
92
93 inherit eutils
94
95 IUSE=""
96
97 MY_P="${P}"
98 S="${WORKDIR}/${MY_P}/src"
99
100 DESCRIPTION="Dockapp for laptop users"
101 SRC_URI="http://www.dockapps.org/download.php/id/509/${P}.tar.gz"
102 HOMEPAGE="http://www.dockapps.org/file.php/id/227"
103
104 RDEPEND="x11-libs/libX11
105 x11-libs/libXext
106 x11-libs/libXpm"
107 DEPEND="${RDEPEND}
108 x11-proto/xextproto
109 >=sys-apps/sed-4.1.5-r1"
110
111 SLOT="0"
112 LICENSE="GPL-2"
113 KEYWORDS="~amd64 ~ppc ~x86"
114
115 src_unpack() {
116 unpack ${A}
117 cd "${S}"
118
119 epatch "${FILESDIR}"/${PN}-Makefile.patch
120 epatch "${FILESDIR}"/${PN}-ACPI-detection.patch
121 }
122
123 src_compile() {
124 emake || die "Compilation failed"
125 }
126
127 src_install() {
128 dodir /usr/bin
129 einstall INSTALLDIR="${D}/usr/bin" || die "Installation failed"
130
131 dodoc ../AUTHORS ../README ../README.IT ../THANKS
132
133 insinto /usr/share/applications
134 doins "${FILESDIR}/${PN}.desktop"
135 }