* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2022-01-05 7:17 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-01-05 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 84e5418abdd02c11958d98355bd22fe1a20661b8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 5 07:14:54 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 5 07:17:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e5418a
media-gfx/entice: initial import
- Entice is a simple image viewer, based on Enlightenment Foundation
Libraries.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/Manifest | 1 +
media-gfx/entice/entice-0_pre20210919.ebuild | 45 ++++++++++++++++++++++++++++
media-gfx/entice/metadata.xml | 8 +++++
3 files changed, 54 insertions(+)
diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
new file mode 100644
index 000000000000..90f03ec21da9
--- /dev/null
+++ b/media-gfx/entice/Manifest
@@ -0,0 +1 @@
+DIST entice-0_pre20210919.tar.gz 102691 BLAKE2B 2967f34acad5900c798ec2fa776cc5722cf34f4f097e37dfce50749e80a02a422f77e93f2a2d149f2151512fa6ce8f51ca9a29650276eae8cb6609c2b0e2bf20 SHA512 8f38f00d344b8477a410176e7a1ecf75ffe46a413caca4b497d81440b2a48e52cd6da35305729fe971a955de2c613ab7f78ce5c6b60884b771e8298d12f0c782
diff --git a/media-gfx/entice/entice-0_pre20210919.ebuild b/media-gfx/entice/entice-0_pre20210919.ebuild
new file mode 100644
index 000000000000..dada1963f8f3
--- /dev/null
+++ b/media-gfx/entice/entice-0_pre20210919.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature xdg
+
+MY_COMMIT="8b62c4ff8eeadd37d5304a01b287da3011283b66"
+
+DESCRIPTION="A simple image viewer based on EFL"
+HOMEPAGE="https://github.com/vtorri/entice"
+SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+ media-libs/libexif"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/entice-${MY_COMMIT}"
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature_header "Image format support:"
+ optfeature "avif support" dev-libs/efl[avif]
+ optfeature "bmp,wbmp support" dev-libs/efl[bmp]
+ optfeature "dds support" dev-libs/efl[dds]
+ optfeature "gif support" dev-libs/efl[gif]
+ optfeature "heif support" dev-libs/efl[heif]
+ optfeature "ico,cur support" dev-libs/efl[ico]
+ optfeature "jp2k support" dev-libs/efl[jpeg2k]
+ optfeature "pmaps support" dev-libs/efl[pmaps]
+ optfeature "psd support" dev-libs/efl[psd]
+ optfeature "raw support" dev-libs/efl[raw]
+ optfeature "svg,rsvg support" dev-libs/efl[svg]
+ optfeature "tga support" dev-libs/efl[tga]
+ optfeature "tgv support" dev-libs/efl[tgv]
+ optfeature "tiff support" dev-libs/efl[tiff]
+ optfeature "webp support" dev-libs/efl[webp]
+ optfeature "xcf support" dev-libs/efl[xcf]
+ optfeature "xpm support" dev-libs/efl[xpm]
+}
diff --git a/media-gfx/entice/metadata.xml b/media-gfx/entice/metadata.xml
new file mode 100644
index 000000000000..a1fbf3c0c993
--- /dev/null
+++ b/media-gfx/entice/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2022-01-07 7:37 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-01-07 7:37 UTC (permalink / raw
To: gentoo-commits
commit: b8423df4b62e1fd6328b1121bb06ccf6c1701a08
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 7 06:40:42 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 7 07:37:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8423df4
media-gfx/entice: update efl's opengl-gles2 logic
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../{entice-0_pre20210919.ebuild => entice-0_pre20210919-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20210919.ebuild b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
similarity index 95%
rename from media-gfx/entice/entice-0_pre20210919.ebuild
rename to media-gfx/entice/entice-0_pre20210919-r1.ebuild
index dada1963f8f3..a11d1c9be8e4 100644
--- a/media-gfx/entice/entice-0_pre20210919.ebuild
+++ b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 413645d6a51d4398552d9bb63107e7fdb25ba671
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:19:26 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413645d6
media-gfx/entice: stabilize 0_pre20210919-r1 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0_pre20210919-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20210919-r1.ebuild b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
index a11d1c9be8e4..0aff3c7fb7d4 100644
--- a/media-gfx/entice/entice-0_pre20210919-r1.ebuild
+++ b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.ta
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 2879d62229e2261b80ffcbfc14da07186c0abd43
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:19:38 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2879d622
media-gfx/entice: stabilize 0_pre20210919-r1 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0_pre20210919-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20210919-r1.ebuild b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
index 0aff3c7fb7d4..1876aaec1865 100644
--- a/media-gfx/entice/entice-0_pre20210919-r1.ebuild
+++ b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.ta
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2023-04-10 10:41 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-04-10 10:41 UTC (permalink / raw
To: gentoo-commits
commit: c157dd9e11651a7517ae235e41fe2bc5d8f1830f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:38:29 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:41:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c157dd9e
media-gfx/entice: update HOMEPAGE
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0_pre20220809.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild
index 5f17dea1b112..4911690177c2 100644
--- a/media-gfx/entice/entice-0_pre20220809.ebuild
+++ b/media-gfx/entice/entice-0_pre20220809.ebuild
@@ -8,7 +8,7 @@ inherit meson optfeature xdg
MY_COMMIT="5122896d812a2db0fd2c536f047ac340fd1d12e5"
DESCRIPTION="A simple image viewer based on EFL"
-HOMEPAGE="https://github.com/vtorri/entice"
+HOMEPAGE="https://git.enlightenment.org/vtorri/entice https://github.com/vtorri/entice"
SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2023-04-10 10:41 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-04-10 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 31745039ea2d837c3cd34472102e581ac6ac9abb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:31:27 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:41:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31745039
media-gfx/entice: add 0_pre20220809
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/Manifest | 1 +
media-gfx/entice/entice-0_pre20220809.ebuild | 46 ++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
index 90f03ec21da9..0a0d16a6acaf 100644
--- a/media-gfx/entice/Manifest
+++ b/media-gfx/entice/Manifest
@@ -1 +1,2 @@
DIST entice-0_pre20210919.tar.gz 102691 BLAKE2B 2967f34acad5900c798ec2fa776cc5722cf34f4f097e37dfce50749e80a02a422f77e93f2a2d149f2151512fa6ce8f51ca9a29650276eae8cb6609c2b0e2bf20 SHA512 8f38f00d344b8477a410176e7a1ecf75ffe46a413caca4b497d81440b2a48e52cd6da35305729fe971a955de2c613ab7f78ce5c6b60884b771e8298d12f0c782
+DIST entice-0_pre20220809.tar.gz 7940222 BLAKE2B 8fb23d904e66894f60db94e64f5d9f0f00b82d6409c3c5e3439ecb8cd7835d2aadd7e52280eed4fc81fd0ac92fc02c9ad58c32d263f3081d93986bf21037c04e SHA512 2f6d549d87ca39be3b2d2fa15b488c6ddf0a31fc5164d90e7b4c37343af2fe44c674330b3764f100b048f94da003c7807e28b95ab059e3c04632026e53e5b96b
diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild
new file mode 100644
index 000000000000..5f17dea1b112
--- /dev/null
+++ b/media-gfx/entice/entice-0_pre20220809.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature xdg
+
+MY_COMMIT="5122896d812a2db0fd2c536f047ac340fd1d12e5"
+
+DESCRIPTION="A simple image viewer based on EFL"
+HOMEPAGE="https://github.com/vtorri/entice"
+SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+ media-libs/libexif"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/entice-${MY_COMMIT}"
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature_header "Image format support:"
+ optfeature "avif support" dev-libs/efl[avif]
+ optfeature "bmp,wbmp support" dev-libs/efl[bmp]
+ optfeature "dds support" dev-libs/efl[dds]
+ optfeature "gif support" dev-libs/efl[gif]
+ optfeature "heif support" dev-libs/efl[heif]
+ optfeature "ico,cur support" dev-libs/efl[ico]
+ optfeature "jp2k support" dev-libs/efl[jpeg2k]
+ optfeature "pdf support" dev-libs/efl[pdf]
+ optfeature "pmaps support" dev-libs/efl[pmaps]
+ optfeature "psd support" dev-libs/efl[psd]
+ optfeature "raw support" dev-libs/efl[raw]
+ optfeature "svg,rsvg support" dev-libs/efl[svg]
+ optfeature "tga support" dev-libs/efl[tga]
+ optfeature "tgv support" dev-libs/efl[tgv]
+ optfeature "tiff support" dev-libs/efl[tiff]
+ optfeature "webp support" dev-libs/efl[webp]
+ optfeature "xcf support" dev-libs/efl[xcf]
+ optfeature "xpm support" dev-libs/efl[xpm]
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2023-05-11 7:01 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-05-11 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 7add1ac3266a18724a42c695ef39d8771b49e8e4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 06:06:56 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 11 07:01:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7add1ac3
media-gfx/entice: stabilize 0_pre20220809 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0_pre20220809.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild
index 4911690177c2..f0688803dc0c 100644
--- a/media-gfx/entice/entice-0_pre20220809.ebuild
+++ b/media-gfx/entice/entice-0_pre20220809.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.ta
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2023-05-11 7:01 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-05-11 7:01 UTC (permalink / raw
To: gentoo-commits
commit: b3a38e3ce9b6d957af6e255a572dd0c032353220
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 06:07:05 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 11 07:01:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a38e3c
media-gfx/entice: stabilize 0_pre20220809 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0_pre20220809.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild
index f0688803dc0c..92a9440ef6d1 100644
--- a/media-gfx/entice/entice-0_pre20220809.ebuild
+++ b/media-gfx/entice/entice-0_pre20220809.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.ta
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2023-05-16 5:58 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-05-16 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 123bac11a3acba440362e912999c5197bcd1a813
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 05:57:42 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 16 05:58:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123bac11
media-gfx/entice: drop 0_pre20210919-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/Manifest | 1 -
media-gfx/entice/entice-0_pre20210919-r1.ebuild | 45 -------------------------
2 files changed, 46 deletions(-)
diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
index 0a0d16a6acaf..32b2bc3334ea 100644
--- a/media-gfx/entice/Manifest
+++ b/media-gfx/entice/Manifest
@@ -1,2 +1 @@
-DIST entice-0_pre20210919.tar.gz 102691 BLAKE2B 2967f34acad5900c798ec2fa776cc5722cf34f4f097e37dfce50749e80a02a422f77e93f2a2d149f2151512fa6ce8f51ca9a29650276eae8cb6609c2b0e2bf20 SHA512 8f38f00d344b8477a410176e7a1ecf75ffe46a413caca4b497d81440b2a48e52cd6da35305729fe971a955de2c613ab7f78ce5c6b60884b771e8298d12f0c782
DIST entice-0_pre20220809.tar.gz 7940222 BLAKE2B 8fb23d904e66894f60db94e64f5d9f0f00b82d6409c3c5e3439ecb8cd7835d2aadd7e52280eed4fc81fd0ac92fc02c9ad58c32d263f3081d93986bf21037c04e SHA512 2f6d549d87ca39be3b2d2fa15b488c6ddf0a31fc5164d90e7b4c37343af2fe44c674330b3764f100b048f94da003c7807e28b95ab059e3c04632026e53e5b96b
diff --git a/media-gfx/entice/entice-0_pre20210919-r1.ebuild b/media-gfx/entice/entice-0_pre20210919-r1.ebuild
deleted file mode 100644
index 1876aaec1865..000000000000
--- a/media-gfx/entice/entice-0_pre20210919-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature xdg
-
-MY_COMMIT="8b62c4ff8eeadd37d5304a01b287da3011283b66"
-
-DESCRIPTION="A simple image viewer based on EFL"
-HOMEPAGE="https://github.com/vtorri/entice"
-SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
- media-libs/libexif"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/entice-${MY_COMMIT}"
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature_header "Image format support:"
- optfeature "avif support" dev-libs/efl[avif]
- optfeature "bmp,wbmp support" dev-libs/efl[bmp]
- optfeature "dds support" dev-libs/efl[dds]
- optfeature "gif support" dev-libs/efl[gif]
- optfeature "heif support" dev-libs/efl[heif]
- optfeature "ico,cur support" dev-libs/efl[ico]
- optfeature "jp2k support" dev-libs/efl[jpeg2k]
- optfeature "pmaps support" dev-libs/efl[pmaps]
- optfeature "psd support" dev-libs/efl[psd]
- optfeature "raw support" dev-libs/efl[raw]
- optfeature "svg,rsvg support" dev-libs/efl[svg]
- optfeature "tga support" dev-libs/efl[tga]
- optfeature "tgv support" dev-libs/efl[tgv]
- optfeature "tiff support" dev-libs/efl[tiff]
- optfeature "webp support" dev-libs/efl[webp]
- optfeature "xcf support" dev-libs/efl[xcf]
- optfeature "xpm support" dev-libs/efl[xpm]
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2024-07-15 6:58 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2024-07-15 6:58 UTC (permalink / raw
To: gentoo-commits
commit: ac1a1d32118821c56ab5d8ed1ed61095e9fd32f5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 06:57:36 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 06:57:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1a1d32
media-gfx/entice: add 0.0.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/Manifest | 1 +
media-gfx/entice/entice-0.0.1.ebuild | 44 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
index 32b2bc3334ea..332a28885576 100644
--- a/media-gfx/entice/Manifest
+++ b/media-gfx/entice/Manifest
@@ -1 +1,2 @@
+DIST entice-0.0.1.tar.xz 3994332 BLAKE2B 38f225a0464b0fcc956b32b02afd0ca9b0923bf0cf70688fe87ee29ef67ef6eda5d81eff957c68927e660f09f2d5b9592c6a5659aa5303a3b8ee88a4af523394 SHA512 2e2dbb24ed1ed97c20683bf93bf4d89afae7d18ed891025fe15a3f70f77e18cefbc5e1430c88cb06a89990def2088a414751407d60227ddbf9a2cb9dfa0609aa
DIST entice-0_pre20220809.tar.gz 7940222 BLAKE2B 8fb23d904e66894f60db94e64f5d9f0f00b82d6409c3c5e3439ecb8cd7835d2aadd7e52280eed4fc81fd0ac92fc02c9ad58c32d263f3081d93986bf21037c04e SHA512 2f6d549d87ca39be3b2d2fa15b488c6ddf0a31fc5164d90e7b4c37343af2fe44c674330b3764f100b048f94da003c7807e28b95ab059e3c04632026e53e5b96b
diff --git a/media-gfx/entice/entice-0.0.1.ebuild b/media-gfx/entice/entice-0.0.1.ebuild
new file mode 100644
index 000000000000..d27098a8b85b
--- /dev/null
+++ b/media-gfx/entice/entice-0.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature xdg
+
+DESCRIPTION="A simple image viewer based on EFL"
+HOMEPAGE="https://git.enlightenment.org/vtorri/entice https://github.com/vtorri/entice"
+SRC_URI="https://git.enlightenment.org/vtorri/entice/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+ media-libs/libexif"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature_header "Image format support:"
+ optfeature "avif support" dev-libs/efl[avif]
+ optfeature "bmp,wbmp support" dev-libs/efl[bmp]
+ optfeature "dds support" dev-libs/efl[dds]
+ optfeature "gif support" dev-libs/efl[gif]
+ optfeature "heif support" dev-libs/efl[heif]
+ optfeature "ico,cur support" dev-libs/efl[ico]
+ optfeature "jp2k support" dev-libs/efl[jpeg2k]
+ optfeature "pdf support" dev-libs/efl[pdf]
+ optfeature "pmaps support" dev-libs/efl[pmaps]
+ optfeature "psd support" dev-libs/efl[psd]
+ optfeature "raw support" dev-libs/efl[raw]
+ optfeature "svg,rsvg support" dev-libs/efl[svg]
+ optfeature "tga support" dev-libs/efl[tga]
+ optfeature "tgv support" dev-libs/efl[tgv]
+ optfeature "tiff support" dev-libs/efl[tiff]
+ optfeature "webp support" dev-libs/efl[webp]
+ optfeature "xcf support" dev-libs/efl[xcf]
+ optfeature "xpm support" dev-libs/efl[xpm]
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2024-08-27 7:00 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2024-08-27 7:00 UTC (permalink / raw
To: gentoo-commits
commit: b070ea9d8e4be0440bb1a7003152f52c2abfe3fb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 06:47:09 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 06:47:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b070ea9d
media-gfx/entice: stabilize 0.0.1 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0.0.1.ebuild b/media-gfx/entice/entice-0.0.1.ebuild
index 10626cea93a8..aac12dfd69df 100644
--- a/media-gfx/entice/entice-0.0.1.ebuild
+++ b/media-gfx/entice/entice-0.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://git.enlightenment.org/vtorri/entice/releases/download/v${PV}/${
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2024-08-27 7:00 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2024-08-27 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 17443fa7c01a149d3f37661b67b0f7cb21e25d5e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 06:41:31 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 06:41:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17443fa7
media-gfx/entice: stabilize 0.0.1 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/entice-0.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/entice/entice-0.0.1.ebuild b/media-gfx/entice/entice-0.0.1.ebuild
index d27098a8b85b..10626cea93a8 100644
--- a/media-gfx/entice/entice-0.0.1.ebuild
+++ b/media-gfx/entice/entice-0.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://git.enlightenment.org/vtorri/entice/releases/download/v${PV}/${
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
media-libs/libexif"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2024-09-10 6:24 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2024-09-10 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 7a5faadfd525a0e0869a2b0edbfbd7866ac2ef09
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 05:45:59 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 06:24:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5faadf
media-gfx/entice: drop 0_pre20220809
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/Manifest | 1 -
media-gfx/entice/entice-0_pre20220809.ebuild | 46 ----------------------------
2 files changed, 47 deletions(-)
diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
index 332a28885576..68c626df54c6 100644
--- a/media-gfx/entice/Manifest
+++ b/media-gfx/entice/Manifest
@@ -1,2 +1 @@
DIST entice-0.0.1.tar.xz 3994332 BLAKE2B 38f225a0464b0fcc956b32b02afd0ca9b0923bf0cf70688fe87ee29ef67ef6eda5d81eff957c68927e660f09f2d5b9592c6a5659aa5303a3b8ee88a4af523394 SHA512 2e2dbb24ed1ed97c20683bf93bf4d89afae7d18ed891025fe15a3f70f77e18cefbc5e1430c88cb06a89990def2088a414751407d60227ddbf9a2cb9dfa0609aa
-DIST entice-0_pre20220809.tar.gz 7940222 BLAKE2B 8fb23d904e66894f60db94e64f5d9f0f00b82d6409c3c5e3439ecb8cd7835d2aadd7e52280eed4fc81fd0ac92fc02c9ad58c32d263f3081d93986bf21037c04e SHA512 2f6d549d87ca39be3b2d2fa15b488c6ddf0a31fc5164d90e7b4c37343af2fe44c674330b3764f100b048f94da003c7807e28b95ab059e3c04632026e53e5b96b
diff --git a/media-gfx/entice/entice-0_pre20220809.ebuild b/media-gfx/entice/entice-0_pre20220809.ebuild
deleted file mode 100644
index 92a9440ef6d1..000000000000
--- a/media-gfx/entice/entice-0_pre20220809.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature xdg
-
-MY_COMMIT="5122896d812a2db0fd2c536f047ac340fd1d12e5"
-
-DESCRIPTION="A simple image viewer based on EFL"
-HOMEPAGE="https://git.enlightenment.org/vtorri/entice https://github.com/vtorri/entice"
-SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
- media-libs/libexif"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/entice-${MY_COMMIT}"
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature_header "Image format support:"
- optfeature "avif support" dev-libs/efl[avif]
- optfeature "bmp,wbmp support" dev-libs/efl[bmp]
- optfeature "dds support" dev-libs/efl[dds]
- optfeature "gif support" dev-libs/efl[gif]
- optfeature "heif support" dev-libs/efl[heif]
- optfeature "ico,cur support" dev-libs/efl[ico]
- optfeature "jp2k support" dev-libs/efl[jpeg2k]
- optfeature "pdf support" dev-libs/efl[pdf]
- optfeature "pmaps support" dev-libs/efl[pmaps]
- optfeature "psd support" dev-libs/efl[psd]
- optfeature "raw support" dev-libs/efl[raw]
- optfeature "svg,rsvg support" dev-libs/efl[svg]
- optfeature "tga support" dev-libs/efl[tga]
- optfeature "tgv support" dev-libs/efl[tgv]
- optfeature "tiff support" dev-libs/efl[tiff]
- optfeature "webp support" dev-libs/efl[webp]
- optfeature "xcf support" dev-libs/efl[xcf]
- optfeature "xpm support" dev-libs/efl[xpm]
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
@ 2024-09-10 6:24 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2024-09-10 6:24 UTC (permalink / raw
To: gentoo-commits
commit: e1d95296e8326eefecfd478dff2c66147abc1601
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 06:20:04 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 06:24:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d95296
media-gfx/entice: fix MissingRemoteId
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/entice/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-gfx/entice/metadata.xml b/media-gfx/entice/metadata.xml
index a1fbf3c0c993..c9765eba6379 100644
--- a/media-gfx/entice/metadata.xml
+++ b/media-gfx/entice/metadata.xml
@@ -5,4 +5,7 @@
<email>juippis@gentoo.org</email>
<name>Joonas Niilola</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">vtorri/entice</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-09-10 6:24 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 10:41 [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-09-10 6:24 Joonas Niilola
2024-09-10 6:24 Joonas Niilola
2024-08-27 7:00 Joonas Niilola
2024-08-27 7:00 Joonas Niilola
2024-07-15 6:58 Joonas Niilola
2023-05-16 5:58 Joonas Niilola
2023-05-11 7:01 Joonas Niilola
2023-05-11 7:01 Joonas Niilola
2023-04-10 10:41 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-01-07 7:37 Joonas Niilola
2022-01-05 7:17 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox