summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-08-05 04:49:14 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-08-05 04:49:14 +0000
commita6ff800f98090313f93aedff3198e17d88a28175 (patch)
tree265762ed3b143f92236ead90970650f0d540beee /app-pda
parentremoved old versions of app-pda/synce-rra from the tree, bug #224911 (diff)
downloadgentoo-2-a6ff800f98090313f93aedff3198e17d88a28175.tar.gz
gentoo-2-a6ff800f98090313f93aedff3198e17d88a28175.tar.bz2
gentoo-2-a6ff800f98090313f93aedff3198e17d88a28175.zip
Also remove the rest of the old versions, I thought only one was scheduled to be removed
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-rra/ChangeLog7
-rw-r--r--app-pda/synce-rra/files/0.9.0-gcc34.patch19
-rw-r--r--app-pda/synce-rra/synce-rra-0.9.0.ebuild29
3 files changed, 6 insertions, 49 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog
index 8b12bb4100de..5135f2755ee1 100644
--- a/app-pda/synce-rra/ChangeLog
+++ b/app-pda/synce-rra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-rra
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.22 2008/08/05 04:43:42 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.23 2008/08/05 04:49:13 darkside Exp $
+
+ 05 Aug 2008; Jeremy Olexa <darkside@gentoo.org> -files/0.9.0-gcc34.patch,
+ -synce-rra-0.9.0.ebuild:
+ Also remove the rest of the old versions, I thought only one was scheduled
+ to be removed
05 Aug 2008; Jeremy Olexa <darkside@gentoo.org> -synce-rra-0.9.1.ebuild:
Remove, bug #224911
diff --git a/app-pda/synce-rra/files/0.9.0-gcc34.patch b/app-pda/synce-rra/files/0.9.0-gcc34.patch
deleted file mode 100644
index 5320b6ccc535..000000000000
--- a/app-pda/synce-rra/files/0.9.0-gcc34.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/appointment.c 2004-08-17 17:10:21.000000000 +0100
-+++ lib/appointment.c.new 2005-01-26 13:54:20.359615081 +0000
-@@ -665,7 +665,7 @@
- event_parser_data.exdates))
- synce_warning("Failed to parse recurrence rule");
-
-- if (event_parser_data.uid)
-+ if (event_parser_data.uid) {
- if (0 == strncmp(event_parser_data.uid->values[0], BLOB0067_STR, strlen(BLOB0067_STR)))
- {
- /* A binary UID from SynCE */
-@@ -685,6 +685,7 @@
- parser_add_blob(parser, ID_UNIQUE, buffer, size);
- free(buffer);
- }
-+ }
- else
- {
- /* A text UID */
diff --git a/app-pda/synce-rra/synce-rra-0.9.0.ebuild b/app-pda/synce-rra/synce-rra-0.9.0.ebuild
deleted file mode 100644
index 72c727ca221c..000000000000
--- a/app-pda/synce-rra/synce-rra-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 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.5 2005/01/26 14:03:19 liquidx Exp $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-libs/check-0.8.2
- >=dev-libs/libmimedir-0.3
- >=app-pda/synce-libsynce-0.9.0
- >=app-pda/synce-librapi2-0.9.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/lib
- epatch ${FILESDIR}/${PV}-gcc34.patch
-}
-
-src_install() {
- make DESTDIR="${D%/}" install || die
-}