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 F30AC138247 for ; Tue, 21 Jan 2014 04:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22C1E0B9F; Tue, 21 Jan 2014 04:15:07 +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 5BC11E0B9F for ; Tue, 21 Jan 2014 04:15:07 +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 65C1833FA1E for ; Tue, 21 Jan 2014 04:15:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2324) id 31B342004C; Tue, 21 Jan 2014 04:15:05 +0000 (UTC) From: "Chris Reffett (creffett)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, creffett@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-admin/reportmagic: reportmagic-2.21.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: reportmagic-2.21.ebuild ChangeLog X-VCS-Directories: app-admin/reportmagic X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140121041505.31B342004C@flycatcher.gentoo.org> Date: Tue, 21 Jan 2014 04:15:05 +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: f43da19c-ac50-451f-a56d-6fff57875e1c X-Archives-Hash: 8f6f040af28d87e8cc93e0de7ec72385 creffett 14/01/21 04:15:05 Modified: reportmagic-2.21.ebuild ChangeLog Log: EAPI bump (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 42618354) Revision Changes Path 1.16 app-admin/reportmagic/reportmagic-2.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild?r1=1.15&r2=1.16 Index: reportmagic-2.21.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- reportmagic-2.21.ebuild 25 Feb 2011 18:08:05 -0000 1.15 +++ reportmagic-2.21.ebuild 21 Jan 2014 04:15:05 -0000 1.16 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.15 2011/02/25 18:08:05 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.16 2014/01/21 04:15:05 creffett Exp $ -EAPI=1 +EAPI=5 DESCRIPTION="Makes usable statistics from your web site log file analysis" HOMEPAGE="http://www.reportmagic.org/" 1.19 app-admin/reportmagic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/reportmagic/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 25 Feb 2011 18:08:05 -0000 1.18 +++ ChangeLog 21 Jan 2014 04:15:05 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for app-admin/reportmagic -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.18 2011/02/25 18:08:05 signals Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.19 2014/01/21 04:15:05 creffett Exp $ + + 21 Jan 2014; Chris Reffett reportmagic-2.21.ebuild: + EAPI bump 25 Feb 2011; Kevin McCarthy reportmagic-2.21.ebuild: Changed dependency from media-libs/jpeg to virtual/jpeg @@ -59,4 +62,3 @@ 28 Apr 2004; Daniel Ahlberg reportmagic-2.21.ebuild: Initial import. -