public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/
Date: Sat, 26 Aug 2017 10:08:00 +0000 (UTC)	[thread overview]
Message-ID: <1503742047.20e8883f8caaef6b67cb19be013b5e07d820d375.eva@gentoo> (raw)

commit:     20e8883f8caaef6b67cb19be013b5e07d820d375
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 10:05:42 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 10:07:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e8883f

app-office/gtg: cleanup old revision

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/gtg/Manifest       |  1 -
 app-office/gtg/gtg-0.3.ebuild | 69 -------------------------------------------
 2 files changed, 70 deletions(-)

diff --git a/app-office/gtg/Manifest b/app-office/gtg/Manifest
index 2a8c7d34607..65f43bc960e 100644
--- a/app-office/gtg/Manifest
+++ b/app-office/gtg/Manifest
@@ -1,2 +1 @@
 DIST gtg-0.3.1.tar.gz 7902244 SHA256 57ceb3fa15298b69ce64cdd0a0a35ef3f4fd1151458ddff21f26a288cc02a0a7 SHA512 7d342971cd98fbe5b84ec2f2b4c918dd668d00699b6f0afb76b143acdbe79807525bcc02d2e189769c24de5a8b33d7eef4ce242e3c091fe09505daac55158f12 WHIRLPOOL 3d90cf709cfe15e0a303b0caea7c1102cf4e9c31441be7a390b8be32f34a20059bc3ff9b422bada593364b22047f95a2eb58c6a558c5f5f8f8af7f534db8fc5b
-DIST gtg-0.3.tar.gz 4692580 SHA256 7c55a2eb1e6a552ece4c023f92ebec85661d514e4035ff5e2bcfc1c56ec4e2bc SHA512 0d36a1fabc23457057ef8c5f3b6f945f317c0d840f5a63ebc50fba0a5823c729e5765b531a95f71acb4364cae373420fded6ce04958bd4f8b44669a43dc22191 WHIRLPOOL 9c95218b8e882637ed9b6b8017e1c67cea2521d08aa63cf1bcdd0f499b0b296784b077cce4447354913dff9958071aa91c792f003f42bac237b72318afb26909

diff --git a/app-office/gtg/gtg-0.3.ebuild b/app-office/gtg/gtg-0.3.ebuild
deleted file mode 100644
index 8905f28d8bc..00000000000
--- a/app-office/gtg/gtg-0.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils fdo-mime gnome2-utils distutils-r1 versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-DESCRIPTION="Personal organizer for the GNOME desktop environment"
-HOMEPAGE="http://gtg.fritalk.com/"
-SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-python/liblarch[${PYTHON_USEDEP}]
-	dev-python/configobj[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:2[${PYTHON_USEDEP}]
-	dev-python/pygtk[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/pyxdg[${PYTHON_USEDEP}]
-	dev-python/simplejson[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
-	# Plugins are voluntarily left automagic as application has a nice way
-	# to suggest missing dependencies. We only remove the ones that cannot
-	# work on gentoo.
-	# Backends should be enabled via USE flag when pulling extra deps
-
-	# tweepy: missing python-r1 support
-	# geoloc: uses removed from tree bindings
-	sed -e "/GTG.backends.tweepy/d" \
-		-e "/GTG.plugins.geolocalized_tasks',/d" \
-		-e "/geolocalized-tasks.gtg-plugin/d" \
-		-i setup.py || die
-
-	# launchpad: missing dependency
-	# mantis: missing python-r1 support
-	# evolution: missing python-r1 support
-	rm GTG/backends/backend_launchpad.py \
-		GTG/backends/backend_mantis.py \
-		GTG/backends/backend_evolution.py \
-		GTG/backends/backend_twitter.py \
-		|| die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2017-08-26 10:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-26 10:08 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-11 10:25 [gentoo-commits] repo/gentoo:master commit in: app-office/gtg/ Michał Górny
2018-03-10 11:31 Pacho Ramos
2020-06-20 16:36 Mart Raudsepp
2020-07-08  5:58 Mart Raudsepp
2021-06-20  6:39 Mart Raudsepp
2021-06-21 22:26 Sam James
2021-06-21 22:27 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2022-07-12  3:03 Sam James
2022-07-12  6:56 Sam James
2022-10-10 23:40 Sam James
2023-07-20 13:00 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503742047.20e8883f8caaef6b67cb19be013b5e07d820d375.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox