From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D7EE138334 for ; Mon, 21 Oct 2019 14:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A4EDE0CAA; Mon, 21 Oct 2019 14:11:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53B4DE0CAA for ; Mon, 21 Oct 2019 14:11:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23A0734C12F for ; Mon, 21 Oct 2019 14:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCCCB7F8 for ; Mon, 21 Oct 2019 14:11:49 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1571667090.2fa01a59835ce32aaf09f51dd31467bf03e26046.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/revelation/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/revelation/revelation-0.4.14-r1.ebuild X-VCS-Directories: x11-misc/revelation/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2fa01a59835ce32aaf09f51dd31467bf03e26046 X-VCS-Branch: master Date: Mon, 21 Oct 2019 14:11:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e28fc11-5eec-42d7-8e73-21f3856bce93 X-Archives-Hash: 86ac2e1816b05c1a54ea66773df78d1a commit: 2fa01a59835ce32aaf09f51dd31467bf03e26046 Author: Pacho Ramos gentoo org> AuthorDate: Mon Oct 21 14:11:30 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Oct 21 14:11:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa01a59 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 gentoo.org> x11-misc/revelation/revelation-0.4.14-r1.ebuild | 44 ------------------------- 1 file changed, 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 fa6097d412e..00000000000 --- 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}" -}