diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-gfx/kgraphviewer | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-gfx/kgraphviewer')
-rw-r--r-- | media-gfx/kgraphviewer/Manifest | 3 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch | 32 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild | 31 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild | 28 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild | 27 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/metadata.xml | 5 |
6 files changed, 126 insertions, 0 deletions
diff --git a/media-gfx/kgraphviewer/Manifest b/media-gfx/kgraphviewer/Manifest new file mode 100644 index 000000000000..75b695050de7 --- /dev/null +++ b/media-gfx/kgraphviewer/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..46c9490629cf --- /dev/null +++ b/media-gfx/kgraphviewer/files/kgraphviewer-2.1.1-boost-1.50.patch @@ -0,0 +1,32 @@ +From 470bf0a4774a600dbd958b781342589a337d8898 Mon Sep 17 00:00:00 2001 +From: Michael Palimaka <kensington@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 new file mode 100644 index 000000000000..007497754da6 --- /dev/null +++ b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild @@ -0,0 +1,31 @@ +# 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="http://www.kde.org/applications/graphics/kgraphviewer/ +http://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 new file mode 100644 index 000000000000..3c3100b9c411 --- /dev/null +++ b/media-gfx/kgraphviewer/kgraphviewer-2.1.1_p20140331.ebuild @@ -0,0 +1,28 @@ +# 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="http://www.kde.org/applications/graphics/kgraphviewer/ +http://extragear.kde.org/apps/kgraphviewer/" +SRC_URI="http://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 +" diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild new file mode 100644 index 000000000000..345a8a19d9ee --- /dev/null +++ b/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it km nb +nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE graphviz dot graph file viewer" +HOMEPAGE="http://www.kde.org/applications/graphics/kgraphviewer/ +http://extragear.kde.org/apps/kgraphviewer/" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${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 +" diff --git a/media-gfx/kgraphviewer/metadata.xml b/media-gfx/kgraphviewer/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/media-gfx/kgraphviewer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |