commit:     6fc99ca585660d10042516eb5961e4f7766a9c67
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 20:35:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 15:16:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc99ca5

app-admin/restart-services: drop 0.15.2, 0.16.0, 0.16.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/restart-services/Manifest                |  3 --
 .../restart-services-0.15.2.ebuild                 | 63 ----------------------
 .../restart-services-0.16.0.ebuild                 | 63 ----------------------
 .../restart-services-0.16.1.ebuild                 | 63 ----------------------
 4 files changed, 192 deletions(-)

diff --git a/app-admin/restart-services/Manifest 
b/app-admin/restart-services/Manifest
index 2bbacc476cbb..2dcb999931ce 100644
--- a/app-admin/restart-services/Manifest
+++ b/app-admin/restart-services/Manifest
@@ -1,4 +1 @@
-DIST restart-services-0.15.2.tgz 23688 BLAKE2B 
e043b872d55109ad176a6437006cf581a993e72e460bb034625ed612f9ceca85ef91a20e90f23bcecc964caa527cfa4bc39d97c52487b7bf92eec21dc2e35c48
 SHA512 
afe7c96aabf61d664460d5d68447df09b3d9a54098887727db796821220f5ddd5a3b5030d995d5a6c3128e4a2b8494b9a0a3b86b5c805d56c0e201058ad04327
-DIST restart-services-0.16.0.tgz 24531 BLAKE2B 
fea233755d214a502096551226078a7fe15a75ccf937bbf8a75c78b7a294b5977da453f54f37e3d7e65f131e49e018bf08bec6245a3aa46ec6c3bec94019f5ad
 SHA512 
57b3514132c02839cafbfd9152445a6482cf3591e22d18436a4d894061b59d2495863a912a87495559e9945a39715e7e798dca44dafd52c26b5412d749f37cc2
-DIST restart-services-0.16.1.tgz 24569 BLAKE2B 
210ffebf321d9524ee3176ac8d56e2579c9e1686bd11d484be02600aab70347c522d5e7f8826b103ebd37f3e21c11130e0717f033ac0af3e938c4cece1a036bb
 SHA512 
d4657120860ec26a2d9e6cdd935d720dac2bff50131fc9e8efd69b4768a5fd9afa4ee24b367a002122f3e1b335e9c99cc6b41c801c0285252e6f5e701d027de1
 DIST restart-services-0.17.0.tgz 25643 BLAKE2B 
5999e12e38207d00266928504da05c00482c8297b7fee634f302f09cfa09e206bcf9d5a558d2a91e5de1d97318025fa995fbc3a61f0d0e74b8dfb1af3db8670b
 SHA512 
c11ca431fbbc6899ab268e8979049144448479d953ed7373cc7483cca2c03cd4041a1ca1e47c0e810f91a18a43aa32cc305a4ea791e8b992246f972e0fbb19ab

