From 441d1370330332b7d78f238d2f5e13f7aed5e4e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Dec 2020 23:06:25 +0000 Subject: gentoo christmass resync : 25.12.2020 --- x11-misc/revelation/revelation-0.5.4.ebuild | 50 ----------------------------- 1 file changed, 50 deletions(-) delete mode 100644 x11-misc/revelation/revelation-0.5.4.ebuild (limited to 'x11-misc/revelation/revelation-0.5.4.ebuild') diff --git a/x11-misc/revelation/revelation-0.5.4.ebuild b/x11-misc/revelation/revelation-0.5.4.ebuild deleted file mode 100644 index 0f47118e8de8..000000000000 --- a/x11-misc/revelation/revelation-0.5.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_8 ) - -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/pycryptodomex[${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}" - -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 -} -- cgit v1.2.3