Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/userrel/soc: index.xml
Date: Tue, 11 Mar 2008 22:46:30
Message-Id: E1JZDEp-0007zp-FS@stork.gentoo.org
1 flameeyes 08/03/11 22:46:27
2
3 Modified: index.xml
4 Log:
5 Add one more idea for a SoC project: a way to let portage choose between different unpacking tools for zip and other archive formats.
6
7 Revision Changes Path
8 1.26 xml/htdocs/proj/en/userrel/soc/index.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/userrel/soc/index.xml?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/userrel/soc/index.xml?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/userrel/soc/index.xml?r1=1.25&r2=1.26
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/userrel/soc/index.xml,v
17 retrieving revision 1.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- index.xml 6 Mar 2008 21:17:24 -0000 1.25
21 +++ index.xml 11 Mar 2008 22:46:26 -0000 1.26
22 @@ -147,6 +147,26 @@
23 </ti>
24 <ti><mail link="flameeyes@g.o">Diego Pettenò</mail></ti>
25 </tr>
26 + <tr>
27 + <ti>
28 + Portage support for multiple extraction tools.
29 + </ti>
30 + <ti>
31 + Some ebuilds refer to source packages that upsteam release with formats
32 + different from tarballs (either gzip or bzip2), like ZIP or tarball
33 + compressed with LZMA. Right now, to unpack these, the ebuilds depend on a
34 + specific decompression tool like <c>app-arch/unzip</c>, even if the system
35 + might already have something like <c>app-arch/libarchive</c> that can
36 + handle it. A better way to handle this would be to have a set of virtual
37 + ebuilds that depend on at least one of a given set of tools that extract a
38 + format (like <c>virtual/portage-unpack-zip</c>), and a set of scripts that
39 + can find the best tool available on the system to do the unpacking.
40 + </ti>
41 + <ti>
42 + <mail link="flameeyes@g.o">Diego Pettenò</mail>
43 + <mail link="zmedico@g.o">Zac Medico</mail>
44 + </ti>
45 + </tr>
46 </table>
47 </body>
48 </section>
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list