Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libqmi: libqmi-9999.ebuild libqmi-1.0.0.ebuild ChangeLog
Date: Mon, 28 Jan 2013 23:21:20
Message-Id: 20130128232117.A5FF02171D@flycatcher.gentoo.org
1 vapier 13/01/28 23:21:17
2
3 Modified: libqmi-9999.ebuild ChangeLog
4 Added: libqmi-1.0.0.ebuild
5 Log:
6 Version bump #454382 by Alexandre Rostovtsev.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.2 net-libs/libqmi/libqmi-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: libqmi-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libqmi-9999.ebuild 23 Sep 2012 21:28:19 -0000 1.1
24 +++ libqmi-9999.ebuild 28 Jan 2013 23:21:17 -0000 1.2
25 @@ -1,16 +1,16 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild,v 1.1 2012/09/23 21:28:19 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libqmi/libqmi-9999.ebuild,v 1.2 2013/01/28 23:21:17 vapier Exp $
31
32 EAPI="4"
33
34 -inherit multilib
35 +inherit multilib autotools
36 if [[ ${PV} == "9999" ]] ; then
37 - inherit git-2 autotools
38 + inherit git-2
39 EGIT_REPO_URI="git://anongit.freedesktop.org/libqmi"
40 else
41 KEYWORDS="~amd64 ~arm ~x86"
42 - SRC_URI=""
43 + SRC_URI="http://cgit.freedesktop.org/libqmi/snapshot/${P}.tar.gz"
44 fi
45
46 DESCRIPTION="QMI modem protocol helper library"
47 @@ -18,7 +18,7 @@
48
49 LICENSE="LGPL-2"
50 SLOT="0"
51 -IUSE="debug doc static-libs test"
52 +IUSE="doc static-libs test"
53
54 RDEPEND=">=dev-libs/glib-2.32"
55 DEPEND="${RDEPEND}
56 @@ -26,16 +26,12 @@
57 virtual/pkgconfig"
58
59 src_prepare() {
60 - if [[ ${PV} == "9999" ]] ; then
61 - eautoreconf
62 - fi
63 - sed -i '/GLIB_MKENUMS=/s:pkg-config:$PKG_CONFIG:' configure
64 + [[ -e configure ]] || eautoreconf
65 }
66
67 src_configure() {
68 econf \
69 $(use_enable static{-libs,}) \
70 - $(use_with debug traces) \
71 $(use_with doc{,s}) \
72 $(use_with test{,s})
73 }
74
75
76
77 1.2 net-libs/libqmi/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/ChangeLog?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/ChangeLog?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/ChangeLog?r1=1.1&r2=1.2
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-libs/libqmi/ChangeLog,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- ChangeLog 23 Sep 2012 21:28:19 -0000 1.1
90 +++ ChangeLog 28 Jan 2013 23:21:17 -0000 1.2
91 @@ -1,6 +1,12 @@
92 # ChangeLog for net-libs/libqmi
93 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libqmi/ChangeLog,v 1.1 2012/09/23 21:28:19 vapier Exp $
95 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libqmi/ChangeLog,v 1.2 2013/01/28 23:21:17 vapier Exp $
97 +
98 +*libqmi-1.0.0 (28 Jan 2013)
99 +
100 + 28 Jan 2013; Mike Frysinger <vapier@g.o> +libqmi-1.0.0.ebuild,
101 + libqmi-9999.ebuild:
102 + Version bump #454382 by Alexandre Rostovtsev.
103
104 * libqmi-9999 (23 Sep 2012)
105
106
107
108
109 1.1 net-libs/libqmi/libqmi-1.0.0.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/libqmi-1.0.0.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libqmi/libqmi-1.0.0.ebuild?rev=1.1&content-type=text/plain
113
114 Index: libqmi-1.0.0.ebuild
115 ===================================================================
116 # Copyright 1999-2013 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/net-libs/libqmi/libqmi-1.0.0.ebuild,v 1.1 2013/01/28 23:21:17 vapier Exp $
119
120 EAPI="4"
121
122 inherit multilib autotools
123 if [[ ${PV} == "9999" ]] ; then
124 inherit git-2
125 EGIT_REPO_URI="git://anongit.freedesktop.org/libqmi"
126 else
127 KEYWORDS="~amd64 ~arm ~x86"
128 SRC_URI="http://cgit.freedesktop.org/libqmi/snapshot/${P}.tar.gz"
129 fi
130
131 DESCRIPTION="QMI modem protocol helper library"
132 HOMEPAGE="http://cgit.freedesktop.org/libqmi/"
133
134 LICENSE="LGPL-2"
135 SLOT="0"
136 IUSE="doc static-libs test"
137
138 RDEPEND=">=dev-libs/glib-2.32"
139 DEPEND="${RDEPEND}
140 doc? ( dev-util/gtk-doc )
141 virtual/pkgconfig"
142
143 src_prepare() {
144 [[ -e configure ]] || eautoreconf
145 }
146
147 src_configure() {
148 econf \
149 $(use_enable static{-libs,}) \
150 $(use_with doc{,s}) \
151 $(use_with test{,s})
152 }
153
154 src_install() {
155 default
156 use static-libs || rm -f "${ED}"/usr/$(get_libdir)/libqmi-glib.la
157 }