From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26910158093 for ; Sat, 11 Sep 2021 14:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EDB3E0829; Sat, 11 Sep 2021 14:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8A5FE0829 for ; Sat, 11 Sep 2021 14:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F542342ACF for ; Sat, 11 Sep 2021 14:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06D6AA3 for ; Sat, 11 Sep 2021 14:43:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1631356725.d54cffd5c6dcc68a3cadb586880937160b315916.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/eg25-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/eg25-manager/Manifest net-misc/eg25-manager/eg25-manager-0.3.0.ebuild X-VCS-Directories: net-misc/eg25-manager/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d54cffd5c6dcc68a3cadb586880937160b315916 X-VCS-Branch: master Date: Sat, 11 Sep 2021 14:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56114dc5-657a-4c94-97f6-815d50dbff20 X-Archives-Hash: 5f3315e6eddcd991fbb4cdffd3721bef commit: d54cffd5c6dcc68a3cadb586880937160b315916 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Sep 11 10:38:45 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 11 10:38:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d54cffd5 net-misc/eg25-manager: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> net-misc/eg25-manager/Manifest | 1 - net-misc/eg25-manager/eg25-manager-0.3.0.ebuild | 37 ------------------------- 2 files changed, 38 deletions(-) diff --git a/net-misc/eg25-manager/Manifest b/net-misc/eg25-manager/Manifest index b3e55388e..ae55d78e3 100644 --- a/net-misc/eg25-manager/Manifest +++ b/net-misc/eg25-manager/Manifest @@ -1,2 +1 @@ -DIST eg25-manager-0.3.0.tar.gz 43914 BLAKE2B 10509e124e4801407d2082448a9bdeb34a08075b16409e2dad1918abd7a7f02e355c8da97c3a9f3b307347ad530ce0f2ce6a1d229c602fa01f85f578469f9e8e SHA512 2b0d706c893744529e035e8dc70b381362e39ddd2be705e346f0fd88e4907093e59b30800ad5ecb90638338b25bb51308349fb26de2c786197aeed8c1fa9c68a DIST eg25-manager-0.4.0.tar.gz 48735 BLAKE2B 1bd95e796cf2f812a106367cda2c8934c01258fc6c3084ab19df28c5b7f91c850eeaa78812ee49ac0b6d3650b2168066800d9f19797b913b31ce06c5a05b9887 SHA512 6007dbee125fbc484299859bdefd9b0b515b45db99d00c2634eea8545ca3b9eea90e7334847e3982c1d4126ba0900d49aeb33ba3f5c964bed0354e8197316695 diff --git a/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild b/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild deleted file mode 100644 index d2d6f7247..000000000 --- a/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson systemd - -COMMIT="73e16f76994b1d3c587796a35766cc668e30c0cd" - -DESCRIPTION="Daemon for managing the Quectel EG25 modem" -HOMEPAGE="https://gitlab.com/mobian1/devices/eg25-manager" -SRC_URI="https://gitlab.com/mobian1/devices/eg25-manager/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~arm64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - dev-libs/libgpiod - virtual/libusb:1 - net-misc/modemmanager -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_install() { - meson_src_install - systemd_dounit "${FILESDIR}"/eg25-manager.service - insinto /etc/eg25-manager - newins "${FILESDIR}"/eg25-pinephone-1.0.toml pine64,pinephone-1.0.toml - newins "${FILESDIR}"/eg25-pinephone-1.1.toml pine64,pinephone-1.1.toml - newins "${FILESDIR}"/eg25-pinephone-1.2.toml pine64,pinephone-1.2.toml -} - -pkg_postinst() { - systemd_reenable --all eg25-manager -}