public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Sun, 10 Sep 2023 15:21:30 +0000 (UTC)	[thread overview]
Message-ID: <1694359280.7cc04099f300d2fe4d8953c7089835038a4fc87b.sam@gentoo> (raw)

commit:     7cc04099f300d2fe4d8953c7089835038a4fc87b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 15:21:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc04099

net-misc/netifrc: drop 0.7.3, 0.7.3-r1, 0.7.4

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

 net-misc/netifrc/Manifest                |  2 -
 net-misc/netifrc/netifrc-0.7.3-r1.ebuild | 74 --------------------------------
 net-misc/netifrc/netifrc-0.7.3.ebuild    | 71 ------------------------------
 net-misc/netifrc/netifrc-0.7.4.ebuild    | 74 --------------------------------
 4 files changed, 221 deletions(-)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 32fcb8793c28..912e655ee1ab 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -1,4 +1,2 @@
-DIST netifrc-0.7.3.tar.gz 84770 BLAKE2B 075440bfd81e4dedd406d9555a18f530b07a47f9268130ebcca6d43d35e9cc5f01105a3eb0ddc084a16e17912aa10e378833b1eef1defd2fc6b22f817cd220bd SHA512 a82ac6835c15763becb5845a8c8d90dfd8d6c289ea5e00b0d7ae332d3e7ad6797f0fdcbf27bb9f44ff345c98884cdfa13210c76089585b8dd9970ded5f6236d8
-DIST netifrc-0.7.4.tar.bz2 75487 BLAKE2B 3ac3114ee4fb538c620284d02d3c1a0adc905f349ab40e7ff7065a4837113a36824b3962511160d997fc3a85701d55d569d8ac6b6b00c4665281d5b765827f76 SHA512 4934e2b7247a65847eed3a0f982c1c3996c486d7cb1cb401c29d8a6ea36eb94930a64e1cb84ff6ffdfb305e75f369fe6834062fcbb5e1d77d9f336d6592f3dff
 DIST netifrc-0.7.5.tar.gz 86884 BLAKE2B 6ca9b8034fe69767910814021df783710cf6b6a4edb5a877142e6be67b57556fee2e9e3fefb8d22c03b1460ce45bf7e490a1a0862dd6ce7b9beb247c942341b0 SHA512 a043df2850362da5f6d8620c4c76ca0644e97c64c0223bfe50e31d20fd8a3e5cf8afa1234d99946631868eab77a8816d24f8cb05b3e4cf4bec101478d162e8a4
 DIST netifrc-0.7.6.tar.gz 86771 BLAKE2B 814e97630a84a2f9531aa81754f3ea20a561f19d055e4a6652a1374925c4ff99996e7279e161a817e3c50059b2c40b7b1a7602bad3dbcb68836882e4fe5ad754 SHA512 ec8d44254106a38b16c500002ef33a5064db40db565cef7b7499d38c7636f2b9c01305329d77ac6298621f3b55a1401345c108374a691ae41129b8fe9d5a7e35

