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 1Pa6Wl-0007Nl-V8 for garchives@archives.gentoo.org; Tue, 04 Jan 2011 13:02:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F1EE0175; Tue, 4 Jan 2011 13:02:05 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id D7CC1E0091 for ; Tue, 4 Jan 2011 13:02:04 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id p04D22D8011845 for ; Tue, 4 Jan 2011 14:02:02 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id p04D21YY005171; Tue, 4 Jan 2011 14:02:02 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.4/8.14.4/Submit) id p04D20Vp005079; Tue, 4 Jan 2011 14:02:00 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19747.6726.992068.345982@a1i15.kph.uni-mainz.de> Date: Tue, 4 Jan 2011 14:01:58 +0100 To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] [PATCH] SRC_URI may be defined by an eclass. X-Mailer: VM 8.1.1 under 23.2.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: 0713ce68-9662-4d8c-bc9e-627c8b1d277a X-Archives-Hash: e708f1589b27c05a0519e9b41659fa84 Section "Mandatory Ebuild-defined Variables" says "may be defined by a eclass" for all variables except IUSE and SRC_URI. Was this simply overlooked for SRC_URI, or is it on purpose? Ulrich >From 071955e0bcd73a7634dd792a532e8052a8d28d81 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Tue, 4 Jan 2011 14:02:08 +0100 Subject: [PATCH] SRC_URI may be defined by an eclass. --- ebuild-vars.tex | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index db4d50d..0af3540 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -45,9 +45,9 @@ All ebuilds must define at least the following variables: \item[SLOT] The package's slot. Must be a valid slot name, as per section~\ref{sec:slot-names}. May be defined by an eclass. Must not be empty. \item[SRC\_URI] A list of source URIs for the package. Valid protocols are \t{http://}, - \t{https://}, \t{ftp://} and \t{mirror://} (see section~\ref{sec:thirdpartymirrors} for mirror behaviour). - Fetch restricted packages may include URL parts consisting of just a filename. See - section~\ref{sec:dependencies} for full syntax. + \t{https://}, \t{ftp://} and \t{mirror://} (see section~\ref{sec:thirdpartymirrors} for mirror + behaviour). Fetch restricted packages may include URL parts consisting of just a filename. + May be defined by an eclass. See section~\ref{sec:dependencies} for full syntax. \end{description} If any of these variables are undefined, or if any of these variables are set to invalid values, -- 1.7.3.4