public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/
Date: Sat, 17 Sep 2016 14:09:34 +0000 (UTC)	[thread overview]
Message-ID: <1474121450.adfaf0e924608c92a9ff20748590f77bd7d6447b.chainsaw@gentoo> (raw)

commit:     adfaf0e924608c92a9ff20748590f77bd7d6447b
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 14:10:27 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 14:10:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfaf0e9

net-libs/libmbim: Version bump to 1.14.0, remove faulty 9999 ebuild.

Package-Manager: portage-2.2.28

 net-libs/libmbim/Manifest              |  1 +
 net-libs/libmbim/libmbim-1.14.0.ebuild | 35 ++++++++++++++++++++++++++
 net-libs/libmbim/libmbim-9999.ebuild   | 45 ----------------------------------
 3 files changed, 36 insertions(+), 45 deletions(-)

diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
index c07a0ae..e4c7e3f 100644
--- a/net-libs/libmbim/Manifest
+++ b/net-libs/libmbim/Manifest
@@ -1,4 +1,5 @@
 DIST libmbim-1.10.0.tar.xz 384480 SHA256 4e5eade46a61d0cd1f8b6ad47bee938868766eca617a64e7acd2d0b72ff38b6e SHA512 648395a37621e51647878a6c86766a319e5f93080dde6fc41e0e280ffda95decb68352e6bfba946d0a1b441bc2a58e1cdef750274b1282b1f1183b1cbcd51d84 WHIRLPOOL 4febb3e92d8adf96067b4e0742ef7ac513f5791093f0f0551d0f99cceae5afdd986e74521ff9a4f672b91f3ec17938adb59a9770aff038a9651280b115498f60
 DIST libmbim-1.12.2.tar.xz 397268 SHA256 949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29 SHA512 d9ae50fecd39f2581ca8db21ec66ac6bfe13e10fe9298a7ec60338f66421ca8411dee3042f58692d60d491d17324d25233623674d322e81f0205c0dea486361a WHIRLPOOL e4225f287580f5cd7b842b025fc887d48d649a8fff962f0a76312cbeeea7443cb3ed518bab3b49d9da2a96b7e942d50a2428bb1005f43764842f3130162841fc
 DIST libmbim-1.12.4.tar.xz 401816 SHA256 7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a SHA512 74b0290eba3c83c13d1a8a07c1eaa979eae79cfadccd1b7acef0729c9d4c90e721dee9503a7cf69dd9c13a11c4a876716000cf78c22017d7e2d4e2b7906a3fbf WHIRLPOOL beeb8311b3dc424770b8d2c8fab324df31bddfe0d0c033f6b61bb79024cf4d23931e8f680b0bfa4d0a71c8781a9f6f449a2049eb5c58d3afaf5b99ea3cb7ae06
+DIST libmbim-1.14.0.tar.xz 401460 SHA256 ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b SHA512 a9b1ba59828fd1c8cf39705717c56e3b75f34d6b3b9cd9f8be40fe245c07f4ea4d211727322c8b3c6d92f004c670e2fe6de76a3117e38b1e8de6673cfb6168bd WHIRLPOOL 2dfc876eb0ff816085f0aec960502327edbc619c35c5f56006dd95c8333d50e7752ee1891ed9b10027d8d9186ccc249b20c875844792af5a3262b5069c600e95
 DIST libmbim-1.6.0.tar.xz 360800 SHA256 e0efbdaf2aeddec033b4c7c5d0f7934c91ce535c5c9f0cadf1e67527d10ab082 SHA512 60c20da65cb5e0e5e3d73434c8b7960ebb7138d6b004d4e6223ba63ea95fdc97b35697a329f12a81033c39c36efcbb3bcb5d8ae813a569dc6e6ca928a1cd79dd WHIRLPOOL 08408f332bfb41ac29e705c462b56899e988ce28ba581202ac6b54f7beee0769b106d4f3bbef7f6484ba68c6dbb27bed905b9611393775ef72f13138b7036aa3

diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild b/net-libs/libmbim/libmbim-1.14.0.ebuild
new file mode 100644
index 00000000..0e53ee3
--- /dev/null
+++ b/net-libs/libmbim/libmbim-1.14.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit multilib
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc64 ~x86"
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
+
+DESCRIPTION="MBIM modem protocol helper library"
+HOMEPAGE="https://cgit.freedesktop.org/libmbim/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="static-libs udev"
+
+RDEPEND=">=dev-libs/glib-2.32:2"
+DEPEND="${RDEPEND}
+	udev? ( virtual/libgudev )
+	dev-util/gtk-doc-am
+	virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		--disable-more-warnings \
+		--disable-gtk-doc \
+		$(use_with udev) \
+		$(use_enable static{-libs,})
+}
+
+src_install() {
+	default
+	use static-libs || rm -f "${ED}/usr/$(get_libdir)/${PN}-glib.la"
+}

