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 B37BF1381F3 for ; Fri, 16 Aug 2013 07:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC6BFE0E54; Fri, 16 Aug 2013 07:48:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 673C0E0E54 for ; Fri, 16 Aug 2013 07:48:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 584A433ECA6 for ; Fri, 16 Aug 2013 07:48:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 00E172171C; Fri, 16 Aug 2013 07:48:16 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Linux-Smaps: Linux-Smaps-0.120.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Linux-Smaps-0.120.0.ebuild ChangeLog X-VCS-Directories: dev-perl/Linux-Smaps X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130816074817.00E172171C@flycatcher.gentoo.org> Date: Fri, 16 Aug 2013 07:48:16 +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: b446f89c-e30a-4f68-8b3b-f01d24d533c3 X-Archives-Hash: 6e6961ef88c53485ac213ac66d943f12 patrick 13/08/16 07:48:16 Modified: ChangeLog Added: Linux-Smaps-0.120.0.ebuild Log: Bump (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.12 dev-perl/Linux-Smaps/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 21 Jan 2013 17:30:37 -0000 1.11 +++ ChangeLog 16 Aug 2013 07:48:16 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Linux-Smaps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog,v 1.11 2013/01/21 17:30:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/ChangeLog,v 1.12 2013/08/16 07:48:16 patrick Exp $ + +*Linux-Smaps-0.120.0 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer +Linux-Smaps-0.120.0.ebuild: + Bump *Linux-Smaps-0.100.0 (21 Jan 2013) 1.1 dev-perl/Linux-Smaps/Linux-Smaps-0.120.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Linux-Smaps/Linux-Smaps-0.120.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Linux-Smaps/Linux-Smaps-0.120.0.ebuild?rev=1.1&content-type=text/plain Index: Linux-Smaps-0.120.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/Linux-Smaps-0.120.0.ebuild,v 1.1 2013/08/16 07:48:16 patrick Exp $ EAPI=5 MODULE_AUTHOR=OPI MODULE_VERSION=0.12 inherit perl-module linux-info DESCRIPTION="Linux::Smaps - a Perl interface to /proc/PID/smaps" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"