diff options
author | 2019-10-10 14:30:06 +0200 | |
---|---|---|
committer | 2019-10-10 14:30:06 +0200 | |
commit | 09e8e5e584336b67bca090273c8e8c2a661ae7a1 (patch) | |
tree | c5f8756f211c8e7db0fa5e647aeb9b90480d6b7e /www-apps/browser-config/browser-config-1.1.ebuild | |
parent | www-apache/mod_diagnostics: Remove last-rited pkg (diff) | |
download | gentoo-09e8e5e584336b67bca090273c8e8c2a661ae7a1.tar.gz gentoo-09e8e5e584336b67bca090273c8e8c2a661ae7a1.tar.bz2 gentoo-09e8e5e584336b67bca090273c8e8c2a661ae7a1.zip |
www-apps/browser-config: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693940
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/browser-config/browser-config-1.1.ebuild')
-rw-r--r-- | www-apps/browser-config/browser-config-1.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
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 <browser> -m <method>" - 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 -} |