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: Mon, 08 Apr 2019 19:17:42
Message-Id: 1554751045.d6bc62af4c970ac86608d45abe0e0f714c69b481.mgorny@gentoo
1 commit: d6bc62af4c970ac86608d45abe0e0f714c69b481
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:53:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bc62af
7
8 x11-misc/gigolo: Drop 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.4.90.ebuild | 34 ----------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
17 index 49b0ac7b518..662c21c6b23 100644
18 --- a/x11-misc/gigolo/Manifest
19 +++ b/x11-misc/gigolo/Manifest
20 @@ -1,3 +1,2 @@
21 DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
22 -DIST gigolo-0.4.90.tar.bz2 249532 BLAKE2B 87cd22db54434eb20dd6d3a1fd569cba8de00acb8b53a3dfa0c51b14d36644d1a92aa2863e93f11d219d7ee2412a426d24e9b1f59c7146eb60bd46362a8fcc28 SHA512 9517e1a31abdbfa15159912ed261c6981a6c207b0f74f5ed84ccd8dca18a3ab011cc97f423b67b7a21866b35a56a5c9494ec5ac4dd0d214cfe1eb5a2bc429711
23 DIST gigolo-0.4.91.tar.bz2 248666 BLAKE2B e258e494b4260158df4db4d3c6cea813667122a2b57059a71c35338d879a191264f8ed315bf686cb48fa3879ecf0f37c170852fb731f81020a69ee2dbaa71e1d SHA512 35cad4a072980ca688d414ae14c85c9463364c44dbccd0a3286a8fa767135cab24577ec6ca66dcd9f32263d04ea4ea4ada4330f849911ab3289ac9e6dd45583d
24
25 diff --git a/x11-misc/gigolo/gigolo-0.4.90.ebuild b/x11-misc/gigolo/gigolo-0.4.90.ebuild
26 deleted file mode 100644
27 index 68700a0bbf9..00000000000
28 --- a/x11-misc/gigolo/gigolo-0.4.90.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit xdg-utils
37 -
38 -DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
39 -HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
40 -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND=">=dev-libs/glib-2.16
48 - >=x11-libs/gtk+-3.14:3"
49 -DEPEND="${RDEPEND}
50 - dev-util/intltool
51 - virtual/pkgconfig"
52 -
53 -src_prepare() {
54 - rm COPYING || die
55 - default
56 -}
57 -
58 -pkg_postinst() {
59 - xdg_desktop_database_update
60 -}
61 -
62 -pkg_postrm() {
63 - xdg_desktop_database_update
64 -}