summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-27 21:53:04 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-27 21:53:04 +0000
commit832b7f56666cb5ec1a7fa871393c73b85eeba27c (patch)
treeca9001b4885f1d84f6244688f1b19f77e44cb83b /app-pda/gnome-pilot-conduits
parentVersion bump. Update usage of gnome APIs. Move eds conduits support to gnome-... (diff)
downloadgentoo-2-832b7f56666cb5ec1a7fa871393c73b85eeba27c.tar.gz
gentoo-2-832b7f56666cb5ec1a7fa871393c73b85eeba27c.tar.bz2
gentoo-2-832b7f56666cb5ec1a7fa871393c73b85eeba27c.zip
Version bump. Update usage of gnome APIs.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/gnome-pilot-conduits')
-rw-r--r--app-pda/gnome-pilot-conduits/ChangeLog10
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild35
2 files changed, 43 insertions, 2 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog
index 043782d8eb19..72257aa4f143 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 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.37 2009/09/27 23:39:20 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.38 2010/10/27 21:53:04 eva Exp $
+
+*gnome-pilot-conduits-2.32.1 (27 Oct 2010)
+
+ 27 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-pilot-conduits-2.32.1.ebuild:
+ Version bump. Update usage of gnome APIs.
27 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
-gnome-pilot-conduits-2.0.16.ebuild:
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild
new file mode 100644
index 000000000000..7fc2b9ab707f
--- /dev/null
+++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.32.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 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.32.1.ebuild,v 1.1 2010/10/27 21:53:04 eva Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Gnome Pilot Conduits"
+HOMEPAGE="http://live.gnome.org/GnomePilot"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/gtk+-2.13:2
+ >=app-pda/gnome-pilot-2.32
+ >=dev-libs/libxml2-2.5"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/intltool-0.35
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
+ G2CONF="${G2CONF} --disable-static"
+}
+
+src_install() {
+ gnome2_src_install
+ find "${ED}" -name "*.la" -delete || die
+}