commit:     30cd0c6969bfc2c42d3e58daa3a2d6c0d5ed33d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 00:06:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 00:08:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cd0c69

net-misc/netifrc: drop 0.7.5, 0.7.6, 0.7.6-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/netifrc/Manifest                |  2 -
 net-misc/netifrc/netifrc-0.7.5.ebuild    | 74 --------------------------
 net-misc/netifrc/netifrc-0.7.6-r1.ebuild | 91 --------------------------------
 net-misc/netifrc/netifrc-0.7.6.ebuild    | 78 ---------------------------
 4 files changed, 245 deletions(-)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 8c1bd2bdd95b..c29f94aa754b 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -1,3 +1 @@
-DIST netifrc-0.7.5.tar.gz 86884 BLAKE2B 
6ca9b8034fe69767910814021df783710cf6b6a4edb5a877142e6be67b57556fee2e9e3fefb8d22c03b1460ce45bf7e490a1a0862dd6ce7b9beb247c942341b0
 SHA512 
a043df2850362da5f6d8620c4c76ca0644e97c64c0223bfe50e31d20fd8a3e5cf8afa1234d99946631868eab77a8816d24f8cb05b3e4cf4bec101478d162e8a4
-DIST netifrc-0.7.6.tar.gz 86771 BLAKE2B 
814e97630a84a2f9531aa81754f3ea20a561f19d055e4a6652a1374925c4ff99996e7279e161a817e3c50059b2c40b7b1a7602bad3dbcb68836882e4fe5ad754
 SHA512 
ec8d44254106a38b16c500002ef33a5064db40db565cef7b7499d38c7636f2b9c01305329d77ac6298621f3b55a1401345c108374a691ae41129b8fe9d5a7e35
 DIST netifrc-0.7.7.tar.bz2 75823 BLAKE2B 
e2d99ac347e9a449b39981b1aa1585ff83d05af1bafe09f7e2e25954360df1e76f53ce4a5c8e08777ba45baf697a307697576835df4c4b4ae010ab84dbe8bb2b
 SHA512 
995f89beece9e7ff0b558b466c06a476f22d3161f31622a232c382d81e74399aeb0a39cb4a95080829120c527a1a93757425671e2ca3639d8637e5e905ad3e80

diff --git a/net-misc/netifrc/netifrc-0.7.5.ebuild 
b/net-misc/netifrc/netifrc-0.7.5.ebuild
deleted file mode 100644
index 5f51fbe7ef3f..000000000000
--- a/net-misc/netifrc/netifrc-0.7.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd udev
-
-DESCRIPTION="Gentoo Network Interface Management Scripts"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Netifrc";
-
-if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/netifrc.git";
-       #EGIT_REPO_URI="https://github.com/gentoo/${PN}"; # Alternate
-       inherit git-r3
-else
-       SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
-fi
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-IUSE="+dhcp"
-
-RDEPEND="sys-apps/gentoo-functions
-       >=sys-apps/openrc-0.15
-       dhcp? ( || ( net-misc/dhcpcd net-misc/dhcp[client] ) )"
-BDEPEND="kernel_linux? ( virtual/pkgconfig )"
-
-src_prepare() {
-       if [[ ${PV} == "9999" ]] ; then
-               local ver="git-${EGIT_VERSION:0:6}"
-               sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
-               einfo "Producing ChangeLog from Git history"
-               GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
-       fi
-
-       default
-}
-
-src_compile() {
-       MAKE_ARGS=(
-               PREFIX="${EPREFIX}"
-               UPREFIX="${EPREFIX}/usr"
-               UDEVDIR="${EPREFIX}$(get_udevdir)"
-               LIBEXECDIR="${EPREFIX}/lib/${PN}"
-               PF="${PF}"
-       )
-
-       emake "${MAKE_ARGS[@]}" all
-}
-
-src_install() {
-       emake "${MAKE_ARGS[@]}" DESTDIR="${D}" install
-       dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
-
-       # Install the service file
-       local LIBEXECDIR="${EPREFIX}/lib/${PN}"
-       sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > 
"${T}/net_at.service" || die
-       systemd_newunit "${T}/net_at.service" '[email protected]'
-
-       local UNIT_DIR="$(systemd_get_systemunitdir)"
-       UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
-       dosym [email protected] "${UNIT_DIR}/[email protected]"
-}
-
-pkg_postinst() {
-       udev_reload
-       if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; 
then
-               elog "The network configuration scripts will use dhcp by"
-               elog "default to set up your interfaces."
-               elog "If you need to set up something more complete, see"
-               elog "${EROOT}/usr/share/doc/${P}/README"
-       fi
-}

