* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.29.1.ebuild ChangeLog
@ 2010-02-14 14:55 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-14 14:55 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/14 14:55:00
Modified: ChangeLog
Added: xlockmore-5.29.1.ebuild
Log:
Version bump wrt #301053 by Tim Harder.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.80 x11-misc/xlockmore/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 10 Aug 2009 15:10:39 -0000 1.79
+++ ChangeLog 14 Feb 2010 14:54:59 -0000 1.80
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xlockmore
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.79 2009/08/10 15:10:39 klausman Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.80 2010/02/14 14:54:59 ssuominen Exp $
+
+*xlockmore-5.29.1 (14 Feb 2010)
+
+ 14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xlockmore-5.29.1.ebuild:
+ Version bump wrt #301053 by Tim Harder.
10 Aug 2009; Tobias Klausmann <klausman@gentoo.org> xlockmore-5.28.ebuild:
Stable on alpha, bug #266937
1.1 x11-misc/xlockmore/xlockmore-5.29.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.1&content-type=text/plain
Index: xlockmore-5.29.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.1 2010/02/14 14:54:59 ssuominen Exp $
EAPI=2
inherit flag-o-matic pam
DESCRIPTION="Just another screensaver application for X"
HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html"
SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/${PN}/${P}/${P}.tar.bz2"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt debug esd gtk motif nas opengl pam truetype xinerama xlockrc"
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm
x11-libs/libXt
x11-libs/libXmu
opengl? ( media-libs/mesa
truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) )
truetype? ( media-libs/freetype:2 )
pam? ( virtual/pam )
nas? ( media-libs/nas )
esd? ( media-sound/esound )
motif? ( x11-libs/openmotif )
gtk? ( x11-libs/gtk+:2 )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xineramaproto"
MAKEOPTS="${MAKEOPTS} -j1"
src_configure() {
local myconf=""
if use opengl && use truetype; then
myconf="${myconf} --with-ftgl"
append-flags -DFTGL213
else
myconf="${myconf} --without-ftgl"
fi
econf \
--enable-vtlock \
--enable-syslog \
$(use_enable xlockrc) \
$(use_enable pam) \
--disable-use-mb \
--enable-appdefaultdir=/usr/share/X11/app-defaults \
$(use_with motif) \
$(use_with debug editres) \
$(use_with truetype ttf) \
$(use_with truetype freetype) \
$(use_with opengl) \
$(use_with opengl mesa) \
$(use_with xinerama) \
$(use_with esd esound) \
$(use_with nas) \
$(use_with crypt) \
$(use_with gtk gtk2) \
--without-gtk \
${myconf}
}
src_install() {
einstall xapploaddir="${D}/usr/share/X11/app-defaults" \
mandir="${D}/usr/share/man/man1" INSTPGMFLAGS="" \
|| die "einstall failed"
pamd_mimic_system xlock auth
use pam && fperms 755 /usr/bin/xlock
dohtml docs/xlock.html
dodoc README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.29.1.ebuild ChangeLog
@ 2010-02-14 15:09 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-14 15:09 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/14 15:09:13
Modified: xlockmore-5.29.1.ebuild ChangeLog
Log:
Install as setuid with USE="-pam" wrt #290315.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-misc/xlockmore/xlockmore-5.29.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?r1=1.1&r2=1.2
Index: xlockmore-5.29.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xlockmore-5.29.1.ebuild 14 Feb 2010 14:54:59 -0000 1.1
+++ xlockmore-5.29.1.ebuild 14 Feb 2010 15:09:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.1 2010/02/14 14:54:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.2 2010/02/14 15:09:12 ssuominen Exp $
EAPI=2
inherit flag-o-matic pam
@@ -72,7 +72,12 @@
|| die "einstall failed"
pamd_mimic_system xlock auth
- use pam && fperms 755 /usr/bin/xlock
+
+ if use pam; then
+ fperms 755 /usr/bin/xlock
+ else
+ fperms 4755 /usr/bin/xlock
+ fi
dohtml docs/xlock.html
dodoc README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO}
1.81 x11-misc/xlockmore/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 14 Feb 2010 14:54:59 -0000 1.80
+++ ChangeLog 14 Feb 2010 15:09:12 -0000 1.81
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xlockmore
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.80 2010/02/14 14:54:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.81 2010/02/14 15:09:12 ssuominen Exp $
+
+ 14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xlockmore-5.29.1.ebuild:
+ Install as setuid with USE="-pam" wrt #290315.
*xlockmore-5.29.1 (14 Feb 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.29.1.ebuild ChangeLog
@ 2010-02-14 15:43 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-14 15:43 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/14 15:43:49
Modified: xlockmore-5.29.1.ebuild ChangeLog
Log:
Remove extra CC and CXX checks from configure.in to avoid #285262.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/xlockmore/xlockmore-5.29.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild?r1=1.2&r2=1.3
Index: xlockmore-5.29.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xlockmore-5.29.1.ebuild 14 Feb 2010 15:09:12 -0000 1.2
+++ xlockmore-5.29.1.ebuild 14 Feb 2010 15:43:49 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.2 2010/02/14 15:09:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.3 2010/02/14 15:43:49 ssuominen Exp $
EAPI=2
-inherit flag-o-matic pam
+inherit autotools eutils flag-o-matic pam
DESCRIPTION="Just another screensaver application for X"
HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html"
@@ -34,6 +34,11 @@
MAKEOPTS="${MAKEOPTS} -j1"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-configure.in.patch
+ eautoreconf
+}
+
src_configure() {
local myconf=""
1.82 x11-misc/xlockmore/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 14 Feb 2010 15:09:12 -0000 1.81
+++ ChangeLog 14 Feb 2010 15:43:49 -0000 1.82
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xlockmore
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.81 2010/02/14 15:09:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.82 2010/02/14 15:43:49 ssuominen Exp $
+
+ 14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xlockmore-5.29.1.ebuild, +files/xlockmore-5.29.1-configure.in.patch:
+ Remove extra CC and CXX checks from configure.in to avoid #285262.
14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
xlockmore-5.29.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-14 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 15:43 [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.29.1.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-02-14 15:09 Samuli Suominen (ssuominen)
2010-02-14 14:55 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox