diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 19:40:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 19:40:14 +0000 |
commit | 9739d987fd1198618347c39ed80b2dc6ade48505 (patch) | |
tree | a9b8183458c98a1d71f18b9eb532477274fd2124 /app-pda/synce-librapi2 | |
parent | version bumping synce* packages (diff) | |
download | gentoo-2-9739d987fd1198618347c39ed80b2dc6ade48505.tar.gz gentoo-2-9739d987fd1198618347c39ed80b2dc6ade48505.tar.bz2 gentoo-2-9739d987fd1198618347c39ed80b2dc6ade48505.zip |
version bumping synce* packages
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/synce-librapi2/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.1 | 1 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild | 25 |
4 files changed, 34 insertions, 3 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index bcd9314f100c..093d592a6632 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/synce-librapi2 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.4 2003/09/02 19:40:09 liquidx Exp $ + +*synce-librapi2-0.8.1 (02 Sep 2003) + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> synce-librapi2-0.8.1.ebuild: + version bump and cleanup *synce-librapi2-0.7 (24 Feb 2003) diff --git a/app-pda/synce-librapi2/Manifest b/app-pda/synce-librapi2/Manifest index 39060866970b..f92fbd57c665 100644 --- a/app-pda/synce-librapi2/Manifest +++ b/app-pda/synce-librapi2/Manifest @@ -1,8 +1,8 @@ -MD5 eb652417d18897f52784c14e37c89021 ChangeLog 547 +MD5 b04fb04fe2a692db98db82fc53bc5a1f ChangeLog 691 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 b810e8796ed5655bb8cb6ab28e4084c1 synce-librapi2-0.3.ebuild 653 MD5 236f8a23dd6db73b7bbceb2581518fef synce-librapi2-0.7.ebuild 653 -MD5 6bdcbf703707bcc9728a9f1deb4c1a44 synce-librapi2-0.8.1.ebuild 653 +MD5 49c2b766e85a17b5f7e1a08373e9e880 synce-librapi2-0.8.1.ebuild 697 MD5 6b6274cb618a14e351bb4b8c5ed1262c files/digest-synce-librapi2-0.3 71 MD5 b8f8dd3fb65bc8010c1888e973947998 files/digest-synce-librapi2-0.7 70 MD5 80909d9cc67db76633d236fa62ac7c00 files/digest-synce-librapi2-0.8.1 72 diff --git a/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.1 b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.1 new file mode 100644 index 000000000000..74662feb46ea --- /dev/null +++ b/app-pda/synce-librapi2/files/digest-synce-librapi2-0.8.1 @@ -0,0 +1 @@ +MD5 00109496998074d5e9ca4684d8ade68e synce-librapi2-0.8.1.tar.gz 358399 diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild new file mode 100644 index 000000000000..0045fc3eef33 --- /dev/null +++ b/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild @@ -0,0 +1,25 @@ +# 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-librapi2/synce-librapi2-0.8.1.ebuild,v 1.1 2003/09/02 19:40:09 liquidx Exp $ + +DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-libs/check-0.8.2 + >=app-pda/synce-libsynce-0.8.1" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README README.contributing README.design +} |