app-misc/g15stats: revbump for d-m-i

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Aisha Tammy
2021-02-13 01:32:25 +00:00
committed by Matt Turner
parent e44a479a30
commit a97ca08983
2 changed files with 4 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
PIDFILE=/var/run/${SVCNAME}.pid
depend() {
need g15daemon
after xdm
after display-manager
}
start() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-misc/g15daemon-1.9.0
dev-libs/libg15
@@ -41,7 +40,7 @@ src_install() {
rm "${D}"/usr/share/doc/${PF}/{COPYING,NEWS} || die
newconfd "${FILESDIR}/${PN}-1.9.7.confd" ${PN}
newinitd "${FILESDIR}/${PN}-1.9.7.initd" ${PN}
newinitd "${FILESDIR}/${PN}-1.9.7.initd-r1" ${PN}
}
pkg_postinst() {