summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-02-04 01:42:14 +0000
committerChris Reffett <creffett@gentoo.org>2014-02-04 01:42:14 +0000
commit19567d90ecc94861da9bfc131121a4b04db272b2 (patch)
tree6337bafc3311e6a74a543424ace2311f9f341fb0 /dev-vcs/cvsspam
parentInitial import. (diff)
downloadgentoo-2-19567d90ecc94861da9bfc131121a4b04db272b2.tar.gz
gentoo-2-19567d90ecc94861da9bfc131121a4b04db272b2.tar.bz2
gentoo-2-19567d90ecc94861da9bfc131121a4b04db272b2.zip
EAPI bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'dev-vcs/cvsspam')
-rw-r--r--dev-vcs/cvsspam/ChangeLog7
-rw-r--r--dev-vcs/cvsspam/cvsspam-0.2.12.ebuild19
2 files changed, 15 insertions, 11 deletions
diff --git a/dev-vcs/cvsspam/ChangeLog b/dev-vcs/cvsspam/ChangeLog
index 622ce38a5134..c762f0d3edce 100644
--- a/dev-vcs/cvsspam/ChangeLog
+++ b/dev-vcs/cvsspam/ChangeLog
@@ -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 <creffett@gentoo.org> cvsspam-0.2.12.ebuild:
+ EAPI bump
22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
cvsspam-0.2.12.ebuild:
diff --git a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild
index 802ce15904e1..bffab888829c 100644
--- a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild
+++ b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild
@@ -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 @@ KEYWORDS="~amd64 ~ppc ~x86"
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