public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cutter/
Date: Sun, 18 Oct 2020 12:31:32 +0000 (UTC)	[thread overview]
Message-ID: <1603024288.c2ac2364e43f7ea7eb9e65fc54612ac7a63338e5.slyfox@gentoo> (raw)

commit:     c2ac2364e43f7ea7eb9e65fc54612ac7a63338e5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 12:30:48 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 12:31:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ac2364

dev-util/cutter: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/cutter/Manifest             |  1 -
 dev-util/cutter/cutter-1.11.0.ebuild | 54 ------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-util/cutter/Manifest b/dev-util/cutter/Manifest
index 368a46df479..4135848399e 100644
--- a/dev-util/cutter/Manifest
+++ b/dev-util/cutter/Manifest
@@ -1,2 +1 @@
-DIST cutter-1.11.0.tar.gz 1990964 BLAKE2B b996a3e4c55b3077a8aa54b3df5517d270410ab81f8a111865dc89dc6e61f2712ebd29c10be37a50d9bf143b98916bf48c5df9ed1bfaf936af714d4a12687052 SHA512 a69efee672fb0e142ac6c1fae287c463ec1e777a2ec6b604f412fd0c21b0614d2f05a289beb4602af70d6446f0a6263b353dcbd38d41a6466ae2cdbd14e0bea3
 DIST cutter-1.12.0.tar.gz 2323732 BLAKE2B fb40444b60c19f88dafb9447731b91031ad764359121b835ae03477bf52f17d12d1a0b651059072b6ffb7bf811d4493b3746ab9c48d8f09257b5338130edecbd SHA512 3d8dd9cb6f9e69f41e295795f3d1b7256c071abafd04bdecd619817b8fd04396770f69df753701ffb376a358f0df9bd38dff6a344df4e5ca92163275ad670531

diff --git a/dev-util/cutter/cutter-1.11.0.ebuild b/dev-util/cutter/cutter-1.11.0.ebuild
deleted file mode 100644
index f7cbb90b317..00000000000
--- a/dev-util/cutter/cutter-1.11.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit qmake-utils xdg-utils python-single-r1
-
-DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework"
-HOMEPAGE="https://www.radare.org https://github.com/radareorg/cutter/"
-SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5
-	~dev-util/radare2-4.5.0
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.10.3-python3-config.patch"
-)
-
-src_configure() {
-	local myqmakeargs=(
-		CUTTER_ENABLE_PYTHON=true
-		PREFIX=\'${EPREFIX}/usr\'
-	)
-
-	eqmake5 "${myqmakeargs[@]}" src
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


             reply	other threads:[~2020-10-18 12:31 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 12:31 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/cutter/ Andreas Sturmlechner
2025-02-10 19:01 Arthur Zamarin
2025-01-14  4:02 John Helmert III
2025-01-12 22:24 John Helmert III
2025-01-12 22:24 John Helmert III
2024-07-28 18:51 John Helmert III
2024-07-28 18:51 John Helmert III
2024-07-28  2:39 Sam James
2024-05-11 19:08 Sam James
2024-04-21 23:33 John Helmert III
2024-03-04  5:21 John Helmert III
2024-03-04  5:21 John Helmert III
2023-09-26  0:54 Sam James
2023-09-17  0:06 John Helmert III
2023-09-10 18:04 John Helmert III
2023-07-22 16:30 John Helmert III
2023-07-22 16:30 John Helmert III
2023-07-22 16:30 John Helmert III
2023-06-02  4:04 John Helmert III
2023-04-30 23:36 John Helmert III
2023-04-30 23:36 John Helmert III
2023-04-16 18:52 John Helmert III
2023-02-25 16:35 John Helmert III
2023-02-23  3:55 John Helmert III
2023-02-22 15:58 John Helmert III
2022-10-21 19:56 John Helmert III
2022-10-21 19:56 John Helmert III
2022-09-11 13:33 John Helmert III
2022-09-10 21:22 John Helmert III
2022-08-08  9:40 Andreas Sturmlechner
2022-07-04 20:01 John Helmert III
2022-07-04 20:01 John Helmert III
2022-07-04 20:01 John Helmert III
2022-03-02  2:43 John Helmert III
2022-03-02  2:43 John Helmert III
2022-01-14 20:35 John Helmert III
2021-12-01 16:22 John Helmert III
2021-11-20 23:30 John Helmert III
2021-10-17 16:08 John Helmert III
2021-10-15 16:57 Rick Farina
2021-10-05 20:40 John Helmert III
2021-05-24 23:37 John Helmert III
2021-05-24 23:37 John Helmert III
2021-04-27  3:15 John Helmert III
2021-04-14 19:26 John Helmert III
2021-04-11 22:31 John Helmert III
2021-04-06 19:03 Sergei Trofimovich
2021-04-06 13:08 John Helmert III
2021-04-06  2:59 John Helmert III
2020-09-03 22:28 Sergei Trofimovich
2020-07-25  5:44 Joonas Niilola
2020-07-25  5:30 Joonas Niilola
2020-07-25  5:30 Joonas Niilola
2020-07-25  5:30 Joonas Niilola
2020-07-24  8:28 Joonas Niilola
2019-08-12 20:16 Michał Górny
2019-07-07 19:17 Michał Górny
2018-01-25 11:16 Michael Palimaka

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=1603024288.c2ac2364e43f7ea7eb9e65fc54612ac7a63338e5.slyfox@gentoo \
    --to=slyfox@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