* [gentoo-commits] gentoo-x86 commit in app-portage/elogv: ChangeLog elogv-0.7.2.ebuild
@ 2008-10-31 20:03 99% Christian Faulhammer (opfer)
0 siblings, 0 replies; 1+ results
From: Christian Faulhammer (opfer) @ 2008-10-31 20:03 UTC (permalink / raw
To: gentoo-commits
opfer 08/10/31 20:03:40
Modified: ChangeLog
Added: elogv-0.7.2.ebuild
Log:
version bump, fixes bug 242420
(Portage version: 2.1.4.5)
Revision Changes Path
1.45 app-portage/elogv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/elogv/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/elogv/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/elogv/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 31 Oct 2008 19:57:05 -0000 1.44
+++ ChangeLog 31 Oct 2008 20:03:39 -0000 1.45
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/elogv
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.44 2008/10/31 19:57:05 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/ChangeLog,v 1.45 2008/10/31 20:03:39 opfer Exp $
+
+*elogv-0.7.2 (31 Oct 2008)
+
+ 31 Oct 2008; Christian Faulhammer <opfer@gentoo.org> +elogv-0.7.2.ebuild:
+ version bump, fixes bug 242420
31 Oct 2008; Christian Faulhammer <opfer@gentoo.org> -elogv-0.6.4.ebuild:
clean up
1.1 app-portage/elogv/elogv-0.7.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/elogv/elogv-0.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/elogv/elogv-0.7.2.ebuild?rev=1.1&content-type=text/plain
Index: elogv-0.7.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/elogv/elogv-0.7.2.ebuild,v 1.1 2008/10/31 20:03:39 opfer Exp $
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 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
# remove this after the release of 2008.0
RDEPEND=">=sys-apps/portage-2.1"
pkg_setup() {
if ! built_with_use dev-lang/python ncurses; then
eerror
eerror "\t ${PN} requires ncurses support on python"
eerror "\t Please, compile python with use ncurses enabled then"
eerror "\t remerge this package"
eerror
die "dev-lang/python must have ncurses use turned on"
fi
}
src_install() {
distutils_src_install
dodoc README ChangeLog ChangeLog.old
}
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 /etc/make.conf.example"
elog
elog "To operate properly this software needs the directory"
elog "${PORT_LOGDIR:-/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
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 20:03 99% [gentoo-commits] gentoo-x86 commit in app-portage/elogv: ChangeLog elogv-0.7.2.ebuild Christian Faulhammer (opfer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox