diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-14 01:52:21 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-14 01:52:21 +0000 |
commit | 297a6154c0c63efb287f14e72302609efa9fba1a (patch) | |
tree | 242f31c6a5a530052c4aba9b9a5d15f39ec0ccc8 /gnome-extra/gnome-pilot-conduits | |
parent | version bump (diff) | |
download | gentoo-2-297a6154c0c63efb287f14e72302609efa9fba1a.tar.gz gentoo-2-297a6154c0c63efb287f14e72302609efa9fba1a.tar.bz2 gentoo-2-297a6154c0c63efb287f14e72302609efa9fba1a.zip |
version bump
Diffstat (limited to 'gnome-extra/gnome-pilot-conduits')
3 files changed, 36 insertions, 1 deletions
diff --git a/gnome-extra/gnome-pilot-conduits/ChangeLog b/gnome-extra/gnome-pilot-conduits/ChangeLog index c9bf81697cc7..734a194fd711 100644 --- a/gnome-extra/gnome-pilot-conduits/ChangeLog +++ b/gnome-extra/gnome-pilot-conduits/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gnome-pilot-conduits # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/ChangeLog,v 1.5 2003/02/12 06:53:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/ChangeLog,v 1.6 2003/03/14 01:52:21 liquidx Exp $ + +*gnome-pilot-conduits-2.0.1 (14 Mar 2003) + + 14 Mar 2003; Alastair Tse <liquidx@gentoo.org> + gnome-pilot-conduits-2.0.1.ebuild: + version bump to gtk2 version 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.1 b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.1 new file mode 100644 index 000000000000..5e5044791119 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.1 @@ -0,0 +1 @@ +MD5 db856c3faadfea7b7bd9b8ea41efc794 gnome-pilot-conduits-2.0.1.tar.bz2 393379 diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-2.0.1.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-2.0.1.ebuild new file mode 100644 index 000000000000..f8ac066f4227 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-2.0.1.ebuild,v 1.1 2003/03/14 01:52:21 liquidx Exp $ + +IUSE="" + +inherit gnome.org gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Pilot Conduits" +HOMEPAGE="http://www.eskil.org/gnome-pilot/" + +RDEPEND=">=gnome-base/libgnome-2.0 + >=gnome-extra/gnome-pilot-2.0.1 + >=dev-libs/libxml2-2.5" + +DEPEND="sys-devel/gettext + ${RDEPEND}" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc" + +src_compile() { + gnome2_src_compile "--enable-pilotlinktest" +} + +SCROLLKEEPER_UPDATE="0" |