public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/
Date: Wed,  4 Oct 2023 21:56:16 +0000 (UTC)	[thread overview]
Message-ID: <1696456539.dc7382b89a41d0ba39c82c1cd6290b7eb1adf3dd.conikost@gentoo> (raw)

commit:     dc7382b89a41d0ba39c82c1cd6290b7eb1adf3dd
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Oct  4 21:15:05 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 21:55:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7382b8

dev-util/gef: drop 2023.06

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-util/gef/Manifest           |  1 -
 dev-util/gef/gef-2023.06.ebuild | 82 -----------------------------------------
 2 files changed, 83 deletions(-)

diff --git a/dev-util/gef/Manifest b/dev-util/gef/Manifest
index 3fa134dbf80d..0ac5e0cbea13 100644
--- a/dev-util/gef/Manifest
+++ b/dev-util/gef/Manifest
@@ -1,2 +1 @@
-DIST gef-2023.06.tar.gz 187126 BLAKE2B e44606249d42760caf4e47f1b2f5e4592255fd8b81b28cab313352d10dcbc47a79a0130e102cc2618fe88dc47a5589ed6bee3e7d80878cc66f5e9abd775c103e SHA512 5362234ae6b753abe719280640148978cd25f535249a1ad9311ebd66f99138d59d5b9f07e9e93ebe00aab4702c73229c2f3d92e2d70fb5daf3f30a49e4d3b8ff
 DIST gef-2023.08.tar.gz 230347 BLAKE2B b9b8fed1bdf81fa870583921c4bdd6df2d98112748c939da48acae7e636ec6e22dc751d8ed75e52e72ff0aa04835720293f0e82e99ff614c447f2a614c76e48a SHA512 d3a26826b991db7e8d475da945b16933ce046dd64381f5df60ea0fe310d0325f39b05142de5f75abbbd5693c93ad70ff25e982d0ff3526a6fe66fd7526a359c5

diff --git a/dev-util/gef/gef-2023.06.ebuild b/dev-util/gef/gef-2023.06.ebuild
deleted file mode 100644
index de47a718664f..000000000000
--- a/dev-util/gef/gef-2023.06.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-	dev-python/mkdocs-material
-"
-
-inherit python-single-r1 docs wrapper
-
-DESCRIPTION="A GDB Enhanced Features for exploit devs & reversers"
-HOMEPAGE="https://github.com/hugsy/gef"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hugsy/gef"
-else
-	SRC_URI="https://github.com/hugsy/gef/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# Seem to hang right now?
-RESTRICT="!test? ( test ) test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-util/ropper[${PYTHON_SINGLE_USEDEP}]
-	sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-libs/capstone[python,${PYTHON_USEDEP}]
-		dev-libs/keystone[python,${PYTHON_USEDEP}]
-		dev-python/pylint[${PYTHON_USEDEP}]
-		dev-util/unicorn[python,${PYTHON_USEDEP}]
-	')"
-
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			dev-python/pytest[${PYTHON_USEDEP}]
-			dev-python/pytest-xdist[${PYTHON_USEDEP}]
-		')
-	)"
-
-DOCS=( README.md )
-
-src_prepare() {
-	default
-
-	sed -i -e '/pylint/d' tests/requirements.txt || die
-}
-
-src_compile() {
-	# Tries to compile tests
-	:
-
-	docs_compile
-}
-
-src_install() {
-	insinto "/usr/share/${PN}"
-	doins -r *.py
-
-	python_optimize "${ED}/usr/share/${PN}"
-
-	make_wrapper "gdb-gef" \
-		"gdb -x \"/usr/share/${PN}/gef.py\"" || die
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	einfo "\nUsage:"
-	einfo "    ~$ gdb-gef <program>\n"
-}


             reply	other threads:[~2023-10-04 21:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-04 21:56 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14  4:57 [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/ Sam James
2024-01-14  4:53 Sam James
2024-01-14  4:53 Sam James
2024-01-14  4:53 Sam James
2024-01-14  4:53 Sam James
2023-09-26 18:25 Sam James
2023-09-26 17:58 Sam James
2023-08-26  4:01 Sam James
2023-08-26  4:01 Sam James
2023-08-26  4:01 Sam James
2023-05-25  8:25 Arthur Zamarin
2023-05-25  8:12 Arthur Zamarin
2023-04-25  1:57 Sam James
2023-04-25  1:57 Sam James
2023-04-14 19:43 Sam James
2023-04-14  4:04 Sam James
2023-02-25  5:47 Arthur Zamarin
2023-01-14 10:00 Arthur Zamarin
2023-01-10  4:13 Sam James
2023-01-05 16:42 Arthur Zamarin
2023-01-05 16:42 Arthur Zamarin
2022-10-30  9:35 Sam James
2022-10-30  9:35 Sam James
2022-07-26  4:26 Sam James
2022-06-28  9:31 Sam James
2022-01-31  3:55 Sam James
2022-01-31  3:54 Sam James
2022-01-31  3:54 Sam James
2022-01-28  8:22 Sam James
2022-01-28  5:18 Sam James
2022-01-28  5:18 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=1696456539.dc7382b89a41d0ba39c82c1cd6290b7eb1adf3dd.conikost@gentoo \
    --to=conikost@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