summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-07 19:04:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-07 19:04:30 +0000
commitd3ee491887d4c4d01a9d2affe66e5b91b76b2d6e (patch)
treef814dfc55b6e5e4626ea83aa6c0a7f38fb5f46f5 /app-pda/malsync
parentuse eutils for epatch (diff)
downloadgentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.gz
gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.bz2
gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.zip
add inherit eutils
Diffstat (limited to 'app-pda/malsync')
-rw-r--r--app-pda/malsync/malsync-2.2.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-pda/malsync/malsync-2.2.0.ebuild b/app-pda/malsync/malsync-2.2.0.ebuild
index 3a711ddbc411..241a3825ee06 100644
--- a/app-pda/malsync/malsync-2.2.0.ebuild
+++ b/app-pda/malsync/malsync-2.2.0.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.2 2004/03/14 13:29:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.3 2004/04/07 19:03:40 vapier Exp $
-MY_P=${P/-/_}
+inherit eutils
+MY_P=${P/-/_}
DESCRIPTION="A command line tool that allows Palm Pilots to synchronize to the AvantGo.com server"
HOMEPAGE="http://www.tomw.org/malsync/"
SRC_URI="http://www.tomw.org/malsync/${MY_P}.src.tar.gz"
-SLOT="0"
LICENSE="MPL-1.0"
+SLOT="0"
KEYWORDS="~x86"
IUSE=""
@@ -27,6 +28,6 @@ src_compile() {
}
src_install() {
- dobin malsync
+ dobin malsync || die
dodoc Doc/*
}