dev-debug/gprofng-gui: drop 1.1

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-07 07:59:31 +01:00
parent 7a936314d9
commit e776601f91
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST gprofng-gui-1.1.tar.gz 1576556 BLAKE2B 3b757ffe2785cfcee8d5f154f140685dddc8644ff04770be96fbb8bc2a6020e6d10b6daf60962454775c995806c1c7b669d867af88f1928e63f41996f3f85cb9 SHA512 5fad2f32be19bae829f92b3d1f307858c4cd26574dfc2be3ce47728b4c361f090b26cb2a541c63902f65395182cece49c82d39987644eeebe1bc11eb9a58fc48
DIST gprofng-gui-2.0.tar.gz 1297153 BLAKE2B 0a0c921a2ba1e81cdec3cba5fbe66ae8079fcce3f3fcad2ad792e2758ca218bd667dd9722d32e25027d9eb1b6ddb3897c94098db07f24915928347c4ff804b19 SHA512 2e27eb3632de6a81c9301bea740a1bda288d0c74a788a59cc44cd3c3a172a45e7be8bacb7ffe454924f707728b38bfb539998a41a8ef0b363039d7d6fcc6ac0a

View File

@@ -1,35 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2 xdg
DESCRIPTION="Full-fledged graphical interface to operate gprofng"
HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/gprofng-gui.git"
inherit autotools git-r3
else
SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
S="${WORKDIR}/${P}"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3+"
SLOT="0"
DEPEND=">=virtual/jdk-1.8:*"
RDEPEND="
sys-devel/binutils:*[gprofng(-)]
>=virtual/jre-1.8:*
"
src_prepare() {
default
[[ ${PV} == 9999 ]] && eautoreconf
java-pkg-2_src_prepare
}