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: www-apps/browser-config/, profiles/
Date: Thu, 10 Oct 2019 12:32:37
Message-Id: 1570710606.09e8e5e584336b67bca090273c8e8c2a661ae7a1.mgorny@gentoo
1 commit: 09e8e5e584336b67bca090273c8e8c2a661ae7a1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 12:30:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 12:30:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e8e5e5
7
8 www-apps/browser-config: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693940
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 7 -----
14 www-apps/browser-config/Manifest | 1 -
15 www-apps/browser-config/browser-config-1.1.ebuild | 36 -----------------------
16 www-apps/browser-config/metadata.xml | 5 ----
17 4 files changed, 49 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 7b1a7cafe3a..66a4cba5fac 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -802,13 +802,6 @@ www-client/ck4up
24 # Removal in 30 days. Bug #693942.
25 www-apps/metadot
26
27 -# Michał Górny <mgorny@g.o> (2019-09-09)
28 -# Unmaintained. EAPI 0. No amd64 keyword. Does not support most
29 -# of the modern browsers. Obsoleted by x11-misc/xdg-utils
30 -# and desktop-specific tools.
31 -# Removal in 30 days. Bug #693940.
32 -www-apps/browser-config
33 -
34 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
35 # Unofficial build. Superseded by official 2.49.5 release.
36 # Masked for removal.
37
38 diff --git a/www-apps/browser-config/Manifest b/www-apps/browser-config/Manifest
39 deleted file mode 100644
40 index 6c3bff9e608..00000000000
41 --- a/www-apps/browser-config/Manifest
42 +++ /dev/null
43 @@ -1 +0,0 @@
44 -DIST browser-config-1.1.tar.bz2 2013 BLAKE2B b49c6625b13c6f910b37157f80c0403c74702216552f0423cd8b71a9c43be5c9d05234867422c52778b8bf09b39050ce033baf787ef2e4799a7735b0e307976f SHA512 39205bc6c018fe61838c181d69f613eb893a358301f27c345de609e3a9c83be0797f06859f6adc1fe49873ce0876aa3e23e09745dea719c13e451fa15225614a
45
46 diff --git a/www-apps/browser-config/browser-config-1.1.ebuild b/www-apps/browser-config/browser-config-1.1.ebuild
47 deleted file mode 100644
48 index 11a77daf42f..00000000000
49 --- a/www-apps/browser-config/browser-config-1.1.ebuild
50 +++ /dev/null
51 @@ -1,36 +0,0 @@
52 -# Copyright 1999-2018 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=0
56 -
57 -DESCRIPTION="A lightweight modular configurable http url handler/browser launcher"
58 -HOMEPAGE="https://www.gentoo.org/"
59 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="ppc x86"
64 -IUSE=""
65 -
66 -DEPEND=""
67 -RDEPEND=""
68 -
69 -src_install() {
70 - into /usr
71 - dobin browser-config
72 - dosym /usr/bin/browser-config /usr/bin/runbrowser
73 - insinto /usr/share/browser-config
74 - doins definitions/*
75 -}
76 -
77 -pkg_postinst() {
78 - elog "Please run browser-config -b <browser> -m <method>"
79 - elog "If run as root, it will be global, if run as a user it will be for"
80 - elog "that user only."
81 - elog
82 - elog "Please see browser-config -h for info on available browsers/methods"
83 - elog
84 - elog "You may then tell your applications to use either 'runbrowser' or"
85 - elog "'browser-config' as a browser."
86 - elog
87 -}
88
89 diff --git a/www-apps/browser-config/metadata.xml b/www-apps/browser-config/metadata.xml
90 deleted file mode 100644
91 index 6f49eba8f49..00000000000
92 --- a/www-apps/browser-config/metadata.xml
93 +++ /dev/null
94 @@ -1,5 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 -<!-- maintainer-needed -->
99 -</pkgmetadata>