diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:48:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:49:02 +0100 |
commit | 928a1d9c161d9fad628544562bc1afd7f5ced417 (patch) | |
tree | 3c4359ba71a84618d4d70269c778b69e954573dd /x11-misc/revelation | |
parent | sys-process/criu: drop 3.15, 3.15-r3, 3.16.1 (diff) | |
download | gentoo-928a1d9c161d9fad628544562bc1afd7f5ced417.tar.gz gentoo-928a1d9c161d9fad628544562bc1afd7f5ced417.tar.bz2 gentoo-928a1d9c161d9fad628544562bc1afd7f5ced417.zip |
x11-misc/revelation: drop 0.5.4-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r-- | x11-misc/revelation/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/revelation/files/revelation-0.5.4-issue87-fix-meson-0.60.patch | 11 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.5.4-r1.ebuild | 58 |
3 files changed, 0 insertions, 70 deletions
diff --git a/x11-misc/revelation/Manifest b/x11-misc/revelation/Manifest index 62230acdf449..26dedb4a157d 100644 --- a/x11-misc/revelation/Manifest +++ b/x11-misc/revelation/Manifest @@ -1,2 +1 @@ -DIST revelation-0.5.4.tar.xz 282600 BLAKE2B 519b01252b82acf0e927a9d19783792f83822cc1f1a4c3be4af3678d5446f8012d993e12397f44aae616aca88257970de7391a1269e24cc1ebc08275d0c962ed SHA512 bd536f6c03e443d91a20606765b661dc54f3e4c1f45d060d3829a894a31e553a61785bb31d7508267abd66e057fc1d93f1716ed1b553566d92a2580ad696606f DIST revelation-0.5.5.tar.xz 282252 BLAKE2B 7c4c430d24d79b820139dd2b4989dc2d78c967b16c864149d2aafa9e91ddc26a3351f42b5782812202f77a36529c46d9515cc1aea73346c7e8e017079b810a7d SHA512 17bfeda87e27c00f12bc068446d053cee394282e5eabea6d075ac262b5f400f31520d2f9b29f99097d1d6ad72bbcf5d2d9d4da2a0eba2806ff0adbf1bb47bb0f diff --git a/x11-misc/revelation/files/revelation-0.5.4-issue87-fix-meson-0.60.patch b/x11-misc/revelation/files/revelation-0.5.4-issue87-fix-meson-0.60.patch deleted file mode 100644 index 4a224fc529d1..000000000000 --- a/x11-misc/revelation/files/revelation-0.5.4-issue87-fix-meson-0.60.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://github.com/mikelolasagasti/revelation/issues/87 ---- a/data/meson.build -+++ b/data/meson.build -@@ -59,7 +59,6 @@ rvl_appstreamdir = join_paths(rvl_datadir, 'metainfo') - - # Merge the translations with the appdata file - i18n.merge_file( -- appdata, - input: appdata + '.in', - output: appdata, - po_dir: join_paths(meson.source_root(), 'po'), diff --git a/x11-misc/revelation/revelation-0.5.4-r1.ebuild b/x11-misc/revelation/revelation-0.5.4-r1.ebuild deleted file mode 100644 index ff85436ffe63..000000000000 --- a/x11-misc/revelation/revelation-0.5.4-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_9 ) - -inherit gnome2-utils python-single-r1 meson xdg - -DESCRIPTION="A password manager for GNOME" -HOMEPAGE="https://revelation.olasagasti.info/ https://github.com/mikelolasagasti/revelation" -SRC_URI="https://github.com/mikelolasagasti/revelation/releases/download/${P}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# Upstream does not provide any test suite. -RESTRICT="test" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-libs/libpwquality[python,${PYTHON_USEDEP}] - ') - x11-libs/gtk+:3 - dev-libs/glib - dev-libs/gobject-introspection -" - -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/revelation-0.5.4-issue87-fix-meson-0.60.patch ) - -src_prepare() { - find -name '*.py' -exec \ - sed -i -e 's:Cryptodome:Crypto:' meson.build {} + || die - xdg_src_prepare -} - -src_install() { - meson_src_install - python_fix_shebang "${ED}" - python_optimize -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |