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 03DD0138A1A for ; Wed, 4 Feb 2015 07:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ECC3E08C1; Wed, 4 Feb 2015 07:36:04 +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 D4DB0E08C1 for ; Wed, 4 Feb 2015 07:36:03 +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 DD9523407B7 for ; Wed, 4 Feb 2015 07:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4653411053 for ; Wed, 4 Feb 2015 07:35: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: <1423035338.99890e53e4050234fe1525a6c3c67443550212eb.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: 99890e53e4050234fe1525a6c3c67443550212eb X-VCS-Branch: master Date: Wed, 4 Feb 2015 07:35: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: 52579366-6fa7-4160-a383-4ab8593e2666 X-Archives-Hash: 7bb22af75cdb837dfd49f47592581b3b commit: 99890e53e4050234fe1525a6c3c67443550212eb Author: Ben de Groot gentoo org> AuthorDate: Wed Feb 4 07:35:38 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Feb 4 07:35:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=99890e53 app-portage/elogviewer: ebuild improvements (bug #515986) --- app-portage/elogviewer/Manifest | 1 + app-portage/elogviewer/elogviewer-2.3.ebuild | 44 ++++++++++++++++++++++++++++ app-portage/elogviewer/metadata.xml | 9 ++++++ 3 files changed, 54 insertions(+) diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest new file mode 100644 index 0000000..a4e5315 --- /dev/null +++ b/app-portage/elogviewer/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..cec7197 --- /dev/null +++ b/app-portage/elogviewer/elogviewer-2.3.ebuild @@ -0,0 +1,44 @@ +# 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 new file mode 100644 index 0000000..8130019 --- /dev/null +++ b/app-portage/elogviewer/metadata.xml @@ -0,0 +1,9 @@ + + + + tools-portage + + fuzzyray@gentoo.org + Paul Varner + +