Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: ChangeLog xlockmore-5.25.ebuild
Date: Sat, 12 Jan 2008 02:57:11
Message-Id: E1JDWYW-0002mP-UE@stork.gentoo.org
1 drac 08/01/12 02:57:08
2
3 Modified: ChangeLog
4 Added: xlockmore-5.25.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.64 x11-misc/xlockmore/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 6 May 2007 15:04:38 -0000 1.63
23 +++ ChangeLog 12 Jan 2008 02:57:08 -0000 1.64
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xlockmore
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.63 2007/05/06 15:04:38 dertobi123 Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.64 2008/01/12 02:57:08 drac Exp $
30 +
31 +*xlockmore-5.25 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Samuli Suominen <drac@g.o> +xlockmore-5.25.ebuild:
34 + Version bump.
35
36 06 May 2007; Tobias Scherbaum <dertobi123@g.o>
37 xlockmore-5.23-r1.ebuild:
38
39
40
41 1.1 x11-misc/xlockmore/xlockmore-5.25.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.25.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.25.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xlockmore-5.25.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/x11-misc/xlockmore/xlockmore-5.25.ebuild,v 1.1 2008/01/12 02:57:08 drac Exp $
51
52 inherit flag-o-matic pam
53
54 DESCRIPTION="Just another screensaver application for X"
55 HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html"
56 SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/${PN}/${P}/${P}.tar.bz2"
57
58 LICENSE="BSD GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="crypt debug nas esd motif opengl truetype gtk pam xlockrc unicode"
62
63 RDEPEND="opengl? ( media-libs/mesa )
64 x11-libs/libX11
65 x11-libs/libXmu
66 x11-libs/libXext
67 x11-libs/libXt
68 x11-libs/libXpm
69 media-libs/freetype
70 pam? ( virtual/pam )
71 nas? ( media-libs/nas )
72 esd? ( media-sound/esound )
73 motif? ( x11-libs/openmotif )
74 gtk? ( >=x11-libs/gtk+-2 )"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 x11-proto/xineramaproto"
78
79 src_compile() {
80 econf --enable-appdefaultdir=/usr/share/X11/app-defaults \
81 --enable-vtlock --without-ftgl --without-gltt \
82 $(use_enable crypt) \
83 $(use_with opengl) \
84 $(use_with opengl mesa) \
85 $(use_enable xlockrc) \
86 $(use_enable unicode use-mb) \
87 $(use_enable pam) \
88 $(use_with truetype ttf) \
89 $(use_with gtk gtk2) \
90 $(use_with motif) \
91 $(use_with esd esound) \
92 $(use_with nas) \
93 $(use_with debug editres)
94
95 # suid-with-lazy-bindings problem
96 append-flags $(bindnow-flags)
97
98 emake || die "emake failed."
99 }
100
101 src_install() {
102 einstall xapploaddir="${D}/usr/share/X11/app-defaults" \
103 mandir="${D}/usr/share/man/man1" || die "einstall failed."
104
105 pamd_mimic_system xlock auth
106 use pam && chmod 755 "${D}"/usr/bin/xlock
107
108 dohtml docs/*.html
109 rm docs/*.html
110 dodoc README docs/*
111 }
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list