summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-09-17 18:45:23 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-09-17 18:45:23 +0000
commitf36cc207e6da21111f7d2f77eb786f111c5fef44 (patch)
tree44bc5cc2ace0659af2b4241f06f0e03455a44b3a /app-pda/malsync
parentRemoved insecure versions (1.9.6, 1.9.7) from the tree (see #190680). (diff)
downloadgentoo-2-f36cc207e6da21111f7d2f77eb786f111c5fef44.tar.gz
gentoo-2-f36cc207e6da21111f7d2f77eb786f111c5fef44.tar.bz2
gentoo-2-f36cc207e6da21111f7d2f77eb786f111c5fef44.zip
Changed pilot-link dependency to 0.11.8 as it doesn't compile with newer versions.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-pda/malsync')
-rw-r--r--app-pda/malsync/ChangeLog6
-rw-r--r--app-pda/malsync/malsync-2.2.0.ebuild21
2 files changed, 14 insertions, 13 deletions
diff --git a/app-pda/malsync/ChangeLog b/app-pda/malsync/ChangeLog
index f160432de8ea..ba46c312060d 100644
--- a/app-pda/malsync/ChangeLog
+++ b/app-pda/malsync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/malsync
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.6 2007/05/13 18:31:38 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.7 2007/09/17 18:45:23 philantrop Exp $
+
+ 17 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> malsync-2.2.0.ebuild:
+ Changed pilot-link dependency to 0.11.8 as it doesn't compile with newer
+ versions.
13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/app-pda/malsync/malsync-2.2.0.ebuild b/app-pda/malsync/malsync-2.2.0.ebuild
index 67c0fba5479d..9c7bd2f84a88 100644
--- a/app-pda/malsync/malsync-2.2.0.ebuild
+++ b/app-pda/malsync/malsync-2.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# 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.6 2005/07/22 17:21:23 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.7 2007/09/17 18:45:23 philantrop Exp $
inherit eutils
@@ -11,23 +11,20 @@ SRC_URI="http://www.tomw.org/malsync/${MY_P}.src.tar.gz"
LICENSE="MPL-1.0"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND=">=app-pda/pilot-link-0.11.7"
+DEPEND="~app-pda/pilot-link-0.11.8
+ !=dev-libs/libmal-0.44"
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/Makefile-pilot-link.diff
-}
-
-src_compile() {
- emake || die
+ epatch "${FILESDIR}/Makefile-pilot-link.diff"
}
src_install() {
- dobin malsync || die
- dodoc Doc/*
+ dobin malsync
+ dodoc Doc/* || die "installing docs failed"
}