public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ofono/
Date: Tue, 29 Mar 2022 12:54:26 +0000 (UTC)	[thread overview]
Message-ID: <1648558439.518ccac4636ac65742a799db82fabc3d7e50099b.dlan@gentoo> (raw)

commit:     518ccac4636ac65742a799db82fabc3d7e50099b
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 12:53:44 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 12:53:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518ccac4

net-misc/ofono: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-misc/ofono/Manifest          |  1 -
 net-misc/ofono/ofono-1.31.ebuild | 66 ----------------------------------------
 2 files changed, 67 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 60dde38a982c..e8662a38301e 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,2 @@
-DIST ofono-1.31.tar.xz 1049252 BLAKE2B f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82 SHA512 377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c SHA512 8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
 DIST ofono-1.34.tar.xz 1060828 BLAKE2B be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372 SHA512 79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
deleted file mode 100644
index 7ae12935361e..000000000000
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono"
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-	>=dev-libs/glib-2.32
-	net-misc/mobile-broadband-provider-info
-	bluetooth? ( >=net-wireless/bluez-4.99 )
-	udev? ( virtual/udev )
-	examples? ( dev-python/dbus-python )
-	tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-	econf \
-		$(use_enable udev) \
-		$(use_enable isimodem) \
-		$(use_enable atmodem) \
-		$(use_enable cdmamodem) \
-		$(use_enable datafiles) \
-		$(use_enable dundee) \
-		$(use_enable bluetooth) \
-		$(use_enable phonesim) \
-		$(use_enable provision) \
-		$(use_enable qmimodem) \
-		$(use_enable tools) \
-		$(use_enable examples test) \
-		$(use_enable upower) \
-		--disable-maintainer-mode \
-		--disable-rilmodem
-		--localstatedir=/var \
-		--with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-	default
-
-	if use tools ; then
-		dobin tools/auto-enable \
-			tools/huawei-audio \
-			tools/lookup-provider-name \
-			tools/lookup-apn \
-			tools/get-location \
-			tools/tty-redirector
-	fi
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	use doc && dodoc doc/*.txt
-}


             reply	other threads:[~2022-03-29 12:54 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-29 12:54 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  2:52 [gentoo-commits] repo/gentoo:master commit in: net-misc/ofono/ Yixun Lan
2025-01-10  2:52 Yixun Lan
2024-07-11 12:40 Yixun Lan
2024-07-11 10:05 Yixun Lan
2024-01-31  9:33 Yixun Lan
2024-01-31  9:31 Yixun Lan
2024-01-31  0:39 Yixun Lan
2024-01-30 15:19 Sam James
2024-01-30 15:19 Sam James
2024-01-30 15:19 Sam James
2024-01-30 15:01 Sam James
2024-01-30 15:01 Sam James
2024-01-30 15:01 Sam James
2024-01-30 12:53 Yixun Lan
2024-01-30 12:53 Yixun Lan
2023-08-28  3:18 Yixun Lan
2023-08-01 16:14 Sam James
2023-01-20 12:21 Yixun Lan
2022-05-19  5:08 WANG Xuerui
2022-03-29 12:54 Yixun Lan
2022-02-04  7:23 Agostino Sarubbo
2022-02-04  7:22 Agostino Sarubbo
2022-02-03  6:03 Sam James
2022-02-02  9:47 Sam James
2022-02-02  9:47 Sam James
2022-02-02  9:47 Sam James
2022-02-02  1:19 Yixun Lan
2021-09-24  2:57 Yixun Lan
2021-08-30 23:29 Marek Szuba
2020-12-23 22:57 Sam James
2020-12-21  9:36 Sergei Trofimovich
2020-12-02 23:37 Sam James
2020-12-02 14:57 Sam James
2020-11-29  8:25 Agostino Sarubbo
2020-11-29  8:22 Agostino Sarubbo
2020-11-29  8:20 Agostino Sarubbo
2020-11-29  8:16 Agostino Sarubbo
2020-11-27 16:49 Thomas Deutschmann
2019-11-16 10:45 Yixun Lan
2019-11-16 10:42 Yixun Lan
2019-10-21  1:39 Yixun Lan
2019-05-15  4:48 Aaron Bauman
2019-04-25  3:10 Yixun Lan
2019-04-25  3:10 Yixun Lan
2019-02-13  8:07 Yixun Lan
2018-08-13  4:16 Yixun Lan
2018-04-20 14:06 Yixun Lan
2018-04-20 14:06 Yixun Lan
2018-04-20 14:06 Yixun Lan
2017-06-20 12:12 Alexis Ballier
2017-06-05  9:54 Yixun Lan
2016-11-01  2:50 Yixun Lan
2016-05-27  7:17 Yixun Lan

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=1648558439.518ccac4636ac65742a799db82fabc3d7e50099b.dlan@gentoo \
    --to=dlan@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