summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-08 20:32:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-08 20:35:12 +0200
commitb121fa3b1c22cc0503c06fea5a08e239503a8a69 (patch)
treee0cdc9cd11a140c1de40a365d7ebee3f51e7f0c7 /app-portage
parentapp-portage/elogviewer: >=2.7-r2 ppc re-keywording (diff)
downloadgentoo-b121fa3b1c22cc0503c06fea5a08e239503a8a69.tar.gz
gentoo-b121fa3b1c22cc0503c06fea5a08e239503a8a69.tar.bz2
gentoo-b121fa3b1c22cc0503c06fea5a08e239503a8a69.zip
app-portage/elogviewer: Drop 2.7-r1
Bug: https://bugs.gentoo.org/656040 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/elogviewer/elogviewer-2.7-r1.ebuild70
1 files changed, 0 insertions, 70 deletions
diff --git a/app-portage/elogviewer/elogviewer-2.7-r1.ebuild b/app-portage/elogviewer/elogviewer-2.7-r1.ebuild
deleted file mode 100644
index 34dca2224b62..000000000000
--- a/app-portage/elogviewer/elogviewer-2.7-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-DISABLE_AUTOFORMATTING=true
-
-inherit python-single-r1 eutils readme.gentoo-r1
-
-DESCRIPTION="Elog viewer for Gentoo"
-HOMEPAGE="https://sourceforge.net/projects/elogviewer"
-SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- || (
- dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
- dev-python/PyQt4[${PYTHON_USEDEP},X]
- dev-python/pyside[${PYTHON_USEDEP},X]
- )
- || (
- >=sys-apps/portage-2.1[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- )
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
- !dev-python/PyQt5[-gui]
- !dev-python/PyQt5[-widgets]
-"
-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
-/usr/share/portage/config/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_compile() {
- rm -f Makefile
-}
-
-src_install() {
- python_newscript elogviewer.py elogviewer
-
- make_desktop_entry ${PN} ${PN} ${PN} System
-
- doman elogviewer.1
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-
- ewarn "The elogviewer's configuration file is now saved in:"
- ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
- ewarn "Please migrate any user specific settings to the new config file."
-}