From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89CEB138A1A for ; Wed, 4 Feb 2015 08:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409DFE0824; Wed, 4 Feb 2015 08:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD044E0824 for ; Wed, 4 Feb 2015 08:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE591340741 for ; Wed, 4 Feb 2015 08:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998F51105F for ; Wed, 4 Feb 2015 08:20:51 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1423038040.09a2fbbd978c0614a2c7a51da4f098f6795de488.yngwin@gentoo> Subject: [gentoo-commits] dev/yngwin:master commit in: app-portage/elogviewer/ X-VCS-Repository: dev/yngwin X-VCS-Files: app-portage/elogviewer/Manifest app-portage/elogviewer/elogviewer-2.3.ebuild app-portage/elogviewer/metadata.xml X-VCS-Directories: app-portage/elogviewer/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 09a2fbbd978c0614a2c7a51da4f098f6795de488 X-VCS-Branch: master Date: Wed, 4 Feb 2015 08:20:51 +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-Archives-Salt: 5cb8bdc3-d469-4eec-8db0-000344accfcd X-Archives-Hash: 3fb03fcd9e3effb5ac75511a9bbdb4ce commit: 09a2fbbd978c0614a2c7a51da4f098f6795de488 Author: Ben de Groot gentoo org> AuthorDate: Wed Feb 4 08:20:40 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Feb 4 08:20:40 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=09a2fbbd app-portage/elogviewer: improved ebuild in gx86 now --- app-portage/elogviewer/Manifest | 1 - app-portage/elogviewer/elogviewer-2.3.ebuild | 44 ---------------------------- app-portage/elogviewer/metadata.xml | 9 ------ 3 files changed, 54 deletions(-) diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest deleted file mode 100644 index a4e5315..0000000 --- a/app-portage/elogviewer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elogviewer-2.3.tar.gz 15531 SHA256 200bc9ba14a5ad20de3cb850fad4a9346cc7396b1f21da2944db4307b3784eb1 SHA512 02629b7e6ccc7b7222fd2dd55a5023bb53bc2cc468ecf2cb098b2e947b047e479450b5a692b07d2beefeaec1c633c05130bfbb06971351cebed0f75622603004 WHIRLPOOL f75e6d3e67a99f8e8dc21701d663f7bccb53791fb61465188a3c33b999deb9879f26fef2ebbe74a98637ff98bc2f0d14123f91cfe65bedd83c54efcb56788c03 diff --git a/app-portage/elogviewer/elogviewer-2.3.ebuild b/app-portage/elogviewer/elogviewer-2.3.ebuild deleted file mode 100644 index cec7197..0000000 --- a/app-portage/elogviewer/elogviewer-2.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.3.ebuild,v 1.1 2015/02/03 23:18:03 dolsen Exp $ - -EAPI=5 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) -DISABLE_AUTOFORMATTING=true -inherit distutils-r1 eutils readme.gentoo - -DESCRIPTION="Elog viewer for Gentoo" -HOMEPAGE="https://sourceforge.net/projects/elogviewer" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="|| ( - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP},X] - dev-python/pyside[${PYTHON_USEDEP},X] ) - >=sys-apps/portage-2.1" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOC_CONTENTS="In order to use this software, you need to activate -Portage's elog features. Required is - PORTAGE_ELOG_SYSTEM=\"save\" -and at least one of - PORTAGE_ELOG_CLASSES=\"warn error info log qa\" -More information on the elog system can be found in /etc/make.conf.example - -To operate properly this software needs the directory -${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage. -To start the software as a user, add yourself to the portage group." - -src_install() { - mv elogviewer.py elogviewer - dobin elogviewer - doman elogviewer.1 - make_desktop_entry ${PN} ${PN} ${PN} System - readme.gentoo_src_install -} diff --git a/app-portage/elogviewer/metadata.xml b/app-portage/elogviewer/metadata.xml deleted file mode 100644 index 8130019..0000000 --- a/app-portage/elogviewer/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - tools-portage - - fuzzyray@gentoo.org - Paul Varner - -