public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-16 14:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-16 14:04 UTC (permalink / raw
  To: gentoo-commits

jer         13/07/16 14:04:31

  Modified:             ChangeLog
  Added:                xlockmore-5.43.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.128                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	26 Mar 2013 13:52:19 -0000	1.127
+++ ChangeLog	16 Jul 2013 14:04:31 -0000	1.128
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.127 2013/03/26 13:52:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.128 2013/07/16 14:04:31 jer Exp $
+
+*xlockmore-5.43 (16 Jul 2013)
+
+  16 Jul 2013; Jeroen Roovers <jer@gentoo.org> +xlockmore-5.43.ebuild:
+  Version bump.
 
   26 Mar 2013; Jeroen Roovers <jer@gentoo.org> xlockmore-5.42.ebuild:
   --disable-use-mb -> --disable-mb by Klaus Kusche (bug #463246).



1.1                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.1&content-type=text/plain

Index: xlockmore-5.43.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.1 2013/07/16 14:04:31 jer Exp $

EAPI=4
inherit autotools eutils 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 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"

REQUIRED_USE="
	|| ( crypt pam )
"
RDEPEND="
	gtk? ( x11-libs/gtk+:2 )
	imagemagick? ( media-gfx/imagemagick )
	motif? ( >=x11-libs/motif-2.3:0 )
	nas? ( media-libs/nas )
	opengl? (
		virtual/opengl
		virtual/glu
		truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
	)
	pam? ( virtual/pam )
	truetype? ( media-libs/freetype:2 )
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXmu
	x11-libs/libXpm
	x11-libs/libXt
	xinerama? ( x11-libs/libXinerama )
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	x11-proto/xineramaproto"

MAKEOPTS="${MAKEOPTS} -j1"

src_prepare() {
	epatch \
		"${FILESDIR}"/${PN}-5.31-configure.in.patch \
		"${FILESDIR}"/${PN}-5.31-ldflags.patch

	eautoreconf
}

src_configure() {
	local myconf=""

	if use opengl && use truetype; then
			myconf="${myconf} --with-ftgl"
			append-flags -DFTGL213
		else
			myconf="${myconf} --without-ftgl"
	fi

	econf \
		$(use_enable pam) \
		$(use_enable xlockrc) \
		$(use_with crypt) \
		$(use_with debug editres) \
		$(use_with gtk gtk2) \
		$(use_with imagemagick magick) \
		$(use_with motif) \
		$(use_with nas) \
		$(use_with opengl mesa) \
		$(use_with opengl) \
		$(use_with truetype freetype) \
		$(use_with truetype ttf) \
		$(use_with xinerama) \
		--disable-mb \
		--enable-appdefaultdir=/usr/share/X11/app-defaults \
		--enable-syslog \
		--enable-vtlock \
		--without-esound \
		--without-gtk \
		${myconf}
}

src_install() {
	einstall xapploaddir="${D}/usr/share/X11/app-defaults" \
		mandir="${D}/usr/share/man/man1" INSTPGMFLAGS=""

	pamd_mimic_system xlock auth

	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}
}





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-20 10:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-20 10:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/20 10:16:24

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.2&r2=1.3

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xlockmore-5.43.ebuild	19 Jul 2013 13:11:55 -0000	1.2
+++ xlockmore-5.43.ebuild	20 Jul 2013 10:16:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.2 2013/07/19 13:11:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.3 2013/07/20 10:16:24 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.131                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	19 Jul 2013 13:11:55 -0000	1.130
+++ ChangeLog	20 Jul 2013 10:16:24 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.130 2013/07/19 13:11:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.131 2013/07/20 10:16:24 ago Exp $
+
+  20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for amd64, wrt bug #477328
 
   19 Jul 2013; Jeroen Roovers <jer@gentoo.org> xlockmore-5.43.ebuild:
   Stable for HPPA (bug #477328).





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-20 10:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-20 10:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/20 10:16:57

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.3&r2=1.4

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xlockmore-5.43.ebuild	20 Jul 2013 10:16:24 -0000	1.3
+++ xlockmore-5.43.ebuild	20 Jul 2013 10:16:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.3 2013/07/20 10:16:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.4 2013/07/20 10:16:56 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.132                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	20 Jul 2013 10:16:24 -0000	1.131
+++ ChangeLog	20 Jul 2013 10:16:56 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.131 2013/07/20 10:16:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.132 2013/07/20 10:16:56 ago Exp $
+
+  20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for x86, wrt bug #477328
 
   20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
   Stable for amd64, wrt bug #477328





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-21 15:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 15:35 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 15:35:59

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.4&r2=1.5

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xlockmore-5.43.ebuild	20 Jul 2013 10:16:56 -0000	1.4
+++ xlockmore-5.43.ebuild	21 Jul 2013 15:35:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.4 2013/07/20 10:16:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.5 2013/07/21 15:35:59 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.133                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	20 Jul 2013 10:16:56 -0000	1.132
+++ ChangeLog	21 Jul 2013 15:35:59 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.132 2013/07/20 10:16:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.133 2013/07/21 15:35:59 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for alpha, wrt bug #477328
 
   20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
   Stable for x86, wrt bug #477328





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-21 16:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 16:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 16:05:41

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.5&r2=1.6

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xlockmore-5.43.ebuild	21 Jul 2013 15:35:59 -0000	1.5
+++ xlockmore-5.43.ebuild	21 Jul 2013 16:05:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.5 2013/07/21 15:35:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.6 2013/07/21 16:05:41 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ppc ppc64 ~sparc x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.134                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	21 Jul 2013 15:35:59 -0000	1.133
+++ ChangeLog	21 Jul 2013 16:05:41 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.133 2013/07/21 15:35:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.134 2013/07/21 16:05:41 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for ppc64, wrt bug #477328
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
   Stable for alpha, wrt bug #477328





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-21 17:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 17:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 17:23:25

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.6&r2=1.7

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xlockmore-5.43.ebuild	21 Jul 2013 16:05:41 -0000	1.6
+++ xlockmore-5.43.ebuild	21 Jul 2013 17:23:25 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.6 2013/07/21 16:05:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.7 2013/07/21 17:23:25 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.135                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	21 Jul 2013 16:05:41 -0000	1.134
+++ ChangeLog	21 Jul 2013 17:23:25 -0000	1.135
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.134 2013/07/21 16:05:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.135 2013/07/21 17:23:25 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for ppc, wrt bug #477328
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
   Stable for ppc64, wrt bug #477328





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-07-21 17:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 17:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 17:55:03

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #477328
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.7&r2=1.8

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xlockmore-5.43.ebuild	21 Jul 2013 17:23:25 -0000	1.7
+++ xlockmore-5.43.ebuild	21 Jul 2013 17:55:03 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.7 2013/07/21 17:23:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.8 2013/07/21 17:55:03 ago Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86"
 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
 
 REQUIRED_USE="



1.136                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	21 Jul 2013 17:23:25 -0000	1.135
+++ ChangeLog	21 Jul 2013 17:55:03 -0000	1.136
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.135 2013/07/21 17:23:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.136 2013/07/21 17:55:03 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
+  Stable for sparc, wrt bug #477328
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlockmore-5.43.ebuild:
   Stable for ppc, wrt bug #477328





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2013-09-02  8:33 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 9+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-09-02  8:33 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/09/02 08:33:12

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Make PAM and xlockrc support mutually exclusive as defined in configure file, wrt bug #255229
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.9                  x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.8&r2=1.9

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xlockmore-5.43.ebuild	21 Jul 2013 17:55:03 -0000	1.8
+++ xlockmore-5.43.ebuild	2 Sep 2013 08:33:12 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.8 2013/07/21 17:55:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.9 2013/09/02 08:33:12 pinkbyte Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -16,6 +16,8 @@
 
 REQUIRED_USE="
 	|| ( crypt pam )
+	pam? ( !xlockrc )
+	xlockrc? ( !pam )
 "
 RDEPEND="
 	gtk? ( x11-libs/gtk+:2 )



1.138                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	20 Aug 2013 14:42:09 -0000	1.137
+++ ChangeLog	2 Sep 2013 08:33:12 -0000	1.138
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.137 2013/08/20 14:42:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.138 2013/09/02 08:33:12 pinkbyte Exp $
+
+  02 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> xlockmore-5.43.ebuild:
+  Make PAM and xlockrc support mutually exclusive as defined in configure file,
+  wrt bug #255229
 
   20 Aug 2013; Jeroen Roovers <jer@gentoo.org> -xlockmore-5.41.ebuild:
   Old.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
@ 2014-03-11 13:36 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler (polynomial-c) @ 2014-03-11 13:36 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    14/03/11 13:36:51

  Modified:             xlockmore-5.43.ebuild ChangeLog
  Log:
  Fixed compilation with >=freetype-2.5.1 (bug #498782)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.10                 x11-misc/xlockmore/xlockmore-5.43.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.9&r2=1.10

Index: xlockmore-5.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xlockmore-5.43.ebuild	2 Sep 2013 08:33:12 -0000	1.9
+++ xlockmore-5.43.ebuild	11 Mar 2014 13:36:51 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.9 2013/09/02 08:33:12 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.10 2014/03/11 13:36:51 polynomial-c Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic pam
@@ -47,7 +47,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${PN}-5.31-configure.in.patch \
-		"${FILESDIR}"/${PN}-5.31-ldflags.patch
+		"${FILESDIR}"/${PN}-5.31-ldflags.patch \
+		"${FILESDIR}"/${PN}-5.43-freetype251.patch
 
 	eautoreconf
 }



1.139                x11-misc/xlockmore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	2 Sep 2013 08:33:12 -0000	1.138
+++ ChangeLog	11 Mar 2014 13:36:51 -0000	1.139
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xlockmore
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.138 2013/09/02 08:33:12 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.139 2014/03/11 13:36:51 polynomial-c Exp $
+
+  11 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> xlockmore-5.43.ebuild,
+  +files/xlockmore-5.43-freetype251.patch:
+  Fixed compilation with >=freetype-2.5.1 (bug #498782).
 
   02 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> xlockmore-5.43.ebuild:
   Make PAM and xlockrc support mutually exclusive as defined in configure file,





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-11 13:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 14:04 [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-20 10:16 Agostino Sarubbo (ago)
2013-07-20 10:16 Agostino Sarubbo (ago)
2013-07-21 15:35 Agostino Sarubbo (ago)
2013-07-21 16:05 Agostino Sarubbo (ago)
2013-07-21 17:23 Agostino Sarubbo (ago)
2013-07-21 17:55 Agostino Sarubbo (ago)
2013-09-02  8:33 Sergey Popov (pinkbyte)
2014-03-11 13:36 Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox