public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog
@ 2012-12-08 16:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-08 16:13 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/08 16:13:03

  Modified:             ChangeLog
  Added:                xosview-1.12.ebuild
  Log:
  Version bump by Lars Wendler (bug #446396).
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.59                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	17 Oct 2012 03:37:02 -0000	1.58
+++ ChangeLog	8 Dec 2012 16:13:03 -0000	1.59
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xosview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.58 2012/10/17 03:37:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.59 2012/12/08 16:13:03 jer Exp $
+
+*xosview-1.12 (08 Dec 2012)
+
+  08 Dec 2012; Jeroen Roovers <jer@gentoo.org> +xosview-1.12.ebuild:
+  Version bump by Lars Wendler (bug #446396).
 
   17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xosview-1.9.4.ebuild:
   x86 stable wrt bug #436988



1.1                  x11-misc/xosview/xosview-1.12.ebuild

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

Index: xosview-1.12.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.1 2012/12/08 16:13:03 jer Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="X11 operating system viewer"
HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/"
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz"

LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="suid"

COMMON_DEPS="x11-libs/libX11
	x11-libs/libXpm
	x11-libs/libXt"
RDEPEND="${COMMON_DEPS}
	media-fonts/font-misc-misc"
DEPEND="${COMMON_DEPS}
	x11-proto/xproto"

src_prepare() {
	sed -e 's:lib/X11/app:share/X11/app:g' \
		-i xosview.1 || die
	tc-export CXX
}

src_compile() {
	emake OPTFLAGS="${CXXFLAGS}"
}

src_install() {
	dobin ${PN}
	use suid && fperms 4755 /usr/bin/${PN}
	insinto /usr/share/X11/app-defaults
	newins Xdefaults XOsview
	doman *.1
	dodoc CHANGES README.linux TODO
}

pkg_postinst() {
	if ! use suid ; then
		ewarn "If you want to use serial meters ${PN} needs to be executed as root."
		ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details."
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog
@ 2013-01-29 14:38 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-29 14:38 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/29 14:38:51

  Modified:             xosview-1.12.ebuild ChangeLog
  Log:
  Stable on amd64, wrt bug #454424
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  x11-misc/xosview/xosview-1.12.ebuild

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

Index: xosview-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xosview-1.12.ebuild	8 Dec 2012 16:13:03 -0000	1.1
+++ xosview-1.12.ebuild	29 Jan 2013 14:38:50 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.1 2012/12/08 16:13:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.2 2013/01/29 14:38:50 pinkbyte Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



1.65                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	17 Dec 2012 12:34:59 -0000	1.64
+++ ChangeLog	29 Jan 2013 14:38:50 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xosview
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.64 2012/12/17 12:34:59 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.65 2013/01/29 14:38:50 pinkbyte Exp $
+
+  29 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> xosview-1.12.ebuild:
+  Stable on amd64, wrt bug #454424
 
   17 Dec 2012; Jeroen Roovers <jer@gentoo.org> -xosview-1.9.3.ebuild,
   -xosview-1.10.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog
@ 2013-01-30 18:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-30 18:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/30 18:07:14

  Modified:             xosview-1.12.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #454424
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  x11-misc/xosview/xosview-1.12.ebuild

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

Index: xosview-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xosview-1.12.ebuild	29 Jan 2013 14:38:50 -0000	1.2
+++ xosview-1.12.ebuild	30 Jan 2013 18:07:14 -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/xosview/xosview-1.12.ebuild,v 1.2 2013/01/29 14:38:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.3 2013/01/30 18:07:14 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



1.66                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	29 Jan 2013 14:38:50 -0000	1.65
+++ ChangeLog	30 Jan 2013 18:07:14 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xosview
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.65 2013/01/29 14:38:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.66 2013/01/30 18:07:14 ago Exp $
+
+  30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild:
+  Stable for x86, wrt bug #454424
 
   29 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> xosview-1.12.ebuild:
   Stable on amd64, wrt bug #454424





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog
@ 2013-01-31 23:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-31 23:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/31 23:02:49

  Modified:             xosview-1.12.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #454424
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  x11-misc/xosview/xosview-1.12.ebuild

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

Index: xosview-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xosview-1.12.ebuild	30 Jan 2013 18:07:14 -0000	1.3
+++ xosview-1.12.ebuild	31 Jan 2013 23:02:49 -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/xosview/xosview-1.12.ebuild,v 1.3 2013/01/30 18:07:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.4 2013/01/31 23:02:49 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



1.67                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Jan 2013 18:07:14 -0000	1.66
+++ ChangeLog	31 Jan 2013 23:02:49 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xosview
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.66 2013/01/30 18:07:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.67 2013/01/31 23:02:49 ago Exp $
+
+  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild:
+  Stable for ppc64, wrt bug #454424
 
   30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild:
   Stable for x86, wrt bug #454424





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog
@ 2013-01-31 23:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-31 23:10 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/31 23:10:44

  Modified:             xosview-1.12.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #454424
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  x11-misc/xosview/xosview-1.12.ebuild

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

Index: xosview-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xosview-1.12.ebuild	31 Jan 2013 23:02:49 -0000	1.4
+++ xosview-1.12.ebuild	31 Jan 2013 23:10:44 -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/xosview/xosview-1.12.ebuild,v 1.4 2013/01/31 23:02:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.5 2013/01/31 23:10:44 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



1.68                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	31 Jan 2013 23:02:49 -0000	1.67
+++ ChangeLog	31 Jan 2013 23:10:44 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xosview
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.67 2013/01/31 23:02:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.68 2013/01/31 23:10:44 ago Exp $
+
+  31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild:
+  Stable for ppc, wrt bug #454424
 
   31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild:
   Stable for ppc64, wrt bug #454424





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

end of thread, other threads:[~2013-01-31 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 23:10 [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.12.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-31 23:02 Agostino Sarubbo (ago)
2013-01-30 18:07 Agostino Sarubbo (ago)
2013-01-29 14:38 Sergey Popov (pinkbyte)
2012-12-08 16:13 Jeroen Roovers (jer)

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