public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2020-08-03  2:58 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-03  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     49d02d696b8d108d2adcb63f2949e14396f9b836
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 02:58:14 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 02:58:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d02d69

x11-misc/xfractint: add dependency to RDEPEND

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p16.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p16.ebuild b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
index 020f7b4a30a..0e98bb543fd 100644
--- a/x11-misc/xfractint/xfractint-20.04_p16.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
@@ -11,18 +11,17 @@ DESCRIPTION="A fractal generator"
 HOMEPAGE="https://www.fractint.org"
 SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="free-noncomm HPND public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND="x11-libs/libX11"
-
-DEPEND="
-	${RDEPEND}
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXft
 "
-
-S="${WORKDIR}/${MY_P}"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-20.04p16-install-phase.patch"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2024-03-11 14:24 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-03-11 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     90f558a4036d571d4b1a10d2fe5e8b54900d2e54
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 10 20:24:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 14:22:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f558a4

x11-misc/xfractint: mark as LTO-unsafe, strict-aliasing unsafe

Reported at https://mailman.xmission.com/postorius/lists/fractdev.mailman.xmission.com/

Mailing list does not yet show my email, fingers crossed it doesn't
require subscribing and is just slow...

Closes: https://bugs.gentoo.org/864759
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p16.ebuild | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p16.ebuild b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
index 0e7b98b42567..af6790581497 100644
--- a/x11-misc/xfractint/xfractint-20.04_p16.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 MY_P=${P/_}
 
