From 82709001d9d49ae32818d94f27c265400d143ae7 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 13 Nov 2014 12:10:28 +0100 Subject: sci-libs/dcmtk: Move large patch into patch dir Package-Manager: portage-2.2.14 --- sci-libs/dcmtk/ChangeLog | 4 ++++ sci-libs/dcmtk/Manifest | 1 + sci-libs/dcmtk/dcmtk-3.6.0.ebuild | 11 +++++++---- sci-libs/dcmtk/metadata.xml | 6 +++--- 4 files changed, 15 insertions(+), 7 deletions(-) (limited to 'sci-libs/dcmtk') diff --git a/sci-libs/dcmtk/ChangeLog b/sci-libs/dcmtk/ChangeLog index c277bcc0b..3177dd50c 100644 --- a/sci-libs/dcmtk/ChangeLog +++ b/sci-libs/dcmtk/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Nov 2014; Justin Lecher dcmtk-3.6.0.ebuild, + metadata.xml: + Move large patch into patch dir + *dcmtk-3.6.0 (09 Apr 2014) 09 Apr 2014; Sébastien Fabbro -dcmtk-3.5.4-r3.ebuild, diff --git a/sci-libs/dcmtk/Manifest b/sci-libs/dcmtk/Manifest index 471282072..bf85d9816 100644 --- a/sci-libs/dcmtk/Manifest +++ b/sci-libs/dcmtk/Manifest @@ -1 +1,2 @@ +DIST 07_doxygen.patch 88142 SHA256 3fb3539347aee134c05d840c0f5b4fcfc859da2dadc80f7b81effdbfe6d562a4 SHA512 61ed0891c998dc24cb44457a2625eba6842b991d261d503dfe5191d71296b338130586e68d70e3915b103bf5cb58b1164b7594921b3703664bd436a1248dccea WHIRLPOOL 93de372c9113cdfaf1fcedb4aecbd26c1b521af8df0039e64a6b2897e6566f8c39d722dbe8514b3fecba9c5bbf6799897679422da5e0ebe790bf602f4f47320c DIST dcmtk-3.6.0.tar.gz 4673121 SHA256 cfc509701122adfa359f1ee160e943c1548c7696b607dbb646c5a06f015ed33a SHA512 2a9d866bafcaea72d889d24b51ff2341ee39c717aacf9ae5825c8588cd5cb01c3e341b6173abce751f6cb32c45be8888e81ccb08967cae2cca7fdcb2b61be53c WHIRLPOOL 88538048a7534847c5c1450be0ccc94979ab20be8fc1a05a944b4a7f8f627578d585e91a30984f75ae0f1c29bca0c615c3b290cc6c0965b6e7ddd23e31ba3cd9 diff --git a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild index dd47c24bc..67d2bb86f 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild @@ -8,9 +8,12 @@ inherit cmake-utils DESCRIPTION="OFFIS DICOM image files library and tools" HOMEPAGE="http://dicom.offis.de/dcmtk.php.en" -SRC_URI="http://dicom.offis.de/download/dcmtk/release/${P}.tar.gz" -LICENSE="BSD" +SRC_URI=" + http://dicom.offis.de/download/dcmtk/release/${P}.tar.gz + https://raw.githubusercontent.com/gentoo-science/sci/master/patches/07_doxygen.patch + " +LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="doc png ssl tcpd +threads tiff xml zlib" @@ -29,7 +32,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch "${FILESDIR}"/02_dcmtk_3.6.0-1.patch - "${FILESDIR}"/07_doxygen.patch + "${DISTDIR}"/07_doxygen.patch "${FILESDIR}"/prefs.patch "${FILESDIR}"/dcmtk_version_number.patch "${FILESDIR}"/regression_stacksequenceisodd.patch @@ -68,5 +71,5 @@ src_configure() { } src_compile() { - cmake-utils_src_compile all $(use doc && echo html) + cmake-utils_src_compile all $(usex doc "html") } diff --git a/sci-libs/dcmtk/metadata.xml b/sci-libs/dcmtk/metadata.xml index d49a1d209..09e7a875e 100644 --- a/sci-libs/dcmtk/metadata.xml +++ b/sci-libs/dcmtk/metadata.xml @@ -1,15 +1,15 @@ -sci - + sci + DCMTK is a collection of libraries and applications implementing large parts the DICOM standard. It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. - + DCMTK est un ensemble de bibliothèques et d'application implémentant une grande partie du standard DICOM. Cela comprend des logiciels de visualisation et de conversion des fichier image, de manipulation de -- cgit v1.2.3-65-gdbad