Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-p2p/gtk-gnutella: EAPI8 bump, various fixes #34561

Closed
wants to merge 1 commit into from

Conversation

mm1ke
Copy link
Contributor

@mm1ke mm1ke commented Dec 30, 2023

EAPI8 bump and some minor fixes.

 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic strip-linguas toolchain-funcs
 
-IUSE="nls dbus ssl +gtk"
-
-DESCRIPTION="A GTK+ Gnutella client"
+DESCRIPTION="GTK+ Gnutella client"
+HOMEPAGE="https://gtk-gnutella.sourceforge.net/"
 SRC_URI="https://github.com/gtk-gnutella/gtk-gnutella/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
 
 SLOT="0"
 LICENSE="CC-BY-SA-4.0 GPL-2"
 KEYWORDS="amd64 ppc ppc64 x86"
 
+IUSE="nls dbus ssl +gtk"
+
 RDEPEND="
 	sys-libs/binutils-libs:=
 	dev-libs/glib:2
@@ -31,10 +31,14 @@
 	strip-linguas -i po
 
 	echo "# Gentoo-selected LINGUAS" > po/LINGUAS
+	local ling
 	for ling in ${LINGUAS}; do
 		echo $ling >> po/LINGUAS
 	done
 
+	# bug #738504
+	sed -i -e 's|share/appdata|share/metainfo|g' extra_files/Makefile.SH || die
+
 	default
 }
 
@@ -75,7 +79,7 @@
 
 src_compile() {
 	# Build system is not parallel-safe, bug 500760
-	emake -j1
+	emake -j1 AR="$(tc-getAR) rc" NM="$(tc-getNM)"
 }
 
 src_install() {

Signed-off-by: Michael Mair-Keimberger mmk@levelnine.at

Closes: https://bugs.gentoo.org/452082
Closes: https://bugs.gentoo.org/738476
Closes: https://bugs.gentoo.org/738504

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @mm1ke
Areas affected: ebuilds
Packages affected: net-p2p/gtk-gnutella

net-p2p/gtk-gnutella: @graaff

Linked bugs

Bugs linked: 738504, 452082, 738476


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Dec 30, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-12-30 15:52 UTC
Newest commit scanned: 0fe0a00
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/da38a691db/output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
3 participants