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 03B211381F3 for ; Thu, 11 Jul 2013 16:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CDF1E0AAD; Thu, 11 Jul 2013 16:44:30 +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 C63B3E0AAD for ; Thu, 11 Jul 2013 16:44:24 +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 C06EE33E9ED for ; Thu, 11 Jul 2013 16:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 37660E546E for ; Thu, 11 Jul 2013 16:44:20 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373560123.8031d346aa4673c417a1be329392315105dbb99e.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 8031d346aa4673c417a1be329392315105dbb99e X-VCS-Branch: gsoc13/next Date: Thu, 11 Jul 2013 16:44:20 +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: 2c884ec4-2409-4428-a284-2363364bee0b X-Archives-Hash: da44f7cc426f5efcd1ffb823da8eb180 commit: 8031d346aa4673c417a1be329392315105dbb99e Author: André Erdmann mailerd de> AuthorDate: Thu Jul 11 16:28:43 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Jul 11 16:28:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8031d346 setup.py: install roverlay-mkconfig --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d15419c..d42b159 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup ( entry_points = { 'console_scripts': [ 'roverlay = roverlay.main:main_installed', + 'roverlay-mkconfig = roverlay.config.mkconfig:make_config', ] }, packages = find_packages ( exclude=[ 'tests', 'tests.*' ] ), 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 9E79A138200 for ; Thu, 11 Jul 2013 16:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19B5AE0A95; Thu, 11 Jul 2013 16:29:14 +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 6BBC9E0A96 for ; Thu, 11 Jul 2013 16:29:13 +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 79EDB33E627 for ; Thu, 11 Jul 2013 16:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4231AE546A for ; Thu, 11 Jul 2013 16:29:10 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373560123.8031d346aa4673c417a1be329392315105dbb99e.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 8031d346aa4673c417a1be329392315105dbb99e X-VCS-Branch: master Date: Thu, 11 Jul 2013 16:29:10 +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: b53930ad-c681-479e-80be-08edf0be14c2 X-Archives-Hash: 3fd6c855ce64c7aef6176f601fee252d Message-ID: <20130711162910.Q8oVi3JD7rnRss87ctXg5JUT53kg8uUWSmds80gyj78@z> commit: 8031d346aa4673c417a1be329392315105dbb99e Author: André Erdmann mailerd de> AuthorDate: Thu Jul 11 16:28:43 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Jul 11 16:28:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8031d346 setup.py: install roverlay-mkconfig --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d15419c..d42b159 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup ( entry_points = { 'console_scripts': [ 'roverlay = roverlay.main:main_installed', + 'roverlay-mkconfig = roverlay.config.mkconfig:make_config', ] }, packages = find_packages ( exclude=[ 'tests', 'tests.*' ] ),