diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-10-21 16:11:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-10-21 16:11:30 +0200 |
commit | 2fa01a59835ce32aaf09f51dd31467bf03e26046 (patch) | |
tree | 3e1b592c15efacff9f967f0a6f7850b05e33b1e2 /x11-misc | |
parent | media-libs/libmypaint: Stop enforcing USE=gegl (diff) | |
download | gentoo-2fa01a59835ce32aaf09f51dd31467bf03e26046.tar.gz gentoo-2fa01a59835ce32aaf09f51dd31467bf03e26046.tar.bz2 gentoo-2fa01a59835ce32aaf09f51dd31467bf03e26046.zip |
x11-misc/revelation: Drop old
Closes: https://bugs.gentoo.org/640054
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/revelation/revelation-0.4.14-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-misc/revelation/revelation-0.4.14-r1.ebuild b/x11-misc/revelation/revelation-0.4.14-r1.ebuild deleted file mode 100644 index fa6097d412eb..000000000000 --- a/x11-misc/revelation/revelation-0.4.14-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -GCONF_DEBUG="no" - -inherit python-single-r1 gnome2 - -DESCRIPTION="A password manager for GNOME" -HOMEPAGE="https://revelation.olasagasti.info/" -SRC_URI="https://www.bitbucket.org/erikg/revelation/downloads/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RESTRICT="test" - -RDEPEND="${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - dev-python/gconf-python[${PYTHON_USEDEP}] - dev-python/libgnome-python[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - sys-libs/cracklib[python,${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" - -src_configure() { - gnome2_src_configure \ - --without-applet \ - --disable-desktop-update \ - --disable-mime-update -} - -src_install() { - gnome2_src_install - python_fix_shebang "${ED}" -} |