mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-debug/gprofng-gui: add 9999
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -7,12 +7,18 @@ inherit java-pkg-2
|
||||
|
||||
DESCRIPTION="Full-fledged graphical interface to operate gprofng"
|
||||
HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"
|
||||
SRC_URI="mirror://gnu/gprofng-gui/${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}"
|
||||
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"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
RDEPEND="
|
||||
@@ -22,5 +28,8 @@ RDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
[[ ${PV} == 9999 ]] && eautoreconf
|
||||
|
||||
java-pkg-2_src_prepare
|
||||
}
|
||||
|
||||
35
dev-debug/gprofng-gui/gprofng-gui-9999.ebuild
Normal file
35
dev-debug/gprofng-gui/gprofng-gui-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit java-pkg-2
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user