public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/opengtl/files/, media-libs/opengtl/
@ 2016-02-12 15:37 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2016-02-12 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     19d47b68870f825e3562b3facd7b487f1b910aa6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 15:36:08 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 15:37:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d47b68

media-libs/opengtl: remove last-rited package

Gentoo-bug: 571212

 media-libs/opengtl/Manifest                        |  2 -
 .../opengtl/files/opengtl-0.9.18-memcpy.patch      | 11 ----
 .../files/opengtl-0.9.18-underlinking.patch        | 30 -----------
 media-libs/opengtl/metadata.xml                    |  8 ---
 media-libs/opengtl/opengtl-0.9.18.ebuild           | 61 ----------------------
 5 files changed, 112 deletions(-)

diff --git a/media-libs/opengtl/Manifest b/media-libs/opengtl/Manifest
deleted file mode 100644
index 74e0310..0000000
--- a/media-libs/opengtl/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST OpenGTL-0.9.18.tar.bz2 536113 SHA256 f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 SHA512 101c200641d93eb2a31c75bdc80ccc7d7e7f79ea7cf2d4280205e86d2a6ca6357444055dab8a8e4b882067f1aad8b6746a4821d0209a0e53393ce3965b42fb50 WHIRLPOOL 735ea8f1af4b4ca83a441f50362e7a0840487629ec29576374d8e4b757a7ef616b5cbe746b3cfaa34e0532e653026c5d56f2ebb675e9c05acd47e8c3d3ddde42
-DIST opengtl-0.9.18-llvm-3.3.patch 27930 SHA256 c43418bc039660ae86cb86b8b8175342793cb1361c699faa9b6342bc896e3d6c SHA512 1c1d09e08ed1a00c57c86632c4d27edb9fac436e6e86638f176aead513ba3b1bc5216d2d07fa8fbf570156dc0a20e18e8c29f776a180d638cfb4ca6d1d8ea3b7 WHIRLPOOL 3edbe720a563516f38f3bd1650d5bc7ae258447be2432a41d14432bb6a2c3b7bf5e6ef0ac62b45a34fd77a4a0cf9053b01f0a3432e7f76ed96c526a3c970913c

diff --git a/media-libs/opengtl/files/opengtl-0.9.18-memcpy.patch b/media-libs/opengtl/files/opengtl-0.9.18-memcpy.patch
deleted file mode 100644
index 3e6ecd5..0000000
--- a/media-libs/opengtl/files/opengtl-0.9.18-memcpy.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -r 99a2017746c0 Extensions/PngDC/PngDC.cpp
---- a/Extensions/PngDC/PngDC.cpp	Wed Jan 30 05:28:12 2013 +1100
-+++ b/Extensions/PngDC/PngDC.cpp	Tue Apr 16 01:59:10 2013 +1000
-@@ -20,6 +20,7 @@
- #include "PngDC.h"
- 
- #include <png.h>
-+#include <string.h>
- 
- #include <config-endian.h>
- 

diff --git a/media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch b/media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch
deleted file mode 100644
index 6e6d1bd..0000000
--- a/media-libs/opengtl/files/opengtl-0.9.18-underlinking.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-changeset:   1792:99a2017746c0
-tag:         tip
-user:        Michael Palimaka <kensington@gentoo.org>
-date:        Wed Jan 30 05:28:12 2013 +1100
-summary:     Fix underlinking.
-
-diff -r e150672a54ad -r 99a2017746c0 OpenGTL/GTLCore/CMakeLists.txt
---- a/OpenGTL/GTLCore/CMakeLists.txt	Sat Dec 29 12:27:12 2012 +0100
-+++ b/OpenGTL/GTLCore/CMakeLists.txt	Wed Jan 30 05:28:12 2013 +1100
-@@ -10,6 +10,10 @@
- 
- ## GTLCore library ##
- 
-+if(PTHREAD_FOUND)
-+  set(GTLCore_Thread_LIBS pthread)
-+endif(PTHREAD_FOUND)
-+
- set(GTLCore_SRCS
-   AbstractColorConverter.cpp
-   AbstractImage.cpp
-@@ -110,7 +114,7 @@
- set(EXTRA_GTLCORE_LINK_OPTIONS -Wl,-u,__ZTVN4llvm3JITE )
- endif()
- 
--target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS})
-+target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${GTLCore_Thread_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS})
- 
- # Set the ABI version of the library
- set_target_properties(GTLCore PROPERTIES VERSION ${OPENGTL_LIB_VERSION} SOVERSION ${OPENGTL_LIB_SOVERSION} )
-

diff --git a/media-libs/opengtl/metadata.xml b/media-libs/opengtl/metadata.xml
deleted file mode 100644
index 0cf5922..0000000
--- a/media-libs/opengtl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>kde@gentoo.org</email>
-	<name>Gentoo KDE Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/media-libs/opengtl/opengtl-0.9.18.ebuild b/media-libs/opengtl/opengtl-0.9.18.ebuild
deleted file mode 100644
index d90ae8d..0000000
--- a/media-libs/opengtl/opengtl-0.9.18.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P="OpenGTL-${PV}"
-
-inherit cmake-utils
-
-DESCRIPTION="Collection of libraries for graphics transformation algorithms"
-HOMEPAGE="http://opengtl.org/"
-SRC_URI="http://download.opengtl.org/${MY_P}.tar.bz2 https://dev.gentoo.org/~creffett/distfiles/${PN}-0.9.18-llvm-3.3.patch"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug test"
-
-RDEPEND="
-	media-libs/libpng:0=
-	(
-		<sys-devel/llvm-3.4
-		>=sys-devel/llvm-3.1
-	)
-"
-DEPEND="${RDEPEND}
-	app-text/ghostscript-gpl
-	test? ( dev-util/lcov )
-"
-
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.9.18-memcpy.patch"
-	"${FILESDIR}/${PN}-0.9.18-underlinking.patch"
-)
-
-src_prepare() {
-	if has_version ">=sys-devel/llvm-3.3"; then
-		epatch "${DISTDIR}/${PN}-0.9.18-llvm-3.3.patch"
-	fi
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
-		$(cmake-utils_use debug OPENGTL_ENABLE_DEBUG_OUTPUT)
-		$(cmake-utils_use test OPENGTL_BUILD_TESTS)
-		$(cmake-utils_use test OPENGTL_CODE_COVERAGE)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	newdoc OpenShiva/doc/reference/region.pdf OpenShiva.pdf
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-12 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12 15:37 [gentoo-commits] repo/gentoo:master commit in: media-libs/opengtl/files/, media-libs/opengtl/ Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox