From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7Gea-00078O-Kp for garchives@archives.gentoo.org; Tue, 13 Mar 2012 01:35:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B81E0A43; Tue, 13 Mar 2012 01:35:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8A99E0A43 for ; Tue, 13 Mar 2012 01:35:48 +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 007B21BC00E for ; Tue, 13 Mar 2012 01:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B52CEE5402 for ; Tue, 13 Mar 2012 01:35:46 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1331602489.17c9fb736eed73aad0d146f17510c17a147be6e3.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.8.9.ebuild X-VCS-Directories: dev-util/acr/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 17c9fb736eed73aad0d146f17510c17a147be6e3 X-VCS-Branch: master Date: Tue, 13 Mar 2012 01:35:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: df242be4-3f4d-467e-8325-6525bba73e0f X-Archives-Hash: ea31b58001847efd11f2cf98bf4245b6 commit: 17c9fb736eed73aad0d146f17510c17a147be6e3 Author: Sebastian Pipping pipping org> AuthorDate: Tue Mar 13 01:34:49 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Mar 13 01:34:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D17c9fb73 dev-util/acr: 0.8.9 --- dev-util/acr/acr-0.8.9.ebuild | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/dev-util/acr/acr-0.8.9.ebuild b/dev-util/acr/acr-0.8.9.ebuil= d new file mode 100644 index 0000000..0f89355 --- /dev/null +++ b/dev-util/acr/acr-0.8.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +DESCRIPTION=3D"autoconf like tool that allows you to create configure sc= ripts" +HOMEPAGE=3D"http://www.nopcode.org/wk.php/Acr" +SRC_URI=3D"http://www.lolcathost.org/b/${P}.tar.gz" + +LICENSE=3D"|| ( GPL-2 GPL-3 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D"" + +src_install() { + emake DESTDIR=3D"${D}" install || die +}