commit: 2d707247c5f4d3755b1a7fc03a0355f33f949124 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 12:30:53 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 12:30:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2d707247
app-admin/qgrubeditor: remove package Upstream has declared it obsolete and replaced by kgrubeditor. app-admin/qgrubeditor/Manifest | 1 - .../files/qgrubeditor-2.5.0-gcc-4.7.patch | 11 -------- app-admin/qgrubeditor/metadata.xml | 15 ----------- app-admin/qgrubeditor/qgrubeditor-2.5.0.ebuild | 31 ---------------------- 4 files changed, 58 deletions(-) diff --git a/app-admin/qgrubeditor/Manifest b/app-admin/qgrubeditor/Manifest deleted file mode 100644 index 8c4d771..0000000 --- a/app-admin/qgrubeditor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 60391-QGRUBEditor-2.5.0-src.tar.bz2 190020 SHA256 9ad2cea0201b7abdc428af8b304d04f685a541549c81a1b412abaf3ae2e31121 SHA512 c675b817b98045ded1b33c09c0eaa200f175c2d258810f199a33abb11876caadc4e6b69182f8bffaa7d5fd54889f124ed4b19a85321edfbca90c655496f35730 WHIRLPOOL 7721225d4f838aece016943baf32388f7cb6ad75b7104217f48aebcd83883583c36ce148e97b434a592113eebc919730b713cd93e63f72c5b5d23cab684d363b diff --git a/app-admin/qgrubeditor/files/qgrubeditor-2.5.0-gcc-4.7.patch b/app-admin/qgrubeditor/files/qgrubeditor-2.5.0-gcc-4.7.patch deleted file mode 100644 index 6721a58..0000000 --- a/app-admin/qgrubeditor/files/qgrubeditor-2.5.0-gcc-4.7.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cpp -+++ src/main.cpp -@@ -28,6 +28,8 @@ - #include <QProcess> - #include <QStringList> - -+#include <unistd.h> -+ - #include "qgrubeditor.h" - #include "lib/filetransactions.h" - #include "config.h" diff --git a/app-admin/qgrubeditor/metadata.xml b/app-admin/qgrubeditor/metadata.xml deleted file mode 100644 index 34ddac0..0000000 --- a/app-admin/qgrubeditor/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Tsiapaliwkas Giorgos</name> - </maintainer> - <longdescription lang="en"> - QGRUBEditor is a system tool to view and edit the GRUB boot loader. It - offers many features and it is the perfect solution for those who want - to change the way GRUB works, without messing with GRUB's configuration - files. - </longdescription> -</pkgmetadata> - diff --git a/app-admin/qgrubeditor/qgrubeditor-2.5.0.ebuild b/app-admin/qgrubeditor/qgrubeditor-2.5.0.ebuild deleted file mode 100644 index 1e87b72..0000000 --- a/app-admin/qgrubeditor/qgrubeditor-2.5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -MY_PN="QGRUBEditor" -MY_P="${MY_PN}"-"${PV}" - -DESCRIPTION="QGRUBEditor is a system tool to view and edit the GRUB boot loader" -HOMEPAGE="http://qt-apps.org/content/show.php/QGRUBEditor?content=60391" -SRC_URI="http://qt-apps.org/CONTENT/content-files/60391-${MY_P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug" - -DEPEND="app-arch/gzip - media-gfx/imagemagick - dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND} - || ( sys-boot/grub sys-boot/grub-static )" - -S="${WORKDIR}/${MY_PN}" - -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) -DOCS=( AUTHORS README ChangeLog )
