diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-14 17:26:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-14 17:26:34 +0000 |
commit | fe38e87121b53ea66e6b5db7ad9201d2575848c7 (patch) | |
tree | 368963296240a2355636772eed1a9ad713ac4db9 /app-office/planner | |
parent | Drop gda3 support as it's going to be removed, bug #252540. (diff) | |
download | gentoo-2-fe38e87121b53ea66e6b5db7ad9201d2575848c7.tar.gz gentoo-2-fe38e87121b53ea66e6b5db7ad9201d2575848c7.tar.bz2 gentoo-2-fe38e87121b53ea66e6b5db7ad9201d2575848c7.zip |
Remove old.
(Portage version: 2.1.10.5/cvs/Linux x86_64)
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/planner/planner-0.14.4.ebuild | 69 |
2 files changed, 4 insertions, 70 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index a0ed8b6bab25..beee9e3fe1a8 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/planner # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.61 2011/07/05 19:37:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.62 2011/07/14 17:26:34 pacho Exp $ + + 14 Jul 2011; Pacho Ramos <pacho@gentoo.org> -planner-0.14.4.ebuild: + Remove old. 05 Jul 2011; Pacho Ramos <pacho@gentoo.org> planner-0.14.5.ebuild, +files/planner-0.14.5-find-python.patch: diff --git a/app-office/planner/planner-0.14.4.ebuild b/app-office/planner/planner-0.14.4.ebuild deleted file mode 100644 index ddc7bd5da0f8..000000000000 --- a/app-office/planner/planner-0.14.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.4.ebuild,v 1.9 2011/06/04 18:40:12 pacho Exp $ - -EAPI="1" - -inherit 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:2 - >=x11-libs/gtk+-2.6:2 - >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libgnomeui-2.10 - >=gnome-base/libglade-2.4:2.0 - >=gnome-base/gnome-vfs-2.10:2 - >=gnome-base/gconf-2.6:2 - >=dev-libs/libxml2-2.6.27:2 - >=dev-libs/libxslt-1.1.23 - libgda? ( gnome-extra/libgda:3 ) - python? ( >=dev-python/pygtk-2.6 ) - eds? ( - >=gnome-extra/evolution-data-server-1.1 - >=mail-client/evolution-2.1.3 )" - -# FIXME: disable eds backend for now, its experimental - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - app-text/scrollkeeper - >=dev-util/intltool-0.35.5 - doc? ( >=dev-util/gtk-doc-1.0 )" - -DOCS="AUTHORS COPYING ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_with libgda database gda3) - $(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 compile failure with eds-plugin, upstream bug #651864 - epatch "${FILESDIR}/${PN}-0.14.3-eds-plugin.patch" -} - -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 - - find "${D}" -name "*.la" -delete || die "removal of *.la files failed" -} |