diff options
author | Abhishek Amit <abhishek@gentoo.org> | 2003-09-22 14:05:59 +0000 |
---|---|---|
committer | Abhishek Amit <abhishek@gentoo.org> | 2003-09-22 14:05:59 +0000 |
commit | 46612a517b9d52767f8d6c4a7fb9258279744957 (patch) | |
tree | 13ba1093a0789a0f3534753d1d13c478541836ee /app-pda/synce | |
parent | Added orange and deps. Closes #28882 (diff) | |
download | gentoo-2-46612a517b9d52767f8d6c4a7fb9258279744957.tar.gz gentoo-2-46612a517b9d52767f8d6c4a7fb9258279744957.tar.bz2 gentoo-2-46612a517b9d52767f8d6c4a7fb9258279744957.zip |
Added orange and deps. Closes #28882
Diffstat (limited to 'app-pda/synce')
-rw-r--r-- | app-pda/synce/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/synce/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce/files/digest-synce-0.8.4-r1 | 0 | ||||
-rw-r--r-- | app-pda/synce/synce-0.8.4-r1.ebuild | 26 |
4 files changed, 34 insertions, 3 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog index 95d59e5eb121..423a943caef1 100644 --- a/app-pda/synce/ChangeLog +++ b/app-pda/synce/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/synce # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.1 2003/09/02 19:40:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.2 2003/09/22 14:05:43 abhishek Exp $ + +*synce-0.8.4-r1 (22 Sep 2003) + + 22 Sep 2003; Abhishek Amit <abhishek@gentoo.org> synce-0.8.4-r1.ebuild: + Adds orange as a dependency, as this is a metapackage for all of synce *synce-0.8.4 (02 Sep 2003) diff --git a/app-pda/synce/Manifest b/app-pda/synce/Manifest index d697b22cce9d..078c96e0b00c 100644 --- a/app-pda/synce/Manifest +++ b/app-pda/synce/Manifest @@ -1,6 +1,6 @@ MD5 0e768d6b9a910b9a71a86537bb2f5a4a synce-0.8.4.ebuild 797 -MD5 4d43cb5ee1c34db3dcc406ddaa320653 synce-0.8.4-r1.ebuild 690 -MD5 dc76114ff8dc8e43d1be408d08a81bd3 ChangeLog 541 +MD5 87f179297a1f9302a255edb560452aa3 synce-0.8.4-r1.ebuild 693 +MD5 f3c442fe2bc9dff5b2c17797d54842bc ChangeLog 542 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-synce-0.8.4 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-synce-0.8.4-r1 0 diff --git a/app-pda/synce/files/digest-synce-0.8.4-r1 b/app-pda/synce/files/digest-synce-0.8.4-r1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-pda/synce/files/digest-synce-0.8.4-r1 diff --git a/app-pda/synce/synce-0.8.4-r1.ebuild b/app-pda/synce/synce-0.8.4-r1.ebuild new file mode 100644 index 000000000000..39d306691f21 --- /dev/null +++ b/app-pda/synce/synce-0.8.4-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.8.4-r1.ebuild,v 1.1 2003/09/22 14:05:43 abhishek Exp $ + +DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="gnome" + +DEPEND=">=app-pda/synce-libsynce-0.8.1 + >=app-pda/synce-librapi2-0.8.1 + >=app-pda/synce-dccm-0.8 + >=app-pda/synce-serial-0.8 + + gnome? ( >=app-pda/synce-gnomevfs-0.8 + >=app-pda/synce-trayicon-0.8 ) + >=app-pda/orange-0.2" + +src_compile() { + return +} + |