diff --git a/net-libs/libmbim/libmbim-9999.ebuild b/net-libs/libmbim/libmbim-9999.ebuild
deleted file mode 100644
index d1b6c69..00000000
--- a/net-libs/libmbim/libmbim-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit multilib
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3 autotools
-	EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
-else
-	KEYWORDS="~amd64 ~arm ~x86"
-	SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
-fi
-
-DESCRIPTION="MBIM modem protocol helper library"
-HOMEPAGE="https://cgit.freedesktop.org/libmbim/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/glib-2.32"
-DEPEND="${RDEPEND}
-	virtual/libgudev
-	doc? ( dev-util/gtk-doc )
-	virtual/pkgconfig"
-[[ ${PV} == "9999" ]] && DEPEND+=" dev-util/gtk-doc" #469214
-
-src_prepare() {
-	[[ -e configure ]] || eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-more-warnings \
-		$(use_enable static{-libs,}) \
-		$(use_enable {,gtk-}doc) \
-		$(use_with test{,s})
-}
-
-src_install() {
-	default
-	use static-libs || rm -f "${ED}/usr/$(get_libdir)/${PN}-glib.la"
-}


             reply	other threads:[~2016-09-17 14:09 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-17 14:09 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-09 19:20 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/ Arthur Zamarin
2024-12-08 18:26 Sam James
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-10-09  8:23 Sam James
2024-10-08 18:12 Sam James
2024-10-07  2:52 Sam James
2024-05-31  8:02 Andreas Sturmlechner
2024-05-29 11:48 Sam James
2023-07-30 20:45 Ionen Wolkens
2023-07-29 11:51 Pacho Ramos
2023-07-09 12:29 Matt Turner
2022-10-31 14:28 Matt Turner
2022-10-29 17:44 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:05 Sam James
2022-05-24 11:14 WANG Xuerui
2022-04-28 15:31 Matt Turner
2022-01-24 22:43 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:46 Sam James
2022-01-24  3:39 Sam James
2022-01-20 10:02 Jakov Smolić
2022-01-20  9:42 Arthur Zamarin
2021-12-19  2:00 Matt Turner
2021-11-08  7:45 Sam James
2021-11-06  3:58 Sam James
2021-10-04  1:24 Sam James
2021-08-08 19:46 Marek Szuba
2021-08-04 21:57 Matt Turner
2021-07-26  7:15 Matt Turner
2021-07-24 17:08 Sam James
2021-07-11 20:48 Sam James
2021-07-11  2:31 Sam James
2021-07-10 15:40 Sam James
2021-06-06 21:49 Matt Turner
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-28 19:11 Sam James
2021-04-13 16:20 Matt Turner
2021-04-12 22:12 Sam James
2021-04-12 22:12 Sam James
2021-03-30  3:19 Matt Turner
2021-03-21 14:28 Matt Turner
2021-03-12 15:28 Sam James
2021-03-12  8:04 Mikle Kolyada
2021-03-11  2:35 Sam James
2021-01-08  2:46 Matt Turner
2021-01-08  2:34 Matt Turner
2020-09-24 19:53 Aaron Bauman
2019-12-08  5:32 Matt Turner
2019-11-28 10:57 Agostino Sarubbo
2019-11-28 10:55 Agostino Sarubbo
2019-11-26 20:11 Aaron Bauman
2019-11-26 12:27 Agostino Sarubbo
2019-11-26  0:58 Thomas Deutschmann
2019-05-21  3:17 Aaron Bauman
2019-04-01 12:29 Tony Vroon
2019-04-01 12:06 Tony Vroon
2018-12-05  7:34 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-11-06  7:41 Mikle Kolyada
2018-11-04 19:14 Thomas Deutschmann
2018-08-22 14:56 Tony Vroon
2017-06-26  7:56 Alexis Ballier
2017-03-31 12:56 Michael Weber
2017-03-31 10:20 Michael Weber
2017-02-17  5:57 Markus Meier
2017-01-24 11:46 Agostino Sarubbo
2017-01-19  3:31 Mike Frysinger
2016-12-21 18:56 Tobias Klausmann
2016-11-15 18:24 Mike Frysinger
2016-03-31 13:31 Tony Vroon
2016-03-31 11:27 Alexey Shvetsov
2015-11-09  4:58 Jeroen Roovers
2015-10-05  5:26 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474121450.adfaf0e924608c92a9ff20748590f77bd7d6447b.chainsaw@gentoo \
    --to=chainsaw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox