Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udisks-glue: udisks-glue-1.2.0.ebuild
Date: Mon, 03 Jan 2011 18:25:00
Message-Id: 20110103182450.B352920057@flycatcher.gentoo.org
1 ssuominen 11/01/03 18:24:50
2
3 Modified: udisks-glue-1.2.0.ebuild
4 Log:
5 tweak
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: udisks-glue-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- udisks-glue-1.2.0.ebuild 3 Jan 2011 13:37:45 -0000 1.1
23 +++ udisks-glue-1.2.0.ebuild 3 Jan 2011 18:24:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.1 2011/01/03 13:37:45 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.2 2011/01/03 18:24:50 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools
32 @@ -24,8 +24,7 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd *-${PN}-*
37 - S=`pwd`
38 + mv *-${PN}-* "${S}"
39 }
40
41 src_prepare() {