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 263A1138247 for ; Mon, 20 Jan 2014 17:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFEDBE0BB0; Mon, 20 Jan 2014 17:53:22 +0000 (UTC) Received: from mail-ea0-f176.google.com (mail-ea0-f176.google.com [209.85.215.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EA10E0B97 for ; Mon, 20 Jan 2014 17:53:22 +0000 (UTC) Received: by mail-ea0-f176.google.com with SMTP id h14so3269770eaj.7 for ; Mon, 20 Jan 2014 09:53:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=SZn7NSF86T3zJMCpxcYigXRc6Rsx/yFjk5rSWCBT+tU=; b=odbCaaVBAQ6nTadK5bUD1mL7x2HpE1ddP5fciGF9p2ZusZ4QOXTMIJcUwlcdUNwg+W L+KZkSwiflCi/lArIn7enl6h6Mq5E6JmRxFLKREltc+5iwGKnzUMXGNreeMZazSoYbPm 536C008QKX7Z6Yp1hvS7vqsXWd8Qm3rRph8t+4b+PHUF1cEL2445qWWJMNOhNornAX/S SALoP/yfJLxqVO6QyF6niy/GdBzb3+im4zfI6wkph2sz5L0p1PTbB6WOm0kMtauHs3BN 31g9tihGZ69goj50S//drV4Xg9u2qqzOcduaOsSnC8fkeY3nfksrS0iPfgGNk8qcxmhx cmZg== X-Received: by 10.14.99.66 with SMTP id w42mr5963808eef.63.1390240401059; Mon, 20 Jan 2014 09:53:21 -0800 (PST) Received: from localhost.localdomain (dsl-trebrasgw2-58c0d8-67.dhcp.inet.fi. [88.192.216.67]) by mx.google.com with ESMTPSA id o47sm5514777eem.21.2014.01.20.09.53.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jan 2014 09:53:20 -0800 (PST) From: Reinis Danne To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] [PATCH 00/10] alternatives-2.eclass updates Date: Mon, 20 Jan 2014 19:53:02 +0200 Message-Id: <1390240392-12173-1-git-send-email-rei4dan@gmail.com> X-Mailer: git-send-email 1.8.5.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org X-Archives-Salt: 2db2b061-fc85-4211-a740-dbc7532b2a9e X-Archives-Hash: a29cf17a57cae35a5ffdbb11818d1493 Hi! I have cleaned up a bit alternatives-2.eclass to make it easier to review. Also if someone knows any shortcommings of this eclass as it is, then point it out, I'll try to address them. I hope this can be soon moved to the main tree thus closing the divide between science overlay and portage tree. Reinis Danne (10): alternatives-2.eclass: Update copyright alternatives-2.eclass: Remove unused variables alternatives-2.eclass: Move EXPORT_FUNCTIONS to top alternatives-2.eclass: Remove commented-out code alternatives-2.eclass: Put commonly used path in local variable alternatives-2.eclass: Fix eclass name in comments alternatives-2.eclass: Add EAPI check alternatives-2.eclass: Add documentation comments alternatives-2.eclass: Minor comment changes alternatives-2.eclass: Use consistent quoting eclass/alternatives-2.eclass | 110 +++++++++++++++++++++++++++++++------------ 1 file changed, 79 insertions(+), 31 deletions(-) -- 1.8.5.3