* [gentoo-commits] repo/gentoo:master commit in: app-misc/beep/
@ 2018-05-30 14:10 99% Aaron Bauman
0 siblings, 0 replies; 1+ results
From: Aaron Bauman @ 2018-05-30 14:10 UTC (permalink / raw
To: gentoo-commits
commit: 2c4789275b1d9fd4bfd631d48e93eaad9a3d41be
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 14:09:23 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 14:10:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c478927
app-misc/beep: drop vulnerable wrt bug #652330
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/beep/beep-1.3-r2.ebuild | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/app-misc/beep/beep-1.3-r2.ebuild b/app-misc/beep/beep-1.3-r2.ebuild
deleted file mode 100644
index ce846fdf1f0..00000000000
--- a/app-misc/beep/beep-1.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="The advanced PC speaker beeper"
-HOMEPAGE="http://www.johnath.com/beep"
-SRC_URI="http://www.johnath.com/beep/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86"
-IUSE="suid"
-
-PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
-
-pkg_setup() {
- tc-export CC
-}
-
-src_install() {
- dobin beep
- if use suid; then
- fowners :audio /usr/bin/beep
- fperms 4710 /usr/bin/beep
- else
- fperms 0711 /usr/bin/beep
- fi
- unpack "./${PN}.1.gz"
- doman "${PN}.1"
- einstalldocs
-}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-05-30 14:10 99% [gentoo-commits] repo/gentoo:master commit in: app-misc/beep/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox