summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-03-03 23:16:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-03-03 23:16:01 +0000
commit9c7ad47bb70533c67823b1bcbe7f8697c7421d60 (patch)
tree283a793cc63d2dfa89a38a519addd45817001b2c /app-pda
parentremove unused versions (diff)
downloadgentoo-2-9c7ad47bb70533c67823b1bcbe7f8697c7421d60.tar.gz
gentoo-2-9c7ad47bb70533c67823b1bcbe7f8697c7421d60.tar.bz2
gentoo-2-9c7ad47bb70533c67823b1bcbe7f8697c7421d60.zip
bump to 2.0.16
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnome-pilot-conduits/ChangeLog8
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog
index fb3013383501..c1e1c118588d 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.27 2008/02/03 02:20:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.28 2008/03/03 23:16:01 eva Exp $
+
+*gnome-pilot-conduits-2.0.16 (03 Mar 2008)
+
+ 03 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-pilot-conduits-2.0.16.ebuild:
+ bump to 2.0.16
03 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
-files/gnome-pilot-conduits-2.0.10-invalid-linguas.patch,
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
new file mode 100644
index 000000000000..0bf93ec2f8db
--- /dev/null
+++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 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.16.ebuild,v 1.1 2008/03/03 23:16:01 eva 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"
+
+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"
+}