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 C3E0A13881B for ; Wed, 23 Sep 2015 06:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF2FE0856; Wed, 23 Sep 2015 06:54:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EDBEE0856 for ; Wed, 23 Sep 2015 06:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C91C3409F9 for ; Wed, 23 Sep 2015 06:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C5BF1F4 for ; Wed, 23 Sep 2015 06:54:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1442991271.8659b0e0a7905ac228249730131fdc9e077515d4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.5.4.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8659b0e0a7905ac228249730131fdc9e077515d4 X-VCS-Branch: master Date: Wed, 23 Sep 2015 06:54:34 +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: 8cca1408-cd6c-4814-8996-a13e7f056cb2 X-Archives-Hash: aefbd013e9f3c898f1eb55895ec968ff commit: 8659b0e0a7905ac228249730131fdc9e077515d4 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Sep 23 06:54:18 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Sep 23 06:54:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8659b0e0 net-analyzer/rrdtool: Do not inherit versionator.eclass Package-Manager: portage-2.2.20.1 net-analyzer/rrdtool/rrdtool-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild index 43c9783..8ccb190 100644 --- a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild @@ -8,7 +8,7 @@ DISTUTILS_OPTIONAL=true DISTUTILS_SINGLE_IMPL=true GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils perl-module distutils-r1 flag-o-matic multilib versionator +inherit autotools eutils perl-module distutils-r1 flag-o-matic multilib DESCRIPTION="A system to store and display time-series data" HOMEPAGE="http://oss.oetiker.ch/rrdtool/"