From 09e8e5e584336b67bca090273c8e8c2a661ae7a1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 10 Oct 2019 14:30:06 +0200 Subject: www-apps/browser-config: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/693940 Signed-off-by: Michał Górny --- www-apps/browser-config/Manifest | 1 - www-apps/browser-config/browser-config-1.1.ebuild | 36 ----------------------- www-apps/browser-config/metadata.xml | 5 ---- 3 files changed, 42 deletions(-) delete mode 100644 www-apps/browser-config/Manifest delete mode 100644 www-apps/browser-config/browser-config-1.1.ebuild delete mode 100644 www-apps/browser-config/metadata.xml (limited to 'www-apps') diff --git a/www-apps/browser-config/Manifest b/www-apps/browser-config/Manifest deleted file mode 100644 index 6c3bff9e6088..000000000000 --- a/www-apps/browser-config/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST browser-config-1.1.tar.bz2 2013 BLAKE2B b49c6625b13c6f910b37157f80c0403c74702216552f0423cd8b71a9c43be5c9d05234867422c52778b8bf09b39050ce033baf787ef2e4799a7735b0e307976f SHA512 39205bc6c018fe61838c181d69f613eb893a358301f27c345de609e3a9c83be0797f06859f6adc1fe49873ce0876aa3e23e09745dea719c13e451fa15225614a diff --git a/www-apps/browser-config/browser-config-1.1.ebuild b/www-apps/browser-config/browser-config-1.1.ebuild deleted file mode 100644 index 11a77daf42f3..000000000000 --- a/www-apps/browser-config/browser-config-1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A lightweight modular configurable http url handler/browser launcher" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - into /usr - dobin browser-config - dosym /usr/bin/browser-config /usr/bin/runbrowser - insinto /usr/share/browser-config - doins definitions/* -} - -pkg_postinst() { - elog "Please run browser-config -b -m " - elog "If run as root, it will be global, if run as a user it will be for" - elog "that user only." - elog - elog "Please see browser-config -h for info on available browsers/methods" - elog - elog "You may then tell your applications to use either 'runbrowser' or" - elog "'browser-config' as a browser." - elog -} diff --git a/www-apps/browser-config/metadata.xml b/www-apps/browser-config/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apps/browser-config/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- cgit v1.2.3-65-gdbad