diff --git a/net-misc/netifrc/netifrc-0.7.6-r1.ebuild 
b/net-misc/netifrc/netifrc-0.7.6-r1.ebuild
deleted file mode 100644
index 54f749377303..000000000000
--- a/net-misc/netifrc/netifrc-0.7.6-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd udev
-
-DESCRIPTION="Gentoo Network Interface Management Scripts"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Netifrc";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="
-               https://anongit.gentoo.org/git/proj/netifrc.git
-               https://github.com/gentoo/${PN}
-       "
-       inherit git-r3
-else
-       SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-IUSE="+dhcp"
-
-RDEPEND="
-       sys-apps/gentoo-functions
-       >=sys-apps/openrc-0.15
-       dhcp? (
-               || (
-                       net-misc/dhcpcd
-                       net-misc/dhcp[client]
-                       sys-apps/busybox
-               )
-       )
-"
-BDEPEND="
-       kernel_linux? ( virtual/pkgconfig )
-"
-
-src_prepare() {
-       if [[ ${PV} == 9999 ]] ; then
-               local ver="git-${EGIT_VERSION:0:6}"
-               sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
-               einfo "Producing ChangeLog from Git history"
-               GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
-       fi
-
-       default
-}
-
-src_compile() {
-       MAKE_ARGS=(
-               PREFIX="${EPREFIX}"
-               UPREFIX="${EPREFIX}/usr"
-               UDEVDIR="${EPREFIX}$(get_udevdir)"
-               LIBEXECDIR="${EPREFIX}/lib/${PN}"
-               PF="${PF}"
-       )
-
-       emake "${MAKE_ARGS[@]}" all
-}
-
-src_install() {
-       emake "${MAKE_ARGS[@]}" DESTDIR="${D}" install
-       dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
-
-       # Install the service file
-       local LIBEXECDIR="${EPREFIX}/lib/${PN}"
-       sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > 
"${T}/net_at.service" || die
-       systemd_newunit "${T}/net_at.service" '[email protected]'
-
-       local UNIT_DIR="$(systemd_get_systemunitdir)"
-       UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
-       dosym [email protected] "${UNIT_DIR}/[email protected]"
-}
-
-pkg_postinst() {
-       udev_reload
-
-       if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; 
then
-               elog "The network configuration scripts will use dhcp by"
-               elog "default to set up your interfaces."
-               elog "If you need to set up something more complete, see"
-               elog "${EROOT}/usr/share/doc/${P}/README"
-       fi
-}
-
-pkg_postrm() {
-       udev_reload
-}

diff --git a/net-misc/netifrc/netifrc-0.7.6.ebuild 
b/net-misc/netifrc/netifrc-0.7.6.ebuild
deleted file mode 100644
index 71acc5378ef6..000000000000
--- a/net-misc/netifrc/netifrc-0.7.6.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd udev
-
-DESCRIPTION="Gentoo Network Interface Management Scripts"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Netifrc";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="
-               https://anongit.gentoo.org/git/proj/netifrc.git
-               https://github.com/gentoo/${PN}
-       "
-       inherit git-r3
-else
-       SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-IUSE="+dhcp"
-
-RDEPEND="
-       sys-apps/gentoo-functions
-       >=sys-apps/openrc-0.15
-       dhcp? ( || ( net-misc/dhcpcd net-misc/dhcp[client] ) )
-"
-BDEPEND="kernel_linux? ( virtual/pkgconfig )"
-
-src_prepare() {
-       if [[ ${PV} == 9999 ]] ; then
-               local ver="git-${EGIT_VERSION:0:6}"
-               sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
-               einfo "Producing ChangeLog from Git history"
-               GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
-       fi
-
-       default
-}
-
-src_compile() {
-       MAKE_ARGS=(
-               PREFIX="${EPREFIX}"
-               UPREFIX="${EPREFIX}/usr"
-               UDEVDIR="${EPREFIX}$(get_udevdir)"
-               LIBEXECDIR="${EPREFIX}/lib/${PN}"
-               PF="${PF}"
-       )
-
-       emake "${MAKE_ARGS[@]}" all
-}
-
-src_install() {
-       emake "${MAKE_ARGS[@]}" DESTDIR="${D}" install
-       dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
-
-       # Install the service file
-       local LIBEXECDIR="${EPREFIX}/lib/${PN}"
-       sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > 
"${T}/net_at.service" || die
-       systemd_newunit "${T}/net_at.service" '[email protected]'
-
-       local UNIT_DIR="$(systemd_get_systemunitdir)"
-       UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
-       dosym [email protected] "${UNIT_DIR}/[email protected]"
-}
-
-pkg_postinst() {
-       udev_reload
-       if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; 
then
-               elog "The network configuration scripts will use dhcp by"
-               elog "default to set up your interfaces."
-               elog "If you need to set up something more complete, see"
-               elog "${EROOT}/usr/share/doc/${P}/README"
-       fi
-}

Reply via email to