@@ -28,6 +28,14 @@ PATCHES=(
 )
 
 src_compile() {
+	# -Werror=strict-aliasing
+	# https://bugs.gentoo.org/864759
+	# Reported to developer list at
+	# https://mailman.xmission.com/postorius/lists/fractdev.mailman.xmission.com/
+	#
+	# Do not trust for LTO either
+	append-flags -fno-strict-aliasing
+	filter-lto
 	emake CC="$(tc-getCC)" AS="$(tc-getAS)" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2021-01-02 16:17 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-01-02 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bcf11744aa4f7303ade833571c7b9a762849ae70
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 15:54:49 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 15:54:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf11744

x11-misc/xfractint: Remove old

Bug: https://bugs.gentoo.org/706522
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 x11-misc/xfractint/Manifest                   |  1 -
 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest
index c3ee4387259..d14cc2daf14 100644
--- a/x11-misc/xfractint/Manifest
+++ b/x11-misc/xfractint/Manifest
@@ -1,2 +1 @@
-DIST xfractint-20.04p14.tar.gz 1336285 BLAKE2B 946c34551acf131845f1ecf17d4fe82214535627e8ea68d704efcff4b93c525d82f004bde8ae1bac11df8c82caa3bcff4778b2f8dfed1bdb494ba036e62256c5 SHA512 7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd
 DIST xfractint-20.04p16.tar.gz 1356976 BLAKE2B 2cb05021c76d9761bf7020a2b9a0fbf7d682a620d931b7841ce75780c1a3aabb6bbbd1b2e378fba3e96b2cfdaf845ff9cdafcf3219ee756fe7d128a19b342132 SHA512 6696daf21c2927d87f58f7d7136c5d51bd8c60d78e901d537f1ef38f27b70c42a590b05c663363c49a8cb30d7013a969813e7bbe4a97f49b9c286497b440bdf1

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
deleted file mode 100644
index b06f10dad01..00000000000
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P=${P/_}
-
-DESCRIPTION="A fractal generator"
-HOMEPAGE="https://www.fractint.org"
-SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
-
-LICENSE="free-noncomm HPND public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-	x11-libs/libXft"
-#	x86? ( dev-lang/nasm )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/xfractint-20.04p09-ldflags.patch" )
-
-src_compile() {
-	# Untested, any x86 archteam dev. is allowed to uncomment this.
-	local myasm="foo"
-#	use x86 && myasm="/usr/bin/nasm"
-	emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${ED}/usr" STRIP="true" install
-	newenvd "${FILESDIR}"/xfractint.envd 60xfractint
-}
-
-pkg_postinst() {
-	elog "XFractInt requires the FRACTDIR variable to be set in order to start."
-	elog "Please re-login or \`source /etc/profile\` to have this variable set."
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2020-09-05 15:16 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-09-05 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4cc70d9bd633c9b173845ccaec6b2dbca0147aa1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 15:16:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 15:16:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc70d9b

x11-misc/xfractint: Stabilize 20.04_p16 amd64, #740192

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p16.ebuild b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
index a1e9ecc4b5f..191369ee591 100644
--- a/x11-misc/xfractint/xfractint-20.04_p16.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="free-noncomm HPND public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2020-09-03 14:41 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2020-09-03 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8ef3e7b70ddf9c6cf0db44f1b0eac32d16ab6e37
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 14:41:26 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 14:41:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef3e7b7

x11-misc/xfractint: x86 stable (bug #740192)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p16.ebuild b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
index 0e98bb543fd..a1e9ecc4b5f 100644
--- a/x11-misc/xfractint/xfractint-20.04_p16.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p16.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="free-noncomm HPND public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2020-08-03  2:58 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-03  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     50a53f971b87ad19251af33650eb295f326b4b23
Author:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Sun Jul 12 07:22:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 02:58:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a53f97

x11-misc/xfractint: new proxy maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/xfractint/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/metadata.xml b/x11-misc/xfractint/metadata.xml
index 6f49eba8f49..bfbd225ab16 100644
--- a/x11-misc/xfractint/metadata.xml
+++ b/x11-misc/xfractint/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>ddenoncin@gmail.com</email>
+		<name>David Denoncin</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-12-11 14:59 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2019-12-11 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     01e09b481620ca7e234f50895b22496753bc9974
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 14:59:10 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 14:59:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e09b48

x11-misc/xfractint: Fix LICENSE.

Closes: https://bugs.gentoo.org/702540
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index c7397b6ad55..b06f10dad01 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A fractal generator"
 HOMEPAGE="https://www.fractint.org"
 SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
 
-LICENSE="freedist"
+LICENSE="free-noncomm HPND public-domain"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-07-02 14:07 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-07-02 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     79a364670726168ab8acd94ec56113e82e22610f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 14:06:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 14:07:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a36467

x11-misc/xfractint: Drop 20.04_p12

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xfractint/Manifest                   |  1 -
 x11-misc/xfractint/xfractint-20.04_p12.ebuild | 45 ---------------------------
 2 files changed, 46 deletions(-)

diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest
index 4a3744b4f1e..89b57a273ed 100644
--- a/x11-misc/xfractint/Manifest
+++ b/x11-misc/xfractint/Manifest
@@ -1,2 +1 @@
-DIST xfractint-20.04p12.tar.gz 1335480 BLAKE2B eef1cd37846865dab9c2616048b26d6a9674799d9317d9f3e92a783e872772c3322826689ec3bf71fc18cef80d4a13a604314d692685bcb268312085d34483fc SHA512 ef233b417ccdff153e53b70f4ac0500be99e9fc6e87360b341640573592320b2485f18fd6426436432d968d33fa41d4862babf193c3b11c480f514a4602bb8f2
 DIST xfractint-20.04p14.tar.gz 1336285 BLAKE2B 946c34551acf131845f1ecf17d4fe82214535627e8ea68d704efcff4b93c525d82f004bde8ae1bac11df8c82caa3bcff4778b2f8dfed1bdb494ba036e62256c5 SHA512 7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd

diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
deleted file mode 100644
index c7793395883..00000000000
--- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-MY_P=${P/_}
-
-DESCRIPTION="A fractal generator"
-HOMEPAGE="https://www.fractint.org"
-SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-	x11-libs/libXft"
-#	x86? ( dev-lang/nasm )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	epatch "${FILESDIR}/xfractint-20.04p09-ldflags.patch"
-}
-
-src_compile() {
-	# Untested, any x86 archteam dev. is allowed to uncomment this.
-	local myasm="foo"
-#	use x86 && myasm="/usr/bin/nasm"
-	emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${D}/usr" STRIP="true" install
-	newenvd "${FILESDIR}"/xfractint.envd 60xfractint
-}
-
-pkg_postinst() {
-	elog "XFractInt requires the FRACTDIR variable to be set in order to start."
-	elog "Please re-login or \`source /etc/profile\` to have this variable set."
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-07-02  8:24 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2019-07-02  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     dda011c9396889b87fb7e75a06b77aa1b8523597
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 08:21:29 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 08:21:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda011c9

x11-misc/xfractint: stable 20.04_p14 for ppc, bug #688816

Package-Manager: Portage-2.3.68, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index 161ebbcae62..c7397b6ad55 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-06-28 15:21 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2019-06-28 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7d278b7a6f38257aad6506d37a20534185408a7f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 15:20:56 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 15:20:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d278b7a

x11-misc/xfractint: x86 stable wrt bug #688816

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index fcc57fd8fb6..161ebbcae62 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-06-28 11:37 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2019-06-28 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7be8450e7b9a4d7f3b1e1d9e248d73557eca0bc2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 11:36:27 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 11:36:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be8450e

x11-misc/xfractint: amd64 stable wrt bug #688816

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index 6b8eb555403..fcc57fd8fb6 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
@ 2019-05-08 22:56 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-05-08 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     208eb5743d92057063d1fefd7b76602d482d9e7f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 17 16:18:27 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 22:56:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208eb574

x11-misc/xfractint: use HTTPS, fix SRC_URI

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11721
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/xfractint/xfractint-20.04_p12.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
index ba46f9dec38..c7793395883 100644
--- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -8,8 +8,8 @@ inherit eutils toolchain-funcs
 MY_P=${P/_}
 
 DESCRIPTION="A fractal generator"
-HOMEPAGE="http://www.fractint.org"
-SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
+HOMEPAGE="https://www.fractint.org"
+SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-03-11 14:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03  2:58 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-11 14:24 Sam James
2021-01-02 16:17 Andreas K. Hüttel
2020-09-05 15:16 Sam James
2020-09-03 14:41 Thomas Deutschmann
2020-08-03  2:58 Sam James
2019-12-11 14:59 Ulrich Müller
2019-07-02 14:07 Andreas Sturmlechner
2019-07-02  8:24 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-08 22:56 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox