From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE15C138206 for ; Thu, 28 Apr 2016 11:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632E321C001; Thu, 28 Apr 2016 11:40:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3C5A21C003 for ; Thu, 28 Apr 2016 11:40:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02D7F340B37 for ; Thu, 28 Apr 2016 11:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E3D032D for ; Thu, 28 Apr 2016 11:40:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1461843623.c6596c4cf6481f0565ea9e6327526f9f6aa1968c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/at/at-3.1.16-r1.ebuild sys-process/at/at-3.1.18.ebuild X-VCS-Directories: sys-process/at/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c6596c4cf6481f0565ea9e6327526f9f6aa1968c X-VCS-Branch: master Date: Thu, 28 Apr 2016 11:40:27 +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-Archives-Salt: e7e16853-0109-4ac8-80bb-9b66a1499f3f X-Archives-Hash: d3a6e40212f993d55fcc821619792074 commit: c6596c4cf6481f0565ea9e6327526f9f6aa1968c Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 28 11:40:07 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 28 11:40:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6596c4c sys-process/at: Removed old. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> sys-process/at/at-3.1.16-r1.ebuild | 82 ------------------------------------ sys-process/at/at-3.1.18.ebuild | 86 -------------------------------------- 2 files changed, 168 deletions(-) diff --git a/sys-process/at/at-3.1.16-r1.ebuild b/sys-process/at/at-3.1.16-r1.ebuild deleted file mode 100644 index 0f7bed4..0000000 --- a/sys-process/at/at-3.1.16-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils flag-o-matic pam user systemd - -DESCRIPTION="Queues jobs for later execution" -HOMEPAGE="http://packages.qa.debian.org/a/at.html" -SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="pam selinux" - -DEPEND="virtual/mta - >=sys-devel/autoconf-2.64 - sys-devel/bison - >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" -RDEPEND="virtual/mta - virtual/logger - selinux? ( sec-policy/selinux-at )" - -pkg_setup() { - enewgroup at 25 - enewuser at 25 -1 /var/spool/at/atjobs at -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.1.8-more-deny.patch - epatch "${FILESDIR}"/${PN}-3.1.14-Makefile.patch - # fix parallel make issues, bug #244884 - epatch "${FILESDIR}"/${PN}-3.1.10.2-Makefile.in-parallel-make-fix.patch - epatch "${FILESDIR}"/${PN}-3.1.13-configure.in-fix-PAM-automagick-dep.patch - # Fix parallel make issue (bug #408375) - epatch "${FILESDIR}"/${PN}-3.1.13-parallel-make-fix.patch - epatch "${FILESDIR}"/${PN}-3.1.13-getloadavg.patch - - eautoconf -} - -src_configure() { - use pam || my_conf="--without-pam" - econf \ - --sysconfdir=/etc/at \ - --with-jobdir=/var/spool/at/atjobs \ - --with-atspool=/var/spool/at/atspool \ - --with-etcdir=/etc/at \ - --with-daemon_username=at \ - --with-daemon_groupname=at \ - ${my_conf} -} - -src_install() { - emake install IROOT="${D}" - - newinitd "${FILESDIR}"/atd.rc8 atd - newconfd "${FILESDIR}"/atd.confd atd - newpamd "${FILESDIR}"/at.pamd-3.1.13-r1 atd - - # Preserve existing .SEQ files (bug #386625) - local seq_file="${ROOT}/var/spool/at/atjobs/.SEQ" - if [ -f "${seq_file}" ] ; then - einfo "Preserving existing .SEQ file (bug #386625)." - cp -p "${seq_file}" "${D}"/var/spool/at/atjobs/ || die - fi - - systemd_dounit "${FILESDIR}/atd.service" -} - -pkg_postinst() { - einfo "Forcing correct permissions on /var/spool/at" - chown at:at "${ROOT}/var/spool/at/atjobs" - chmod 1770 "${ROOT}/var/spool/at/atjobs" - chown at:at "${ROOT}/var/spool/at/atjobs/.SEQ" - chmod 0600 "${ROOT}/var/spool/at/atjobs/.SEQ" - chown at:at "${ROOT}/var/spool/at/atspool" - chmod 1770 "${ROOT}/var/spool/at/atspool" -} diff --git a/sys-process/at/at-3.1.18.ebuild b/sys-process/at/at-3.1.18.ebuild deleted file mode 100644 index 3052626..0000000 --- a/sys-process/at/at-3.1.18.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils flag-o-matic pam user systemd - -DESCRIPTION="Queues jobs for later execution" -HOMEPAGE="http://packages.qa.debian.org/a/at.html" -SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="pam selinux" - -DEPEND="virtual/mta - >=sys-devel/autoconf-2.64 - sys-devel/bison - >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" -RDEPEND="virtual/mta - virtual/logger - selinux? ( sec-policy/selinux-at )" - -S="${WORKDIR}" - -pkg_setup() { - enewgroup at 25 - enewuser at 25 -1 /var/spool/at/atjobs at -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.1.8-more-deny.patch - epatch "${FILESDIR}"/${PN}-3.1.14-Makefile.patch - # fix parallel make issues, bug #244884 - epatch "${FILESDIR}"/${PN}-3.1.10.2-Makefile.in-parallel-make-fix.patch - epatch "${FILESDIR}"/${PN}-3.1.13-configure.in-fix-PAM-automagick-dep.patch - # Fix parallel make issue (bug #408375) - epatch "${FILESDIR}"/${PN}-3.1.13-parallel-make-fix.patch - epatch "${FILESDIR}"/${PN}-3.1.13-getloadavg.patch - - eautoconf -} - -src_configure() { - use pam || my_conf="--without-pam" - use selinux && my_conf+= "--with-selinux" - econf \ - --sysconfdir=/etc/at \ - --with-jobdir=/var/spool/at/atjobs \ - --with-atspool=/var/spool/at/atspool \ - --with-etcdir=/etc/at \ - --with-daemon_username=at \ - --with-daemon_groupname=at \ - ${my_conf} -} - -src_install() { - emake install IROOT="${D}" - - newinitd "${FILESDIR}"/atd.rc8 atd - newconfd "${FILESDIR}"/atd.confd atd - newpamd "${FILESDIR}"/at.pamd-3.1.13-r1 atd - - # Preserve existing .SEQ files (bug #386625) - local seq_file="${ROOT}/var/spool/at/atjobs/.SEQ" - if [ -f "${seq_file}" ] ; then - einfo "Preserving existing .SEQ file (bug #386625)." - cp -p "${seq_file}" "${D}"/var/spool/at/atjobs/ || die - fi - - systemd_dounit "${FILESDIR}/atd.service" -} - -pkg_postinst() { - einfo "Forcing correct permissions on /var/spool/at" - local atspooldir="${ROOT}/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" -}