diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-21 22:54:46 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-21 22:54:46 +0000 |
commit | 1f53e119b4a3fe014a8f4078fc001dbe4e4c5da2 (patch) | |
tree | 6c73131668e286ad3ed35ad4630d0c7434bd32be /app-office/planner | |
parent | Bump to 0.11.7. Port to GIO, updated translations. (diff) | |
download | gentoo-2-1f53e119b4a3fe014a8f4078fc001dbe4e4c5da2.tar.gz gentoo-2-1f53e119b4a3fe014a8f4078fc001dbe4e4c5da2.tar.bz2 gentoo-2-1f53e119b4a3fe014a8f4078fc001dbe4e4c5da2.zip |
Clean up old revisions.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/planner/planner-0.14.2.ebuild | 61 | ||||
-rw-r--r-- | app-office/planner/planner-0.14.3.ebuild | 74 |
3 files changed, 5 insertions, 136 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index ae66f82e7e9a..fdcbe093aada 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/planner # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.48 2009/01/17 14:58:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.49 2009/01/21 22:54:46 eva Exp $ + + 21 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> + -planner-0.14.2.ebuild, -planner-0.14.3.ebuild: + Clean up old revisions. 17 Jan 2009; nixnut <nixnut@gentoo.org> planner-0.14.3-r1.ebuild: ppc stable #253940 diff --git a/app-office/planner/planner-0.14.2.ebuild b/app-office/planner/planner-0.14.2.ebuild deleted file mode 100644 index 25574ecbf4fd..000000000000 --- a/app-office/planner/planner-0.14.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.2.ebuild,v 1.8 2008/01/10 15:54:09 dang Exp $ - -inherit gnome2 fdo-mime - -DESCRIPTION="Project manager for Gnome2" -HOMEPAGE="http://live.gnome.org/Planner/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="doc libgda python examples" - -RDEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libgnomeui-2.10 - >=gnome-base/libglade-2.4 - >=gnome-base/gnome-vfs-2.10 - >=gnome-base/libgnomeprintui-2.10 - >=gnome-base/gconf-2.6 - >=dev-libs/libxml2-2.6 - >=dev-libs/libxslt-1.1 - libgda? ( =gnome-extra/libgda-1* ) - python? ( >=dev-python/pygtk-2.6 )" -# disable eds backend for now, its experimental -# eds? ( >=gnome-extra/evolution-data-server-1.1 )" -# >=mail-client/evolution-2.1.3 )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - app-text/scrollkeeper - dev-util/intltool - doc? ( >=dev-util/gtk-doc-0.10 )" - -DOCS="AUTHORS COPYING ChangeLog INSTALL README" - -# darn thing breaks in parallel make :/ -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_enable libgda database) - $(use_enable python) - $(use_enable python python-plugin) - $(use_enable doc gtk-doc) - --disable-update-mimedb" -# $(use_enable eds) \ -# $(use_enable eds eds-backend) \ -} - -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 -} diff --git a/app-office/planner/planner-0.14.3.ebuild b/app-office/planner/planner-0.14.3.ebuild deleted file mode 100644 index 2e08f0fb22d1..000000000000 --- a/app-office/planner/planner-0.14.3.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.3.ebuild,v 1.6 2008/05/25 12:38:21 maekke Exp $ - -inherit autotools eutils gnome2 - -DESCRIPTION="Project manager for Gnome2" -HOMEPAGE="http://live.gnome.org/Planner/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="doc eds libgda python examples" - -RDEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libgnomeui-2.10 - >=gnome-base/libglade-2.4 - >=gnome-base/gnome-vfs-2.10 - >=gnome-base/libgnomeprintui-2.10 - >=gnome-base/gconf-2.6 - >=dev-libs/libxml2-2.6.27 - >=dev-libs/libxslt-1.1.23 - libgda? ( =gnome-extra/libgda-1* ) - python? ( >=dev-python/pygtk-2.6 ) - eds? ( - >=gnome-extra/evolution-data-server-1.1 - >=mail-client/evolution-2.1.3 )" - -# FIXME: update libgda dep when 3 is unmasked. -# disable eds backend for now, its experimental - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - app-text/scrollkeeper - >=dev-util/intltool-0.35.5 - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.0 )" - -DOCS="AUTHORS COPYING ChangeLog INSTALL README" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_enable libgda database) - $(use_enable python) - $(use_enable python python-plugin) - $(use_enable eds) - --disable-update-mimedb" -# $(use_enable eds eds-backend) -} - -src_unpack() { - gnome2_src_unpack - - # Fix parallel build issues - epatch "${FILESDIR}/${P}-parallel-build.patch" - - # Fix compile failure with eds-plugin - epatch "${FILESDIR}/${P}-eds-plugin.patch" - - eautomake - intltoolize --force || die "intltoolize failed" -} - -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 -} |