diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-22 01:28:59 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-22 01:28:59 +0000 |
commit | 412637b1506c8794d7548db7231c2b1e7f13d25f (patch) | |
tree | 9bda6f90a9182456cb3c9c956946c972a92a1ab6 /app-pda | |
parent | Transition to Manifest2. (diff) | |
download | gentoo-2-412637b1506c8794d7548db7231c2b1e7f13d25f.tar.gz gentoo-2-412637b1506c8794d7548db7231c2b1e7f13d25f.tar.bz2 gentoo-2-412637b1506c8794d7548db7231c2b1e7f13d25f.zip |
bump to 2.0.15
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-pda')
3 files changed, 53 insertions, 1 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog index 3f68a4853353..43661e51e3f5 100644 --- a/app-pda/gnome-pilot-conduits/ChangeLog +++ b/app-pda/gnome-pilot-conduits/ChangeLog @@ -1,6 +1,32 @@ # ChangeLog for app-pda/gnome-pilot-conduits # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.19 2007/02/21 22:55:00 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.20 2007/02/22 01:28:59 dang Exp $ + + 22 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> + +gnome-pilot-conduits-2.0.15.ebuild: + bump to 2.0.15 + +*gnome-pilot-conduits-2.0.15 (22 Feb 2007) + + 22 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> + +gnome-pilot-conduits-2.0.15.ebuild: + Bump to 2.0.15 + Main changes: + - Updated to work with pilot-link 0.12.0 + - Several critical bugs fixed. + + Bugzilla bugs fixed (see http://bugzilla.gnome.org): + - #113979: Support for non-UTF8 locales, using PILOT_CHARSET + - #117172: gpilot-control-applet crashed while viewing pilot settings + - #157907: Crashed when enabled finances app + - #311072: Patch to fix crashes in expense conduit + - #322894: Editing memo and expense conduit causes misbehaviour and crash + - #340152: gpilotd crashes while syncing avantgo conduit + + + Other bugs + + - Improve layout of configuration panels, to make it more HIG compliant. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-pda/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.15 b/app-pda/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.15 new file mode 100644 index 000000000000..05efedb0023a --- /dev/null +++ b/app-pda/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-2.0.15 @@ -0,0 +1,3 @@ +MD5 19abe4219da30479018c245ec1160d33 gnome-pilot-conduits-2.0.15.tar.bz2 476251 +RMD160 22f944a413c4e58fde52ae1a717cfec48d59ca62 gnome-pilot-conduits-2.0.15.tar.bz2 476251 +SHA256 18b57a52e38f1c0604bcfceb13ba21bdc69b02714f8e3d73578b1e01195f1ab4 gnome-pilot-conduits-2.0.15.tar.bz2 476251 diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild new file mode 100644 index 000000000000..561d0903c8ca --- /dev/null +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild,v 1.1 2007/02/22 01:28:59 dang Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Gnome Pilot Conduits" +HOMEPAGE="http://live.gnome.org/GnomePilot" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=gnome-base/libgnome-2.0 + >=app-pda/gnome-pilot-${PVR} + >=dev-libs/libxml2-2.5" +DEPEND="sys-devel/gettext + dev-util/pkgconfig + ${RDEPEND}" + +G2CONF="${G2CONF} --enable-pilotlinktest" +SCROLLKEEPER_UPDATE="0" |