public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/restart_services/
Date: Sat, 15 Aug 2015 00:27:36 +0000 (UTC)	[thread overview]
Message-ID: <1439598362.d61405de9712d03d1165d4f21e4cca74dfa7ff25.mschiff@gentoo> (raw)

commit:     d61405de9712d03d1165d4f21e4cca74dfa7ff25
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 00:26:02 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 00:26:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61405de

app-admin/restart_services: Bump version

Package-Manager: portage-2.2.20.1

 app-admin/restart_services/Manifest                |  1 +
 .../restart_services-0.12.0.ebuild                 | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-admin/restart_services/Manifest b/app-admin/restart_services/Manifest
index 66ab15b..beb8d98 100644
--- a/app-admin/restart_services/Manifest
+++ b/app-admin/restart_services/Manifest
@@ -1,2 +1,3 @@
 DIST restart_services-0.10.0.tgz 19786 SHA256 207a0861084b0e18dd1098f46b2fa502d2fc6cd08048cf6e490d8b62efadfcbc SHA512 dcd171bc584998b36316229e426f142a9cd93c42310e8d58e0b1d3561b2b09ce817b22703dd8aba3f8dcea7ebf1a469c26a80582fc7579d73eff0c5e5104fb34 WHIRLPOOL 24b1c036f55b6bd1807a135f21dce1cdb8b4a2189913f00b060b05dc3ef57051d333a1b51274f3b7f0fc19e0871b0f900354aa385d3e79b099b243f98951dd61
 DIST restart_services-0.11.0.tgz 20259 SHA256 60a14c500126782704fc016f09fce708da53c4f4e786f5630e789e4166d50620 SHA512 f5b987938e9f2e04febd1a8e9009696aba05e087f6cfd2f2b9eb15f95067c17de696357b0c91360f9591e9376870bf867e1455ac74a6024cbaa864825a811856 WHIRLPOOL 0d5b6b4e5e8f00c75cabeb7bcc1e9b369937fa46a0804e6061ed3dfbd4040c9836da725a55475b1231d1b867f47b782ec5bcb70dd4b4fa2caf31ff55515a3f92
+DIST restart_services-0.12.0.tgz 20536 SHA256 68637f5c6accb003dc86eca019fb430d2b26016d4302b5e66198249d992e21e4 SHA512 d25cff31653ecccfa466d37631320879679d4e8347c45dc5e180a5a8b1f5755a77525ca1a941bd9933536c8f84f197f432662a929ed39c5e58e3e82b1cd0f90b WHIRLPOOL 63af03b46dec904d0c6f610fbadd1489c990810b8db7f68e0579774bbd7c4c5bb2e1ec1e439937a9a350dce8e517a6692baa8c7890f3c3d3d85469397e461cda

diff --git a/app-admin/restart_services/restart_services-0.12.0.ebuild b/app-admin/restart_services/restart_services-0.12.0.ebuild
new file mode 100644
index 0000000..6b1d9fd
--- /dev/null
+++ b/app-admin/restart_services/restart_services-0.12.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
+HOMEPAGE="http://dev.gentoo.org/~mschiff/restart_services/"
+SRC_URI="http://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	app-admin/lib_users
+	sys-apps/openrc
+"
+
+src_install() {
+	dosbin restart_services
+	doman restart_services.1
+	insinto /etc
+	doins restart_services.conf
+	dodoc README CHANGES
+}


             reply	other threads:[~2015-08-15  0:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-15  0:27 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-15  0:27 [gentoo-commits] repo/gentoo:master commit in: app-admin/restart_services/ Marc Schiffbauer
2015-09-03  0:36 Marc Schiffbauer
2015-09-07 14:14 Marc Schiffbauer
2015-12-07  2:00 Marc Schiffbauer
2015-12-07  2:00 Marc Schiffbauer
2015-12-07  2:00 Marc Schiffbauer
2015-12-07  2:00 Marc Schiffbauer

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=1439598362.d61405de9712d03d1165d4f21e4cca74dfa7ff25.mschiff@gentoo \
    --to=mschiff@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