Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: ChangeLog util-linux-2.14.ebuild
Date: Sat, 28 Jun 2008 16:19:09
Message-Id: E1KCd8h-0006Ei-3F@stork.gentoo.org
1 vapier 08/06/28 16:19:03
2
3 Modified: ChangeLog util-linux-2.14.ebuild
4 Log:
5 Update loop-aes patch from upstream #228691.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.241 sys-apps/util-linux/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.241&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.241&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.240&r2=1.241
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
18 retrieving revision 1.240
19 retrieving revision 1.241
20 diff -u -r1.240 -r1.241
21 --- ChangeLog 21 Jun 2008 04:46:29 -0000 1.240
22 +++ ChangeLog 28 Jun 2008 16:19:02 -0000 1.241
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/util-linux
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.240 2008/06/21 04:46:29 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.241 2008/06/28 16:19:02 vapier Exp $
28 +
29 + 28 Jun 2008; Mike Frysinger <vapier@g.o> util-linux-2.14.ebuild:
30 + Update loop-aes patch from upstream #228691.
31
32 *util-linux-2.14 (21 Jun 2008)
33
34
35
36
37 1.2 sys-apps/util-linux/util-linux-2.14.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild?r1=1.1&r2=1.2
42
43 Index: util-linux-2.14.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- util-linux-2.14.ebuild 21 Jun 2008 04:46:29 -0000 1.1
50 +++ util-linux-2.14.ebuild 28 Jun 2008 16:19:02 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild,v 1.1 2008/06/21 04:46:29 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild,v 1.2 2008/06/28 16:19:02 vapier Exp $
56
57 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
58 inherit eutils
59 @@ -16,7 +16,8 @@
60 SRC_URI=""
61 else
62 SRC_URI="http://www.kernel.org/pub/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2
63 - loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )"
64 + loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14-20080624.diff.bz2 )"
65 +# loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )"
66 fi
67
68 LICENSE="GPL-2"
69 @@ -43,7 +44,7 @@
70 unpack ${A}
71 cd "${S}"
72 #epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711
73 - use loop-aes && epatch "${WORKDIR}"/loop-AES-*/util-linux-ng-*.diff
74 + use loop-aes && epatch "${WORKDIR}"/util-linux-ng-2.14-20080624.diff
75 epatch "${FILESDIR}"/${PN}-2.13.1-no-a.out.patch #221939
76 fi
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list