diff --git a/net-misc/netifrc/netifrc-0.7.3-r1.ebuild b/net-misc/netifrc/netifrc-0.7.3-r1.ebuild
deleted file mode 100644
index 7181e1758d64..000000000000
--- a/net-misc/netifrc/netifrc-0.7.3-r1.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://www.gentoo.org/proj/en/base/openrc/"
-
-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"
-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" 'net@.service'
-
-	local UNIT_DIR="$(systemd_get_systemunitdir)"
-	UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
-	dosym net@.service "${UNIT_DIR}/net@lo.service"
-}
-
-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.3.ebuild b/net-misc/netifrc/netifrc-0.7.3.ebuild
deleted file mode 100644
index d06417b6031a..000000000000
--- a/net-misc/netifrc/netifrc-0.7.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 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://www.gentoo.org/proj/en/base/openrc/"
-
-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"
-SLOT="0"
-IUSE=""
-
-DEPEND="!<sys-fs/udev-172"
-RDEPEND="sys-apps/gentoo-functions
-	>=sys-apps/openrc-0.15
-	!<sys-fs/udev-init-scripts-27"
-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="${MAKE_ARGS}
-		UDEVDIR=${EPREFIX}$(get_udevdir)
-		LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF}"
-
-	use prefix && MAKE_ARGS+=" MKPREFIX=yes PREFIX=${EPREFIX}"
-
-	emake ${MAKE_ARGS} all
-}
-
-src_install() {
-	emake ${MAKE_ARGS} DESTDIR="${D}" install
-	dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
-
-	# Install the service file
-	LIBEXECDIR="${EPREFIX}/lib/${PN}"
-	UNIT_DIR="$(systemd_get_systemunitdir)"
-	sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die
-	systemd_newunit "${T}/net_at.service" 'net@.service'
-	dosym "${UNIT_DIR#${EPREFIX}}/net@.service" "${UNIT_DIR#${EPREFIX}}/net@lo.service"
-}
-
-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.4.ebuild b/net-misc/netifrc/netifrc-0.7.4.ebuild
deleted file mode 100644
index d2c47b241e5c..000000000000
--- a/net-misc/netifrc/netifrc-0.7.4.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://www.gentoo.org/proj/en/base/openrc/"
-
-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.bz2"
-	KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
-fi
-
-LICENSE="BSD-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" 'net@.service'
-
-	local UNIT_DIR="$(systemd_get_systemunitdir)"
-	UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
-	dosym net@.service "${UNIT_DIR}/net@lo.service"
-}
-
-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	other threads:[~2023-09-10 15:21 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10 15:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29  0:31 [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/ Sam James
2024-09-23 12:04 Sam James
2024-08-28 19:03 Patrick McLean
2024-07-21  0:32 Sam James
2024-07-21  0:31 Sam James
2024-06-14  5:32 Arthur Zamarin
2024-05-30  4:36 Ionen Wolkens
2024-05-30  4:36 Ionen Wolkens
2024-05-11 15:19 Sam James
2024-01-07  9:45 Sam James
2024-01-01  0:08 Sam James
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-10-20  0:51 Sam James
2023-10-03 20:43 Patrick McLean
2023-10-03 20:43 Patrick McLean
2023-09-10 15:25 Sam James
2023-09-10 15:21 Sam James
2023-09-10  5:54 Sam James
2023-09-10  5:54 Sam James
2023-06-06 21:07 Sam James
2023-06-01  6:58 Jakov Smolić
2023-06-01  6:58 Jakov Smolić
2023-05-31  6:15 Joonas Niilola
2023-05-31  6:15 Joonas Niilola
2023-05-30 16:51 Arthur Zamarin
2023-05-29  0:41 Sam James
2023-05-29  0:25 Mike Gilbert
2023-05-29  0:25 Mike Gilbert
2023-05-17  1:40 Sam James
2023-05-16 20:02 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-03-09  1:09 Sam James
2023-03-09  1:09 Sam James
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-02-02 17:30 Mike Gilbert
2023-02-02 17:30 Mike Gilbert
2023-01-22 17:52 Arthur Zamarin
2023-01-16  0:30 Sam James
2022-05-20  6:31 Lars Wendler
2022-05-19 17:23 Ben Kohler
2022-05-13 22:11 Robin H. Johnson
2021-04-11 13:13 Sam James
2021-04-09 22:20 Sam James
2021-04-09 15:40 Sergei Trofimovich
2021-04-07 22:44 Sam James
2021-04-07  9:20 Sergei Trofimovich
2021-04-07  6:24 Sam James
2021-04-06 12:25 Thomas Deutschmann
2021-04-06 12:24 Thomas Deutschmann
2021-02-10 13:11 Lars Wendler
2021-01-05 18:32 Lars Wendler
2021-01-05 15:20 Lars Wendler
2020-12-12 23:04 Aaron Bauman
2020-12-12 21:25 Sergei Trofimovich
2020-12-03  4:21 Sam James
2020-12-02  9:44 Sam James
2020-11-29  8:24 Agostino Sarubbo
2020-11-29  8:22 Agostino Sarubbo
2020-11-29  8:20 Agostino Sarubbo
2020-11-29  8:16 Agostino Sarubbo
2020-11-29  0:13 Sergei Trofimovich
2020-11-27 16:49 Thomas Deutschmann
2020-09-07  9:15 Lars Wendler
2020-04-01 21:01 Mart Raudsepp
2020-03-23 18:07 Sergei Trofimovich
2020-03-14 19:24 Sergei Trofimovich
2020-03-12 16:24 Agostino Sarubbo
2020-03-12 16:23 Agostino Sarubbo
2020-03-12 16:22 Agostino Sarubbo
2020-03-11  7:21 Sergei Trofimovich
2020-03-10  8:39 Sergey Popov
2020-01-04  8:16 Robin H. Johnson
2019-05-04 14:44 Mikle Kolyada
2018-09-16 18:25 Mikle Kolyada
2018-07-10 22:39 Louis Sautier
2018-07-10 21:46 Jason Donenfeld
2018-05-01 20:51 Mikle Kolyada
2018-03-22 17:10 Mikle Kolyada
2017-11-27 21:00 Robin H. Johnson
2017-02-24 23:14 Michael Weber
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-14 12:43 Jeroen Roovers
2017-01-11 10:35 Agostino Sarubbo
2016-12-23 15:07 Markus Meier
2016-12-06 12:58 Thomas Deutschmann
2016-12-05 22:54 Tobias Klausmann
2016-11-27 23:31 Thomas Deutschmann
2016-11-16  9:10 Tobias Klausmann
2016-11-13  8:46 Markus Meier
2016-10-26 20:14 Robin H. Johnson
2016-10-24 23:44 Robin H. Johnson
2016-10-24 21:42 Robin H. Johnson
2016-07-14 19:56 Robin H. Johnson

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=1694359280.7cc04099f300d2fe4d8953c7089835038a4fc87b.sam@gentoo \
    --to=sam@gentoo.org \
    --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