summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-10-20 07:26:24 +0200
committerHans de Graaff <graaff@gentoo.org>2019-10-20 08:59:40 +0200
commit190366d71708a0556cb6cabc9a9cd59dcbc823d6 (patch)
tree465bcf6ab183153679c82c850e2a937c6d1a0131 /x11-misc/revelation
parentsys-process/criu: drop myself from maintainer list (diff)
downloadgentoo-190366d71708a0556cb6cabc9a9cd59dcbc823d6.tar.gz
gentoo-190366d71708a0556cb6cabc9a9cd59dcbc823d6.tar.bz2
gentoo-190366d71708a0556cb6cabc9a9cd59dcbc823d6.zip
x11-misc/revelation: cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r--x11-misc/revelation/revelation-0.4.14-r2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-misc/revelation/revelation-0.4.14-r2.ebuild b/x11-misc/revelation/revelation-0.4.14-r2.ebuild
deleted file mode 100644
index 3c4415d8beb2..000000000000
--- a/x11-misc/revelation/revelation-0.4.14-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-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/pycryptodome[${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_prepare() {
- epatch "${FILESDIR}/${P}-random.patch" \
- "${FILESDIR}/${P}-xor.patch"
- eapply_user
-}
-
-src_configure() {
- gnome2_src_configure \
- --without-applet \
- --disable-desktop-update \
- --disable-mime-update
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${ED}"
-}