From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-831085-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA6861384C0 for <garchives@archives.gentoo.org>; Fri, 28 Aug 2015 21:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4761914298; Fri, 28 Aug 2015 21:37:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF1BB14298 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 21:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16532340C3E for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 21:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C18D177 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 21:37:09 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1440797814.3604d0ddf877eae334f466add5ccca62543c430b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/beep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/beep/beep-1.3.ebuild X-VCS-Directories: app-misc/beep/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3604d0ddf877eae334f466add5ccca62543c430b X-VCS-Branch: master Date: Fri, 28 Aug 2015 21:37:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b5eb1a4-f333-4112-9c0b-3650c33dbd7a X-Archives-Hash: 7ff745d32f26659656330f6da5a7664d commit: 3604d0ddf877eae334f466add5ccca62543c430b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Aug 28 21:30:54 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Aug 28 21:36:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604d0dd app-misc/beep: Drop old. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-misc/beep/beep-1.3.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app-misc/beep/beep-1.3.ebuild b/app-misc/beep/beep-1.3.ebuild deleted file mode 100644 index 21b7b15..0000000 --- a/app-misc/beep/beep-1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils base 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="" - -PATCHES=( ${FILESDIR}/${PN}-1.2.2-Makefile.patch ) - -pkg_setup() { - tc-export CC -} - -src_install() { - dobin beep - fperms 0711 /usr/bin/beep - doman beep.1.gz - dodoc CHANGELOG CREDITS README -}