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

x11-libs/xforms: port to EAPI 7 #18430

Closed
wants to merge 1 commit into from
Closed

Conversation

jsmolic
Copy link
Member

@jsmolic jsmolic commented Nov 27, 2020

--- xforms-1.2.4.ebuild	
+++ xforms-1.2.4-r1.ebuild	
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2

-EAPI=6
+EAPI=7

-inherit autotools eutils ltprune
+inherit autotools

 MY_P="${P/-/_}"

@@ -13,8 +13,8 @@

 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="doc opengl static-libs"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="doc opengl"

 RDEPEND="
 	virtual/jpeg:0=
@@ -29,6 +29,8 @@

 S="${WORKDIR}/${MY_P}"

+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+
 DOCS=( ChangeLog README )

 src_prepare() {
@@ -40,10 +42,10 @@
 	econf \
 		$(use_enable doc docs) \
 		$(use_enable opengl gl) \
-		$(use_enable static-libs static)
+		--disable-static
 }

 src_install() {
 	default
-	prune_libtool_files
+	find "${ED}" -name '*.la' -delete || die
 }

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @jsmolic
Areas affected: ebuilds
Packages affected: x11-libs/xforms

x11-libs/xforms: @monsieurp

Linked bugs

Bugs linked: 706936


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 Nov 27, 2020
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2020-11-27 15:44 UTC
Newest commit scanned: 227482a
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/2912ab5ddd/output.html

Closes: https://bugs.gentoo.org/706936
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2020-11-27 16:19 UTC
Newest commit scanned: 6339b34
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/ac46213416/output.html

@jsmolic jsmolic deleted the xforms branch November 27, 2020 20:03
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