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: x11-misc/gigolo/
Date: Wed, 28 Apr 2021 17:50:18
Message-Id: 1619632210.7b2a78ad53a37efc39ac3c93ca5447103825a1ff.mgorny@gentoo
1 commit: 7b2a78ad53a37efc39ac3c93ca5447103825a1ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 17:48:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 17:50:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2a78ad
7
8 x11-misc/gigolo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/gigolo/Manifest | 1 -
13 x11-misc/gigolo/gigolo-0.5.1.ebuild | 34 ----------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
17 index ed43f284e88..315c312f6e5 100644
18 --- a/x11-misc/gigolo/Manifest
19 +++ b/x11-misc/gigolo/Manifest
20 @@ -1,2 +1 @@
21 -DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5 SHA512 a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
22 DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
23
24 diff --git a/x11-misc/gigolo/gigolo-0.5.1.ebuild b/x11-misc/gigolo/gigolo-0.5.1.ebuild
25 deleted file mode 100644
26 index f68f937a31c..00000000000
27 --- a/x11-misc/gigolo/gigolo-0.5.1.ebuild
28 +++ /dev/null
29 @@ -1,34 +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 -
35 -inherit xdg-utils
36 -
37 -DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
38 -HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
39 -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -RDEPEND=">=dev-libs/glib-2.16
47 - >=x11-libs/gtk+-3.14:3"
48 -DEPEND="${RDEPEND}
49 - dev-util/intltool
50 - virtual/pkgconfig"
51 -
52 -src_prepare() {
53 - rm COPYING || die
54 - default
55 -}
56 -
57 -pkg_postinst() {
58 - xdg_desktop_database_update
59 -}
60 -
61 -pkg_postrm() {
62 - xdg_desktop_database_update
63 -}