summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-22 01:44:34 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-22 01:44:34 +0000
commitaa493eefff859f32e9ea32d43c7214c9a791f0c1 (patch)
tree67ef4ebc6560b4f6581ebb5c256c97eb39ffcc59 /app-portage
parentadd -3.4.0 by request of proxy maintainer in bug #548388 (diff)
downloadgentoo-2-aa493eefff859f32e9ea32d43c7214c9a791f0c1.tar.gz
gentoo-2-aa493eefff859f32e9ea32d43c7214c9a791f0c1.tar.bz2
gentoo-2-aa493eefff859f32e9ea32d43c7214c9a791f0c1.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/elogv/ChangeLog6
-rw-r--r--app-portage/elogv/elogv-0.7.4-r1.ebuild59
-rw-r--r--app-portage/elogv/elogv-0.7.4.ebuild50
3 files changed, 5 insertions, 110 deletions
diff --git a/app-portage/elogv/ChangeLog b/app-portage/elogv/ChangeLog
index c5e74c42c1be..d49588038752 100644
--- a/app-portage/elogv/ChangeLog
+++ b/app-portage/elogv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/elogv
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.88 2015/06/05 15:08:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.89 2015/07/22 01:44:34 mrueg Exp $
+
+ 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -elogv-0.7.4-r1.ebuild,
+ -elogv-0.7.4.ebuild:
+ Remove old.
05 Jun 2015; Justin Lecher <jlec@gentoo.org> elogv-0.7.6.1-r1.ebuild,
elogv-0.7.6.2.ebuild, elogv-0.7.6.3.ebuild, elogv-0.7.6.4.ebuild,
diff --git a/app-portage/elogv/elogv-0.7.4-r1.ebuild b/app-portage/elogv/elogv-0.7.4-r1.ebuild
deleted file mode 100644
index 7470dfc67912..000000000000
--- a/app-portage/elogv/elogv-0.7.4-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.4-r1.ebuild,v 1.5 2014/10/24 23:10:53 sping Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="ncurses"
-
-inherit distutils eutils prefix
-
-DESCRIPTION="Curses based utility to parse the contents of elogs created by Portage"
-HOMEPAGE="http://gechi-overlay.sourceforge.net/?page=elogv"
-SRC_URI="mirror://sourceforge/gechi-overlay/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- distutils_src_prepare
-
- if use prefix; then
- epatch "${FILESDIR}"/${PV}-prefix.patch
- eprefixify ${PN}
- fi
-}
-
-src_install() {
- distutils_src_install
- dodoc README ChangeLog ChangeLog.old || die
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog
- elog "In order to use this software, you need to activate"
- elog "Portage's elog features. Required is"
- elog " PORTAGE_ELOG_SYSTEM=\"save\" "
- elog "and at least one out of "
- elog " PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
- elog "More information on the elog system can be found"
- elog "in ${EPREFIX}/usr/share/portage/config/make.conf.example"
- elog
- elog "To operate properly this software needs the directory"
- elog "${PORT_LOGDIR:-${EPREFIX}/var/log/portage}/elog created, belonging to group portage."
- elog "To start the software as a user, add yourself to the portage"
- elog "group."
- elog
-}
diff --git a/app-portage/elogv/elogv-0.7.4.ebuild b/app-portage/elogv/elogv-0.7.4.ebuild
deleted file mode 100644
index 3cee57f0f6d9..000000000000
--- a/app-portage/elogv/elogv-0.7.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.4.ebuild,v 1.9 2014/10/24 23:10:53 sping Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="ncurses"
-
-inherit distutils eutils
-
-DESCRIPTION="Curses based utility to parse the contents of elogs created by Portage"
-HOMEPAGE="http://gechi-overlay.sourceforge.net/?page=elogv"
-SRC_URI="mirror://sourceforge/gechi-overlay/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- dodoc README ChangeLog ChangeLog.old || die
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog
- elog "In order to use this software, you need to activate"
- elog "Portage's elog features. Required is"
- elog " PORTAGE_ELOG_SYSTEM=\"save\" "
- elog "and at least one out of "
- elog " PORTAGE_ELOG_CLASSES=\"warn error info log qa\""
- elog "More information on the elog system can be found"
- elog "in ${EPREFIX}/usr/share/portage/config/make.conf.example"
- elog
- elog "To operate properly this software needs the directory"
- elog "${PORT_LOGDIR:-${EPREFIX}/var/log/portage}/elog created, belonging to group portage."
- elog "To start the software as a user, add yourself to the portage"
- elog "group."
- elog
-}