summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2006-11-10 18:54:39 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2006-11-10 18:54:39 +0000
commit648dcce138a0faf9b8de219bbd685e1f07a600c9 (patch)
treebcc5b3a10bed4f976f6a608d51edaf94672c3135 /app-pda
parentVersion bump. (diff)
downloadgentoo-2-648dcce138a0faf9b8de219bbd685e1f07a600c9.tar.gz
gentoo-2-648dcce138a0faf9b8de219bbd685e1f07a600c9.tar.bz2
gentoo-2-648dcce138a0faf9b8de219bbd685e1f07a600c9.zip
Version bump.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/msynctool/ChangeLog8
-rw-r--r--app-pda/msynctool/files/digest-msynctool-0.203
-rw-r--r--app-pda/msynctool/msynctool-0.19.ebuild6
-rw-r--r--app-pda/msynctool/msynctool-0.20.ebuild20
4 files changed, 33 insertions, 4 deletions
diff --git a/app-pda/msynctool/ChangeLog b/app-pda/msynctool/ChangeLog
index 322ebe16526b..487a4f9e4acf 100644
--- a/app-pda/msynctool/ChangeLog
+++ b/app-pda/msynctool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/msynctool
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/ChangeLog,v 1.1 2006/10/23 20:27:14 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/ChangeLog,v 1.2 2006/11/10 18:54:39 peper Exp $
+
+*msynctool-0.20 (10 Nov 2006)
+
+ 10 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> msynctool-0.19.ebuild,
+ +msynctool-0.20.ebuild:
+ Version bump.
*msynctool-0.19 (23 Oct 2006)
diff --git a/app-pda/msynctool/files/digest-msynctool-0.20 b/app-pda/msynctool/files/digest-msynctool-0.20
new file mode 100644
index 000000000000..972d6cd1eb9e
--- /dev/null
+++ b/app-pda/msynctool/files/digest-msynctool-0.20
@@ -0,0 +1,3 @@
+MD5 12070726e7883f72a1faab9c91fae259 msynctool-0.20.tar.gz 323802
+RMD160 3793528413333f82462fe4f34b43bd67ee2c58b5 msynctool-0.20.tar.gz 323802
+SHA256 9392684349e0dfa5ed0d35d420d1abc8d6bb31c13c6adebf62797748abc12d8e msynctool-0.20.tar.gz 323802
diff --git a/app-pda/msynctool/msynctool-0.19.ebuild b/app-pda/msynctool/msynctool-0.19.ebuild
index c6be17ed8a61..932a4d814a03 100644
--- a/app-pda/msynctool/msynctool-0.19.ebuild
+++ b/app-pda/msynctool/msynctool-0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.1 2006/10/23 20:27:14 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.2 2006/11/10 18:54:39 peper Exp $
DESCRIPTION="OpenSync msync tool"
HOMEPAGE="http://www.opensync.org/"
@@ -11,10 +11,10 @@ SLOT="0"
LICENSE="GPL-2"
IUSE=""
-DEPEND=">=app-pda/libopensync-0.19"
+DEPEND="=app-pda/libopensync-${PV}*"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
diff --git a/app-pda/msynctool/msynctool-0.20.ebuild b/app-pda/msynctool/msynctool-0.20.ebuild
new file mode 100644
index 000000000000..4db4a3f7f007
--- /dev/null
+++ b/app-pda/msynctool/msynctool-0.20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.20.ebuild,v 1.1 2006/11/10 18:54:39 peper Exp $
+
+DESCRIPTION="OpenSync msync tool"
+HOMEPAGE="http://www.opensync.org/"
+SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND="=app-pda/libopensync-${PV}*"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}