public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/at: at-3.1.13-r2.ebuild ChangeLog
Date: Sat, 13 Jul 2013 12:09:27 +0000 (UTC)	[thread overview]
Message-ID: <20130713120927.6E5502171D@flycatcher.gentoo.org> (raw)

pacho       13/07/13 12:09:27

  Modified:             at-3.1.13-r2.ebuild ChangeLog
  Log:
  Install unit file (#471126)
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  sys-process/at/at-3.1.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild?r1=1.2&r2=1.3

Index: at-3.1.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- at-3.1.13-r2.ebuild	27 Feb 2013 13:06:29 -0000	1.2
+++ at-3.1.13-r2.ebuild	13 Jul 2013 12:09:27 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild,v 1.2 2013/02/27 13:06:29 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.13-r2.ebuild,v 1.3 2013/07/13 12:09:27 pacho Exp $
 
 EAPI=4
 
-inherit autotools eutils flag-o-matic pam user
+inherit autotools eutils flag-o-matic pam user systemd
 
 DESCRIPTION="Queues jobs for later execution"
 HOMEPAGE="http://packages.qa.debian.org/a/at.html"
@@ -68,6 +68,8 @@
 		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() {



1.46                 sys-process/at/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	27 Feb 2013 13:06:29 -0000	1.45
+++ ChangeLog	13 Jul 2013 12:09:27 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for sys-process/at
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.45 2013/02/27 13:06:29 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/at/ChangeLog,v 1.46 2013/07/13 12:09:27 pacho Exp $
+
+  13 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/atd.service,
+  at-3.1.13-r2.ebuild:
+  Install unit file (#471126)
 
   27 Feb 2013; Lars Wendler <polynomial-c@gentoo.org>
   -files/at-3.1.10.1-Makefile.patch, -at-3.1.10.2-r1.ebuild,





             reply	other threads:[~2013-07-13 12:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-13 12:09 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-14 10:56 [gentoo-commits] gentoo-x86 commit in sys-process/at: at-3.1.13-r2.ebuild ChangeLog Agostino Sarubbo (ago)
2013-09-14 10:06 Agostino Sarubbo (ago)
2013-09-14  7:41 Agostino Sarubbo (ago)
2013-09-12 18:58 Agostino Sarubbo (ago)
2013-09-12 17:18 Agostino Sarubbo (ago)
2013-09-08  9:09 Agostino Sarubbo (ago)
2013-09-06 18:35 Agostino Sarubbo (ago)
2013-02-26 20:31 Anthony G. Basile (blueness)

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=20130713120927.6E5502171D@flycatcher.gentoo.org \
    --to=pacho@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