Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Thu, 10 Feb 2022 12:02:47
Message-Id: 1644494353.6beafcf563f94eda7ed6157b02105064bd1b143a.mgorny@gentoo
1 commit: 6beafcf563f94eda7ed6157b02105064bd1b143a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 10 11:59:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 10 11:59:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6beafcf5
7
8 dev-vcs/gitg: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-vcs/gitg/Manifest | 1 -
13 dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 89 --------------------------------------
14 2 files changed, 90 deletions(-)
15
16 diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
17 index 854234ced112..706c061c5b4b 100644
18 --- a/dev-vcs/gitg/Manifest
19 +++ b/dev-vcs/gitg/Manifest
20 @@ -1,2 +1 @@
21 -DIST gitg-3.32.1.tar.xz 10613836 BLAKE2B 43c2c37f5c06cb6155906d5988f0787334af7a9091e537fa7b0fc1a9de3138f261a3e3c578afc663c7b57a33f39c19318a53daf7896c465922138197c3bbb778 SHA512 243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4
22 DIST gitg-41.tar.xz 10604696 BLAKE2B bc8a07565338f77a0a4706d6ff145ed09096acb0230fb160218a6374b87968ffde6615b6e2970ca9162ef542f877c3c8ab2023396c13e023cc47dd5bf466f22c SHA512 4e8fe0b1ab5302f975f58277e5ae42300a96d20bb1c41426d8c0e058a53420fcca73f75566f593f5aa2882b3a0e1608cdd542bc4f68c731153ba9185972d6f51
23
24 diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
25 deleted file mode 100644
26 index a90016480eb4..000000000000
27 --- a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
28 +++ /dev/null
29 @@ -1,89 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..9} )
35 -# vala-0.36 fails to build, https://bugs.gentoo.org/692538
36 -VALA_MIN_API_VERSION="0.40"
37 -
38 -inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
39 -
40 -DESCRIPTION="git repository viewer for GNOME"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
46 -IUSE="glade +python"
47 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
48 -
49 -# test if unbundling of libgd is possible
50 -# Currently it seems not to be (unstable API/ABI)
51 -RDEPEND="
52 - app-crypt/libsecret[vala]
53 - >=app-text/gtkspell-3.0.3:3[vala]
54 - >=dev-libs/glib-2.38:2[dbus]
55 - >=dev-libs/gobject-introspection-0.10.1:=
56 - dev-libs/libdazzle[vala]
57 - dev-libs/libgee:0.8[introspection]
58 - dev-libs/libgit2:=[threads]
59 -
60 - >=dev-libs/libgit2-glib-0.27[ssh]
61 - <dev-libs/libgit2-glib-1
62 -
63 - >=dev-libs/libpeas-1.5.0[gtk]
64 - >=dev-libs/libxml2-2.9.0:2
65 - >=gnome-base/gsettings-desktop-schemas-0.1.1
66 - net-libs/libsoup:2.4
67 - >=x11-libs/gtk+-3.20.0:3
68 - >=x11-libs/gtksourceview-3.10:3.0
69 - x11-themes/adwaita-icon-theme
70 - glade? ( >=dev-util/glade-3.2:3.10 )
71 - python? (
72 - ${PYTHON_DEPS}
73 - dev-python/pygobject:3[${PYTHON_USEDEP}]
74 - )
75 -"
76 -DEPEND="${RDEPEND}
77 - $(vala_depend)
78 - >=dev-libs/libgit2-glib-0.24.4[vala]
79 - >=sys-devel/gettext-0.19.7
80 - virtual/pkgconfig
81 -"
82 -
83 -src_prepare() {
84 - default
85 - vala_src_prepare
86 - xdg_environment_reset
87 -}
88 -
89 -src_configure() {
90 - local emesonargs=(
91 - $(meson_use glade glade_catalog)
92 - # we install the module manually anyway
93 - -Dpython=false
94 - )
95 -
96 - meson_src_configure
97 -}
98 -
99 -src_install() {
100 - meson_src_install
101 -
102 - if use python ; then
103 - python_moduleinto gi.overrides
104 - python_foreach_impl python_domodule libgitg-ext/GitgExt.py
105 - fi
106 -}
107 -
108 -pkg_postinst() {
109 - gnome2_schemas_update
110 - xdg_desktop_database_update
111 - xdg_icon_cache_update
112 -}
113 -
114 -pkg_postrm() {
115 - gnome2_schemas_update
116 - xdg_desktop_database_update
117 - xdg_icon_cache_update
118 -}