Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/alien: ChangeLog alien-8.69.ebuild alien-8.66.ebuild alien-8.65.ebuild alien-8.47.ebuild alien-8.53.ebuild
Date: Sun, 03 Feb 2008 11:20:07
Message-Id: E1JLctI-0002GF-IF@stork.gentoo.org
1 drac 08/02/03 11:20:04
2
3 Modified: ChangeLog
4 Added: alien-8.69.ebuild
5 Removed: alien-8.66.ebuild alien-8.65.ebuild
6 alien-8.47.ebuild alien-8.53.ebuild
7 Log:
8 Version bump wrt #203662, thanks to Raúl Porcel for reporting.
9 (Portage version: 2.1.4.1)
10
11 Revision Changes Path
12 1.21 app-arch/alien/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/alien/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/alien/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/alien/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 21 May 2007 15:47:19 -0000 1.20
25 +++ ChangeLog 3 Feb 2008 11:20:03 -0000 1.21
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-arch/alien
28 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.20 2007/05/21 15:47:19 armin76 Exp $
30 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/ChangeLog,v 1.21 2008/02/03 11:20:03 drac Exp $
32 +
33 +*alien-8.69 (03 Feb 2008)
34 +
35 + 03 Feb 2008; Samuli Suominen <drac@g.o> -alien-8.47.ebuild,
36 + -alien-8.53.ebuild, -alien-8.65.ebuild, -alien-8.66.ebuild,
37 + +alien-8.69.ebuild:
38 + Version bump wrt #203662, thanks to Raúl Porcel for reporting.
39
40 21 May 2007; Raúl Porcel <armin76@g.o> alien-8.64.ebuild:
41 alpha stable wrt #149666
42
43
44
45 1.1 app-arch/alien/alien-8.69.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/alien/alien-8.69.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/alien/alien-8.69.ebuild?rev=1.1&content-type=text/plain
49
50 Index: alien-8.69.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.69.ebuild,v 1.1 2008/02/03 11:20:03 drac Exp $
55
56 EAPI=1
57
58 inherit perl-app
59
60 DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
61 HOMEPAGE="http://kitenet.net/programs/alien"
62 SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
67 IUSE="+bzip2"
68
69 RDEPEND="app-arch/rpm
70 app-arch/dpkg
71 bzip2? ( app-arch/bzip2 )"
72 DEPEND="${RDEPEND}"
73
74 S=${WORKDIR}/${PN}
75
76 mydoc="TODO"
77
78 src_unpack() {
79 perl-module_src_unpack
80 sed -e s%'$(VARPREFIX)'%${D}% -e s%'$(PREFIX)'%${D}/usr%g \
81 -i "${S}"/Makefile.PL || die "sed failed."
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list