Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/gexiv2/
Date: Sun, 27 Mar 2022 18:58:36
Message-Id: 1648405783.e7aa40132d45c3e329486204b2095a62a6251432.mattst88@gentoo
1 commit: e7aa40132d45c3e329486204b2095a62a6251432
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 18:29:31 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 18:29:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7aa4013
7
8 media-libs/gexiv2: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/gexiv2/Manifest | 1 -
13 media-libs/gexiv2/gexiv2-0.13.0.ebuild | 74 ----------------------------------
14 profiles/package.mask | 6 ---
15 3 files changed, 81 deletions(-)
16
17 diff --git a/media-libs/gexiv2/Manifest b/media-libs/gexiv2/Manifest
18 index 2e89005c9c5a..295bcc0ee663 100644
19 --- a/media-libs/gexiv2/Manifest
20 +++ b/media-libs/gexiv2/Manifest
21 @@ -1,3 +1,2 @@
22 DIST gexiv2-0.12.2.tar.xz 378428 BLAKE2B bb3fd6310cdb76f3e88bb31e018d78013bb626559b9e95bf59688601388cff10739c20c431fa9539c1d24c9045d2b3590a0f783a994d3b8966c4df12e9127f4e SHA512 850bf41f6180b0fdd050ab08da6e3bbd8d25ffc25a1f48e17a1d7a65771893cc79fba9cbd6718bf1754251ac4a4754983f0ab8f006a05f8c4a15085846d001a5
23 -DIST gexiv2-0.13.0.tar.xz 387188 BLAKE2B 25550fd0b711e1363da1f6144af482709b52b0334e326a211919fcc97ccaef1832978a31d8d7ec111caf3f3b9b4db3537d818d35199da2e0b6250098c6d99d01 SHA512 dcd94a8e8ab7e3764bf652514222c3cce4537bf2658905405a25d1dd18878e67343060f5b1cf9fd8b11acf4dd2b727a9d49a0d8f379838c60c92de69f0bed2c5
24 DIST gexiv2-0.14.0.tar.xz 387288 BLAKE2B bdbb4547486a248cd9c6559276ebac20d3af5211474b86eb6ebfb3a8c76670ff7c2d162435e0cbcb270f96c64f5bc1eedc2d63c021b65f57e1ad9ec8cf9a4bf8 SHA512 d745ae2d8ddcf0c8a2a7980eaa489f9b520af54242c5e4ddded9c3ae4a579c824c8cb659bd7e985ffa09f9fe37bdf73d6d9181d456711e0953b73023eb0f9f50
25
26 diff --git a/media-libs/gexiv2/gexiv2-0.13.0.ebuild b/media-libs/gexiv2/gexiv2-0.13.0.ebuild
27 deleted file mode 100644
28 index 34ebff1f72da..000000000000
29 --- a/media-libs/gexiv2/gexiv2-0.13.0.ebuild
30 +++ /dev/null
31 @@ -1,74 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit meson python-r1 vala
40 -
41 -DESCRIPTION="GObject-based wrapper around the Exiv2 library"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/gexiv2"
43 -
44 -if [[ ${PV} == 9999 ]]; then
45 - EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gexiv2.git"
46 - inherit git-r3
47 -else
48 - SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
49 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
50 -fi
51 -
52 -LICENSE="LGPL-2.1+ GPL-2"
53 -SLOT="0"
54 -IUSE="gtk-doc +introspection python static-libs test +vala"
55 -REQUIRED_USE="
56 - python? ( introspection ${PYTHON_REQUIRED_USE} )
57 - test? ( python introspection )
58 - vala? ( introspection )
59 -"
60 -RESTRICT="!test? ( test )"
61 -
62 -RDEPEND="
63 - >=media-gfx/exiv2-0.26:=
64 - >=dev-libs/glib-2.46.0:2
65 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
66 - python? ( ${PYTHON_DEPS}
67 - dev-python/pygobject:3[${PYTHON_USEDEP}] )
68 -"
69 -DEPEND="${RDEPEND}"
70 -BDEPEND="
71 - dev-util/glib-utils
72 - gtk-doc? ( dev-util/gtk-doc
73 - app-text/docbook-xml-dtd:4.3 )
74 - test? ( media-gfx/exiv2[xmp] )
75 - virtual/pkgconfig
76 - vala? ( $(vala_depend) )
77 -"
78 -
79 -src_prepare() {
80 - default
81 - use vala && vala_src_prepare
82 -}
83 -
84 -src_configure() {
85 - local emesonargs=(
86 - $(meson_use gtk-doc gtk_doc)
87 - $(meson_use introspection)
88 - $(meson_use vala vapi)
89 - -Dtools=false # requires vala, freshly promoted tool that some other distros don't ship yet either
90 - # Prevents installation of python modules (uses install_data from meson
91 - # which does not optimize the modules)
92 - -Dpython3=false
93 - )
94 - meson_src_configure
95 -}
96 -
97 -src_install() {
98 - meson_src_install
99 -
100 - if use python ; then
101 - python_moduleinto gi/overrides/
102 - python_foreach_impl python_domodule GExiv2.py
103 - python_foreach_impl python_optimize
104 - fi
105 -}
106
107 diff --git a/profiles/package.mask b/profiles/package.mask
108 index 913186941cff..c9a937520327 100644
109 --- a/profiles/package.mask
110 +++ b/profiles/package.mask
111 @@ -518,12 +518,6 @@ dev-lang/vala:0.56
112 # bug #821532, bug #821523 (and bug #821403 but shouldn't be in 3.1+).
113 >=sys-apps/sandbox-3.0
114
115 -# Sam James <sam@g.o> (2021-10-10)
116 -# Needs upstream build system fixes (currently in progress).
117 -# Python toggles don't work correctly right now.
118 -# Masking this development release for now.
119 -=media-libs/gexiv2-0.13.0
120 -
121 # Ionen Wolkens <ionen@g.o> (2021-10-09)
122 # Vulkan beta driver branch aimed at Vulkan developers for testing
123 # new features. Beside vulkan, it is typically behind the main branch