summaryrefslogtreecommitdiff
path: root/media-gfx/entice/entice-0_pre20210919-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-16 10:06:32 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-16 10:06:32 +0100
commit11263cb7c372230b9e5c0195c24692e299887573 (patch)
tree6da3f9cf32762190d60c9dc5f5665b6f6b112833 /media-gfx/entice/entice-0_pre20210919-r1.ebuild
parentd7665b9dae37c3b9a1c72157fdf49c101bd6495e (diff)
gentoo auto-resync : 16:05:2023 - 10:06:32
Diffstat (limited to 'media-gfx/entice/entice-0_pre20210919-r1.ebuild')
-rw-r--r--media-gfx/entice/entice-0_pre20210919-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
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]
-}