mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 19:21:13 +01:00
Removed obsolete glogg versions.
This commit is contained in:
parent
4c093a90c5
commit
fca3f27029
@ -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;
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user