Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/alock: alock-60-r3.ebuild ChangeLog
Date: Wed, 09 Jan 2008 15:25:55
Message-Id: E1JCcoS-0000wx-1M@stork.gentoo.org
1 maekke 08/01/09 15:25:52
2
3 Modified: alock-60-r3.ebuild ChangeLog
4 Log:
5 make sure that imlib2 is built with X, x86 stable, bug #204934
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 x11-misc/alock/alock-60-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: alock-60-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- alock-60-r3.ebuild 7 Jul 2007 09:15:48 -0000 1.1
22 +++ alock-60-r3.ebuild 9 Jan 2008 15:25:51 -0000 1.2
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild,v 1.1 2007/07/07 09:15:48 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild,v 1.2 2008/01/09 15:25:51 maekke Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="alock - locks the local X display until a password is entered"
33 HOMEPAGE="
34 @@ -11,7 +13,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~ppc ~x86 ~amd64"
39 +KEYWORDS="~amd64 ~ppc x86"
40 IUSE=""
41
42 DEPEND="
43 @@ -23,6 +25,13 @@
44
45 MY_S="${WORKDIR}/alock-svn-${PV}"
46
47 +pkg_setup() {
48 + if ! built_with_use media-libs/imlib2 X ; then
49 + eerror "media-libs/imlib2 has to be built with X support"
50 + die "emerge media-libs/imlib2 with USE=\"X\""
51 + fi
52 +}
53 +
54 src_unpack() {
55 unpack "${A}"
56 sed -i 's|\$(DESTDIR)\$(prefix)/man|\$(DESTDIR)\$(prefix)/share/man|g' \
57
58
59
60 1.8 x11-misc/alock/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/ChangeLog?rev=1.8&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/ChangeLog?rev=1.8&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/alock/ChangeLog?r1=1.7&r2=1.8
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-misc/alock/ChangeLog,v
69 retrieving revision 1.7
70 retrieving revision 1.8
71 diff -u -r1.7 -r1.8
72 --- ChangeLog 18 Oct 2007 21:50:40 -0000 1.7
73 +++ ChangeLog 9 Jan 2008 15:25:51 -0000 1.8
74 @@ -1,6 +1,9 @@
75 # ChangeLog for x11-misc/alock
76 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/ChangeLog,v 1.7 2007/10/18 21:50:40 hansmi Exp $
78 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/ChangeLog,v 1.8 2008/01/09 15:25:51 maekke Exp $
80 +
81 + 09 Jan 2008; Markus Meier <maekke@g.o> alock-60-r3.ebuild:
82 + make sure that imlib2 is built with X, x86 stable, bug #204934
83
84 18 Oct 2007; Michael Hanselmann <hansmi@g.o> -alock-60-r2.ebuild:
85 Remove old ebuild.
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list