From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- x11-misc/revelation/Manifest | 2 +- x11-misc/revelation/revelation-0.4.14-r3.ebuild | 50 ------------------------ x11-misc/revelation/revelation-0.4.14-r4.ebuild | 52 +++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 51 deletions(-) delete mode 100644 x11-misc/revelation/revelation-0.4.14-r3.ebuild create mode 100644 x11-misc/revelation/revelation-0.4.14-r4.ebuild (limited to 'x11-misc/revelation') diff --git a/x11-misc/revelation/Manifest b/x11-misc/revelation/Manifest index f5bb7d1615c6..12a4958f5df6 100644 --- a/x11-misc/revelation/Manifest +++ b/x11-misc/revelation/Manifest @@ -2,5 +2,5 @@ AUX revelation-0.4.14-gnome-python.patch 925 BLAKE2B 83bf8889d0de3a6d6077929ef76 AUX revelation-0.4.14-random.patch 2127 BLAKE2B 9fa01845124172e9544679c144cc49f23104aed615a1e1087f7f6b63051027136435ef51e8ac794c78c7e554211a5f125a4641e9572c52a1279b8eaef3170738 SHA512 be5e805e58d04c0be29ad9c30a6aa867a869a4d0a8df31ce234fbe331d0191cc3bf7b82e11ec6a7c1c8306b68ddbc5ed29d9f5e8c9e3838b293896adb69c5d13 AUX revelation-0.4.14-xor.patch 1874 BLAKE2B 44b4e6b6f1323201818c55ecedb464304dc5265a7d356224dff41021554f8611f05fabc2fc353bf7a43b7bc4e2afe32f16c7b57ef30539abeb307de50f7b270d SHA512 c4b76a92f0b6e4e1856948e1c1d4bb118bc8f2383e9ec778515fd87949814b60dd51b8dc814a070665c0138111b3ffd9d8fdad03c43bdbb0320ad19ddea23ddc DIST revelation-0.4.14.tar.xz 316096 BLAKE2B 163fe15fe9ae1f35613390cec6d67b7b0193aea1d613d8ed0b237c190680b700fe509e076911cf28233194c3e82917ae0772d9fbe842eada0ac8bffae256dd4d SHA512 0af5b7eea47a7706dd164f4f0a1da12fd2595e8add1455e4e4092e4b6aa1507faf2c94227dd838734bdc19fef9d268938362fca2d3cde59897580598eefa1145 -EBUILD revelation-0.4.14-r3.ebuild 1072 BLAKE2B a0411524eed3e218ed385323826e86e9b4e113d93fa3158b3be3412770b772ee92e0d0b11781ab13517a7cefab84c79c9eebf9ec52c6482a617dcb8778868315 SHA512 f1dd8e89467500de3c40399f0de4af478ec0572d58210a992e63ed0ce224383554d45fba20840ac655da6c38c8ebc946758d07da7b836ae0de655f5f70892049 +EBUILD revelation-0.4.14-r4.ebuild 1136 BLAKE2B 0fa578d41b7eaae6aab27e8d5784633d67b73442bac3d7e2e56a6991c541244fc8b7a452fd53a75811455c7b6c82acc98c7a4cbfd9ec38ea43419071376b3509 SHA512 14c7a4b4691ab3e7a4e9c6e5d8a29b11b4c518ad155f181477a0daa85b03f9ffc91b7ffe61bfbb845d2fb1790fc14b7e6f836784f8093761ce2405cedf3c8a69 MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274 diff --git a/x11-misc/revelation/revelation-0.4.14-r3.ebuild b/x11-misc/revelation/revelation-0.4.14-r3.ebuild deleted file mode 100644 index 8c636fe6e57d..000000000000 --- a/x11-misc/revelation/revelation-0.4.14-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 autotools 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/dbus-python[${PYTHON_USEDEP}] - sys-libs/cracklib[python,${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-random.patch" \ - "${FILESDIR}/${P}-xor.patch" \ - "${FILESDIR}/${P}-gnome-python.patch" - eapply_user - eautoreconf -} - -src_configure() { - gnome2_src_configure \ - --without-applet \ - --disable-desktop-update \ - --disable-mime-update -} - -src_install() { - gnome2_src_install - python_fix_shebang "${ED}" -} diff --git a/x11-misc/revelation/revelation-0.4.14-r4.ebuild b/x11-misc/revelation/revelation-0.4.14-r4.ebuild new file mode 100644 index 000000000000..704d9967b80e --- /dev/null +++ b/x11-misc/revelation/revelation-0.4.14-r4.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 autotools 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} + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}] + dev-python/gconf-python[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + sys-libs/cracklib[python,${PYTHON_MULTI_USEDEP}] + ') +" + +DEPEND="${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}/${P}-random.patch" \ + "${FILESDIR}/${P}-xor.patch" \ + "${FILESDIR}/${P}-gnome-python.patch" + eapply_user + eautoreconf +} + +src_configure() { + gnome2_src_configure \ + --without-applet \ + --disable-desktop-update \ + --disable-mime-update +} + +src_install() { + gnome2_src_install + python_fix_shebang "${ED}" +} -- cgit v1.2.3