Removed obsolete glogg versions.

This commit is contained in:
Kimitsune 2018-08-19 11:39:31 +02:00
parent 4c093a90c5
commit fca3f27029
3 changed files with 0 additions and 65 deletions

View File

@ -1,15 +0,0 @@
--- src/main.cpp.old 2015-01-06 11:11:47.342268799 +0100
+++ src/main.cpp 2015-01-06 11:11:54.903269007 +0100
@@ -165,12 +165,6 @@
FILELog::setReportingLevel( logLevel );
- if ( ! filename.empty() ) {
- // Convert to absolute path
- QFileInfo file( QString::fromStdString( filename ) );
- filename = file.absoluteFilePath().toStdString();
- }
-
// External communicator
shared_ptr<ExternalCommunicator> externalCommunicator = nullptr;
shared_ptr<ExternalInstance> externalInstance = nullptr;

View File

@ -1,23 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit qt4-r2
DESCRIPTION="Log parser"
HOMEPAGE="http://bonnefon.org/"
SRC_URI="http://glogg.bonnefon.org/files/glogg-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="-markdown"
DEPEND=">=dev-qt/qtcore-4.3
dev-libs/boost"
RDEPEND="${DEPEND}"
src_configure() {
eqmake4 "${S}"/glogg.pro
}

View File

@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit qt4-r2
DESCRIPTION="Log parser"
HOMEPAGE="http://bonnefon.org/"
SRC_URI="http://glogg.bonnefon.org/files/glogg-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="-markdown"
DEPEND=">=dev-qt/qtcore-4.3
dev-libs/boost"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PV}-remove-absolute-conversion.patch"
}
src_configure() {
eqmake4 "${S}"/glogg.pro
}