From: "Hans Fredrik Nordhaug" <hansfn@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/can-utils/, net-misc/can-utils/files/
Date: Fri, 9 Apr 2021 07:12:37 +0000 (UTC) [thread overview]
Message-ID: <1617952309.1730a6fdb876bbf1588c0bf790296dde4c0135a3.hansfn@gentoo> (raw)
commit: 1730a6fdb876bbf1588c0bf790296dde4c0135a3
Author: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
AuthorDate: Fri Apr 9 07:11:49 2021 +0000
Commit: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
CommitDate: Fri Apr 9 07:11:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1730a6fd
net-misc/can-utils: Fixed shebang for /etc/init.d/slcand
Closes: https://bugs.gentoo.org/781686
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans Fredrik Nordhaug <hansfn <AT> gmail.com>
net-misc/can-utils/can-utils-2020.12.0-r1.ebuild | 4 +--
net-misc/can-utils/can-utils-2020.12.0.ebuild | 39 ------------------------
net-misc/can-utils/files/slcand.initd | 4 +--
3 files changed, 3 insertions(+), 44 deletions(-)
diff --git a/net-misc/can-utils/can-utils-2020.12.0-r1.ebuild b/net-misc/can-utils/can-utils-2020.12.0-r1.ebuild
index 631346910..2dafd5871 100644
--- a/net-misc/can-utils/can-utils-2020.12.0-r1.ebuild
+++ b/net-misc/can-utils/can-utils-2020.12.0-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=7
inherit autotools systemd
-DESCRIPTION="CAN userspace utilities and tools"
-HOMEPAGE="https://github.com/linux-can/"
+DESCRIPTION="SocketCAN userspace utilities and tools"
+HOMEPAGE="https://github.com/linux-can/can-utils"
SRC_URI="https://github.com/linux-can/can-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/net-misc/can-utils/can-utils-2020.12.0.ebuild b/net-misc/can-utils/can-utils-2020.12.0.ebuild
deleted file mode 100644
index a1eb63c7d..000000000
--- a/net-misc/can-utils/can-utils-2020.12.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="CAN userspace utilities and tools"
-HOMEPAGE="https://github.com/linux-can/"
-SRC_URI="https://github.com/linux-can/can-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-DEPEND=""
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-# Default src_install + newconfd and newinitd
-src_install() {
-
- emake DESTDIR="${D}" install
-
- einstalldocs
-
- if use systemd ; then
- systemd_dounit "${FILESDIR}/slcan.service"
- systemd_install_serviced "${FILESDIR}/slcan.service.conf"
- else
- newconfd "${FILESDIR}/slcand.confd" slcand
- newinitd "${FILESDIR}/slcand.initd" slcand
- fi
-}
diff --git a/net-misc/can-utils/files/slcand.initd b/net-misc/can-utils/files/slcand.initd
index ffe08a9bf..d4b6d92f6 100644
--- a/net-misc/can-utils/files/slcand.initd
+++ b/net-misc/can-utils/files/slcand.initd
@@ -1,6 +1,4 @@
-#!/sbin/runscript
-# Copyright 2013 Brunvoll AS
-
+#!/sbin/openrc-run
start() {
next reply other threads:[~2021-04-09 7:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 7:12 Hans Fredrik Nordhaug [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-26 21:18 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/can-utils/, net-misc/can-utils/files/ Hans Fredrik Nordhaug
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=1617952309.1730a6fdb876bbf1588c0bf790296dde4c0135a3.hansfn@gentoo \
--to=hansfn@gmail.com \
--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