summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-02-03 02:20:16 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-02-03 02:20:16 +0000
commitd5024e4d85585f44022fe39f16f4b7ac8f1d0ba9 (patch)
tree03cf40801b24614d7d4e4d58176582d6c4610032 /app-pda
parentRemove stale mask for kile_2.0_beta1. The final version is in the tree now. (diff)
downloadgentoo-2-d5024e4d85585f44022fe39f16f4b7ac8f1d0ba9.tar.gz
gentoo-2-d5024e4d85585f44022fe39f16f4b7ac8f1d0ba9.tar.bz2
gentoo-2-d5024e4d85585f44022fe39f16f4b7ac8f1d0ba9.zip
* clean up old revisions
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnome-pilot-conduits/ChangeLog12
-rw-r--r--app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch12
-rw-r--r--app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-memofile.patch45
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild30
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r2.ebuild38
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.12.ebuild23
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.13.ebuild23
7 files changed, 10 insertions, 173 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog
index 25bc58db8a01..fb3013383501 100644
--- a/app-pda/gnome-pilot-conduits/ChangeLog
+++ b/app-pda/gnome-pilot-conduits/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-pda/gnome-pilot-conduits
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.26 2007/12/21 12:46:01 nixnut Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.27 2008/02/03 02:20:15 eva Exp $
+
+ 03 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch,
+ -files/gnome-pilot-conduits-2.0.10-memofile.patch,
+ -gnome-pilot-conduits-2.0.10-r1.ebuild,
+ -gnome-pilot-conduits-2.0.10-r2.ebuild,
+ -gnome-pilot-conduits-2.0.12.ebuild, -gnome-pilot-conduits-2.0.13.ebuild:
+ clean up old revisions
21 Dec 2007; nixnut <nixnut@gentoo.org>
gnome-pilot-conduits-2.0.15.ebuild:
diff --git a/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch b/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch
deleted file mode 100644
index e866eb54239f..000000000000
--- a/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN gnome-pilot-conduits-2.0.10.orig/configure gnome-pilot-conduits-2.0.10/configure
---- gnome-pilot-conduits-2.0.10.orig/configure 2003-07-16 09:44:22.000000000 -0700
-+++ gnome-pilot-conduits-2.0.10/configure 2005-12-06 12:11:12.000000000 -0800
-@@ -9477,7 +9477,7 @@
- NEW_LINGUAS=
- for lang in ${LINGUAS=$ALL_LINGUAS}; do
- case "$ALL_LINGUAS" in
-- *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
-+ $lang|*\ $lang|$lang\ *|*\ $lang\ *) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
- esac
- done
- LINGUAS=$NEW_LINGUAS
diff --git a/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-memofile.patch b/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-memofile.patch
deleted file mode 100644
index 7e98063359e0..000000000000
--- a/app-pda/gnome-pilot-conduits/files/gnome-pilot-conduits-2.0.10-memofile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- gnome-pilot-conduits-2.0.10/memo_file/memo_file_conduit.c 2003-07-03 17:04:22.000000000 -0400
-+++ gnome-pilot-conduits-2.0.10/memo_file/memo_file_conduit.c 2003-08-27 00:33:35.000000000 -0400
-@@ -725,7 +725,7 @@ free_loadinfo_foreach (LoadInfo *info, g
- }
-
- /** loads the records into the abs structure */
--static gboolean
-+static void
- load_records (GnomePilotConduitStandardAbs *abs)
- {
- FILE *idfile;
-@@ -743,12 +743,12 @@ load_records (GnomePilotConduitStandardA
-
- if ((dir=opendir (GET_CONDUIT_CFG (abs)->dir))==NULL) {
- LOG ("load_records cannot open %s", GET_CONDUIT_CFG (abs)->dir);
-- return FALSE;
-+ return;
- }
- if ((categories = load_categories (abs))==NULL) {
- LOG ("no categories, no records");
- closedir (dir);
-- return FALSE;
-+ return;
- }
- while ((de=readdir (dir))) {
- GHashTable *loadinfo;
-@@ -857,7 +857,7 @@ load_records (GnomePilotConduitStandardA
-
- LOG ("records: total = %d updated = %d new = %d deleted = %d", total, updated, newrecs, deleted);
-
-- return TRUE;
-+ return;
- }
-
-
-@@ -886,8 +886,7 @@ pre_sync (GnomePilotConduit *c, GnomePil
- return -1;
- }
-
-- if (!load_records ((GnomePilotConduitStandardAbs*)c))
-- return -1;
-+ load_records ((GnomePilotConduitStandardAbs*)c);
-
- /* If local store is empty force the slow sync. */
- if (g_list_length (GET_CONDUIT_DATA (c)->records)==0){
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild
deleted file mode 100644
index ed479175af62..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild
+++ /dev/null
@@ -1,30 +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/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r1.ebuild,v 1.12 2005/11/19 18:33:53 liquidx Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PVR}
- >=dev-libs/libxml2-2.5"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-pilotlinktest"
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- unpack ${A}
- # patch to fix memo file syncing
- # http://bugzilla.gnome.org/show_bug.cgi?id=114361
- epatch ${FILESDIR}/${P}-memofile.patch
-}
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r2.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r2.ebuild
deleted file mode 100644
index d0d30f40c588..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.10-r2.ebuild,v 1.1 2006/01/21 22:28:09 compnerd Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PVR}
- >=dev-libs/libxml2-2.5"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-SCROLLKEEPER_UPDATE="0"
-
-pkg_setup() {
- G2CONF="${G2CONF} --enable-pilotlinktest"
-}
-
-src_unpack() {
- unpack ${A}
-
- # patch to fix memo file syncing
- # http://bugzilla.gnome.org/show_bug.cgi?id=114361
- epatch ${FILESDIR}/${P}-memofile.patch
-
- # Patch to fix invalid linguas (Bug #114650)
- # patch from Philippe Troin <phil@fifi.org>
- cd ${S} ; epatch ${FILESDIR}/${PN}-2.0.10-invalid-linguas.patch
-}
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.12.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.12.ebuild
deleted file mode 100644
index 55279d881c85..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.12.ebuild
+++ /dev/null
@@ -1,23 +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/gnome-pilot-conduits/gnome-pilot-conduits-2.0.12.ebuild,v 1.4 2005/11/19 18:33:53 liquidx Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PVR}
- >=dev-libs/libxml2-2.5"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-pilotlinktest"
-SCROLLKEEPER_UPDATE="0"
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.13.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.13.ebuild
deleted file mode 100644
index b676c5a7d18f..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.13.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.13.ebuild,v 1.6 2007/04/21 10:07:42 armin76 Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PVR}
- >=dev-libs/libxml2-2.5"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-pilotlinktest"
-SCROLLKEEPER_UPDATE="0"