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 A9154138830 for ; Sun, 3 Feb 2013 19:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35EB721C079; Sun, 3 Feb 2013 19:32: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 BA9B121C079 for ; Sun, 3 Feb 2013 19:32: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 C152A33DB17 for ; Sun, 3 Feb 2013 19:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5EE55E4073 for ; Sun, 3 Feb 2013 19:32:11 +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: <1359919919.fde653c00f5241e66f0e1d7595736917165fcc4f.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: fde653c00f5241e66f0e1d7595736917165fcc4f X-VCS-Branch: master Date: Sun, 3 Feb 2013 19:32:11 +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: b6c078a1-fcbf-4f30-a054-1d396ebdf4ea X-Archives-Hash: ba595c87a9d1d976f828133dc8e9f2c8 commit: fde653c00f5241e66f0e1d7595736917165fcc4f Author: André Erdmann mailerd de> AuthorDate: Sun Feb 3 19:31:59 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Sun Feb 3 19:31:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=fde653c0 setup.py: fix package list --- setup.py | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e55746..d8c3e6d 100755 --- a/setup.py +++ b/setup.py @@ -20,8 +20,16 @@ core.setup ( 'roverlay/depres/simpledeprule', 'roverlay/ebuild', 'roverlay/overlay', - 'roverlay/overlay/manifest', - 'roverlay/overlay/metadata', + 'roverlay/overlay/pkgdir', + 'roverlay/overlay/pkgdir/manifest', + 'roverlay/overlay/pkgdir/metadata', + 'roverlay/overlay/pkgdir/symlink', + 'roverlay/packagerules', + 'roverlay/packagerules/abstract', +# 'roverlay/packagerules/acceptors', + 'roverlay/packagerules/actions', +# 'roverlay/packagerules/parser', +# 'roverlay/packagerules/parser/context', 'roverlay/recipe', 'roverlay/remote', 'roverlay/rpackage',