Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm2targz: ChangeLog rpm2targz-9.0.0.0g.ebuild
Date: Sat, 31 May 2008 21:16:37
Message-Id: E1K2YRD-0000lJ-F8@stork.gentoo.org
1 vapier 08/05/31 21:16:31
2
3 Modified: ChangeLog
4 Added: rpm2targz-9.0.0.0g.ebuild
5 Log:
6 Move to git repo and apply fix by Cyberjun #219711.
7 (Portage version: 2.2_pre5.spank.spunk)
8
9 Revision Changes Path
10 1.63 app-arch/rpm2targz/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 31 May 2008 13:58:47 -0000 1.62
23 +++ ChangeLog 31 May 2008 21:16:30 -0000 1.63
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-arch/rpm2targz
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.62 2008/05/31 13:58:47 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.63 2008/05/31 21:16:30 vapier Exp $
29 +
30 +*rpm2targz-9.0.0.0g (31 May 2008)
31 +
32 + 31 May 2008; Mike Frysinger <vapier@g.o>
33 + +rpm2targz-9.0.0.0g.ebuild:
34 + Move to git repo and apply fix by Cyberjun #219711.
35
36 31 May 2008; Christian Faulhammer <opfer@g.o>
37 rpm2targz-9.0-r7.ebuild:
38
39
40
41 1.1 app-arch/rpm2targz/rpm2targz-9.0.0.0g.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.0g.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.0g.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rpm2targz-9.0.0.0g.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/rpm2targz/rpm2targz-9.0.0.0g.ebuild,v 1.1 2008/05/31 21:16:30 vapier Exp $
51
52 inherit toolchain-funcs eutils
53
54 DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
55 HOMEPAGE="http://www.slackware.com/config/packages.php"
56 SRC_URI="mirror://gentoo/${P}.tar.lzma"
57
58 LICENSE="as-is"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="userland_GNU"
62
63 # NOTE: rpm2targz autodetects rpm2cpio at runtime, and uses it if available,
64 # so we don't explicitly set it as a dependency.
65 RDEPEND="app-arch/cpio"
66 DEPEND="${DEPEND}
67 app-arch/lzma-utils"
68
69 src_install() {
70 emake install DESTDIR="${D}" || die
71 dodoc *.README*
72 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list