From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A363D138334 for ; Thu, 23 May 2019 11:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B31FE0858; Thu, 23 May 2019 11:13:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A41E0858 for ; Thu, 23 May 2019 11:13:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8679E344E4A for ; Thu, 23 May 2019 11:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BAE95FA for ; Thu, 23 May 2019 11:13:07 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1558609983.90b4fc3dc41d3a8e92bb0cb8c6aebddc8ebcf211.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pg_activity/Manifest dev-db/pg_activity/pg_activity-1.2.0.ebuild dev-db/pg_activity/pg_activity-1.5.0.ebuild X-VCS-Directories: dev-db/pg_activity/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 90b4fc3dc41d3a8e92bb0cb8c6aebddc8ebcf211 X-VCS-Branch: master Date: Thu, 23 May 2019 11:13:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb69c2e5-5d30-45eb-a68d-ba9bde395e78 X-Archives-Hash: dd4351f46b30269176f535829a5b5b6e commit: 90b4fc3dc41d3a8e92bb0cb8c6aebddc8ebcf211 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu May 23 11:12:32 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu May 23 11:13:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b4fc3d dev-db/pg_activity: version bump to 1.5.0 - remove old Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-db/pg_activity/Manifest | 2 +- .../{pg_activity-1.2.0.ebuild => pg_activity-1.5.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest index 88fd269b943..73161f657e1 100644 --- a/dev-db/pg_activity/Manifest +++ b/dev-db/pg_activity/Manifest @@ -1 +1 @@ -DIST pg_activity-1.2.0.tar.gz 88863 BLAKE2B 2436b206bc9aec2d5ee678e753191020520f282f62e25f23aa8182bbc215716b82bf800af5e68567c0cff7eb3ff9ff02c46b8f646e4ffc4d2401e89830d8811a SHA512 0bf2f3f746755cb3bc6cbff6a9377d172b15a82c836a19cd52ef8073c39cbb8ffaf2f9583fca437cabc7251bab55a874e1ee8e0559778881d42bcc030bf5d0c4 +DIST pg_activity-1.5.0.tar.gz 92392 BLAKE2B ffe39f602773e0e63ca9bc8a5c96a5dad6a0862aa622b7bf4f3073d869c33bf6e4b79a152a3c956e780d70852aaedf3172a693536436ecbbf89e6943e41ba654 SHA512 01e3d2a1f0c839e40d1da79197dd8a405dee302d46495b972f11e3672e52becceb6211cccc6e1a5c711ca36247dcead6e959435d5f4eb1735556073b6c834904 diff --git a/dev-db/pg_activity/pg_activity-1.2.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild similarity index 88% rename from dev-db/pg_activity/pg_activity-1.2.0.ebuild rename to dev-db/pg_activity/pg_activity-1.5.0.ebuild index ab84a426b26..4dfd633a9d5 100644 --- a/dev-db/pg_activity/pg_activity-1.2.0.ebuild +++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Realtime PostgreSQL database server monitoring tool" HOMEPAGE="https://github.com/julmon/pg_activity/" SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" SLOT="0" LICENSE="POSTGRESQL"