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 14368158451 for ; Sun, 14 Jan 2024 04:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 436B5E2A11; Sun, 14 Jan 2024 04:57:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EA05E2A11 for ; Sun, 14 Jan 2024 04:57:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2375B3431E1 for ; Sun, 14 Jan 2024 04:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C4011F4 for ; Sun, 14 Jan 2024 04:57:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705208212.756a381542141c95cd20da2e44bc15fd1e609ce4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gef/gef-2023.08.ebuild dev-util/gef/gef-2024.01.ebuild dev-util/gef/gef-9999.ebuild X-VCS-Directories: dev-util/gef/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 756a381542141c95cd20da2e44bc15fd1e609ce4 X-VCS-Branch: master Date: Sun, 14 Jan 2024 04:57:32 +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: 9de61980-c1ca-429e-9ae7-ec3f53b908c7 X-Archives-Hash: 432daf8fbd68ea533d58ef7384f06572 commit: 756a381542141c95cd20da2e44bc15fd1e609ce4 Author: Sam James gentoo org> AuthorDate: Sun Jan 14 04:56:52 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 14 04:56:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756a3815 dev-util/gef: tweak description Signed-off-by: Sam James gentoo.org> dev-util/gef/gef-2023.08.ebuild | 2 +- dev-util/gef/gef-2024.01.ebuild | 2 +- dev-util/gef/gef-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/gef/gef-2023.08.ebuild b/dev-util/gef/gef-2023.08.ebuild index 5c5f2539985e..dcf8e73117bf 100644 --- a/dev-util/gef/gef-2023.08.ebuild +++ b/dev-util/gef/gef-2023.08.ebuild @@ -12,7 +12,7 @@ DOCS_DEPEND=" inherit python-single-r1 docs wrapper -DESCRIPTION="A GDB Enhanced Features for exploit devs & reversers" +DESCRIPTION="GDB Enhanced Features for exploit devs & reversers" HOMEPAGE="https://github.com/hugsy/gef" if [[ ${PV} == 9999 ]]; then diff --git a/dev-util/gef/gef-2024.01.ebuild b/dev-util/gef/gef-2024.01.ebuild index e9aa51550300..ab3ad1835c9a 100644 --- a/dev-util/gef/gef-2024.01.ebuild +++ b/dev-util/gef/gef-2024.01.ebuild @@ -12,7 +12,7 @@ DOCS_DEPEND=" inherit python-single-r1 docs wrapper -DESCRIPTION="A GDB Enhanced Features for exploit devs & reversers" +DESCRIPTION="GDB Enhanced Features for exploit devs & reversers" HOMEPAGE="https://github.com/hugsy/gef" if [[ ${PV} == 9999 ]]; then diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild index 1a1d8d3edec5..b692b6cc9ec0 100644 --- a/dev-util/gef/gef-9999.ebuild +++ b/dev-util/gef/gef-9999.ebuild @@ -12,7 +12,7 @@ DOCS_DEPEND=" inherit python-single-r1 docs wrapper -DESCRIPTION="A GDB Enhanced Features for exploit devs & reversers" +DESCRIPTION="GDB Enhanced Features for exploit devs & reversers" HOMEPAGE="https://github.com/hugsy/gef" if [[ ${PV} == 9999 ]]; then