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/
Date: Thu, 19 Aug 2021 10:51:29 +0000 (UTC) [thread overview]
Message-ID: <1629370248.cfd934366b152f77b33ea9a2ed9af9cc36717bd8.hansfn@gentoo> (raw)
commit: cfd934366b152f77b33ea9a2ed9af9cc36717bd8
Author: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
AuthorDate: Thu Aug 19 10:50:48 2021 +0000
Commit: Hans Fredrik Nordhaug <hansfn <AT> gmail <DOT> com>
CommitDate: Thu Aug 19 10:50:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfd93436
net-misc/can-utils: New version 2021.08.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans Fredrik Nordhaug <hansfn <AT> gmail.com>
net-misc/can-utils/Manifest | 1 +
net-misc/can-utils/can-utils-2021.08.0.ebuild | 33 +++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/can-utils/Manifest b/net-misc/can-utils/Manifest
index d6ff0f220..cea2fb656 100644
--- a/net-misc/can-utils/Manifest
+++ b/net-misc/can-utils/Manifest
@@ -1,2 +1,3 @@
DIST can-utils-2020.02.04.tar.gz 121866 BLAKE2B 64a9e0dbc2e65ef01b6709fc608daecce53592f98c002a46b15a282fff33f52d1d7b34d22ed85f1e2a2eb8a7be6e5ce69a85ba4e2ba19f251994f5022697f474 SHA512 5f12a84b82564da5a47e6dc906bf26f0e56db77ce367b5b72a2820cf18447d78a355d0173c678e33dc0e4cc07ef3a12b3a84d6b016c7ee0b1ac5a7f10daee1c8
DIST can-utils-2020.12.0.tar.gz 132010 BLAKE2B 626c0b88973c0579728869013f48ec7de4bcd94dd98ed4ae8349a0b71ec2eb9892d267501ff7af58b34ac528f2d6e733aad795582bcc96b03d20ae0710986ea8 SHA512 b9d92b7734611deaf445708aabf4f46f7cf3ad88f46618fbae6821d308b2950da014420b194792e4d2458f396bd85f200a8d10112c10191a98624073b8502c19
+DIST can-utils-2021.08.0.tar.gz 148133 BLAKE2B 591221990aeb2aebb73f4288dba80fa32c65b8c592aa35ccc9cfbd0a8e6a30beb4f5d838811ffd96eba393a7cd3d3fa2aee8ca7378c9c27c694a89da7e9e6ec4 SHA512 367dc19fc653abda0cd6f843f51487f0c538d691542a1a7f5acb87a82b72efb0da5351568de87cd7d3894eaa53b7271e56d8cb66fa2f55079ed0bb1e015dcd99
diff --git a/net-misc/can-utils/can-utils-2021.08.0.ebuild b/net-misc/can-utils/can-utils-2021.08.0.ebuild
new file mode 100644
index 000000000..2dafd5871
--- /dev/null
+++ b/net-misc/can-utils/can-utils-2021.08.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+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"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+# Default src_install + newconfd and newinitd
+src_install() {
+
+ emake DESTDIR="${D}" install
+
+ einstalldocs
+
+ systemd_dounit "${FILESDIR}/slcan.service"
+ systemd_install_serviced "${FILESDIR}/slcan.service.conf"
+ newconfd "${FILESDIR}/slcand.confd" slcand
+ newinitd "${FILESDIR}/slcand.initd" slcand
+}
next reply other threads:[~2021-08-19 10:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 10:51 Hans Fredrik Nordhaug [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-03 6:53 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/can-utils/ Hans Fredrik Nordhaug
2021-03-14 10:01 Alessandro Barbieri
2021-03-14 10:01 Alessandro Barbieri
2021-03-04 12:00 Hans Fredrik Nordhaug
2021-02-27 21:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-27 21:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
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=1629370248.cfd934366b152f77b33ea9a2ed9af9cc36717bd8.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