From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A71C0158074 for ; Fri, 20 Jun 2025 15:26:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 90A4B340D3A for ; Fri, 20 Jun 2025 15:26:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 90CD11104D9; Fri, 20 Jun 2025 15:26:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 83C0C1104D9 for ; Fri, 20 Jun 2025 15:26:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39F93340D3A for ; Fri, 20 Jun 2025 15:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE1C5284A for ; Fri, 20 Jun 2025 15:26:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1750433179.37427c145c1e84d43d01b0a565078efb93e893a7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/metalog/Manifest app-admin/metalog/metalog-20220214.ebuild X-VCS-Directories: app-admin/metalog/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 37427c145c1e84d43d01b0a565078efb93e893a7 X-VCS-Branch: master Date: Fri, 20 Jun 2025 15:26:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f8cff11-0f7d-4ce3-8273-f8c861a5eaea X-Archives-Hash: 3985bd94817352db99dce0efa41033db commit: 37427c145c1e84d43d01b0a565078efb93e893a7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jun 20 15:24:15 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 20 15:26:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37427c14 app-admin/metalog: drop 20220214, EAPI=7-- Signed-off-by: Arthur Zamarin gentoo.org> app-admin/metalog/Manifest | 1 - app-admin/metalog/metalog-20220214.ebuild | 66 ------------------------------- 2 files changed, 67 deletions(-) diff --git a/app-admin/metalog/Manifest b/app-admin/metalog/Manifest index 24d3adf61687..16c82ffb50fb 100644 --- a/app-admin/metalog/Manifest +++ b/app-admin/metalog/Manifest @@ -1,2 +1 @@ -DIST metalog-20220214.tar.gz 40898 BLAKE2B 7ef04b9e0cd1ba878a11d988ec4b4bffa3d733f86c6b8cec57d32dcf837fe48a001a233a2b09378443b26f6e69869b8de7afeb25f11bb7729b66e1aa3a305f67 SHA512 44a1443e8f9e92460f128aa35125d50ae247ba4f2ce8fd8cc32b96a491e29963cdc27be12a6db28f286e2d5a2bc6243e126a77ae3eb642e7c969d58446a18fcd DIST metalog-20230719.tar.gz 42579 BLAKE2B 6088c86fad90185fcb22a96ff88686647eac1fb4216884f43c07dff23274efc748c908f6f98162f743d2528437748f79809dfe6911d8d47e6cf7e58c8f3ca3b4 SHA512 a717dca5e00e9e66b97a84c3dbb0cdda522cbe628fad4cfbcb5256ee69659c63149bbb1e8797028bbab55d97787661c1d7316c7c2cbfe3b65932f84d64af15f6 diff --git a/app-admin/metalog/metalog-20220214.ebuild b/app-admin/metalog/metalog-20220214.ebuild deleted file mode 100644 index 9e1930d36f8a..000000000000 --- a/app-admin/metalog/metalog-20220214.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools systemd - -DESCRIPTION="A highly configurable replacement for syslogd/klogd" -HOMEPAGE="https://github.com/hvisage/metalog" -SRC_URI="https://github.com/hvisage/${PN}/archive/${P}.tar.gz" -S="${WORKDIR}"/${PN}-${P} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="unicode" - -RDEPEND="dev-libs/libpcre2" -DEPEND="${RDEPEND}" -BDEPEND="dev-build/autoconf-archive - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9-metalog-conf.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf $(use_with unicode) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README NEWS metalog.conf - - into / - newsbin "${FILESDIR}"/consolelog.sh-r1 consolelog.sh - - newinitd "${FILESDIR}"/metalog.initd-r1 metalog - newconfd "${FILESDIR}"/metalog.confd metalog - systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service -} - -pkg_preinst() { - if [[ -d "${ROOT}"/etc/metalog && ! -e "${ROOT}"/etc/metalog.conf ]] ; then - mv -f "${ROOT}"/etc/metalog/metalog.conf "${ROOT}"/etc/metalog.conf - rmdir "${ROOT}"/etc/metalog - export MOVED_METALOG_CONF=true - else - export MOVED_METALOG_CONF=false - fi -} - -pkg_postinst() { - if ${MOVED_METALOG_CONF} ; then - ewarn "The default metalog.conf file has been moved" - ewarn "from ${EROOT}/etc/metalog/metalog.conf to just" - ewarn "${EROOT}/etc/metalog.conf. If you had a standard" - ewarn "setup, the file has been moved for you." - fi -}