diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-01 12:19:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-01 12:19:09 +0000 |
commit | ee00f2eb236beca5d1f8666599b4b34622b3a525 (patch) | |
tree | 1eb57a590e2c72387c7231c10f35abe2b2efcba3 | |
parent | version bump, removed old (diff) | |
download | historical-ee00f2eb236beca5d1f8666599b4b34622b3a525.tar.gz historical-ee00f2eb236beca5d1f8666599b4b34622b3a525.tar.bz2 historical-ee00f2eb236beca5d1f8666599b4b34622b3a525.zip |
Update to eapi4.
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
-rw-r--r-- | sci-geosciences/mtkbabel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/mtkbabel/mtkbabel-0.8.2.ebuild | 12 |
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 } |