diff options
author | 2009-01-12 21:53:57 +0000 | |
---|---|---|
committer | 2009-01-12 21:53:57 +0000 | |
commit | e0e61e8a0c48b976146a004db01bb772e5d0f552 (patch) | |
tree | 6fbca1f55fc5f56802f922c2897da0de9f1903fd /app-pda | |
parent | amd64/x86 stable, bug #245941 (diff) | |
download | historical-e0e61e8a0c48b976146a004db01bb772e5d0f552.tar.gz historical-e0e61e8a0c48b976146a004db01bb772e5d0f552.tar.bz2 historical-e0e61e8a0c48b976146a004db01bb772e5d0f552.zip |
Bump to 2.0.17. Translation updates.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gnome-pilot-conduits/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild (renamed from app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild) | 14 |
2 files changed, 19 insertions, 5 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog index 0686bca87568..042fd61131d0 100644 --- a/app-pda/gnome-pilot-conduits/ChangeLog +++ b/app-pda/gnome-pilot-conduits/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/gnome-pilot-conduits -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.32 2008/08/01 19:17:50 nixnut Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.33 2009/01/12 21:53:57 eva Exp $ + +*gnome-pilot-conduits-2.0.17 (12 Jan 2009) + + 12 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-pilot-conduits-2.0.15.ebuild, +gnome-pilot-conduits-2.0.17.ebuild: + Bump to 2.0.17. Translation updates. 01 Aug 2008; nixnut <nixnut@gentoo.org> gnome-pilot-conduits-2.0.16.ebuild: 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.17.ebuild index be850d0470aa..1389509a6274 100644 --- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.7 2008/06/30 18:27:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild,v 1.1 2009/01/12 21:53:57 eva Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://live.gnome.org/GnomePilot" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=gnome-base/libgnome-2.0 @@ -21,3 +21,11 @@ DEPEND="sys-devel/gettext G2CONF="${G2CONF} --enable-pilotlinktest" SCROLLKEEPER_UPDATE="0" + +src_unpack() { + gnome2_src_unpack + + # fix build failures + sed -i "s:pi-md5.h:libpisock/pi-md5.h:g" \ + mal-conduit/mal/common/AG{Digest,MD5}.c || die "sed failed" +} |