From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 978AD158020 for ; Wed, 21 Dec 2022 12:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA08DE07E1; Wed, 21 Dec 2022 12:42:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 919A7E07E1 for ; Wed, 21 Dec 2022 12:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88907341439 for ; Wed, 21 Dec 2022 12:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFBC96F8 for ; Wed, 21 Dec 2022 12:42:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1671626511.fe4c12a8556b779e559e5a4fd352f62b0bf6805c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/planner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/planner/planner-0.14.6_p20130520-r2.ebuild X-VCS-Directories: app-office/planner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe4c12a8556b779e559e5a4fd352f62b0bf6805c X-VCS-Branch: master Date: Wed, 21 Dec 2022 12:42:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27413be7-d295-4a90-b321-8163dbaebf9b X-Archives-Hash: 36e4209db1622de2dcc915a4a7a14983 commit: fe4c12a8556b779e559e5a4fd352f62b0bf6805c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 21 10:20:46 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 21 12:41:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4c12a8 app-office/planner: drop 0.14.6_p20130520-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../planner/planner-0.14.6_p20130520-r2.ebuild | 66 ---------------------- 1 file changed, 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 -}