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: profiles/, x11-misc/tinymount/
Date: Mon, 11 Sep 2017 18:57:36
Message-Id: 1505156172.a14b6269ee691134c52fc3b9075aa1b353a6467c.mgorny@gentoo
1 commit: a14b6269ee691134c52fc3b9075aa1b353a6467c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 18:45:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:56:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14b6269
7
8 x11-misc/tinymount: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/601358
11
12 profiles/package.mask | 5 ---
13 x11-misc/tinymount/Manifest | 1 -
14 x11-misc/tinymount/metadata.xml | 20 -----------
15 x11-misc/tinymount/tinymount-0.2.8.ebuild | 56 -------------------------------
16 4 files changed, 82 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index 6a34e2aacb6..95099f8db2a 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -411,11 +411,6 @@ x11-apps/spotlighter
23 # Fails to build (#542108), relies on dead DirectFB. Removal in a month.
24 dev-libs/DFB++
25
26 -# Pacho Ramos <pacho@g.o> (26 Jul 2017)
27 -# One of the last consumers of old udisks:0, upstream dead for ages
28 -# (#601358). Removal in a month.
29 -x11-misc/tinymount
30 -
31 # Kent Fredric <kentnl@g.o> (21 Jul 2017)
32 # Masked due to serious regression that introduces widespread data
33 # corruption when storing data in blobs. Masked, because any code
34
35 diff --git a/x11-misc/tinymount/Manifest b/x11-misc/tinymount/Manifest
36 deleted file mode 100644
37 index 88116742fcf..00000000000
38 --- a/x11-misc/tinymount/Manifest
39 +++ /dev/null
40 @@ -1 +0,0 @@
41 -DIST tinymount-0.2.8.tar.gz 28176 SHA256 c3aae8e77d32818cbb52a186924bfd0b22fdf45e6e5c73bff56ea478c45fe9ba SHA512 22a958938ce4b4d34d6edd037594945e91d37499264d7907c79c220bd38243b9e4e7b422b00cacc0af991fac9e7d9022d932042df7a65ef9339f351e9b94c758 WHIRLPOOL bbe0e3a5e7b8b595b0c870e0c68fb99bd2852ada2c5f246d5e3efca7689c57765e6f1f1bb1f524ef6367aa26a3b48c4f3468966f21f7808ba108ce28e3d4cac0
42
43 diff --git a/x11-misc/tinymount/metadata.xml b/x11-misc/tinymount/metadata.xml
44 deleted file mode 100644
45 index 692225c19fa..00000000000
46 --- a/x11-misc/tinymount/metadata.xml
47 +++ /dev/null
48 @@ -1,20 +0,0 @@
49 -<?xml version="1.0" encoding="UTF-8"?>
50 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 -<pkgmetadata>
52 - <maintainer type="person">
53 - <email>limanski@×××××.ru</email>
54 - <name>Mike Limansky</name>
55 - <description>Both upstream and ebuild author</description>
56 - </maintainer>
57 - <maintainer type="project">
58 - <email>desktop-misc@g.o</email>
59 - <name>Gentoo Desktop Miscellaneous Project</name>
60 - </maintainer>
61 - <maintainer type="project">
62 - <email>proxy-maint@g.o</email>
63 - <name>Proxy Maintainers</name>
64 - </maintainer>
65 - <upstream>
66 - <remote-id type="github">limansky/tinymount</remote-id>
67 - </upstream>
68 -</pkgmetadata>
69
70 diff --git a/x11-misc/tinymount/tinymount-0.2.8.ebuild b/x11-misc/tinymount/tinymount-0.2.8.ebuild
71 deleted file mode 100644
72 index 10392535326..00000000000
73 --- a/x11-misc/tinymount/tinymount-0.2.8.ebuild
74 +++ /dev/null
75 @@ -1,56 +0,0 @@
76 -# Copyright 1999-2015 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -PLOCALES="ru uk"
81 -inherit l10n qt4-r2
82 -
83 -if [[ ${PV} == *9999 ]]; then
84 - EGIT_REPO_URI=("https://github.com/limansky/${PN}.git")
85 - inherit git-r3
86 -else
87 - SRC_URI="https://github.com/limansky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 - KEYWORDS="~amd64 ~x86"
89 -fi
90 -
91 -DESCRIPTION="Simple graphical utility for disk mounting"
92 -HOMEPAGE="https://github.com/limansky/tinymount"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -IUSE="debug libnotify"
97 -
98 -COMMON_DEPEND="
99 - dev-qt/qtcore:4
100 - dev-qt/qtdbus:4
101 - dev-qt/qtgui:4
102 - libnotify? ( x11-libs/libnotify )"
103 -DEPEND="${COMMON_DEPEND}
104 - virtual/pkgconfig"
105 -RDEPEND="${COMMON_DEPEND}
106 - sys-fs/udisks:0"
107 -
108 -DOCS=( ChangeLog README.md )
109 -
110 -src_prepare() {
111 - remove_locale() {
112 - sed -i -e "/translations\/${PN}_${1}.ts/d" src/src.pro || die
113 - }
114 -
115 - # Check for locales added/removed from previous version
116 - l10n_find_plocales_changes src/translations "${PN}_" .ts
117 -
118 - # Prevent disabled locales from being built
119 - l10n_for_each_disabled_locale_do remove_locale
120 -
121 - # Bug 441986
122 - sed -i -e 's|-Werror||g' src/src.pro || die
123 -
124 - qt4-r2_src_prepare
125 -}
126 -
127 -src_configure() {
128 - eqmake4 \
129 - PREFIX="${EPREFIX}/usr" \
130 - $(use libnotify && echo CONFIG+=with_libnotify)
131 -}