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 55BC413829C for ; Sun, 5 Jun 2016 11:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F266A254024; Sun, 5 Jun 2016 11:00:03 +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 81C0D254024 for ; Sun, 5 Jun 2016 11:00:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD550340A22 for ; Sun, 5 Jun 2016 11:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE1B72 for ; Sun, 5 Jun 2016 10:59:58 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1465124375.9e70a69835701100d52a8075a1e2332740b6d5a5.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/systemd-cron/systemd-cron-1.5.3.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 9e70a69835701100d52a8075a1e2332740b6d5a5 X-VCS-Branch: master Date: Sun, 5 Jun 2016 10:59:58 +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: 8f9ae5c9-43da-460c-bed8-31512048342f X-Archives-Hash: 8d36ee0aced9352ec64dfcdd345be5b6 commit: 9e70a69835701100d52a8075a1e2332740b6d5a5 Author: Richard Freeman gentoo org> AuthorDate: Sun Jun 5 10:58:05 2016 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sun Jun 5 10:59:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e70a698 sys-process/systemd-cron: Shorten description Package-Manager: portage-2.2.28 sys-process/systemd-cron/systemd-cron-1.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild index ee6d11a..b759b35 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( pypy3 python{3_3,3_4} ) inherit eutils python-single-r1 systemd -DESCRIPTION="systemd units to provide minimal cron daemon functionality by running scripts in cron directories" +DESCRIPTION="systemd units to create timers for cron directories and crontab" HOMEPAGE="https://github.com/systemd-cron/systemd-cron/" SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-cron-${PV}.tar.gz"