Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unp: ChangeLog unp-1.0.14.ebuild
Date: Thu, 27 Dec 2007 08:04:14
Message-Id: E1J7nip-0004pM-FC@stork.gentoo.org
1 hanno 07/12/27 08:04:07
2
3 Modified: ChangeLog
4 Added: unp-1.0.14.ebuild
5 Log:
6 unp version bump
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.18 app-arch/unp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 26 Dec 2007 10:05:51 -0000 1.17
23 +++ ChangeLog 27 Dec 2007 08:04:06 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-arch/unp
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.17 2007/12/26 10:05:51 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.18 2007/12/27 08:04:06 hanno Exp $
29 +
30 +*unp-1.0.14 (27 Dec 2007)
31 +
32 + 27 Dec 2007; Hanno Boeck <hanno@g.o> +unp-1.0.14.ebuild:
33 + Version bump.
34
35 26 Dec 2007; Markus Meier <maekke@g.o> unp-1.0.13.ebuild:
36 x86 stable, security bug #203106
37
38
39
40 1.1 app-arch/unp/unp-1.0.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: unp-1.0.14.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.14.ebuild,v 1.1 2007/12/27 08:04:06 hanno Exp $
50
51 DESCRIPTION="Script for unpacking various file formats"
52 HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
53 SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
54 LICENSE="GPL-2"
55 SLOT="0"
56 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
57 IUSE=""
58 DEPEND="dev-lang/perl"
59
60 src_compile() {
61 einfo "Nothing to compile"
62 }
63
64 src_install() {
65 dobin unp
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list