From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4140158020 for ; Sat, 15 Oct 2022 15:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15D5AE0923; Sat, 15 Oct 2022 15:34:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id F41E0E0923 for ; Sat, 15 Oct 2022 15:34:06 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27C4A340F32 for ; Sat, 15 Oct 2022 15:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFDF619 for ; Sat, 15 Oct 2022 15:34:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665847938.4ad32b26a7dbe6246d756d185a694f679997ac1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/at/Manifest sys-process/at/at-3.2.2-r2.ebuild X-VCS-Directories: sys-process/at/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ad32b26a7dbe6246d756d185a694f679997ac1c X-VCS-Branch: master Date: Sat, 15 Oct 2022 15:34:04 +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: 34bc0b2b-a01c-4075-be39-8c1135762595 X-Archives-Hash: 52444465d1dc3c236db7123673cad8ac commit: 4ad32b26a7dbe6246d756d185a694f679997ac1c Author: Sam James gentoo org> AuthorDate: Sat Oct 15 15:32:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 15:32:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad32b26 sys-process/at: drop 3.2.2-r2 Signed-off-by: Sam James gentoo.org> sys-process/at/Manifest | 1 - sys-process/at/at-3.2.2-r2.ebuild | 97 --------------------------------------- 2 files changed, 98 deletions(-) diff --git a/sys-process/at/Manifest b/sys-process/at/Manifest index 11ae77710258..880acbd66623 100644 --- a/sys-process/at/Manifest +++ b/sys-process/at/Manifest @@ -1,2 +1 @@ -DIST at_3.2.2.orig.tar.gz 127677 BLAKE2B f4b0e1cd09d1e679d0bcc287462300827d12663927dce1534a74bd4ecd670f903a81cd6147c03b0e55192655c2a99250c27ad0e9892342d91b0279210fb79a64 SHA512 e6f5aeddd89438aadff627d654ebc821a0b0e1a600ebaacc8a5fd3ec2c7c716f593757d00501311736d28f6d4276899667d6901d70836af208ff7d181b5b680f DIST at_3.2.5.orig.tar.gz 132660 BLAKE2B 30cd8e53aff8176ceea62f2a34c0cc0706b35fc187c2da58f86ec6ca4cec4701bfab9d932949d57b9750a18841d315d7c9a4289691f209c899598991f6541a32 SHA512 542e8948bbdc1d06934070cbfe242688b541ef6342c6b0351255f8b9d7a3ed915a9304b5cf5442dfc15845b3d2b926ebecbfc5bccd204519d0a2775b27f8139c diff --git a/sys-process/at/at-3.2.2-r2.ebuild b/sys-process/at/at-3.2.2-r2.ebuild deleted file mode 100644 index 3f39f76a02ae..000000000000 --- a/sys-process/at/at-3.2.2-r2.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools pam systemd - -MY_P="${PN}_${PV}" - -DESCRIPTION="Queues jobs for later execution" -HOMEPAGE="http://blog.calhariz.com/index.php/tag/at https://packages.qa.debian.org/a/at.html" -SRC_URI="http://software.calhariz.com/at/${MY_P}.orig.tar.gz - mirror://debian/pool/main/a/at/${MY_P}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="pam selinux" - -DEPEND=" - acct-group/at - acct-user/at - virtual/mta - pam? ( sys-libs/pam ) -" -RDEPEND="${DEPEND} - virtual/mta - virtual/logger - selinux? ( sec-policy/selinux-at ) -" -BDEPEND=" - >=sys-devel/autoconf-2.64 - sys-devel/bison - >=sys-devel/flex-2.5.4a -" - -PATCHES=( - "${FILESDIR}"/${PN}-3.1.8-more-deny.patch - "${FILESDIR}"/${PN}-3.1.14-Makefile.patch - # fix parallel make issues, bug #244884 - "${FILESDIR}"/${PN}-3.1.10.2-Makefile.in-parallel-make-fix.patch - "${FILESDIR}"/${PN}-3.1.13-configure.in-fix-PAM-automagick-dep.patch - # Fix parallel make issue (bug #408375) - "${FILESDIR}"/${PN}-3.1.13-parallel-make-fix.patch - "${FILESDIR}"/${PN}-3.1.13-getloadavg.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --sysconfdir="${EPREFIX}"/etc/at - --with-jobdir="${EPREFIX}"/var/spool/at/atjobs - --with-atspool="${EPREFIX}"/var/spool/at/atspool - --with-etcdir="${EPREFIX}"/etc/at - --with-daemon_username=at - --with-daemon_groupname=at - $(usex pam '' --without-pam) - $(use_with selinux) - ) - econf ${myeconfargs[@]} -} - -src_install() { - emake install IROOT="${D}" - - newinitd "${FILESDIR}"/atd.rc8 atd - newconfd "${FILESDIR}"/atd.confd atd - - if use pam ; then - newpamd "${FILESDIR}"/at.pamd-3.1.13-r1 atd - fi - - # Preserve existing .SEQ files (bug #386625) - local seq_file="${EROOT}/var/spool/at/atjobs/.SEQ" - if [[ -f "${seq_file}" ]] ; then - einfo "Preserving existing .SEQ file (bug #386625)." - cp -p "${seq_file}" "${ED}"/var/spool/at/atjobs/ || die - fi - - systemd_dounit "${FILESDIR}/atd.service" - keepdir /var/spool/at/atspool -} - -pkg_postinst() { - einfo "Forcing correct permissions on /var/spool/at" - local atspooldir="${EROOT}/var/spool/at" - chown at:at "${atspooldir}/atjobs" - chmod 1770 "${atspooldir}/atjobs" - chown at:at "${atspooldir}/atjobs/.SEQ" - chmod 0600 "${atspooldir}/atjobs/.SEQ" - chown at:at "${atspooldir}/atspool" - chmod 1770 "${atspooldir}/atspool" -}