summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-01-15 14:58:17 +0000
committerThilo Bangert <bangert@gentoo.org>2010-01-15 14:58:17 +0000
commit89f86e58f3c828b138da62a38e0e567610cc0c29 (patch)
treefa60ec864c3429c52c8d325cee6002e737d323a9 /sci-geosciences/mtkbabel
parentUse `python_get_sitedir -f` instead of `python_get_sitedir` in src_prepare() ... (diff)
downloadgentoo-2-89f86e58f3c828b138da62a38e0e567610cc0c29.tar.gz
gentoo-2-89f86e58f3c828b138da62a38e0e567610cc0c29.tar.bz2
gentoo-2-89f86e58f3c828b138da62a38e0e567610cc0c29.zip
die on dobin
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sci-geosciences/mtkbabel')
-rw-r--r--sci-geosciences/mtkbabel/ChangeLog7
-rw-r--r--sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-geosciences/mtkbabel/ChangeLog b/sci-geosciences/mtkbabel/ChangeLog
index b6ad032ff9a4..992644118943 100644
--- a/sci-geosciences/mtkbabel/ChangeLog
+++ b/sci-geosciences/mtkbabel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/mtkbabel
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.2 2009/09/18 18:53:36 swegener Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/ChangeLog,v 1.3 2010/01/15 14:58:17 bangert Exp $
+
+ 15 Jan 2010; Thilo Bangert <bangert@gentoo.org> mtkbabel-0.8.ebuild:
+ die on dobin
18 Sep 2009; Sven Wegener <swegener@gentoo.org> mtkbabel-0.8.ebuild:
Add ~amd64 keyword.
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild
index 0cd0fec0f09f..432dd08e89c6 100644
--- a/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild
+++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild,v 1.2 2009/09/18 18:53:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mtkbabel/mtkbabel-0.8.ebuild,v 1.3 2010/01/15 14:58:17 bangert Exp $
EAPI="2"
@@ -20,6 +20,6 @@ RDEPEND="dev-lang/perl
src_install() {
doman mtkbabel.1
- dobin mtkbabel
+ dobin mtkbabel || die
dodoc MtkExtensionsv1.xsd README
}