public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/chkcrontab/
Date: Thu, 16 Mar 2017 21:36:30 +0000 (UTC)	[thread overview]
Message-ID: <1489699993.a11697b6b1a1ffdc22f32ff812bd447daacf35e9.gokturk@gentoo> (raw)

commit:     a11697b6b1a1ffdc22f32ff812bd447daacf35e9
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Mar  6 08:18:04 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 21:33:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11697b6

app-misc/chkcrontab: bump to 1.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/chkcrontab/Manifest              |  1 +
 app-misc/chkcrontab/chkcrontab-1.7.ebuild | 26 ++++++++++++++++++++++++++
 app-misc/chkcrontab/metadata.xml          | 23 +++++++++++------------
 3 files changed, 38 insertions(+), 12 deletions(-)

diff --git a/app-misc/chkcrontab/Manifest b/app-misc/chkcrontab/Manifest
index 9456297b248..429db9b98f6 100644
--- a/app-misc/chkcrontab/Manifest
+++ b/app-misc/chkcrontab/Manifest
@@ -1 +1,2 @@
 DIST chkcrontab-1.6.tar.gz 24701 SHA256 be7436d5ece4ad6390365f6edf0f1dc59dfd655a9de3b4699884343ceb150f2e SHA512 249061ecf7c8dc2d2275dcda3048fd00fc2ca85d39dabb2de61a3ab415243bbd1a61222be8c0ddfa66eb36577bb2efb27ba4a0c2a013559dee126c95cc73bd1b WHIRLPOOL 13995293e761930d0d900c3e7fa5b7695fad3416ade96fc34be415a448ca5e5969f5b82889d46041ed801ca2f13e5154a01698d753898ee9027bd9a2c8e6e29f
+DIST chkcrontab-1.7.tar.gz 25088 SHA256 1725172dbdea26f1aef915b9acd7100605e49f8675761900bc0992a227d767b9 SHA512 5236b1996a8d4f5d3861bf3d8a1bafafa271237965721ea4ff61e6712ee4546b9d0484483a0dac25f9d920904f899f2930b46df16d656083b422d95a1d6de0c0 WHIRLPOOL bf89b4a126e3244e2b02ec594e57cc50df802be75427148c326d132e1fcbd3df5346301093860d664ca221cc85e78c65768c2a43108f09de11a7c1fdad8a46fc

diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild
new file mode 100644
index 00000000000..97df477c808
--- /dev/null
+++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to detect crontab errors"
+HOMEPAGE="https://github.com/lyda/chkcrontab"
+SRC_URI="https://github.com/lyda/chkcrontab/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+python_test() {
+	esetup.py test || die
+}
+
+python_install_all() {
+	doman doc/${PN}.1
+	distutils-r1_python_install_all
+}

diff --git a/app-misc/chkcrontab/metadata.xml b/app-misc/chkcrontab/metadata.xml
index 6bd01bfaf51..d69c349ca9a 100644
--- a/app-misc/chkcrontab/metadata.xml
+++ b/app-misc/chkcrontab/metadata.xml
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>hydrapolic@gmail.com</email>
-		<name>Tomas Mozes</name>
-		<description>Proxy maintainer</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">lyda/chkcrontab</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">lyda/chkcrontab</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-03-16 21:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 21:36 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29 19:16 [gentoo-commits] repo/gentoo:master commit in: app-misc/chkcrontab/ Sam James
2024-09-08 10:41 Michał Górny
2024-05-28 12:35 Sam James
2024-05-28 12:29 Michał Górny
2023-05-01 12:34 Michał Górny
2022-06-08  6:13 Joonas Niilola
2022-06-08  6:13 Joonas Niilola
2022-06-03 10:02 Arthur Zamarin
2022-05-31 22:12 Sam James
2020-11-22  7:54 Joonas Niilola
2020-11-22  0:31 Thomas Deutschmann
2020-10-13 12:06 Joonas Niilola
2020-05-01 15:09 Joonas Niilola
2020-02-11 11:38 Michał Górny
2017-10-29 22:08 Thomas Deutschmann
2017-07-15 16:42 Tobias Klausmann
2017-03-17 10:15 Agostino Sarubbo
2016-01-04 13:31 Ian Delaney

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=1489699993.a11697b6b1a1ffdc22f32ff812bd447daacf35e9.gokturk@gentoo \
    --to=gokturk@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