Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sun, 05 Nov 2017 13:23:36
Message-Id: 1509888198.53443d76888d0104fdf019c5fe8c641ac07339d0.asturm@gentoo
1 commit: 53443d76888d0104fdf019c5fe8c641ac07339d0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 13:17:57 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 13:23:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53443d76
7
8 media-gfx/exiv2: Drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-gfx/exiv2/Manifest | 1 -
13 media-gfx/exiv2/exiv2-0.26_p20171018.ebuild | 128 ----------------------------
14 2 files changed, 129 deletions(-)
15
16 diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
17 index b2098ec3ff2..f37e0231887 100644
18 --- a/media-gfx/exiv2/Manifest
19 +++ b/media-gfx/exiv2/Manifest
20 @@ -1,3 +1,2 @@
21 DIST exiv2-0.25.tar.gz 5434325 SHA256 c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4 SHA512 08d4e655ffdde715e0214f4bef01d55aba9b8ba517456a60e254a0f8541c20479e407545db28ca90a69dee8def6941fdd88f9a557fb382ebebe49e363aca8e8e WHIRLPOOL f9e7a6947dac5870e0574253b8c1cb1e7d31a916a9e1c4417c73168046c0b4bed90b9c77253444604163bcf6dca204dab92a52cb03bdcb0f85c807327623f8ac
22 -DIST exiv2-0.26_p20171018.tar.gz 28370645 SHA256 7dea665ff7e58a7a858b1aa624d75f27f8b8b154cce645ef970344982c9de449 SHA512 fb4c867a5879ab46f31a1a8a7f8d24395620d6ff2a1088bc9d8d589ca110fad063e19266f4e2b75ad7bebc5b87141ed95db8e214220670a4d11092dfe654558c WHIRLPOOL b2c5060fbbb177479ffd8fbf68957d2329c0383da673b3555f602e574ee90672f55dd6105dcb25e47c9efde97dd4721d05596b22ab9f954bf9e502ffac0ee45c
23 DIST exiv2-0.26_p20171104.tar.gz 28368697 SHA256 f7a46c0b1d3d3c30518202e62dbe086029f584a064bbb531a0ab11270a454007 SHA512 6f6a884d7978e54dceb9ce45248cd0425ff469887c85ef52b0e38cb755970f69fce96b4b5317c8e8070b833f72ca214696042aac71292a6f9c3440f6a369d474 WHIRLPOOL 7baf5fcde327b2e1decde48f44b616f98fab7c65d22ee5e94e0b356fad4d7950c116db17a94b3c91954ac1565c3fe2853b83262c0a4597744dea708b304dce09
24
25 diff --git a/media-gfx/exiv2/exiv2-0.26_p20171018.ebuild b/media-gfx/exiv2/exiv2-0.26_p20171018.ebuild
26 deleted file mode 100644
27 index aa1eeec5560..00000000000
28 --- a/media-gfx/exiv2/exiv2-0.26_p20171018.ebuild
29 +++ /dev/null
30 @@ -1,128 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -LINGUAS="bs de es fi fr gl ms pl pt ru sk sv ug uk vi"
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 -if [[ ${PV} = *9999 ]]; then
39 - EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git"
40 - EGIT_BRANCH="0.26"
41 - GIT_ECLASS=git-r3
42 -else
43 - COMMIT=0a9962f5879335e4eb539ce419fce45a41de2770
44 - SRC_URI="https://github.com/a17r/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
45 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
46 -fi
47 -inherit cmake-multilib python-any-r1 vcs-snapshot
48 -
49 -DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
50 -HOMEPAGE="http://www.exiv2.org/"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="0/26"
54 -IUSE="doc examples nls png webready xmp $(printf 'linguas_%s ' ${LINGUAS})"
55 -
56 -RDEPEND="
57 - >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
58 - nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
59 - png? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
60 - webready? (
61 - net-libs/libssh[${MULTILIB_USEDEP}]
62 - net-misc/curl[${MULTILIB_USEDEP}]
63 - )
64 - xmp? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )
65 -"
66 -DEPEND="${RDEPEND}
67 - doc? (
68 - ${PYTHON_DEPS}
69 - app-doc/doxygen
70 - dev-libs/libxslt
71 - media-gfx/graphviz
72 - virtual/pkgconfig
73 - )
74 - nls? ( sys-devel/gettext )
75 -"
76 -
77 -DOCS=( README doc/ChangeLog doc/cmd.txt )
78 -
79 -PATCHES=(
80 - # TODO: Take to upstream
81 - "${FILESDIR}"/${PN}-0.26-fix-docs.patch
82 - "${FILESDIR}"/${PN}-0.26-tools-optional.patch
83 -)
84 -
85 -pkg_setup() {
86 - use doc && python-any-r1_pkg_setup
87 -}
88 -
89 -src_prepare() {
90 - if [[ ${PV} != *9999 ]] ; then
91 - if [[ -d po ]] ; then
92 - pushd po > /dev/null || die
93 - local lang
94 - for lang in *.po; do
95 - if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then
96 - case ${lang} in
97 - CMakeLists.txt | \
98 - ${PN}.pot) ;;
99 - *) rm -r ${lang} || die ;;
100 - esac
101 - fi
102 - done
103 - popd > /dev/null || die
104 - else
105 - die "Failed to prepare LINGUAS - po directory moved?"
106 - fi
107 - fi
108 -
109 - # FIXME @upstream:
110 - einfo "Converting doc/cmd.txt to UTF-8"
111 - iconv -f LATIN1 -t UTF-8 doc/cmd.txt > doc/cmd.txt.tmp || die
112 - mv -f doc/cmd.txt.tmp doc/cmd.txt || die
113 -
114 - if use doc; then
115 - einfo "Updating doxygen config"
116 - doxygen &>/dev/null -u config/Doxyfile || die
117 - fi
118 -
119 - cmake-utils_src_prepare
120 -}
121 -
122 -multilib_src_configure() {
123 - local mycmakeargs=(
124 - -DEXIV2_ENABLE_BUILD_SAMPLES=NO
125 - -DEXIV2_ENABLE_BUILD_PO=$(usex nls)
126 - -DEXIV2_ENABLE_NLS=$(usex nls)
127 - -DEXIV2_ENABLE_PNG=$(usex png)
128 - -DEXIV2_ENABLE_CURL=$(usex webready)
129 - -DEXIV2_ENABLE_SSH=$(usex webready)
130 - -DEXIV2_ENABLE_WEBREADY=$(usex webready)
131 - -DEXIV2_ENABLE_XMP=$(usex xmp)
132 - -DEXIV2_ENABLE_LIBXMP=NO
133 - $(multilib_is_native_abi || echo -DEXIV2_ENABLE_TOOLS=NO)
134 - )
135 -
136 - cmake-utils_src_configure
137 -}
138 -
139 -multilib_src_compile() {
140 - cmake-utils_src_compile
141 -
142 - if multilib_is_native_abi; then
143 - use doc && emake -j1 doc
144 - fi
145 -}
146 -
147 -multilib_src_install_all() {
148 - use xmp && DOCS+=( doc/{COPYING-XMPSDK,README-XMP,cmdxmp.txt} )
149 - use doc && HTML_DOCS=( "${S}"/doc/html/. )
150 -
151 - einstalldocs
152 - find "${D}" -name '*.la' -delete || die
153 -
154 - if use examples; then
155 - docinto examples
156 - dodoc samples/*.cpp
157 - fi
158 -}