diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 18:15:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 18:15:33 +0000 |
commit | 263828148a427c5b8113024150f56bac12b46026 (patch) | |
tree | 5162038cce24ce13f5aa9d93760dc88913112a78 /app-misc/beep | |
parent | Stable on ppc64; bug #214870. Also wrap ppc/ppc64 specific filter-flags and a... (diff) | |
download | historical-263828148a427c5b8113024150f56bac12b46026.tar.gz historical-263828148a427c5b8113024150f56bac12b46026.tar.bz2 historical-263828148a427c5b8113024150f56bac12b46026.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/beep')
-rw-r--r-- | app-misc/beep/beep-1.2.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/beep/beep-1.2.2.ebuild b/app-misc/beep/beep-1.2.2.ebuild deleted file mode 100644 index 9191600ede4f..000000000000 --- a/app-misc/beep/beep-1.2.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beep/beep-1.2.2.ebuild,v 1.21 2005/06/28 01:48:54 gustavoz Exp $ - -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="x86 ppc alpha amd64 ppc64 sparc" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - emake FLAGS="${CFLAGS}" || die "compile problem" -} - -src_install() { - dobin beep - # do we really have to set this suid by default? -solar - fperms 4711 /usr/bin/beep - doman beep.1.gz - dodoc CHANGELOG CREDITS README -} |