summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-31 11:25:07 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-31 15:39:13 -0500
commit04b2ff418377381b5120c41ddbf9ab8bc20ef846 (patch)
treed78472ddc3d96c4f4f63ee99d1218a587b0a8ef4 /gnome-extra/eiciel
parentsys-kernel/gentoo-kernel-bin: Bump to 5.15.86 (diff)
downloadgentoo-04b2ff418377381b5120c41ddbf9ab8bc20ef846.tar.gz
gentoo-04b2ff418377381b5120c41ddbf9ab8bc20ef846.tar.bz2
gentoo-04b2ff418377381b5120c41ddbf9ab8bc20ef846.zip
gnome-extra/eiciel: Version bump to 0.10.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/eiciel')
-rw-r--r--gnome-extra/eiciel/Manifest1
-rw-r--r--gnome-extra/eiciel/eiciel-0.10.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/gnome-extra/eiciel/Manifest b/gnome-extra/eiciel/Manifest
index eb14d4c21072..cff5586672e2 100644
--- a/gnome-extra/eiciel/Manifest
+++ b/gnome-extra/eiciel/Manifest
@@ -1,2 +1,3 @@
+DIST eiciel-0.10.0.tar.gz 542150 BLAKE2B 5d6aca9861f33581559b4af2e720bada9b2419a2d823fd6e19ab426f7b4f5e6d151c9807f86cd6443fa6914d741fca27654b9c7dee0642af23b0ae58c3643b31 SHA512 439d27a892a871d485d89932ce3b6dc758d5e9d2879484d8b37a02c8869aec83c30ccca3e53ec5152e26b8425b74c04a4311e3e50fbff0ac63a32ae268f09481
DIST eiciel-0.10.0_rc2.tar.gz 541195 BLAKE2B 3e8363ef8d382d27a158848db511c0266ca8ccc08b2d7b1f59a47ca1af08af56ecf55993860a6c771564041295ad8f91258ebe029d94fd105e7e9204258ebd18 SHA512 f4b3c720483a1bcc2704bc69f1f1ebd3e114161f0cad5015a0fe4a33e600a985b38f4a46d9e7430a0133eb219ff5b6128f71606f60a86671fa93349e01a17b12
DIST eiciel-0.9.13.1.tar.bz2 708191 BLAKE2B f80faf2f529db99fe60c78d60f854e8d92cc3fc3f1044517b5282a09175d80b695bfaee13b8f58fbfb2b7e1eff8a702f552231d75970ceedb3da813a8a95cea1 SHA512 91a79be7585a21addf47b23df7d03d6a44bdf541f52026b3124d6434e4fa379b9a1cd55eb9f164dba843c1fa73b669cca5d2a34d44b6c325dd0bdbaa701c7c9d
diff --git a/gnome-extra/eiciel/eiciel-0.10.0.ebuild b/gnome-extra/eiciel/eiciel-0.10.0.ebuild
new file mode 100644
index 000000000000..dc1f0f926e14
--- /dev/null
+++ b/gnome-extra/eiciel/eiciel-0.10.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit meson xdg
+
+DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
+HOMEPAGE="https://rofi.roger-ferrer.org/eiciel/ https://github.com/rofirrim/eiciel"
+SRC_URI="https://github.com/rofirrim/eiciel/archive/refs/tags/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nautilus xattr"
+
+DEPEND="
+ >=sys-apps/acl-2.2.32
+ >=dev-cpp/gtkmm-4.6:4.0
+ dev-cpp/glibmm:2.68
+ >=gnome-base/nautilus-43
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ >=sys-devel/gettext-0.18.1
+"