diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-21 11:20:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-21 13:41:51 +0100 |
commit | fe4c12a8556b779e559e5a4fd352f62b0bf6805c (patch) | |
tree | 46ddce4daebe1cac796888a36c3f12df486f3e15 /app-office/planner | |
parent | sci-mathematics/eclib: add 20221012 (diff) | |
download | gentoo-fe4c12a8556b779e559e5a4fd352f62b0bf6805c.tar.gz gentoo-fe4c12a8556b779e559e5a4fd352f62b0bf6805c.tar.bz2 gentoo-fe4c12a8556b779e559e5a4fd352f62b0bf6805c.zip |
app-office/planner: drop 0.14.6_p20130520-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/planner-0.14.6_p20130520-r2.ebuild | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/app-office/planner/planner-0.14.6_p20130520-r2.ebuild b/app-office/planner/planner-0.14.6_p20130520-r2.ebuild deleted file mode 100644 index b0fe576b0d14..000000000000 --- a/app-office/planner/planner-0.14.6_p20130520-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Project manager for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Planner" -SRC_URI="https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" - -IUSE="eds examples" - -RDEPEND=" - >=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.24:2 - >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libglade-2.4:2.0 - >=gnome-base/gconf-2.10:2 - >=dev-libs/libxml2-2.6.27:2 - >=dev-libs/libxslt-1.1.23 - eds? ( - >=gnome-extra/evolution-data-server-3.6:= - >=mail-client/evolution-3.6 ) -" -DEPEND="${RDEPEND} - app-text/rarian - dev-util/gtk-doc-am - >=dev-util/intltool-0.35.5 - gnome-base/gnome-common - virtual/pkgconfig -" - -S="${WORKDIR}/${PN}-0.14.6" - -src_configure() { - # FIXME: disable eds backend for now, it fails, upstream bug #654005 - # We need to set compile-warnings to a different value as it doesn't use - # standard macro: https://bugzilla.gnome.org/703067 - gnome2_src_configure \ - --disable-python \ - --disable-python-plugin \ - $(use_enable eds) \ - --disable-eds-backend \ - --with-database=no \ - --disable-update-mimedb \ - --enable-compile-warnings=yes - #$(use_enable eds eds-backend) -} - -src_install() { - # error: relink `libstorage-mrproject-1.la' with the above command before installing it - # Try to drop workaround on next snapshot or bump - MAKEOPTS="${MAKEOPTS} -j1" 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 -} |