* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2017-09-16 18:34 Patrick Lauer
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer @ 2017-09-16 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 4c904834a7d46729288f78e0cee06e766c9e4bd2
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 18:33:45 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 18:34:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c904834
media-gfx/flam3: Bump #627186
Package-Manager: Portage-2.3.8, Repoman-2.3.3
media-gfx/flam3/Manifest | 1 +
media-gfx/flam3/flam3-3.1.1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-gfx/flam3/Manifest b/media-gfx/flam3/Manifest
index ad130050c39..48bda0bd7e5 100644
--- a/media-gfx/flam3/Manifest
+++ b/media-gfx/flam3/Manifest
@@ -1 +1,2 @@
DIST flam3-3.0.1.tar.gz 1238703 SHA256 70810049604527a689ba172670c152b463273255e46f0f04091c867399859aa7 SHA512 c91a21a0e1ca9f4d2ba929bf91c2ef95275dec6d892dafb0da3cc169cd1777326a2dff98b58d55352dfae6347574cceec234f99d06f117f832f39b089bac2f9d WHIRLPOOL cce3739017c44ee4d22d41b464807055f8ed31ab9e3b79e66bae86f4f16dd4d605dde6212bdfeb82852b07c3b5ef252930e59815d2d15a307873bf3a810306d4
+DIST flam3-3.1.1.tar.gz 1181954 SHA256 afcd4af13897740e34f6ae1f3061bbfbda9c1dd5df3ecc9f57141c985d35d19d SHA512 8a84840d9cb91d63dd0ba5c8a6725f703f6315a7add0c091502c0dac5c77eb0495054bb4b601f72454dea0def99131ca679095da65eeebaae9b01dc59cf75e7e WHIRLPOOL ddce81176d62de31c223166c21ab3297f796858f8f6e81937a5540d9b3de3c395d3e54591eb3f9086f7396b71e514980ecab41e3e066828f52ccb84598d68d2b
diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild
new file mode 100644
index 00000000000..fe84e0f3b1c
--- /dev/null
+++ b/media-gfx/flam3/flam3-3.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="Tools and a library for creating flame fractal images"
+HOMEPAGE="http://flam3.com/"
+SRC_URI="https://github.com/scottdraves/flam3/archive/v$PV.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/libxml2
+ media-libs/libpng:=
+ virtual/jpeg:=
+ !<=x11-misc/electricsheep-2.6.8-r2"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.txt )
+
+src_prepare() {
+ eautoreconf
+ eapply_user
+}
+
+src_configure() {
+ econf \
+ --enable-shared \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+
+ rm -f "${D}"usr/lib*/libflam3.la
+
+ docinto examples
+ dodoc *.flam3
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2019-01-17 21:53 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2019-01-17 21:53 UTC (permalink / raw
To: gentoo-commits
commit: b1a30722b3cd1cf1755e55f0fb60835955af8048
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 21:52:48 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 21:52:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a30722
media-gfx/flam3: Remove outdated live ebuild. Repo is gone.
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
media-gfx/flam3/flam3-9999.ebuild | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/media-gfx/flam3/flam3-9999.ebuild b/media-gfx/flam3/flam3-9999.ebuild
deleted file mode 100644
index 2370221b064..00000000000
--- a/media-gfx/flam3/flam3-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools subversion
-
-DESCRIPTION="Tools and a library for creating fractal flames"
-HOMEPAGE="http://flam3.com/"
-SRC_URI=""
-ESVN_REPO_URI="https://flam3.googlecode.com/svn/trunk/src/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- virtual/jpeg
- media-libs/libpng
- !<=x11-misc/electricsheep-2.6.8-r2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- mkdir m4
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
- eautoreconf
-}
-
-src_configure() {
- econf --enable-shared
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README.txt *.flam3 || die "dodoc failed"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2019-11-12 10:05 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:05 UTC (permalink / raw
To: gentoo-commits
commit: ffe098c9ad3e4c5807d9c23040b7e0975bd7299c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:04:05 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:04:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe098c9
media-gfx/flam3: x86 stable wrt bug #699704
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/flam3/flam3-3.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild
index fe84e0f3b1c..a4967f64cba 100644
--- a/media-gfx/flam3/flam3-3.1.1.ebuild
+++ b/media-gfx/flam3/flam3-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/scottdraves/flam3/archive/v$PV.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="static-libs"
RDEPEND="dev-libs/libxml2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2019-11-13 7:44 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-11-13 7:44 UTC (permalink / raw
To: gentoo-commits
commit: ef6dbbb14be5dc31a8afa697ac0b488315044df8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 07:44:03 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 07:44:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6dbbb1
media-gfx/flam3: amd64 stable wrt bug #699704
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/flam3/flam3-3.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild
index a4967f64cba..4ac1899f81d 100644
--- a/media-gfx/flam3/flam3-3.1.1.ebuild
+++ b/media-gfx/flam3/flam3-3.1.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/scottdraves/flam3/archive/v$PV.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="static-libs"
RDEPEND="dev-libs/libxml2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2019-11-13 14:37 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-11-13 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 5868294af6b2f3e0eca2ab70aee8011e1d23c259
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 14:34:29 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 14:34:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5868294a
media-gfx/flam3: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-gfx/flam3/Manifest | 1 -
media-gfx/flam3/flam3-3.0.1.ebuild | 45 --------------------------------------
2 files changed, 46 deletions(-)
diff --git a/media-gfx/flam3/Manifest b/media-gfx/flam3/Manifest
index 9593fff3f23..756f9db397b 100644
--- a/media-gfx/flam3/Manifest
+++ b/media-gfx/flam3/Manifest
@@ -1,2 +1 @@
-DIST flam3-3.0.1.tar.gz 1238703 BLAKE2B a6e73fe563bcccc59e8f48a06105a086233afeab2d345defde361ac4736e4a1c2a9b507754432b0025129ebca0141ac1a2900420084d21a5befefba04abe6ecc SHA512 c91a21a0e1ca9f4d2ba929bf91c2ef95275dec6d892dafb0da3cc169cd1777326a2dff98b58d55352dfae6347574cceec234f99d06f117f832f39b089bac2f9d
DIST flam3-3.1.1.tar.gz 1181954 BLAKE2B 9691647704e96052f04f79b59b55b47285940ada3486ef6828d1e95934c5741915bf0e4f11c3ff39da7b5534b5c6c9ec16a88bc0568ac65c8a4b5d4aff9c8d29 SHA512 8a84840d9cb91d63dd0ba5c8a6725f703f6315a7add0c091502c0dac5c77eb0495054bb4b601f72454dea0def99131ca679095da65eeebaae9b01dc59cf75e7e
diff --git a/media-gfx/flam3/flam3-3.0.1.ebuild b/media-gfx/flam3/flam3-3.0.1.ebuild
deleted file mode 100644
index 58aa8956f8b..00000000000
--- a/media-gfx/flam3/flam3-3.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Tools and a library for creating flame fractal images"
-HOMEPAGE="http://flam3.com/"
-SRC_URI="https://flam3.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/libxml2
- media-libs/libpng
- virtual/jpeg
- !<=x11-misc/electricsheep-2.6.8-r2"
-DEPEND="${RDEPEND}"
-
-S=${S}/src
-
-DOCS=( README.txt )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libpng15.patch
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- rm -f "${D}"usr/lib*/libflam3.la
-
- docinto examples
- dodoc *.flam3
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2021-05-31 20:45 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-05-31 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 9f58f0ba9690726af848ce3e03bd249285d1c101
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:44:51 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:44:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f58f0ba
media-gfx/flam3: drop inactive maintainer
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-gfx/flam3/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-gfx/flam3/metadata.xml b/media-gfx/flam3/metadata.xml
index 6cefa895a65..a10e023a1ca 100644
--- a/media-gfx/flam3/metadata.xml
+++ b/media-gfx/flam3/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="google-code">flam3</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
@ 2021-06-03 21:11 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-06-03 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 19ca752c4d859c3c4575f627dde86b5c74aac5a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 21:04:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 21:10:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ca752c
media-gfx/flam3: minor tidying (mostly dropping static-libs)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/flam3/flam3-3.1.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild
index 98af333a4fa..0b7b9d36304 100644
--- a/media-gfx/flam3/flam3-3.1.1.ebuild
+++ b/media-gfx/flam3/flam3-3.1.1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="Tools and a library for creating flame fractal images"
@@ -11,7 +12,6 @@ SRC_URI="https://github.com/scottdraves/flam3/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="static-libs"
RDEPEND="dev-libs/libxml2
media-libs/libpng:=
@@ -31,13 +31,13 @@ src_prepare() {
src_configure() {
econf \
--enable-shared \
- $(use_enable static-libs static)
+ --disable-static
}
src_install() {
default
- rm -f "${D}"usr/lib*/libflam3.la
+ find "${ED}" -name '*.la' -delete || die
docinto examples
dodoc *.flam3
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-06-03 21:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-16 18:34 [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2019-01-17 21:53 Andreas K. Hüttel
2019-11-12 10:05 Agostino Sarubbo
2019-11-13 7:44 Agostino Sarubbo
2019-11-13 14:37 Aaron Bauman
2021-05-31 20:45 David Seifert
2021-06-03 21:11 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox