summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-08-29 04:27:33 +0000
committerChris White <chriswhite@gentoo.org>2006-08-29 04:27:33 +0000
commitec65638ef4ea5979be8864b92d8602619ba7cd38 (patch)
treecf6aceeeda4a17ae58bc7abc5b65dbe00957826a /app-pda
parentStable on amd64. (diff)
downloadhistorical-ec65638ef4ea5979be8864b92d8602619ba7cd38.tar.gz
historical-ec65638ef4ea5979be8864b92d8602619ba7cd38.tar.bz2
historical-ec65638ef4ea5979be8864b92d8602619ba7cd38.zip
gtk2 -> gtk
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot-backup/ChangeLog8
-rw-r--r--app-pda/jpilot-backup/files/digest-jpilot-backup-0.502
-rw-r--r--app-pda/jpilot-backup/jpilot-backup-0.50.ebuild11
-rw-r--r--app-pda/jpilot-plucker/ChangeLog8
-rw-r--r--app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.012
-rw-r--r--app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild11
-rw-r--r--app-pda/jpilot-syncmal/ChangeLog8
-rw-r--r--app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.12
-rw-r--r--app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild13
9 files changed, 40 insertions, 25 deletions
diff --git a/app-pda/jpilot-backup/ChangeLog b/app-pda/jpilot-backup/ChangeLog
index ebe31e37aac2..49e5e8ec9697 100644
--- a/app-pda/jpilot-backup/ChangeLog
+++ b/app-pda/jpilot-backup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot-backup
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.6 2005/06/21 02:29:02 agriffis Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.7 2006/08/29 04:19:53 chriswhite Exp $
+
+ 29 Aug 2006; Chris White <chriswhite@gentoo.org>
+ jpilot-backup-0.50.ebuild:
+ gtk2 -> gtk
21 Jun 2005; Aron Griffis <agriffis@gentoo.org> jpilot-backup-0.50.ebuild:
Add sys-libs/gdbm dependency #93182
diff --git a/app-pda/jpilot-backup/files/digest-jpilot-backup-0.50 b/app-pda/jpilot-backup/files/digest-jpilot-backup-0.50
index 3bd55f871af4..358c9f2f5f0f 100644
--- a/app-pda/jpilot-backup/files/digest-jpilot-backup-0.50
+++ b/app-pda/jpilot-backup/files/digest-jpilot-backup-0.50
@@ -1 +1,3 @@
MD5 c17b679d3a0c1bb1a9dc74f3c88be58c jpilot-backup-0.50.tar.gz 246763
+RMD160 7d7debdae5d11dfb2e28281f8f4d5ad907052c8f jpilot-backup-0.50.tar.gz 246763
+SHA256 42187c81515b78d5db2e96b782e614731838782c49cb911ae93e2118e39aa8f0 jpilot-backup-0.50.tar.gz 246763
diff --git a/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild b/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild
index 00190e7b6269..fd80551b55d7 100644
--- a/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild
+++ b/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild,v 1.8 2005/06/21 02:29:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.50.ebuild,v 1.9 2006/08/29 04:19:53 chriswhite Exp $
DESCRIPTION="Backup plugin for jpilot"
SRC_URI="http://jasonday.home.att.net/code/backup/${P}.tar.gz"
@@ -9,17 +9,16 @@ HOMEPAGE="http://jasonday.home.att.net/code/backup/backup.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~ppc x86"
-IUSE="gtk2"
+IUSE="gtk"
-RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )
- !gtk2? ( >=x11-libs/gtk+-1.2 )
+RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
app-pda/jpilot
sys-libs/gdbm"
DEPEND="${RDEPEND}
gtk2? ( dev-util/pkgconfig )"
src_compile() {
- econf $(use_enable gtk2) || die "configure failed"
+ econf $(use_enable gtk gtk2) || die "configure failed"
emake -j1 || die "make failed"
}
diff --git a/app-pda/jpilot-plucker/ChangeLog b/app-pda/jpilot-plucker/ChangeLog
index aa38de627038..e1e8620401aa 100644
--- a/app-pda/jpilot-plucker/ChangeLog
+++ b/app-pda/jpilot-plucker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot-plucker
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.4 2005/06/21 02:32:55 agriffis Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.5 2006/08/29 04:22:49 chriswhite Exp $
+
+ 29 Aug 2006; Chris White <chriswhite@gentoo.org>
+ jpilot-plucker-0.01.ebuild:
+ gtk2 -> gtk
21 Jun 2005; Aron Griffis <agriffis@gentoo.org>
jpilot-plucker-0.01.ebuild:
diff --git a/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01 b/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01
index 8f37e22ee6ac..8d691bbc6643 100644
--- a/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01
+++ b/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01
@@ -1 +1,3 @@
MD5 440725470779ccc6158da568274ff9a0 jpilot-plucker-0.01.tar.gz 231373
+RMD160 351e6c7d17fafbc14f1fb83b2f894754a2ab68e3 jpilot-plucker-0.01.tar.gz 231373
+SHA256 7cd24cd16322c7391e791a88f0894ac820e85a5657aa3efaf586b0f19f31756f jpilot-plucker-0.01.tar.gz 231373
diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild
index 2ad8d8e70419..2b0deb7441c0 100644
--- a/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild
+++ b/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild,v 1.5 2005/06/21 02:32:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild,v 1.6 2006/08/29 04:22:49 chriswhite Exp $
DESCRIPTION="Plucker plugin for jpilot"
SRC_URI="http://jasonday.home.att.net/code/jpilot-plucker/${P}.tar.gz"
@@ -9,16 +9,15 @@ HOMEPAGE="http://jasonday.home.att.net/code/jpilot-plucker/jpilot-plucker.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~ppc x86"
-IUSE="gtk2"
+IUSE="gtk"
-RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )
- !gtk2? ( >=x11-libs/gtk+-1.2 )
+RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
app-pda/jpilot"
DEPEND="${RDEPEND}
gtk2? ( dev-util/pkgconfig )"
src_compile() {
- econf $(use_enable gtk2) || die "configure failed"
+ econf $(use_enable gtk gtk2) || die "configure failed"
emake -j1 || die "make failed"
}
diff --git a/app-pda/jpilot-syncmal/ChangeLog b/app-pda/jpilot-syncmal/ChangeLog
index a3b4935077c3..ec64fc1fa572 100644
--- a/app-pda/jpilot-syncmal/ChangeLog
+++ b/app-pda/jpilot-syncmal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot-syncmal
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.3 2005/01/01 15:45:20 eradicator Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.4 2006/08/29 04:27:33 chriswhite Exp $
+
+ 29 Aug 2006; Chris White <chriswhite@gentoo.org>
+ jpilot-syncmal-0.72.1.ebuild:
+ gtk2 -> gtk
06 Jul 2004; David Holm <dholm@gentoo.org> jpilot-syncmal-0.72.1.ebuild:
Added to ~ppc.
diff --git a/app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.1 b/app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.1
index efd353c086ca..adf73c765972 100644
--- a/app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.1
+++ b/app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.1
@@ -1 +1,3 @@
MD5 4600cc6c43a99e70729aff28d532b3b3 jpilot-syncmal-0.72.1.tar.gz 339670
+RMD160 643d5a53907656c26095d5a181009ba9ee8aa1a7 jpilot-syncmal-0.72.1.tar.gz 339670
+SHA256 bbeedf6fbf7321f98a784b600da90d673f22d7c9f68d579402d980f89551f180 jpilot-syncmal-0.72.1.tar.gz 339670
diff --git a/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild b/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild
index f4f5b048cf7a..017798fa82d1 100644
--- a/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild
+++ b/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild,v 1.5 2005/01/01 15:45:20 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild,v 1.6 2006/08/29 04:27:33 chriswhite Exp $
DESCRIPTION="Syncmal plugin for jpilot"
SRC_URI="http://jasonday.home.att.net/code/syncmal/${P}.tar.gz"
@@ -9,16 +9,15 @@ HOMEPAGE="http://jasonday.home.att.net/code/syncmal/syncmal.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~alpha ~ppc"
-IUSE="gtk2"
+IUSE="gtk"
-RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )
- !gtk2? ( >=x11-libs/gtk+-1.2 )
+RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
>=app-pda/jpilot-0.99.7-r1"
DEPEND="${RDEPEND}
- gtk2? ( dev-util/pkgconfig )"
+ gtk? ( dev-util/pkgconfig )"
src_compile() {
- econf $(use_enable gtk2) || die "configure failed"
+ econf $(use_enable gtk gtk2) || die "configure failed"
emake -j1 || die "make failed"
}