summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:01:44 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:01:44 +0000
commit70f816af5c764f29050cc081ae22efebb3c96931 (patch)
tree4b3f049cb945599892faf82c705218607d8ab485 /app-office/planner
parentClean up old revisions. (diff)
downloadgentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.tar.gz
gentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.tar.bz2
gentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-office/planner')
-rw-r--r--app-office/planner/ChangeLog9
-rw-r--r--app-office/planner/files/planner-0.14.3-eds-plugin.patch12
-rw-r--r--app-office/planner/files/planner-0.14.5-find-python.patch19
-rw-r--r--app-office/planner/planner-0.14.5.ebuild77
4 files changed, 7 insertions, 110 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog
index d98fc5001b9c..9f252f75994c 100644
--- a/app-office/planner/ChangeLog
+++ b/app-office/planner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/planner
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.68 2012/07/15 16:26:56 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.69 2013/03/05 23:01:42 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/planner-0.14.3-eds-plugin.patch, -planner-0.14.5.ebuild,
+ -files/planner-0.14.5-find-python.patch:
+ Clean up old revision.
15 Jul 2012; Raúl Porcel <armin76@gentoo.org> planner-0.14.6.ebuild:
alpha/sparc stable wrt #410611
diff --git a/app-office/planner/files/planner-0.14.3-eds-plugin.patch b/app-office/planner/files/planner-0.14.3-eds-plugin.patch
deleted file mode 100644
index 7bd79c89e548..000000000000
--- a/app-office/planner/files/planner-0.14.3-eds-plugin.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: src/planner-eds-plugin.c
-===================================================================
---- src/planner-eds-plugin.c (révision 909)
-+++ src/planner-eds-plugin.c (copie de travail)
-@@ -55,6 +55,7 @@
- #include <libedataserver/e-source-group.h>
- #include <libedataserver/e-uid.h>
- /* Calendar */
-+#define HANDLE_LIBICAL_MEMORY
- #include <libecal/e-cal.h>
- /* Addressbook */
- #include <libebook/e-book.h>
diff --git a/app-office/planner/files/planner-0.14.5-find-python.patch b/app-office/planner/files/planner-0.14.5-find-python.patch
deleted file mode 100644
index 9735519d77e9..000000000000
--- a/app-office/planner/files/planner-0.14.5-find-python.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- acinclude.m4.old 2011-07-05 14:33:18.000000000 +0200
-+++ acinclude.m4 2011-07-05 14:34:23.000000000 +0200
-@@ -85,14 +85,8 @@
-
- # Check for Python library path
- AC_MSG_CHECKING([for Python library path])
-- python_path=`echo $PYTHON | sed "s,/bin.*$,,"`
-- for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/config/" "$python_path/lib/python/" "$python_path/" ; do
-- python_path=`find $i -type f -name libpython$PYTHON_VERSION.* -print | sed "1q"`
-- if test -n "$python_path" ; then
-- break
-- fi
-- done
-- python_path=`echo $python_path | sed "s,/libpython.*$,,"`
-+ python_path=`$PYTHON -c 'import distutils.sysconfig; \
-+ print(distutils.sysconfig.get_python_inc())'`
- AC_MSG_RESULT([$python_path])
- if test -z "$python_path" ; then
- AC_MSG_ERROR([cannot find Python library path])
diff --git a/app-office/planner/planner-0.14.5.ebuild b/app-office/planner/planner-0.14.5.ebuild
deleted file mode 100644
index bfd51fb18eb9..000000000000
--- a/app-office/planner/planner-0.14.5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.5.ebuild,v 1.3 2012/05/03 20:00:40 jdhore Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="xz"
-PYTHON_DEPEND="python? 2"
-
-inherit python gnome2 eutils autotools
-
-DESCRIPTION="Project manager for Gnome"
-HOMEPAGE="http://live.gnome.org/Planner/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE="doc eds python examples"
-
-RDEPEND=">=dev-libs/glib-2.6:2
- >=x11-libs/gtk+-2.14:2
- >=gnome-base/libgnomecanvas-2.10
- >=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.4:2.0
- >=gnome-base/gconf-2.6:2
- >=dev-libs/libxml2-2.6.27:2
- >=dev-libs/libxslt-1.1.23
- python? ( >=dev-python/pygtk-2.6:2 )
- eds? (
- >=gnome-extra/evolution-data-server-1.1
- >=mail-client/evolution-2.1.3 )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- app-text/scrollkeeper
- >=dev-util/intltool-0.35.5
- doc? ( >=dev-util/gtk-doc-1.0 )
- dev-util/gtk-doc-am
- gnome-base/gnome-common"
-
-# FIXME: disable eds backend for now, it fails, upstream bug #654005
-pkg_setup() {
- DOCS="AUTHORS COPYING ChangeLog NEWS README"
- G2CONF="${G2CONF}
- $(use_enable python)
- $(use_enable python python-plugin)
- $(use_enable eds)
- --disable-eds-backend
- --with-database=no
- --disable-update-mimedb"
- #$(use_enable eds eds-backend)
- use python && python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix intltoolize broken file, see upstream #577133
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
-
- # Find python in a faster way, bug #344231, upstream bug #654044
- epatch "${FILESDIR}/${PN}-0.14.5-find-python.patch"
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-}
-
-src_install() {
- gnome2_src_install \
- sqldocdir="\$(datadir)/doc/${PF}" \
- sampledir="\$(datadir)/doc/${PF}/examples"
-
- if ! use examples; then
- rm -rf "${D}/usr/share/doc/${PF}/examples"
- fi
-}