summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/synce-rra')
-rw-r--r--app-pda/synce-rra/ChangeLog5
-rw-r--r--app-pda/synce-rra/Manifest4
-rw-r--r--app-pda/synce-rra/synce-rra-0.9.0.ebuild14
3 files changed, 11 insertions, 12 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog
index 452bef4582cd..a7b9ff8e38d1 100644
--- a/app-pda/synce-rra/ChangeLog
+++ b/app-pda/synce-rra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/synce-rra
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.9 2004/09/25 17:54:11 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.10 2004/09/26 11:14:04 liquidx Exp $
+
+ 26 Sep 2004; Alastair Tse <liquidx@gentoo.org> synce-rra-0.9.0.ebuild:
+ fix bumping mistake with proper ebuild
*synce-rra-0.9.0 (25 Sep 2004)
diff --git a/app-pda/synce-rra/Manifest b/app-pda/synce-rra/Manifest
index 73e6bf25d112..c2903d2739dc 100644
--- a/app-pda/synce-rra/Manifest
+++ b/app-pda/synce-rra/Manifest
@@ -1,9 +1,9 @@
-MD5 1ad42150134ef839aae050406d7d0b14 ChangeLog 1196
+MD5 9aa0d2a4f1c5d86eec98e60ca21496ac ChangeLog 1312
MD5 031eb45f2680e105a2b27e362c5bd472 metadata.xml 313
MD5 44e5afd27535325d0093b98b49e4be57 synce-rra-0.8.4-r1.ebuild 715
MD5 93f81f30f2d5547d4c08aa21a7f649d7 synce-rra-0.8.4.ebuild 652
MD5 23a28b32e5c5e227cae39f4c7ce6a712 synce-rra-0.8.9.ebuild 822
-MD5 c3fc057a874bab26b9c38c5b1ddde577 synce-rra-0.9.0.ebuild 767
+MD5 427e2624bbc73119fc20c7681a8d7be1 synce-rra-0.9.0.ebuild 669
MD5 9f0b8f60164fc14c9920e012284136b1 files/digest-synce-rra-0.8.4 67
MD5 9f0b8f60164fc14c9920e012284136b1 files/digest-synce-rra-0.8.4-r1 67
MD5 e74de00e3dbd372656493163ee5d1dbb files/digest-synce-rra-0.8.9 135
diff --git a/app-pda/synce-rra/synce-rra-0.9.0.ebuild b/app-pda/synce-rra/synce-rra-0.9.0.ebuild
index 0e7ab94affbf..7ebbad9f2cf9 100644
--- a/app-pda/synce-rra/synce-rra-0.9.0.ebuild
+++ b/app-pda/synce-rra/synce-rra-0.9.0.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.0.ebuild,v 1.1 2004/09/25 17:54:11 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.0.ebuild,v 1.2 2004/09/26 11:14:04 liquidx Exp $
-DESCRIPTION="Synchronize Windows CE devices with Linux."
+inherit eutils
+
+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 mirror://sourceforge/synce/librra-synce-kde-0.7.diff"
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,12 +18,6 @@ DEPEND=">=dev-libs/check-0.8.2
>=app-pda/synce-libsynce-0.9.0
>=app-pda/synce-librapi2-0.9.0"
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${WORKDIR}/${P}
- epatch ${DISTDIR}/librra-synce-kde-0.7.diff
-}
-
src_install() {
make DESTDIR="${D%/}" install || die
}