summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-12 21:53:57 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-12 21:53:57 +0000
commit1ac830d4570c03d470edacbfad3c6bf45fb6299d (patch)
treeef8c4598362f402ae53c45bce2d82354aa20dd1f /app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild
parentamd64/x86 stable, bug #245941 (diff)
downloadgentoo-2-1ac830d4570c03d470edacbfad3c6bf45fb6299d.tar.gz
gentoo-2-1ac830d4570c03d470edacbfad3c6bf45fb6299d.tar.bz2
gentoo-2-1ac830d4570c03d470edacbfad3c6bf45fb6299d.zip
Bump to 2.0.17. Translation updates.
(Portage version: 2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild')
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild
new file mode 100644
index 000000000000..1389509a6274
--- /dev/null
+++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.17.ebuild
@@ -0,0 +1,31 @@
+# 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.17.ebuild,v 1.1 2009/01/12 21:53:57 eva Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Gnome Pilot Conduits"
+HOMEPAGE="http://live.gnome.org/GnomePilot"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~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"
+
+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"
+}