Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/oww: oww-0.83.2.ebuild oww-0.82.1.ebuild ChangeLog oww-0.81.9.ebuild
Date: Thu, 24 Jun 2010 20:58:15
Message-Id: 20100624205810.A490E2CF4F@corvid.gentoo.org
1 jlec 10/06/24 20:58:10
2
3 Modified: oww-0.82.1.ebuild ChangeLog
4 Added: oww-0.83.2.ebuild
5 Removed: oww-0.81.9.ebuild
6 Log:
7 Version Bump, removed old version, included updates for 286165
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-misc/oww/oww-0.82.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild?r1=1.1&r2=1.2
16
17 Index: oww-0.82.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- oww-0.82.1.ebuild 7 Jul 2008 09:06:38 -0000 1.1
24 +++ oww-0.82.1.ebuild 24 Jun 2010 20:58:10 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v 1.1 2008/07/07 09:06:38 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.82.1.ebuild,v 1.2 2010/06/24 20:58:10 jlec Exp $
31
32 -EAPI=1
33 +EAPI="3"
34 DESCRIPTION="A one-wire weather station for Dallas Semiconductor"
35 HOMEPAGE="http://oww.sourceforge.net/"
36
37 @@ -10,17 +10,16 @@
38
39 LICENSE="Artistic"
40 SLOT="0"
41 -IUSE="nls"
42 +IUSE="gtk nls usb"
43 KEYWORDS="~amd64 ~x86"
44
45 -RDEPEND="x11-libs/gtk+:2
46 - net-misc/curl"
47 +RDEPEND="
48 + net-misc/curl
49 + x11-libs/gtk+:2"
50 DEPEND="${RDEPEND}
51 dev-util/pkgconfig"
52
53 -src_unpack() {
54 - unpack ${A}
55 - cd "${S}"
56 +src_prepare() {
57 sed -i \
58 -e "s:doc/oww:share/doc/${PF}/:" \
59 -e '/COPYING\\/d' \
60 @@ -28,12 +27,12 @@
61 Makefile.in || die "Failed to fix doc install path"
62 }
63
64 -src_compile() {
65 +src_configure() {
66 econf \
67 --enable-interactive \
68 $(use_enable nls) \
69 - || die "econf failed"
70 - emake || die "emake failed"
71 + $(use_enable gtk gui) \
72 + $(use_with usb)
73 }
74
75 src_install () {
76
77
78
79 1.7 sci-misc/oww/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?rev=1.7&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?rev=1.7&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?r1=1.6&r2=1.7
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v
88 retrieving revision 1.6
89 retrieving revision 1.7
90 diff -u -r1.6 -r1.7
91 --- ChangeLog 7 Jul 2008 09:06:38 -0000 1.6
92 +++ ChangeLog 24 Jun 2010 20:58:10 -0000 1.7
93 @@ -1,6 +1,12 @@
94 # ChangeLog for sci-misc/oww
95 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.6 2008/07/07 09:06:38 bicatali Exp $
97 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.7 2010/06/24 20:58:10 jlec Exp $
99 +
100 +*oww-0.83.2 (24 Jun 2010)
101 +
102 + 24 Jun 2010; Justin Lecher <jlec@g.o> -oww-0.81.9.ebuild,
103 + oww-0.82.1.ebuild, +oww-0.83.2.ebuild:
104 + Version Bump, removed old version, included updates for 286165
105
106 *oww-0.82.1 (07 Jul 2008)
107
108
109
110
111 1.1 sci-misc/oww/oww-0.83.2.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.83.2.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.83.2.ebuild?rev=1.1&content-type=text/plain
115
116 Index: oww-0.83.2.ebuild
117 ===================================================================
118 # Copyright 1999-2010 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.83.2.ebuild,v 1.1 2010/06/24 20:58:10 jlec Exp $
121
122 EAPI="3"
123
124 DESCRIPTION="A one-wire weather station for Dallas Semiconductor"
125 HOMEPAGE="http://oww.sourceforge.net/"
126 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
127
128 LICENSE="Artistic"
129 SLOT="0"
130 IUSE="gtk nls usb"
131 KEYWORDS="~amd64 ~x86"
132
133 RDEPEND="
134 net-misc/curl
135 x11-libs/gtk+:2"
136 DEPEND="${RDEPEND}
137 dev-util/pkgconfig"
138
139 src_prepare() {
140 sed -i \
141 -e "s:doc/oww:share/doc/${PF}/:" \
142 -e '/COPYING\\/d' \
143 -e '/INSTALL\\/d' \
144 Makefile.in || die "Failed to fix doc install path"
145 }
146
147 src_configure() {
148 econf \
149 --enable-interactive \
150 $(use_enable nls) \
151 $(use_enable gtk gui) \
152 $(use_with usb)
153 }
154
155 src_install () {
156 emake DESTDIR="${D}" install || die "emake install failed"
157 }