diff options
author | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:22:49 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-08-29 04:22:49 +0000 |
commit | cf51945751d2526d7f869bbc8342627c7e44ca8b (patch) | |
tree | 92a354e6cf568240192076d7f9ed4d3712b9d9bb /app-pda | |
parent | stable x86; bug #144344 (diff) | |
download | gentoo-2-cf51945751d2526d7f869bbc8342627c7e44ca8b.tar.gz gentoo-2-cf51945751d2526d7f869bbc8342627c7e44ca8b.tar.bz2 gentoo-2-cf51945751d2526d7f869bbc8342627c7e44ca8b.zip |
gtk2 -> gtk
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot-plucker/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01 | 2 | ||||
-rw-r--r-- | app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild | 11 |
3 files changed, 13 insertions, 8 deletions
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" } |