diff --git a/app-text/glogg/files/1.0.2-remove-absolute-conversion.patch b/app-text/glogg/files/1.0.2-remove-absolute-conversion.patch deleted file mode 100644 index a3bc06b..0000000 --- a/app-text/glogg/files/1.0.2-remove-absolute-conversion.patch +++ /dev/null @@ -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 = nullptr; - shared_ptr externalInstance = nullptr; diff --git a/app-text/glogg/glogg-0.9.1.ebuild b/app-text/glogg/glogg-0.9.1.ebuild deleted file mode 100644 index e113900..0000000 --- a/app-text/glogg/glogg-0.9.1.ebuild +++ /dev/null @@ -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 -} diff --git a/app-text/glogg/glogg-1.0.2.ebuild b/app-text/glogg/glogg-1.0.2.ebuild deleted file mode 100644 index e1038ea..0000000 --- a/app-text/glogg/glogg-1.0.2.ebuild +++ /dev/null @@ -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 -}