summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-06-01 12:19:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-06-01 12:19:09 +0000
commit155091b6b85586efa439561481feecffa1fea55d (patch)
tree2be6f2c2e31a3f8b9441dec9e2d011afea089b29 /sci-geosciences/mtkbabel
parentversion bump, removed old (diff)
downloadgentoo-2-155091b6b85586efa439561481feecffa1fea55d.tar.gz
gentoo-2-155091b6b85586efa439561481feecffa1fea55d.tar.bz2
gentoo-2-155091b6b85586efa439561481feecffa1fea55d.zip
Update to eapi4.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/mtkbabel')
-rw-r--r--sci-geosciences/mtkbabel/ChangeLog7
-rw-r--r--sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-geosciences/mtkbabel/ChangeLog b/sci-geosciences/mtkbabel/ChangeLog
index 59b1a8b50747..a0411a44851e 100644
--- a/sci-geosciences/mtkbabel/ChangeLog
+++ b/sci-geosciences/mtkbabel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/mtkbabel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.4 2010/04/27 10:44:07 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.5 2011/06/01 12:19:09 scarabeus Exp $
+
+ 01 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> mtkbabel-0.8.2.ebuild:
+ Update to eapi4.
*mtkbabel-0.8.2 (27 Apr 2010)
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild
index 959316cbb154..77f369f13fda 100644
--- a/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild
+++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild,v 1.1 2010/04/27 10:44:07 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild,v 1.2 2011/06/01 12:19:09 scarabeus Exp $
-EAPI="3"
+EAPI=4
DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger."
HOMEPAGE="http://sourceforge.net/projects/mtkbabel/"
@@ -20,7 +20,7 @@ RDEPEND="
"
src_install() {
- doman mtkbabel.1 || die
- dobin mtkbabel || die
- dodoc MtkExtensionsv1.xsd README changelog || die
+ doman mtkbabel.1
+ dobin mtkbabel
+ dodoc MtkExtensionsv1.xsd README changelog
}