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 1Ru5Ur-00012X-VZ for garchives@archives.gentoo.org; Sun, 05 Feb 2012 17:03:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3321BE06DF; Sun, 5 Feb 2012 17:03:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 091E7E06D8 for ; Sun, 5 Feb 2012 17:03:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8998E1B4012 for ; Sun, 5 Feb 2012 17:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CDCA980043 for ; Sun, 5 Feb 2012 17:03:02 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <9471c9d6622438f289426f3beeddc0b9b596d784.naota@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-portage/gentwoo/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-portage/gentwoo/gentwoo-0.0.20120206.ebuild X-VCS-Directories: app-portage/gentwoo/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 9471c9d6622438f289426f3beeddc0b9b596d784 Date: Sun, 5 Feb 2012 17:03:02 +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: 39d98e76-544e-4d13-9755-7637f2b679db X-Archives-Hash: 38ee50269bd5abd6104da98bb65e631b commit: 9471c9d6622438f289426f3beeddc0b9b596d784 Author: Naohiro Aota elisp net> AuthorDate: Sun Feb 5 17:02:24 2012 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Sun Feb 5 17:02:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D9471c9d6 app-portage/gentwoo: Version bump --- app-portage/gentwoo/gentwoo-0.0.20120206.ebuild | 34 +++++++++++++++++= ++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/app-portage/gentwoo/gentwoo-0.0.20120206.ebuild b/app-portag= e/gentwoo/gentwoo-0.0.20120206.ebuild new file mode 100644 index 0000000..cc82dff --- /dev/null +++ b/app-portage/gentwoo/gentwoo-0.0.20120206.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +PYTHON_NEEDED=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit python + +DESCRIPTION=3D"Client program for Social Compiling site GenTwoo" +HOMEPAGE=3D"http://gentwoo.elisp.net" +SRC_URI=3D"http://gentwoo.elisp.net/download/${P}.tar.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D"dev-python/simplejson" + +src_install() { + gentwoo_install() { + python_convert_shebangs -- ${PYTHON_ABI} gentwoo.py + newbin gentwoo.py gentwoo-${PYTHON_ABI} + } + python_execute_function gentwoo_install + python_generate_wrapper_scripts "${ED}"usr/bin/gentwoo + + insinto /etc + doins gentwoo.conf +}