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.15.ebuild
Date: Thu, 09 Oct 2008 01:45:23
Message-Id: E1Knkac-0000MR-CK@stork.gentoo.org
1 hanno 08/10/09 01:45:18
2
3 Modified: ChangeLog
4 Added: unp-1.0.15.ebuild
5 Log:
6 unp bump
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
8
9 Revision Changes Path
10 1.21 app-arch/unp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 27 Dec 2007 22:47:02 -0000 1.20
23 +++ ChangeLog 9 Oct 2008 01:45:18 -0000 1.21
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.20 2007/12/27 22:47:02 welp Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.21 2008/10/09 01:45:18 hanno Exp $
30 +
31 +*unp-1.0.15 (09 Oct 2008)
32 +
33 + 09 Oct 2008; Hanno Boeck <hanno@g.o> +unp-1.0.15.ebuild:
34 + Version bump.
35
36 27 Dec 2007; Peter Weller <welp@g.o> unp-1.0.14.ebuild:
37 Stable on amd64; bug 203106
38
39
40
41 1.1 app-arch/unp/unp-1.0.15.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.15.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.15.ebuild?rev=1.1&content-type=text/plain
45
46 Index: unp-1.0.15.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.15.ebuild,v 1.1 2008/10/09 01:45:18 hanno Exp $
51
52 DESCRIPTION="Script for unpacking various file formats"
53 HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
54 SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
58 IUSE=""
59 DEPEND="dev-lang/perl"
60
61 src_compile() {
62 einfo "Nothing to compile"
63 }
64
65 src_install() {
66 dobin unp
67 }