diff --git a/app-admin/restart-services/restart-services-0.15.2.ebuild 
b/app-admin/restart-services/restart-services-0.15.2.ebuild
deleted file mode 100644
index 7aa078cf4b21..000000000000
--- a/app-admin/restart-services/restart-services-0.15.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
-HOMEPAGE="https://dev.gentoo.org/~mschiff/restart-services/";
-SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       app-admin/lib_users
-       sys-apps/openrc
-       app-portage/portage-utils
-"
-
-src_install() {
-       dosbin restart-services
-       doman restart-services.1
-       keepdir /etc/restart-services.d
-       insinto /etc
-       doins restart-services.conf
-       dodoc README CHANGES
-
-       sed -i 's/^#include/include/' "${D}"/etc/restart-services.conf
-       cat>"${D}"/etc/restart-services.d/00-local.conf<<-EOF
-       # You may put your local changes here or in any other *.conf file
-       # in this directory so you can leave /etc/restart-services.conf as is.
-       # Example:
-       # *extend* SV_ALWAYS to match 'myservice'
-       # SV_ALWAYS+=( myservice )
-       EOF
-}
-
-pkg_postinst() {
-       local MAJOR MINOR
-       # migrate config data for versions < 0.13.2
-       if [[ $REPLACING_VERSIONS ]]; then
-               MAJOR=${REPLACING_VERSIONS%%.*}
-               MINOR=${REPLACING_VERSIONS%.*}
-               MINOR=${MINOR#*.}
-
-               if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then
-                       einfo "Checking for old config"
-                       if [[ -f /etc/restart_services.conf ]]; then
-                               ewarn "Old config file found: 
/etc/restart_services.conf"
-                               ewarn "It will be ignored so please migrate 
settings to a file in"
-                               ewarn "/etc/restart-services.d/ and/or remove 
/etc/restart_services.conf"
-                       fi
-                       if [[ -d /etc/restart_services.d ]]; then
-                               ewarn "Old config directory found: 
/etc/restart_services.d"
-                               ewarn "It will be ignored so please migrate 
files to /etc/restart-services.d"
-                               ewarn "and/or remove /etc/restart_services.d"
-                       fi
-                       einfo "done"
-               fi
-       fi
-}

diff --git a/app-admin/restart-services/restart-services-0.16.0.ebuild 
b/app-admin/restart-services/restart-services-0.16.0.ebuild
deleted file mode 100644
index 874ac8f35520..000000000000
--- a/app-admin/restart-services/restart-services-0.16.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
-HOMEPAGE="https://dev.gentoo.org/~mschiff/restart-services/";
-SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       app-admin/lib_users
-       sys-apps/openrc
-       app-portage/portage-utils
-"
-
-src_install() {
-       dosbin restart-services
-       doman restart-services.1
-       keepdir /etc/restart-services.d
-       insinto /etc
-       doins restart-services.conf
-       dodoc README CHANGES
-
-       sed -i 's/^#include/include/' "${D}"/etc/restart-services.conf
-       cat>"${D}"/etc/restart-services.d/00-local.conf<<-EOF
-       # You may put your local changes here or in any other *.conf file
-       # in this directory so you can leave /etc/restart-services.conf as is.
-       # Example:
-       # *extend* SV_ALWAYS to match 'myservice'
-       # SV_ALWAYS+=( myservice )
-       EOF
-}
-
-pkg_postinst() {
-       local MAJOR MINOR
-       # migrate config data for versions < 0.13.2
-       if [[ $REPLACING_VERSIONS ]]; then
-               MAJOR=${REPLACING_VERSIONS%%.*}
-               MINOR=${REPLACING_VERSIONS%.*}
-               MINOR=${MINOR#*.}
-
-               if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then
-                       einfo "Checking for old config"
-                       if [[ -f /etc/restart_services.conf ]]; then
-                               ewarn "Old config file found: 
/etc/restart_services.conf"
-                               ewarn "It will be ignored so please migrate 
settings to a file in"
-                               ewarn "/etc/restart-services.d/ and/or remove 
/etc/restart_services.conf"
-                       fi
-                       if [[ -d /etc/restart_services.d ]]; then
-                               ewarn "Old config directory found: 
/etc/restart_services.d"
-                               ewarn "It will be ignored so please migrate 
files to /etc/restart-services.d"
-                               ewarn "and/or remove /etc/restart_services.d"
-                       fi
-                       einfo "done"
-               fi
-       fi
-}

diff --git a/app-admin/restart-services/restart-services-0.16.1.ebuild 
b/app-admin/restart-services/restart-services-0.16.1.ebuild
deleted file mode 100644
index 874ac8f35520..000000000000
--- a/app-admin/restart-services/restart-services-0.16.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
-HOMEPAGE="https://dev.gentoo.org/~mschiff/restart-services/";
-SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       app-admin/lib_users
-       sys-apps/openrc
-       app-portage/portage-utils
-"
-
-src_install() {
-       dosbin restart-services
-       doman restart-services.1
-       keepdir /etc/restart-services.d
-       insinto /etc
-       doins restart-services.conf
-       dodoc README CHANGES
-
-       sed -i 's/^#include/include/' "${D}"/etc/restart-services.conf
-       cat>"${D}"/etc/restart-services.d/00-local.conf<<-EOF
-       # You may put your local changes here or in any other *.conf file
-       # in this directory so you can leave /etc/restart-services.conf as is.
-       # Example:
-       # *extend* SV_ALWAYS to match 'myservice'
-       # SV_ALWAYS+=( myservice )
-       EOF
-}
-
-pkg_postinst() {
-       local MAJOR MINOR
-       # migrate config data for versions < 0.13.2
-       if [[ $REPLACING_VERSIONS ]]; then
-               MAJOR=${REPLACING_VERSIONS%%.*}
-               MINOR=${REPLACING_VERSIONS%.*}
-               MINOR=${MINOR#*.}
-
-               if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then
-                       einfo "Checking for old config"
-                       if [[ -f /etc/restart_services.conf ]]; then
-                               ewarn "Old config file found: 
/etc/restart_services.conf"
-                               ewarn "It will be ignored so please migrate 
settings to a file in"
-                               ewarn "/etc/restart-services.d/ and/or remove 
/etc/restart_services.conf"
-                       fi
-                       if [[ -d /etc/restart_services.d ]]; then
-                               ewarn "Old config directory found: 
/etc/restart_services.d"
-                               ewarn "It will be ignored so please migrate 
files to /etc/restart-services.d"
-                               ewarn "and/or remove /etc/restart_services.d"
-                       fi
-                       einfo "done"
-               fi
-       fi
-}

Reply via email to