Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pigpio/files/
Date: Tue, 02 Jun 2020 04:28:25
Message-Id: 1591072035.617a36c176d37968a9c7b8b0e49435bb4a5fe43f.bman@gentoo
1 commit: 617a36c176d37968a9c7b8b0e49435bb4a5fe43f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 26 18:07:49 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 04:27:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617a36c1
7
8 dev-libs/pigpio: remove unused file
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15977
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-libs/pigpio/files/pigpiod.systemd | 9 ---------
16 1 file changed, 9 deletions(-)
17
18 diff --git a/dev-libs/pigpio/files/pigpiod.systemd b/dev-libs/pigpio/files/pigpiod.systemd
19 deleted file mode 100644
20 index b1d28a66f82..00000000000
21 --- a/dev-libs/pigpio/files/pigpiod.systemd
22 +++ /dev/null
23 @@ -1,9 +0,0 @@
24 -[Unit]
25 -Description=Pigpio daemon
26 -
27 -[Service]
28 -Type=simple
29 -ExecStart=/usr/bin/pigpiod
30 -
31 -[Install]
32 -WantedBy=multi-user.target