diff options
author | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:27:33 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:27:33 +0000 |
commit | ec65638ef4ea5979be8864b92d8602619ba7cd38 (patch) | |
tree | cf6aceeeda4a17ae58bc7abc5b65dbe00957826a /app-pda/jpilot-syncmal | |
parent | Stable on amd64. (diff) | |
download | historical-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/jpilot-syncmal')
-rw-r--r-- | app-pda/jpilot-syncmal/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/jpilot-syncmal/files/digest-jpilot-syncmal-0.72.1 | 2 | ||||
-rw-r--r-- | app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild | 13 |
3 files changed, 14 insertions, 9 deletions
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" } |