diff options
author | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:19:53 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:19:53 +0000 |
commit | 392edebc027c264178a42233555c06c7d4af86d1 (patch) | |
tree | 6a13663e48d07568b4cd6876b2a01abe9143ea22 /app-pda | |
parent | Re add ~amd64 keyword. Bug #141193. (diff) | |
download | gentoo-2-392edebc027c264178a42233555c06c7d4af86d1.tar.gz gentoo-2-392edebc027c264178a42233555c06c7d4af86d1.tar.bz2 gentoo-2-392edebc027c264178a42233555c06c7d4af86d1.zip |
gtk2 -> gtk
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot-backup/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/jpilot-backup/files/digest-jpilot-backup-0.50 | 2 | ||||
-rw-r--r-- | app-pda/jpilot-backup/jpilot-backup-0.50.ebuild | 11 |
3 files changed, 13 insertions, 8 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" } |