public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.11.ebuild ChangeLog
@ 2012-10-15  6:38 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-10-15  6:38 UTC (permalink / raw
  To: gentoo-commits

xmw         12/10/15 06:38:49

  Modified:             ChangeLog
  Added:                xosview-1.11.ebuild
  Log:
  Version bump (by polynomial-c, bug 438152)
  
  (Portage version: 2.1.11.26/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	4 Oct 2012 00:49:46 -0000	1.56
+++ ChangeLog	15 Oct 2012 06:38:49 -0000	1.57
@@ -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.56 2012/10/04 00:49:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.57 2012/10/15 06:38:49 xmw Exp $
+
+*xosview-1.11 (15 Oct 2012)
+
+  15 Oct 2012; Michael Weber <xmw@gentoo.org> +xosview-1.11.ebuild:
+  Version bump (by polynomial-c, bug 438152)
 
   04 Oct 2012; Anthony G. Basile <blueness@gentoo.org> xosview-1.9.4.ebuild:
   stable ppc ppc64, bug #436988



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

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

Index: xosview-1.11.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.11.ebuild,v 1.1 2012/10/15 06:38:49 xmw 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.11.ebuild ChangeLog
@ 2012-12-09  8:16 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-12-09  8:16 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/12/09 08:16:51

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

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

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

Index: xosview-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xosview-1.11.ebuild	15 Oct 2012 06:38:49 -0000	1.1
+++ xosview-1.11.ebuild	9 Dec 2012 08:16:51 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.11.ebuild,v 1.1 2012/10/15 06:38:49 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v 1.2 2012/12/09 08:16:51 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.60                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	8 Dec 2012 16:13:03 -0000	1.59
+++ ChangeLog	9 Dec 2012 08:16:51 -0000	1.60
@@ -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.59 2012/12/08 16:13:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.60 2012/12/09 08:16:51 pinkbyte Exp $
+
+  09 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> xosview-1.11.ebuild:
+  Stable on amd64, wrt bug #446494
 
 *xosview-1.12 (08 Dec 2012)
 





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

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

ago         12/12/10 12:24:19

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

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

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

Index: xosview-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xosview-1.11.ebuild	9 Dec 2012 08:16:51 -0000	1.2
+++ xosview-1.11.ebuild	10 Dec 2012 12:24:19 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.11.ebuild,v 1.2 2012/12/09 08:16:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v 1.3 2012/12/10 12:24:19 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.61                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	9 Dec 2012 08:16:51 -0000	1.60
+++ ChangeLog	10 Dec 2012 12:24:19 -0000	1.61
@@ -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.60 2012/12/09 08:16:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.61 2012/12/10 12:24:19 ago Exp $
+
+  10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xosview-1.11.ebuild:
+  Stable for ppc64, wrt bug #446494
 
   09 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> xosview-1.11.ebuild:
   Stable on amd64, wrt bug #446494





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.11.ebuild ChangeLog
@ 2012-12-16 16:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-16 16:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/16 16:27:36

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

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

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

Index: xosview-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xosview-1.11.ebuild	10 Dec 2012 12:24:19 -0000	1.3
+++ xosview-1.11.ebuild	16 Dec 2012 16:27:36 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.11.ebuild,v 1.3 2012/12/10 12:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v 1.4 2012/12/16 16:27:36 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.62                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	10 Dec 2012 12:24:19 -0000	1.61
+++ ChangeLog	16 Dec 2012 16:27:36 -0000	1.62
@@ -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.61 2012/12/10 12:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.62 2012/12/16 16:27:36 ago Exp $
+
+  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xosview-1.11.ebuild:
+  Stable for x86, wrt bug #446494
 
   10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xosview-1.11.ebuild:
   Stable for ppc64, wrt bug #446494





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.11.ebuild ChangeLog
@ 2012-12-16 20:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-16 20:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/16 20:01:27

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

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

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

Index: xosview-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xosview-1.11.ebuild	16 Dec 2012 16:27:36 -0000	1.4
+++ xosview-1.11.ebuild	16 Dec 2012 20:01:27 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.11.ebuild,v 1.4 2012/12/16 16:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v 1.5 2012/12/16 20:01:27 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.63                 x11-misc/xosview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	16 Dec 2012 16:27:36 -0000	1.62
+++ ChangeLog	16 Dec 2012 20:01:27 -0000	1.63
@@ -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.62 2012/12/16 16:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.63 2012/12/16 20:01:27 ago Exp $
+
+  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xosview-1.11.ebuild:
+  Stable for ppc, wrt bug #446494
 
   16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xosview-1.11.ebuild:
   Stable for x86, wrt bug #446494





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

end of thread, other threads:[~2012-12-16 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 16:27 [gentoo-commits] gentoo-x86 commit in x11-misc/xosview: xosview-1.11.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-16 20:01 Agostino Sarubbo (ago)
2012-12-10 12:24 Agostino Sarubbo (ago)
2012-12-09  8:16 Sergey Popov (pinkbyte)
2012-10-15  6:38 Michael Weber (xmw)

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