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 24AA01380DC for ; Tue, 4 Feb 2014 01:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8211E0B91; Tue, 4 Feb 2014 01:42:17 +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 2A0B0E0B91 for ; Tue, 4 Feb 2014 01:42:17 +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 296CB33F8CA for ; Tue, 4 Feb 2014 01:42:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2324) id C424A2004C; Tue, 4 Feb 2014 01:42:14 +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 dev-vcs/cvsspam: cvsspam-0.2.12.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cvsspam-0.2.12.ebuild ChangeLog X-VCS-Directories: dev-vcs/cvsspam X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140204014214.C424A2004C@flycatcher.gentoo.org> Date: Tue, 4 Feb 2014 01:42:14 +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: e9501750-97de-4cd5-8790-a5a524d6d2f3 X-Archives-Hash: 50e63525bb98ce61928609ecc597adfa creffett 14/02/04 01:42:14 Modified: cvsspam-0.2.12.ebuild ChangeLog Log: EAPI bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354) Revision Changes Path 1.3 dev-vcs/cvsspam/cvsspam-0.2.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild?r1=1.2&r2=1.3 Index: cvsspam-0.2.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cvsspam-0.2.12.ebuild 22 Jun 2010 18:44:07 -0000 1.2 +++ cvsspam-0.2.12.ebuild 4 Feb 2014 01:42:14 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild,v 1.2 2010/06/22 18:44:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild,v 1.3 2014/02/04 01:42:14 creffett Exp $ -EAPI=2 +EAPI=5 inherit eutils @@ -16,18 +16,19 @@ IUSE="subversion" RDEPEND="dev-lang/ruby - subversion? ( dev-vcs/subversion )" + subversion? ( dev-vcs/subversion ) +" src_prepare() { use subversion && epatch "${FILESDIR}/${P}-svn.patch" } src_install() { - dobin collect_diffs.rb || die - dobin cvsspam.rb || die - dobin record_lastdir.rb || die - insinto /etc/cvsspam || die - doins cvsspam.conf || die + dobin collect_diffs.rb + dobin cvsspam.rb + dobin record_lastdir.rb + insinto /etc/cvsspam + doins cvsspam.conf dohtml cvsspam-doc.html dodoc CREDITS TODO cvsspam-doc.pdf 1.3 dev-vcs/cvsspam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsspam/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 22 Jun 2010 18:44:07 -0000 1.2 +++ ChangeLog 4 Feb 2014 01:42:14 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsspam -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/ChangeLog,v 1.2 2010/06/22 18:44:07 arfrever Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/ChangeLog,v 1.3 2014/02/04 01:42:14 creffett Exp $ + + 04 Feb 2014; Chris Reffett cvsspam-0.2.12.ebuild: + EAPI bump 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis cvsspam-0.2.12.ebuild: