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 90C5B13800E for ; Wed, 1 Aug 2012 21:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B66E0782; Wed, 1 Aug 2012 21:10:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 382AEE0782 for ; Wed, 1 Aug 2012 21:10:39 +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 969141B402F for ; Wed, 1 Aug 2012 21:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5ADFFE5446 for ; Wed, 1 Aug 2012 21:10:36 +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: <1343855367.c7eeb838de320923a4e2e3d7715ca0e0dcc0889d.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/entrymap.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: c7eeb838de320923a4e2e3d7715ca0e0dcc0889d X-VCS-Branch: master Date: Wed, 1 Aug 2012 21:10:36 +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: 0039f50f-e7b4-4dbf-abd3-7a3aef6432e3 X-Archives-Hash: 19c26f70b54bfdba386e4d7d9af7b15f commit: c7eeb838de320923a4e2e3d7715ca0e0dcc0889d Author: André Erdmann mailerd de> AuthorDate: Wed Aug 1 21:09:27 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Aug 1 21:09:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=c7eeb838 config entry: overlay_keep_nth_latest --- roverlay/config/entrymap.py | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index 9c6d755..078ddfe 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -210,8 +210,17 @@ CONFIG_ENTRY_MAP = dict ( description = "name of/path to the ebuild executable", ), + + overlay_keep_nth_latest = dict ( + path = [ 'OVERLAY', 'keep_nth_latest' ], + value_type = 'int', + description = 'number of ebuilds per R package to keep (if > 0)', + ), + + # * alias - eclass = 'overlay_eclass', + eclass = 'overlay_eclass', + keep_nth_latest = 'overlay_keep_nth_latest', # --- overlay