From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB6C7138247 for ; Tue, 24 Dec 2013 17:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80B2AE0982; Tue, 24 Dec 2013 17:15:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D8D3E0982 for ; Tue, 24 Dec 2013 17:15:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4336233F25F for ; Tue, 24 Dec 2013 17:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6A8E5E54BD for ; Tue, 24 Dec 2013 17:15:30 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1387905306.45e705d29afd3256da9df8e8f03e1793798358dd.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-util/acr/acr-0.9.8.ebuild X-VCS-Directories: dev-util/acr/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 45e705d29afd3256da9df8e8f03e1793798358dd X-VCS-Branch: master Date: Tue, 24 Dec 2013 17:15:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3da51d73-5f07-4c79-aa5c-918d662f9632 X-Archives-Hash: 31b5b17e062b512dbce01ddfad7a3450 commit: 45e705d29afd3256da9df8e8f03e1793798358dd Author: Sebastian Pipping pipping org> AuthorDate: Tue Dec 24 17:15:06 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Dec 24 17:15:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=45e705d2 dev-util/acr: 0.9.8 --- dev-util/acr/acr-0.9.8.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-util/acr/acr-0.9.8.ebuild b/dev-util/acr/acr-0.9.8.ebuild new file mode 100644 index 0000000..0f89355 --- /dev/null +++ b/dev-util/acr/acr-0.9.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +DESCRIPTION="autoconf like tool that allows you to create configure scripts" +HOMEPAGE="http://www.nopcode.org/wk.php/Acr" +SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die +}