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 53CFB13877A for ; Fri, 27 Jun 2014 10:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBBDE0B89; Fri, 27 Jun 2014 10:08:37 +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 56C54E0B89 for ; Fri, 27 Jun 2014 10:08:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4345434013A for ; Fri, 27 Jun 2014 10:08:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id 3D1E02004E; Fri, 27 Jun 2014 10:08:34 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-trayicon: gtk2-trayicon-0.60.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gtk2-trayicon-0.60.0-r1.ebuild ChangeLog X-VCS-Directories: dev-perl/gtk2-trayicon X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140627100834.3D1E02004E@flycatcher.gentoo.org> Date: Fri, 27 Jun 2014 10:08: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: 3e9edb43-02ed-4926-b2e2-541cbe14495f X-Archives-Hash: 7d528c7a75482b4a935732703d95d01d zlogene 14/06/27 10:08:34 Modified: ChangeLog Added: gtk2-trayicon-0.60.0-r1.ebuild Log: Revision bump: EAPI=5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.24 dev-perl/gtk2-trayicon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 24 Jun 2012 12:59:14 -0000 1.23 +++ ChangeLog 27 Jun 2014 10:08:34 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/gtk2-trayicon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.23 2012/06/24 12:59:14 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.24 2014/06/27 10:08:34 zlogene Exp $ + +*gtk2-trayicon-0.60.0-r1 (27 Jun 2014) + + 27 Jun 2014; Mikle Kolyada + +gtk2-trayicon-0.60.0-r1.ebuild: + Revision bump: EAPI=5 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info 1.1 dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild?rev=1.1&content-type=text/plain Index: gtk2-trayicon-0.60.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild,v 1.1 2014/06/27 10:08:34 zlogene Exp $ EAPI=5 MODULE_AUTHOR=BORUP MODULE_VERSION=0.06 MY_PN=Gtk2-TrayIcon inherit perl-module DESCRIPTION="Perl wrappers for the egg cup Gtk2::TrayIcon utilities." HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=" >=dev-perl/glib-perl-1.012 >=dev-perl/gtk2-perl-1.012 gnome-base/libglade:2.0 x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-perl/extutils-depends dev-perl/extutils-pkgconfig virtual/pkgconfig"