summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-07-22 17:22:48 +0000
committerDavid Holm <dholm@gentoo.org>2005-07-22 17:22:48 +0000
commit6d3f3485a1198b74c14677e75f9302caa9ef302b (patch)
tree6144b963ef148fe259206112c695e2f3c668ff21 /app-pda
parentbug #99922 (diff)
downloadgentoo-2-6d3f3485a1198b74c14677e75f9302caa9ef302b.tar.gz
gentoo-2-6d3f3485a1198b74c14677e75f9302caa9ef302b.tar.bz2
gentoo-2-6d3f3485a1198b74c14677e75f9302caa9ef302b.zip
Added to ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/coldsync/ChangeLog5
-rw-r--r--app-pda/coldsync/coldsync-2.2.5-r1.ebuild4
-rw-r--r--app-pda/malsync/ChangeLog5
-rw-r--r--app-pda/malsync/malsync-2.2.0.ebuild4
-rw-r--r--app-pda/pilot-mailsync/ChangeLog5
-rw-r--r--app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild4
6 files changed, 18 insertions, 9 deletions
diff --git a/app-pda/coldsync/ChangeLog b/app-pda/coldsync/ChangeLog
index ddb67cee9edc..97dbb2708d68 100644
--- a/app-pda/coldsync/ChangeLog
+++ b/app-pda/coldsync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/coldsync
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.5 2005/01/01 15:42:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.6 2005/07/22 17:21:09 dholm Exp $
+
+ 22 Jul 2005; David Holm <dholm@gentoo.org> coldsync-2.2.5-r1.ebuild:
+ Added to ~ppc.
02 Jul 2004; Aron Griffis <agriffis@gentoo.org> coldsync-2.2.5-r1.ebuild,
coldsync-2.2.5.ebuild:
diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
index 96fa0f2b4a59..e54df057a1ed 100644
--- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
+++ b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.6 2005/01/01 15:42:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.7 2005/07/22 17:21:09 dholm Exp $
DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
SRC_URI="http://www.coldsync.org/download/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.coldsync.org/"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="x86 sparc"
+KEYWORDS="~ppc sparc x86"
IUSE="nls perl"
src_compile() {
diff --git a/app-pda/malsync/ChangeLog b/app-pda/malsync/ChangeLog
index 8f6681796030..87f5388699e5 100644
--- a/app-pda/malsync/ChangeLog
+++ b/app-pda/malsync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/malsync
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.3 2005/01/01 15:45:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.4 2005/07/22 17:21:23 dholm Exp $
+
+ 22 Jul 2005; David Holm <dholm@gentoo.org> malsync-2.2.0.ebuild:
+ Added to ~ppc.
*malsync-2.2.0 (02 Sep 2003)
diff --git a/app-pda/malsync/malsync-2.2.0.ebuild b/app-pda/malsync/malsync-2.2.0.ebuild
index c70cb5debb2f..67c0fba5479d 100644
--- a/app-pda/malsync/malsync-2.2.0.ebuild
+++ b/app-pda/malsync/malsync-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.5 2005/01/01 15:45:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.6 2005/07/22 17:21:23 dholm Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.tomw.org/malsync/${MY_P}.src.tar.gz"
LICENSE="MPL-1.0"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=">=app-pda/pilot-link-0.11.7"
diff --git a/app-pda/pilot-mailsync/ChangeLog b/app-pda/pilot-mailsync/ChangeLog
index 5417fce2643f..208864e114dd 100644
--- a/app-pda/pilot-mailsync/ChangeLog
+++ b/app-pda/pilot-mailsync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/pilot-mailsync
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/ChangeLog,v 1.4 2005/01/26 12:05:58 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/ChangeLog,v 1.5 2005/07/22 17:22:10 dholm Exp $
+
+ 22 Jul 2005; David Holm <dholm@gentoo.org> pilot-mailsync-0.8.3.ebuild:
+ Added to ~ppc.
*pilot-mailsync-0.8.3 (26 Jan 2005)
diff --git a/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild b/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild
index 2ba2920fb5b3..8776091a5ed0 100644
--- a/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild
+++ b/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild,v 1.1 2005/01/26 12:05:58 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.3.ebuild,v 1.2 2005/07/22 17:22:10 dholm Exp $
inherit flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="http://wissrech.iam.uni-bonn.de/people/garcke/pms/${P}.tar.gz"
LICENSE="MPL-1.0"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~ppc ~x86"
IUSE="ssl gnome"
DEPEND="ssl? ( dev-libs/openssl )