commit:     ab67903e8727d1b0b3c459ec17947c4513b73a5e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 17:08:36 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 17:08:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab67903e

media-gfx/kgraphviewer: remove old.

Package-Manager: portage-2.2.20.1

 media-gfx/kgraphviewer/Manifest                    |  2 --
 .../files/kgraphviewer-2.1.1-boost-1.50.patch      | 32 ----------------------
 media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild   | 31 ---------------------
 .../kgraphviewer-2.1.1_p20140331.ebuild            | 28 -------------------
 4 files changed, 93 deletions(-)

diff --git a/media-gfx/kgraphviewer/Manifest b/media-gfx/kgraphviewer/Manifest
index 75b6950..83501e7 100644
--- a/media-gfx/kgraphviewer/Manifest
+++ b/media-gfx/kgraphviewer/Manifest
@@ -1,3 +1 @@
-DIST kgraphviewer-2.1.1.tar.gz 1409604 SHA256 
5840e9dc0cc813c18c0b64aaf4346aeb95eefcc95d2c5068ff81a8f39c81f4b8 SHA512 
b1d3b493351ebbc0875861e9ba764e7e8157a37bf1500cacd51fc15605f8ff202ecc07325c2fef89dfc92ccbdcf82c826962879e547cc32db01bf8af208827e8
 WHIRLPOOL 
7c5fea85bd499c9cd6535d6735c6ad99fba577b9d81a32bbe4166ddeb5328204e1328f459da2138434b874584c8f3f292082b95840732874781a625d67b44f77
-DIST kgraphviewer-2.1.1_p20140331.tar.xz 1000816 SHA256 
71455b44e92c4d6107ccb50224ec8ff97c9546f77341763175d41de18fefab6a SHA512 
945a90c60b75d741dea445ff38bf2ada7125be02c117b15b796277cc2e45d6c7eb963112bfacb84e5bd9331c9a9fe40c15b247e6294a53010dff10c666190fd4
 WHIRLPOOL 
9e6e963ac28819324a49342ab9559b296cecd246c9b13d26df0f68e129a57cfa893729096de19b93bc1a2973361165923e156ac9f3d3b38377dd9e67c1b7bf97
 DIST kgraphviewer-2.2.0.tar.xz 806100 SHA256 
85ca4778d428e807a94d9587c5086f7ee8239780f373491bee46f49a46e945ef SHA512 
2b3ba671256e4a7d30915dd5d498e2e760729c0783c5c609c50e48b94e985fff86c4cbfb91dd571ab899e4b0db1c4af3604b97c0954db1acde2780b48803c7f7
 WHIRLPOOL 
b9a2b9db63edaaeef308441736db4fdd46cd1a3f70acff3c35a6fd1404394bd5bc3d59f1ed20e57fccc966e5b8562fbd671a169b975e89fbacdd39e833838660

diff --git a/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch 
b/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch
deleted file mode 100644
index 46c9490..0000000
--- a/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 470bf0a4774a600dbd958b781342589a337d8898 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensing...@gentoo.org>
-Date: Wed, 11 Jul 2012 01:58:00 +1000
-Subject: [PATCH] Fix build with boost-1.50
-
-REVIEW: 105494
----
- src/part/DotGraphParsingHelper.cpp | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/part/DotGraphParsingHelper.cpp 
b/src/part/DotGraphParsingHelper.cpp
-index 69cac49..7d46837 100644
---- a/src/part/DotGraphParsingHelper.cpp
-+++ b/src/part/DotGraphParsingHelper.cpp
-@@ -26,10 +26,10 @@
- #include "graphedge.h"
- 
- #include <boost/throw_exception.hpp>
--#include <boost/spirit/core.hpp>
--#include <boost/spirit/utility/distinct.hpp>
--#include <boost/spirit/utility/loops.hpp>
--#include <boost/spirit/utility/confix.hpp>
-+#include <boost/spirit/include/classic_core.hpp>
-+#include <boost/spirit/include/classic_distinct.hpp>
-+#include <boost/spirit/include/classic_loops.hpp>
-+#include <boost/spirit/include/classic_confix.hpp>
- 
- 
- #include <iostream>
--- 
-1.7.11.1
-

diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild 
b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild
deleted file mode 100644
index 3697e30..0000000
--- a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar be bg ca ca@valencia cs da de el en_GB eo es et eu fr ga gl hi 
hne
-hr is it ja km ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk sv th tr uk vi
-zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE graphviz dot graph file viewer"
-HOMEPAGE="https://www.kde.org/applications/graphics/kgraphviewer/
-https://extragear.kde.org/apps/kgraphviewer/";
-SRC_URI="https://api.opensuse.org/public/source/home:milianw:kdeapps/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-       media-gfx/graphviz
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-       >=dev-libs/boost-1.38
-"
-
-PATCHES=( "${FILESDIR}/${P}-boost-1.50.patch" )

diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild 
b/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild
deleted file mode 100644
index 5c11a06..0000000
--- a/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar be bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga
-gl hi hne hr hu is it ja km ku lt mai mr nb nds nl nn pa pl pt pt_BR ro ru se 
sk sv
-th tr ug uk vi zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE graphviz dot graph file viewer"
-HOMEPAGE="https://www.kde.org/applications/graphics/kgraphviewer/
-https://extragear.kde.org/apps/kgraphviewer/";
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz";
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-       >=media-gfx/graphviz-2.30
-"
-DEPEND="${RDEPEND}
-       >=dev-libs/boost-1.38
-"

Reply via email to