Gentoo Archives: gentoo-dev

From: David Leverton <levertond@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] EAPI 2 Draft
Date: Fri, 05 Sep 2008 06:47:25
Message-Id: 75f3dce80809042347o1114b728k6b7af6aabd5eab4a@mail.gmail.com
In Reply to: [gentoo-dev] [RFC] EAPI 2 Draft by Zac Medico
1 2008/9/4 Zac Medico <zmedico@g.o>:
2 > * The 'unpack' helper function recognizes ;sf=tbz2 and ;sf=tgz
3 > extensions, for interoperability with gitweb.
4 >
5 > * SRC_URI supports a syntax extension which allows customization
6 > of output file names by using a "->" operator.
7
8 Is it useful to have both of these? The former seems awfully
9 specialised for a general format like ebuilds, and can be replaced
10 with
11
12 COMMIT="1234..."
13 SRC_URI="http://git.example.org/?p=foo.git;a=snapshot;h=${COMMIT};sf=tbz2
14 -> foo-${COMMIT}.tar.bz2"

Replies

Subject Author
Re: [gentoo-dev] [RFC] EAPI 2 Draft Zac Medico <zmedico@g.o>