[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.4.ebuild ChangeLog

2015-08-06 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/06 14:45:06

  Modified: syslog-ng-3.6.4.ebuild ChangeLog
  Log:
  install the man pages (bug #556776)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  app-admin/syslog-ng/syslog-ng-3.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild?r1=1.3r2=1.4

Index: syslog-ng-3.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- syslog-ng-3.6.4.ebuild  4 Aug 2015 21:48:14 -   1.3
+++ syslog-ng-3.6.4.ebuild  6 Aug 2015 14:45:06 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild,v 1.3 
2015/08/04 21:48:14 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild,v 1.4 
2015/08/06 14:45:06 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils multilib systemd versionator
@@ -58,6 +58,7 @@
 src_configure() {
econf \
--disable-docs \
+   --enable-manpages \
--with-embedded-crypto \
--with-ivykis=internal \
--with-libmongo-client=internal \



1.434app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.434view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.434content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.433r2=1.434

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -r1.433 -r1.434
--- ChangeLog   4 Aug 2015 21:48:14 -   1.433
+++ ChangeLog   6 Aug 2015 14:45:06 -   1.434
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.433 
2015/08/04 21:48:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.434 
2015/08/06 14:45:06 mr_bones_ Exp $
+
+  06 Aug 2015; Michael Sterrett mr_bon...@gentoo.org syslog-ng-3.6.4.ebuild:
+  install the man pages (bug #556776)
 
   04 Aug 2015; Mikle Kolyada zlog...@gentoo.org syslog-ng-3.6.4.ebuild:
   x86 stable wrt bug #556546






[gentoo-commits] gentoo-x86 commit in eclass: python-utils-r1.eclass ChangeLog

2015-08-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/03 18:31:41

  Modified: python-utils-r1.eclass ChangeLog
  Log:
  Add quotes to support reading from files with spaces in the filename.

Revision  ChangesPath
1.89 eclass/python-utils-r1.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.88r2=1.89

Index: python-utils-r1.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- python-utils-r1.eclass  27 Jul 2015 16:35:19 -  1.88
+++ python-utils-r1.eclass  3 Aug 2015 18:31:41 -   1.89
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.88 
2015/07/27 16:35:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.89 
2015/08/03 18:31:41 mr_bones_ Exp $
 
 # @ECLASS: python-utils-r1
 # @MAINTAINER:
@@ -1005,7 +1005,7 @@
local shebang i
local error= from=
 
-   IFS= read -r shebang ${f}
+   IFS= read -r shebang ${f}
 
# First, check if it's shebang at all...
if [[ ${shebang} == '#!'* ]]; then



1.1744   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1744view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1744content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1743r2=1.1744

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1743
retrieving revision 1.1744
diff -u -r1.1743 -r1.1744
--- ChangeLog   3 Aug 2015 14:03:00 -   1.1743
+++ ChangeLog   3 Aug 2015 18:31:41 -   1.1744
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1743 2015/08/03 
14:03:00 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1744 2015/08/03 
18:31:41 mr_bones_ Exp $
+
+  03 Aug 2015; Michael Sterrett mr_bon...@gentoo.org python-utils-r1.eclass:
+  Add quotes to support reading from files with spaces in the filename.
 
   03 Aug 2015; Michael Palimaka kensing...@gentoo.org kde5.eclass:
   Do not compress handbooks.






[gentoo-commits] gentoo-x86 commit in games-board/scid/files: scid-4.6.0-gentoo.patch scid-4.5.2-gentoo.patch scid-4.6.2-gentoo.patch

2015-08-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/03 21:09:04

  Modified: scid-4.6.0-gentoo.patch scid-4.5.2-gentoo.patch
  Added:scid-4.6.2-gentoo.patch
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-board/scid/files/scid-4.6.0-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch?r1=1.1r2=1.2

Index: scid-4.6.0-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/scid/files/scid-4.6.0-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scid-4.6.0-gentoo.patch 9 May 2015 05:19:31 -   1.1
+++ scid-4.6.0-gentoo.patch 3 Aug 2015 21:09:04 -   1.2
@@ -1,6 +1,5 @@
-diff -ru scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile 
scid-4.6.0/engines/togaII1.2.1a/src/Makefile
 scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile  2015-04-27 
15:19:48.0 -0400
-+++ scid-4.6.0/engines/togaII1.2.1a/src/Makefile   2015-05-05 
17:53:00.820096470 -0400
+--- scid-4.6.0.orig/engines/togaII1.2.1a/src/Makefile
 scid-4.6.0/engines/togaII1.2.1a/src/Makefile
 @@ -18,23 +18,16 @@
  
  # general
@@ -25,9 +24,8 @@
  
  # dependencies
  
-diff -ru scid-4.6.0.orig/Makefile.conf scid-4.6.0/Makefile.conf
 scid-4.6.0.orig/Makefile.conf  2015-04-27 15:19:48.0 -0400
-+++ scid-4.6.0/Makefile.conf   2015-05-05 17:58:21.860098005 -0400
+--- scid-4.6.0.orig/Makefile.conf
 scid-4.6.0/Makefile.conf
 @@ -157,32 +157,31 @@
  install: $(INSTALL)
  
@@ -84,9 +82,8 @@
  
  install_mac: all
install -m 755 -d dist/Scid.app/Contents/MacOS
-diff -ru scid-4.6.0.orig/tcl/start.tcl scid-4.6.0/tcl/start.tcl
 scid-4.6.0.orig/tcl/start.tcl  2015-04-27 15:19:48.0 -0400
-+++ scid-4.6.0/tcl/start.tcl   2015-05-05 18:00:43.988229032 -0400
+--- scid-4.6.0.orig/tcl/start.tcl
 scid-4.6.0/tcl/start.tcl
 @@ -93,7 +93,7 @@
  
# scidShareDir, scidImgDir, scidTclDir, scidBooksDir, scidBasesDir, ecoFile:
@@ -114,9 +111,8 @@
  }
  
  # book configuration
-diff -ru scid-4.6.0.orig/tcl/utils/sound.tcl scid-4.6.0/tcl/utils/sound.tcl
 scid-4.6.0.orig/tcl/utils/sound.tcl2015-04-27 15:19:48.0 
-0400
-+++ scid-4.6.0/tcl/utils/sound.tcl 2015-05-05 17:53:14.320633946 -0400
+--- scid-4.6.0.orig/tcl/utils/sound.tcl
 scid-4.6.0/tcl/utils/sound.tcl
 @@ -43,7 +43,7 @@
variable soundFolder
  



1.2  games-board/scid/files/scid-4.5.2-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch?r1=1.1r2=1.2

Index: scid-4.5.2-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-board/scid/files/scid-4.5.2-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scid-4.5.2-gentoo.patch 1 Sep 2014 00:36:56 -   1.1
+++ scid-4.5.2-gentoo.patch 3 Aug 2015 21:09:04 -   1.2
@@ -1,5 +1,5 @@
 engines/togaII1.2.1a/src/Makefile.old  2012-05-06 20:56:56.190522872 
+0200
-+++ engines/togaII1.2.1a/src/Makefile  2012-05-06 20:58:20.995568403 +0200
+--- engines/togaII1.2.1a/src/Makefile.old
 engines/togaII1.2.1a/src/Makefile
 @@ -18,23 +18,16 @@
  
  # general
@@ -24,8 +24,8 @@
  
  # dependencies
  
 tcl/utils/sound.tcl.old2012-05-06 21:05:31.475342861 +0200
-+++ tcl/utils/sound.tcl2012-05-06 21:06:07.066843851 +0200
+--- tcl/utils/sound.tcl.old
 tcl/utils/sound.tcl
 @@ -41,7 +41,7 @@
variable soundFolder

@@ -35,8 +35,8 @@
  set hasSnackPackage 0
  ::splash::add Move speech disabled - Snack sound package not found
  return
 Makefile.conf.old  2013-11-28 06:58:08.0 +0100
-+++ Makefile.conf  2014-04-18 00:17:05.783340379 +0200
+--- Makefile.conf.old
 Makefile.conf
 @@ -193,7 +193,7 @@
  # Small extra programs. Most are written in Tcl using tkscid, but
  # a few contributed ones may be in Python or other languages.
@@ -129,8 +129,8 @@
  
  ### To remove object and executable files: type make clean.
  #
 tcl/start.tcl.old  2013-11-28 06:58:08.0 +0100
-+++ tcl/start.tcl  2014-04-18 00:37:25.796397765 +0200
+--- tcl/start.tcl.old
 tcl/start.tcl
 @@ -186,7 +186,7 @@
  
# scidShareDir, scidImgDir, scidBooksDir, scidBasesDir, 

[gentoo-commits] gentoo-x86 commit in games-board/scid: scid-4.6.2.ebuild ChangeLog

2015-08-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/08/03 21:09:04

  Modified: ChangeLog
  Added:scid-4.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.50 games-board/scid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   2 Jun 2015 04:00:07 -   1.49
+++ ChangeLog   3 Aug 2015 21:09:04 -   1.50
@@ -1,6 +1,13 @@
 # ChangeLog for games-board/scid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.49 
2015/06/02 04:00:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.50 
2015/08/03 21:09:04 mr_bones_ Exp $
+
+*scid-4.6.2 (03 Aug 2015)
+
+  03 Aug 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/scid-4.6.2-gentoo.patch, +scid-4.6.2.ebuild,
+  files/scid-4.5.2-gentoo.patch, files/scid-4.6.0-gentoo.patch:
+  version bump
 
   02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org scid-4.5.2.ebuild,
   scid-4.6.0.ebuild:



1.1  games-board/scid/scid-4.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/scid-4.6.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/scid/scid-4.6.2.ebuild?rev=1.1content-type=text/plain

Index: scid-4.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.6.2.ebuild,v 1.1 
2015/08/03 21:09:04 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils toolchain-funcs gnome2-utils python-any-r1 games

DESCRIPTION=a free chess database application
HOMEPAGE=http://scid.sourceforge.net/;
SRC_URI=mirror://sourceforge/scid/${P}.zip
mirror://sourceforge/scid/spelling.zip
mirror://sourceforge/scid/ratings.zip
mirror://sourceforge/scid/photos.zip
mirror://sourceforge/scid/scidlet40k.zip

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

CDEPEND=dev-lang/tk:0
dev-tcltk/tkimg
=sys-libs/zlib-1.1.3
RDEPEND=${CDEPEND}
!games-board/chessdb
DEPEND=${CDEPEND}
${PYTHON_DEPS}
app-arch/unzip

pkg_setup() {
python-any-r1_pkg_setup
games_pkg_setup
}

src_unpack() {
default
mv scid-src ${P} || die
}

src_prepare() {
epatch ${FILESDIR}/${P}-gentoo.patch
edos2unix engines/togaII1.2.1a/src/Makefile
sed -i \
-e s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}: \
tcl/start.tcl || die
sed -i \
-e /COMPILE.*testzlib/s:\$var(COMPILE):$(tc-getCXX): \
configure || die
gzip ../ratings.ssp || die
python_fix_shebang .
}

src_configure() {
# configure is not an autotools script
./configure \
COMPILE=$(tc-getCXX) \
LINK=$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} \
CC=$(tc-getCC) \
OPTIMIZE=${CXXFLAGS} \
TCL_INCLUDE= \
BINDIR=${GAMES_BINDIR} \
SHAREDIR=${GAMES_DATADIR}/${PN} || die
}

src_compile() {
emake all_scid
}

src_install() {
emake DESTDIR=${D} install_scid
insinto ${GAMES_DATADIR}/${PN}
doins -r sounds

dodoc ChangeLog TODO
dohtml help/*.html

newicon -s scalable svg/scid_app.svg ${PN}.svg
make_desktop_entry scid Scid

doins ../spelling.ssp ../ratings.ssp.gz ../*.spf
newins ../scidlet40k.sbk scidlet.sbk

prepgamesdirs
}

pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}

pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
elog To enable speech, emerge dev-tcltk/snack
elog To enable Xfcc support, emerge dev-tcltk/tdom
}

pkg_postrm() {
gnome2_icon_cache_update
}






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2015-07-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/30 15:18:35

  Modified: package.mask
  Log:
  games-fps/tremulous is gone

Revision  ChangesPath
1.16692  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16692view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16692content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16691r2=1.16692

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16691
retrieving revision 1.16692
diff -u -r1.16691 -r1.16692
--- package.mask30 Jul 2015 09:25:21 -  1.16691
+++ package.mask30 Jul 2015 15:18:34 -  1.16692
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16691 2015/07/30 
09:25:21 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16692 2015/07/30 
15:18:34 mr_bones_ Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -141,12 +141,6 @@
 # Wrong version #553670
 =sys-kernel/gentoo-sources-4.1.1
 
-# Michael Sterrett mr_bon...@gentoo.org (25 Jun 2015)
-# Upstream seems dead; no release since 2006
-# lots of bugs: #252719, #315255, #314459, #159630, #376589, #420783, #540928
-# Masked for removal on 20150725
-games-fps/tremulous
-
 # Pacho Ramos pa...@gentoo.org (24 Jun 2015)
 # Replaced by app-admin/system-config-printer, to migrate
 # simply run:






[gentoo-commits] gentoo-x86 commit in games-fps/tremulous/files: tremulous-1.1.0-ldflags.patch tremulous-1.1.0-system_jpeg-2.patch tremulous-1.1.0-system_jpeg.patch

2015-07-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/30 15:17:39

  Removed:  tremulous-1.1.0-ldflags.patch
tremulous-1.1.0-system_jpeg-2.patch
tremulous-1.1.0-system_jpeg.patch
  Log:
  games-fps/tremulous is gone



[gentoo-commits] gentoo-x86 commit in games-fps/tremulous: ChangeLog Manifest metadata.xml tremulous-1.1.0-r4.ebuild

2015-07-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/30 15:17:39

  Removed:  ChangeLog Manifest metadata.xml
tremulous-1.1.0-r4.ebuild
  Log:
  games-fps/tremulous is gone



[gentoo-commits] gentoo-x86 commit in games-server/etqw-ded: etqw-ded-1.5.ebuild ChangeLog

2015-07-29 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/30 01:13:42

  Modified: etqw-ded-1.5.ebuild ChangeLog
  Log:
  update HOMEPAGE to one that exists
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-server/etqw-ded/etqw-ded-1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild?r1=1.5r2=1.6

Index: etqw-ded-1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- etqw-ded-1.5.ebuild 29 Mar 2015 06:56:11 -  1.5
+++ etqw-ded-1.5.ebuild 30 Jul 2015 01:13:42 -  1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild,v 
1.5 2015/03/29 06:56:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/etqw-ded/etqw-ded-1.5.ebuild,v 
1.6 2015/07/30 01:13:42 mr_bones_ Exp $
 
 EAPI=5
 inherit games
 
 DESCRIPTION=Enemy Territory: Quake Wars dedicated server
-HOMEPAGE=http://zerowing.idsoftware.com/linux/etqw/;
+HOMEPAGE=http://www.splashdamage.com/content/et-quake-wars-standalone-server-linux;
 SRC_URI=ETQW-server-${PV}-full.x86.run
 
 LICENSE=ETQW
@@ -26,9 +26,7 @@
${dir:1}/*.so*
 
 pkg_nofetch() {
-   einfo Please download ${A} from
-   einfo ${HOMEPAGE} (requires a BitTorrent client)
-   einfo and copy it to ${DISTDIR}
+   einfo Please download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}
 }
 
 src_unpack() {



1.5  games-server/etqw-ded/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/etqw-ded/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-server/etqw-ded/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   29 Mar 2015 06:56:11 -  1.4
+++ ChangeLog   30 Jul 2015 01:13:42 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-server/etqw-ded
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/etqw-ded/ChangeLog,v 1.4 
2015/03/29 06:56:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/etqw-ded/ChangeLog,v 1.5 
2015/07/30 01:13:42 mr_bones_ Exp $
+
+  30 Jul 2015; Michael Sterrett mr_bon...@gentoo.org etqw-ded-1.5.ebuild:
+  update HOMEPAGE to one that exists
 
   29 Mar 2015; Michael Sterrett mr_bon...@gentoo.org etqw-ded-1.5.ebuild:
   EAPI=5






[gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.5.2.ebuild ChangeLog

2015-07-28 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/29 01:46:07

  Modified: ChangeLog
  Added:opengfx-0.5.2.ebuild
  Log:
  version bump (bug #555968)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.41 games-misc/opengfx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   27 Jan 2015 07:49:44 -  1.40
+++ ChangeLog   29 Jul 2015 01:46:07 -  1.41
@@ -1,6 +1,13 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.40 
2015/01/27 07:49:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.41 
2015/07/29 01:46:07 mr_bones_ Exp $
+
+*opengfx-0.5.2 (29 Jul 2015)
+
+  29 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/opengfx-0.5.2-Makefile.patch, +opengfx-0.5.2.ebuild,
+  files/opengfx-0.5.1-gcc48.patch:
+  version bump (bug #555968)
 
   27 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
   -files/opengfx-0.4.7-gcc48.patch, -opengfx-0.4.7.ebuild:



1.1  games-misc/opengfx/opengfx-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1content-type=text/plain

Index: opengfx-0.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild,v 
1.1 2015/07/29 01:46:07 mr_bones_ Exp $

EAPI=5
inherit eutils games

DESCRIPTION=OpenGFX data files for OpenTTD
HOMEPAGE=http://bundles.openttdcoop.org/opengfx/;
SRC_URI=http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86
IUSE=
RESTRICT=test # nml version affects the checksums that the test uses (bug 
#451444)

DEPEND==games-util/nml-0.3.0
games-util/grfcodec
RDEPEND=

S=${WORKDIR}/${P}-source

src_prepare() {
epatch ${FILESDIR}/${P}-Makefile.patch
}

src_compile() {
GIMP= emake help  # print out the env to make bug reports better
GIMP= _V= emake bundle_tar
}

src_install() {
insinto ${GAMES_DATADIR}/openttd/data/
doins *.grf opengfx.obg
dodoc docs/{changelog.txt,readme.txt}
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in games-misc/opengfx/files: opengfx-0.5.1-gcc48.patch opengfx-0.5.2-Makefile.patch

2015-07-28 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/29 01:46:07

  Modified: opengfx-0.5.1-gcc48.patch
  Added:opengfx-0.5.2-Makefile.patch
  Log:
  version bump (bug #555968)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch?r1=1.1r2=1.2

Index: opengfx-0.5.1-gcc48.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opengfx-0.5.1-gcc48.patch   13 Jun 2014 08:57:57 -  1.1
+++ opengfx-0.5.1-gcc48.patch   29 Jul 2015 01:46:07 -  1.2
@@ -1,5 +1,5 @@
 scripts/Makefile.nml.old   2013-05-09 20:09:52.992038666 +0200
-+++ scripts/Makefile.nml   2013-05-09 20:10:36.942970903 +0200
+--- scripts/Makefile.nml.old
 scripts/Makefile.nml
 @@ -14,11 +14,11 @@
  
  %.src.dep: $(SRC_DIR)/%.pnml



1.1  games-misc/opengfx/files/opengfx-0.5.2-Makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.2-Makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.2-Makefile.patch?rev=1.1content-type=text/plain

Index: opengfx-0.5.2-Makefile.patch
===
diff -ru opengfx-0.5.2-source.orig/Makefile opengfx-0.5.2-source/Makefile
--- opengfx-0.5.2-source.orig/Makefile  2015-04-12 12:57:17.0 -0400
+++ opengfx-0.5.2-source/Makefile   2015-07-28 21:13:46.496708233 -0400
@@ -99,8 +99,8 @@
 AWK?= awk
 GREP   ?= grep
 PYTHON ?= python
-UNIX2DOS   ?= unix2dos
-UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ]  $(UNIX2DOS) -q --version 
2/dev/null  echo -q || echo )
+UNIX2DOS   ?= $(shell which unix2dos 2/dev/null)
+UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ]  $(UNIX2DOS) -q --version 
2/dev/null 2  echo -q || echo )
 
 # Graphics processing
 GIMP   ?= gimp
@@ -196,7 +196,7 @@
 endif
 
 # Days of commit since 2000-1-1 00-00
-REPO_DAYS_SINCE_2000 ?= $(shell $(PYTHON) -c from datetime import date; print 
(date(`echo $(REPO_DATE) | sed s/-/,/g | sed s/,0/,/g`)-date(2000,1,1)).days)
+REPO_DAYS_SINCE_2000 ?= $(shell $(PYTHON) -c from datetime import date; print 
((date(`echo $(REPO_DATE) | sed s/-/,/g | sed 
s/,0/,/g`)-date(2000,1,1)).days))
 
 # Filename addition, if we're not building the default branch
 REPO_BRANCH_STRING ?= $(shell if [ $(REPO_BRANCH) = $(DEFAULT_BRANCH_NAME) 
]; then echo ; else echo -$(REPO_BRANCH); fi)
@@ -377,7 +377,11 @@
| sed -e s/$(REPLACE_REVISION)/$(NEWGRF_VERSION)/ \
| sed -e s/$(REPLACE_FILENAME)/$(OUTPUT_FILENAME)/ \
 $@
-   $(_V) [ -z $(UNIX2DOS) ] || $(UNIX2DOS) $(UNIX2DOS_FLAGS) $@
+ifeq ($(UNIX2DOS),)
+   $(_E) Warning: unix2dos not available. $@ keeps current eol style.
+else
+   $(_V) $(UNIX2DOS) $(UNIX2DOS_FLAGS) $@
+endif
 
 clean::
$(_E) [CLEAN DOC]
@@ -714,7 +718,7 @@
$(_E)
 endif
$(_E) Release:
-   $(_E) bananas: Upload bundle to BaNaNaS
+   $(_E) bananas: Upload bundle to BaNaNaS
$(_E)
$(_E) Valid command line variables are:
$(_E) Helper programmes:






[gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.5.7.18.ebuild ChangeLog

2015-07-27 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/27 18:27:41

  Modified: ChangeLog
  Added:manaplus-1.5.7.18.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.21 games-rpg/manaplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   27 Jun 2015 04:28:47 -  1.20
+++ ChangeLog   27 Jul 2015 18:27:41 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.20 
2015/06/27 04:28:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.21 
2015/07/27 18:27:41 mr_bones_ Exp $
+
+*manaplus-1.5.7.18 (27 Jul 2015)
+
+  27 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +manaplus-1.5.7.18.ebuild:
+  version bump
 
   27 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
-manaplus-1.5.5.9.ebuild,
   -manaplus-1.5.6.6.ebuild:



1.1  games-rpg/manaplus/manaplus-1.5.7.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild?rev=1.1content-type=text/plain

Index: manaplus-1.5.7.18.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.5.7.18.ebuild,v 1.1 
2015/07/27 18:27:41 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION=OpenSource 2D MMORPG client for Evol Online and The Mana World
HOMEPAGE=http://manaplus.evolonline.org;
SRC_URI=http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls opengl

RDEPEND=
=dev-games/physfs-1.0.0
dev-libs/libxml2
media-libs/libpng:0=
media-libs/libsdl2[X,opengl?,video]
media-libs/sdl2-gfx
media-libs/sdl2-image[png]
media-libs/sdl2-mixer[vorbis]
media-libs/sdl2-net
media-libs/sdl2-ttf
net-misc/curl
sys-libs/zlib
x11-libs/libX11
x11-misc/xdg-utils
x11-apps/xmessage
media-fonts/dejavu
media-fonts/wqy-microhei
media-fonts/liberation-fonts
media-fonts/mplus-outline-fonts
nls? ( virtual/libintl )
opengl? ( virtual/opengl )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

src_prepare() {
sed -i \
-e '/^SUBDIRS/s/fonts//' \
data/Makefile.in || die
}

src_configure() {
CONFIG_SHELL=/bin/bash \
egamesconf \
--with-sdl2 \
--without-internalsdlgfx \
--localedir=/usr/share/locale \
--prefix=/usr \
--bindir=${GAMES_BINDIR} \
$(use_with opengl) \
$(use_enable nls)
}

src_install() {
default
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans.ttf
dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc 
${GAMES_DATADIR}/${PN}/data/fonts/wqy-microhei.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-bold.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf 

[gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.20-xf86extensions.patch

2015-07-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/26 20:20:47

  Added:vice-2.4.20-xf86extensions.patch
  Log:
  Add upstream patch to work around compile failure described in bug #540142
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/vice/files/vice-2.4.20-xf86extensions.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch?rev=1.1content-type=text/plain

Index: vice-2.4.20-xf86extensions.patch
===
--- a/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
+++ b/trunk/vice/src/arch/unix/x11/gnome/x11ui.c
@@ -102,9 +102,10 @@
 #include ui-threads.h
 #endif
 
-#ifdef USE_XF86_EXTENSIONS
+#if defined(USE_XF86_EXTENSIONS) || !defined(HAVE_VTE)
 #include gdk/gdkx.h
 #endif
+
 #include x11ui.h
 
 #ifdef DEBUG_X11UI







[gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.20.ebuild ChangeLog

2015-07-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/26 20:20:47

  Modified: vice-2.4.20.ebuild ChangeLog
  Log:
  Add upstream patch to work around compile failure described in bug #540142
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  app-emulation/vice/vice-2.4.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?r1=1.2r2=1.3

Index: vice-2.4.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vice-2.4.20.ebuild  15 Jun 2015 07:38:33 -  1.2
+++ vice-2.4.20.ebuild  26 Jul 2015 20:20:47 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.2 
2015/06/15 07:38:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.3 
2015/07/26 20:20:47 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs flag-o-matic games
@@ -87,7 +87,8 @@
 
 src_prepare() {
epatch \
-   ${FILESDIR}/${P}-autotools.patch
+   ${FILESDIR}/${P}-autotools.patch \
+   ${FILESDIR}/${P}-xf86extensions.patch
sed -i \
-e 's/building//' \
doc/Makefile.am || die



1.104app-emulation/vice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   1 Jul 2015 02:44:09 -   1.103
+++ ChangeLog   26 Jul 2015 20:20:47 -  1.104
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.103 
2015/07/01 02:44:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.104 
2015/07/26 20:20:47 mr_bones_ Exp $
+
+  26 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/vice-2.4.20-xf86extensions.patch, vice-2.4.20.ebuild:
+  Add upstream patch to work around compile failure described in bug #540142
 
   01 Jul 2015; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unneeded useflag description from metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: irrlicht-1.8.1-r1.ebuild irrlicht-1.8.1.ebuild ChangeLog

2015-07-20 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/21 01:17:17

  Modified: irrlicht-1.8.1.ebuild ChangeLog
  Added:irrlicht-1.8.1-r1.ebuild
  Log:
  Fix library symlinks on install
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, unsigned 
Manifest commit)

Revision  ChangesPath
1.7  dev-games/irrlicht/irrlicht-1.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?r1=1.6r2=1.7

Index: irrlicht-1.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- irrlicht-1.8.1.ebuild   21 Feb 2015 12:26:24 -  1.6
+++ irrlicht-1.8.1.ebuild   21 Jul 2015 01:17:17 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v 
1.6 2015/02/21 12:26:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v 
1.7 2015/07/21 01:17:17 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils multilib toolchain-funcs
@@ -57,8 +57,8 @@
dolib.so lib/Linux/libIrrlicht.so*
 
# create library symlinks
-   dosym libIrrlicht.so.1.8.0 /usr/$(get_libdir)/libIrrlicht.so.1.8
-   dosym libIrrlicht.so.1.8.0 /usr/$(get_libdir)/libIrrlicht.so
+   dosym libIrrlicht.so.${PV} /usr/$(get_libdir)/libIrrlicht.so.1.8
+   dosym libIrrlicht.so.${PV} /usr/$(get_libdir)/libIrrlicht.so
 
insinto /usr/include/${PN}
doins include/*



1.77 dev-games/irrlicht/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   9 Jun 2015 13:26:04 -   1.76
+++ ChangeLog   21 Jul 2015 01:17:17 -  1.77
@@ -1,6 +1,12 @@
 # ChangeLog for dev-games/irrlicht
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.76 
2015/06/09 13:26:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.77 
2015/07/21 01:17:17 mr_bones_ Exp $
+
+*irrlicht-1.8.1-r1 (21 Jul 2015)
+
+  21 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +irrlicht-1.8.1-r1.ebuild, irrlicht-1.8.1.ebuild:
+  Fix library symlinks on install
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  dev-games/irrlicht/irrlicht-1.8.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1-r1.ebuild?rev=1.1content-type=text/plain

Index: irrlicht-1.8.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1-r1.ebuild,v 1.1 
2015/07/21 01:17:17 mr_bones_ Exp $

EAPI=5
inherit eutils multilib toolchain-funcs

DESCRIPTION=open source high performance realtime 3D engine written in C++
HOMEPAGE=http://irrlicht.sourceforge.net/;
SRC_URI=mirror://sourceforge/irrlicht/${P}.zip

LICENSE=ZLIB
SLOT=0
KEYWORDS=amd64 ppc x86
IUSE=debug doc static-libs

RDEPEND=virtual/jpeg:0
media-libs/libpng:0
app-arch/bzip2
sys-libs/zlib
virtual/opengl
x11-libs/libX11
x11-libs/libXxf86vm
DEPEND=${RDEPEND}
app-arch/unzip
x11-proto/xproto
x11-proto/xf86vidmodeproto

S=${WORKDIR}/${P}/source/Irrlicht

src_prepare() {
cd ${WORKDIR}/${P} || die
edos2unix include/IrrCompileConfig.h

epatch \
${FILESDIR}/${P}-gentoo.patch \
${FILESDIR}/${P}-config.patch \
${FILESDIR}/${P}-demoMake.patch \
${FILESDIR}/${P}-mesa-10.x.patch \
${FILESDIR}/${P}-jpeg-9a.patch

sed -i \
-e 's:\.\./\.\./media:../media:g' \
$(grep -rl '\.\./\.\./media' 

[gentoo-commits] gentoo-x86 commit in games-misc/lolcat: lolcat-42.1.0.ebuild ChangeLog

2015-07-17 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/17 20:43:42

  Modified: lolcat-42.1.0.ebuild ChangeLog
  Log:
  needs git to build (bug #555158)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-misc/lolcat/lolcat-42.1.0.ebuild

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

Index: lolcat-42.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lolcat-42.1.0.ebuild12 Jul 2015 03:40:34 -  1.4
+++ lolcat-42.1.0.ebuild17 Jul 2015 20:43:41 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 
1.4 2015/07/12 03:40:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 
1.5 2015/07/17 20:43:41 mr_bones_ Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -19,6 +19,8 @@
 SLOT=0
 KEYWORDS=~amd64 ~x86
 
+DEPEND=dev-vcs/git
+
 RUBY_PATCHES=( ${FILESDIR}/${P}-paint.patch )
 
 ruby_add_rdepend =dev-ruby/trollop-1.16.2-r3:0



1.12 games-misc/lolcat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Jul 2015 03:40:34 -  1.11
+++ ChangeLog   17 Jul 2015 20:43:41 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/lolcat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.11 
2015/07/12 03:40:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.12 
2015/07/17 20:43:41 mr_bones_ Exp $
+
+  17 Jul 2015; Michael Sterrett mr_bon...@gentoo.org lolcat-42.1.0.ebuild:
+  needs git to build (bug #555158)
 
   12 Jul 2015; Michael Sterrett mr_bon...@gentoo.org lolcat-42.1.0.ebuild:
   use the gemspec file instead of the pregenerated metadata file






[gentoo-commits] gentoo-x86 commit in app-cdr/cdw: cdw-0.8.0.ebuild cdw-9999.ebuild ChangeLog

2015-07-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/16 04:06:40

  Modified: cdw-0.8.0.ebuild cdw-.ebuild ChangeLog
  Log:
  add partial patch to build with uclibc submitted by René Rhéaume via bug 
#554532
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  app-cdr/cdw/cdw-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild?r1=1.4r2=1.5

Index: cdw-0.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cdw-0.8.0.ebuild25 Mar 2015 14:01:35 -  1.4
+++ cdw-0.8.0.ebuild16 Jul 2015 04:06:40 -  1.5
@@ -1,8 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild,v 1.4 
2015/03/25 14:01:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.8.0.ebuild,v 1.5 
2015/07/16 04:06:40 mr_bones_ Exp $
 
 EAPI=5
+inherit eutils
+
 DESCRIPTION=An ncurses based console frontend for cdrtools and dvd+rw-tools
 HOMEPAGE=http://cdw.sourceforge.net;
 SRC_URI=mirror://sourceforge/cdw/${P}.tar.gz
@@ -17,6 +19,11 @@
dev-libs/libburn
dev-libs/libcdio[-minimal]
sys-libs/ncurses[unicode]
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   epatch ${FILESDIR}/${P}-uclibc.patch
+}
 
 src_install() {
DOCS=AUTHORS ChangeLog NEWS README THANKS cdw.conf \



1.5  app-cdr/cdw/cdw-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/cdw-.ebuild?r1=1.4r2=1.5

Index: cdw-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cdw-.ebuild 19 Feb 2015 09:58:10 -  1.4
+++ cdw-.ebuild 16 Jul 2015 04:06:40 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-.ebuild,v 1.4 
2015/02/19 09:58:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-.ebuild,v 1.5 
2015/07/16 04:06:40 mr_bones_ Exp $
 
 EAPI=5
 ECVS_SERVER=cdw.cvs.sourceforge.net:/cvsroot/cdw
@@ -23,6 +23,7 @@
dev-libs/libburn
dev-libs/libcdio[-minimal]
sys-libs/ncurses[unicode]
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${ECVS_MODULE}
 



1.64 app-cdr/cdw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   26 Mar 2015 18:26:03 -  1.63
+++ ChangeLog   16 Jul 2015 04:06:40 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for app-cdr/cdw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.63 2015/03/26 
18:26:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.64 2015/07/16 
04:06:40 mr_bones_ Exp $
+
+  16 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/cdw-0.8.0-uclibc.patch, cdw-0.8.0.ebuild, cdw-.ebuild:
+  add partial patch to build with uclibc submitted by René Rhéaume via bug
+  #554532
 
   26 Mar 2015; Michael Sterrett mr_bon...@gentoo.org -cdw-0.7.1.ebuild,
   -files/cdw-0.7.1-asneeded.patch:






[gentoo-commits] gentoo-x86 commit in app-cdr/cdw/files: cdw-0.8.0-uclibc.patch

2015-07-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/16 04:06:40

  Added:cdw-0.8.0-uclibc.patch
  Log:
  add partial patch to build with uclibc submitted by René Rhéaume via bug 
#554532
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-cdr/cdw/files/cdw-0.8.0-uclibc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch?rev=1.1content-type=text/plain

Index: cdw-0.8.0-uclibc.patch
===
--- cdw-0.8.0/src/main.c
+++ cdw-0.8.0-uclibc/src/main.c
@@ -44,7 +44,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __UCLIBC__
 #include mcheck.h
+#endif
 #include signal.h /* sig_atomic_t */
 
 #include dirent.h /* PATH_MAX */
--- cdw-0.8.0/src/tasks/cdw_create_image.c
+++ cdw-0.8.0-uclibc/src/tasks/cdw_create_image.c
@@ -21,6 +21,7 @@
 
 #include inttypes.h
 #include stdlib.h
+#include unistd.h
 
 #include cdw_file_manager.h
 #include gettext.h
--- cdw-0.8.0/src/utilities/cdw_utils.c
+++ cdw-0.8.0-uclibc/src/utilities/cdw_utils.c
@@ -28,6 +28,7 @@
 #include sys/types.h
 #include sys/stat.h
 #include fcntl.h
+#include unistd.h
 
 #include cdw_logging.h
 #include gettext.h






[gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium/files: stellarium-0.13.3-qt55.patch

2015-07-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/15 17:14:09

  Added:stellarium-0.13.3-qt55.patch
  Log:
  add upstream patch to fix building against qt55 (bug #554616)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  sci-astronomy/stellarium/files/stellarium-0.13.3-qt55.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/files/stellarium-0.13.3-qt55.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/files/stellarium-0.13.3-qt55.patch?rev=1.1content-type=text/plain

Index: stellarium-0.13.3-qt55.patch
===
diff -ur -x CMakeFiles -x Makefile -x 'CMake*' 
stellarium-0.13.3/work/stellarium-0.13.3/src/CLIProcessor.hpp 
stellarium-0.13.3-new/work/stellarium-0.13.3/src/CLIProcessor.hpp
--- src/CLIProcessor.hpp   2015-03-08 12:41:55.0 +0100
+++ src/CLIProcessor.hpp   2015-07-12 13:29:36.059179087 +0200
@@ -21,6 +21,7 @@
 #define CLIPROCESSOR_HPP
 
 #include QStringList
+#include QVariant
 
 class QSettings;
 
diff -ur -x CMakeFiles -x Makefile -x 'CMake*' 
stellarium-0.13.3/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.hpp 
stellarium-0.13.3-new/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.hpp
--- src/core/StelSkyCultureMgr.hpp 2015-03-08 12:41:55.0 +0100
+++ src/core/StelSkyCultureMgr.hpp 2015-07-12 13:28:32.589064791 +0200
@@ -23,6 +23,7 @@
 #include QMap
 #include QString
 #include QStringList
+#include QObject
 
 //! @class StelSkyCulture
 //! Store basic info about a sky culture for stellarium.







[gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: stellarium-0.13.3.ebuild ChangeLog

2015-07-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/15 17:14:09

  Modified: stellarium-0.13.3.ebuild ChangeLog
  Log:
  add upstream patch to fix building against qt55 (bug #554616)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  sci-astronomy/stellarium/stellarium-0.13.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?r1=1.2r2=1.3

Index: stellarium-0.13.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stellarium-0.13.3.ebuild8 May 2015 15:22:41 -   1.2
+++ stellarium-0.13.3.ebuild15 Jul 2015 17:14:09 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v 1.2 
2015/05/08 15:22:41 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v 1.3 
2015/07/15 17:14:09 mr_bones_ Exp $
 
 EAPI=5
 inherit cmake-utils eutils flag-o-matic gnome2-utils
@@ -53,6 +53,7 @@
 done
 
 src_prepare() {
+   epatch ${FILESDIR}/${P}-qt55.patch
if [[ -n ${LINGUAS} ]] ; then
sed -i \
-e '/aa ab ae/d' \



1.132sci-astronomy/stellarium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.132view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.132content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.131r2=1.132

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   9 May 2015 05:36:07 -   1.131
+++ ChangeLog   15 Jul 2015 17:14:09 -  1.132
@@ -1,6 +1,10 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.131 
2015/05/09 05:36:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.132 
2015/07/15 17:14:09 mr_bones_ Exp $
+
+  15 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/stellarium-0.13.3-qt55.patch, stellarium-0.13.3.ebuild:
+  add upstream patch to fix building against qt55 (bug #554616)
 
   09 May 2015; Michael Sterrett mr_bon...@gentoo.org
   -stellarium-0.13.2.ebuild:






[gentoo-commits] gentoo-x86 commit in games-emulation/vbam: vbam-9999.ebuild vbam-1.8.0.1228.ebuild ChangeLog

2015-07-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/16 00:20:53

  Modified: vbam-.ebuild vbam-1.8.0.1228.ebuild ChangeLog
  Log:
  update HOMEPAGE
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-emulation/vbam/vbam-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?r1=1.10r2=1.11

Index: vbam-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vbam-.ebuild13 Jun 2015 19:29:36 -  1.10
+++ vbam-.ebuild16 Jul 2015 00:20:53 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 
1.10 2015/06/13 19:29:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 
1.11 2015/07/16 00:20:53 mr_bones_ Exp $
 
 EAPI=5
 WX_GTK_VER=3.0
@@ -9,7 +9,7 @@
 ESVN_REPO_URI=https://vbam.svn.sourceforge.net/svnroot/vbam/trunk;
 
 DESCRIPTION=Game Boy, GBC, and GBA emulator forked from VisualBoyAdvance
-HOMEPAGE=http://vba-m.ngemu.com;
+HOMEPAGE=http://sourceforge.net/projects/vbam/;
 
 LICENSE=GPL-2
 SLOT=0



1.6  games-emulation/vbam/vbam-1.8.0.1228.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?r1=1.5r2=1.6

Index: vbam-1.8.0.1228.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vbam-1.8.0.1228.ebuild  13 Jun 2015 19:29:36 -  1.5
+++ vbam-1.8.0.1228.ebuild  16 Jul 2015 00:20:53 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.5 
2015/06/13 19:29:36 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.6 
2015/07/16 00:20:53 mr_bones_ Exp $
 
 EAPI=5
 WX_GTK_VER=3.0
@@ -10,7 +10,7 @@
 ESVN_REPO_URI=https://vbam.svn.sourceforge.net/svnroot/vbam/trunk;
 
 DESCRIPTION=Game Boy, GBC, and GBA emulator forked from VisualBoyAdvance
-HOMEPAGE=http://vba-m.ngemu.com;
+HOMEPAGE=http://sourceforge.net/projects/vbam/;
 SRC_URI=http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz;
 
 LICENSE=GPL-2



1.30 games-emulation/vbam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   13 Jun 2015 19:29:36 -  1.29
+++ ChangeLog   16 Jul 2015 00:20:53 -  1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.29 
2015/06/13 19:29:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.30 
2015/07/16 00:20:53 mr_bones_ Exp $
+
+  16 Jul 2015; Michael Sterrett mr_bon...@gentoo.org vbam-1.8.0.1228.ebuild,
+  vbam-.ebuild:
+  update HOMEPAGE
 
   13 Jun 2015; Michael Sterrett mr_bon...@gentoo.org vbam-1.8.0.1228.ebuild,
   vbam-.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: ChangeLog syslog-ng-3.6.3.ebuild

2015-07-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/13 14:30:06

  Modified: ChangeLog
  Removed:  syslog-ng-3.6.3.ebuild
  Log:
  old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.431app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.431view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.431content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.430r2=1.431

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- ChangeLog   3 Jul 2015 15:13:15 -   1.430
+++ ChangeLog   13 Jul 2015 14:30:06 -  1.431
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.430 
2015/07/03 15:13:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.431 
2015/07/13 14:30:06 mr_bones_ Exp $
+
+  13 Jul 2015; Michael Sterrett mr_bon...@gentoo.org -syslog-ng-3.6.3.ebuild:
+  old
 
 *syslog-ng-3.6.4 (03 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2015-07-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/13 16:20:37

  Modified: package.mask
  Log:
  Mask games-emulation/handy for removal

Revision  ChangesPath
1.16669  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16669view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16669content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16668r2=1.16669

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16668
retrieving revision 1.16669
diff -u -r1.16668 -r1.16669
--- package.mask13 Jul 2015 11:54:28 -  1.16668
+++ package.mask13 Jul 2015 16:20:37 -  1.16669
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16668 2015/07/13 
11:54:28 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16669 2015/07/13 
16:20:37 mr_bones_ Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett mr_bon...@gentoo.org (13 Jul 2015)
+# No commit since 2007 and no further linux support besides
+# Masked for removal on 20150812
+games-emulation/handy
+
 # Sergey Popov pinkb...@gentoo.org (13 Jul 2015)
 # Mask new version of Boost - it's known to cause breakages
 ~dev-util/boost-build-1.58.0






[gentoo-commits] gentoo-x86 commit in games-action/powermanga/files: powermanga-0.93.1-flags.patch

2015-07-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/13 04:00:02

  Added:powermanga-0.93.1-flags.patch
  Log:
  version bump (bug #554642)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-action/powermanga/files/powermanga-0.93.1-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/files/powermanga-0.93.1-flags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/files/powermanga-0.93.1-flags.patch?rev=1.1content-type=text/plain

Index: powermanga-0.93.1-flags.patch
===
--- configure.ac.orig   2015-07-12 17:31:49.673817375 -0400
+++ configure.ac2015-07-12 17:32:18.567700880 -0400
@@ -54,7 +54,7 @@
   AC_DEFINE(USE_MALLOC_WRAPPER, 1, Define to use a malloc wrapper)
   CFLAGS=-Wall -Werror -pedantic -Wextra -std=gnu99 -g $CFLAGS
 else
-  CFLAGS=-O3 -Wall -Wextra -std=gnu99 $CFLAGS
+  CFLAGS=$CFLAGS -Wall -Wextra -std=gnu99
 fi
 
 dnl  Check for SDL_mixer






[gentoo-commits] gentoo-x86 commit in games-action/powermanga: powermanga-0.93.1.ebuild ChangeLog

2015-07-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/13 04:00:02

  Modified: ChangeLog
  Added:powermanga-0.93.1.ebuild
  Log:
  version bump (bug #554642)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.37 games-action/powermanga/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Mar 2015 13:48:31 -  1.36
+++ ChangeLog   13 Jul 2015 04:00:02 -  1.37
@@ -1,6 +1,13 @@
 # ChangeLog for games-action/powermanga
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.36 
2015/03/25 13:48:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.37 
2015/07/13 04:00:02 mr_bones_ Exp $
+
+*powermanga-0.93.1 (13 Jul 2015)
+
+  13 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/powermanga-0.93.1-flags.patch, +powermanga-0.93.1.ebuild,
+  files/powermanga-0.93-flags.patch:
+  version bump (bug #554642)
 
   25 Mar 2015; Agostino Sarubbo a...@gentoo.org powermanga-0.93.ebuild:
   Stable for x86, wrt bug #542718



1.1  games-action/powermanga/powermanga-0.93.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.93.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.93.1.ebuild?rev=1.1content-type=text/plain

Index: powermanga-0.93.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.93.1.ebuild,v 1.1 
2015/07/13 04:00:02 mr_bones_ Exp $

EAPI=5
inherit eutils autotools games

DESCRIPTION=An arcade 2D shoot-em-up game
HOMEPAGE=http://linux.tlk.fr/;
SRC_URI=http://linux.tlk.fr/games/Powermanga/download/${P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RDEPEND==media-libs/libsdl-1.2[sound,joystick,video]
media-libs/libpng:0
x11-libs/libX11
x11-libs/libXext
x11-libs/libXxf86dga
media-libs/sdl-mixer[mod]
DEPEND=${RDEPEND}

src_prepare() {
local f
for f in src/assembler.S src/assembler_opt.S ; do
einfo patching $f
cat -EOF  ${f}
#if defined(__linux__)  defined(__ELF__)
.section .note.GNU-stack,,%progbits
#endif
EOF
done
epatch ${FILESDIR}/${P}-flags.patch
sed -i \
-e /scoredir/s#/var/games/powermanga#${GAMES_STATEDIR}# \
src/Makefile.am || die
eautoreconf
}

src_configure() {
egamesconf --prefix=/usr
}

src_install() {
newgamesbin src/powermanga powermanga.bin
doman powermanga.6
dodoc AUTHORS CHANGES README

insinto ${GAMES_DATADIR}/powermanga
doins -r data sounds graphics texts

find ${D}${GAMES_DATADIR}/powermanga/ -name Makefil* -execdir rm -f 
\{\} +

insinto ${GAMES_STATEDIR}
local f
for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard ; do
touch ${D}${GAMES_STATEDIR}/${f} || die
fperms 660 ${GAMES_STATEDIR}/${f}
done

games_make_wrapper powermanga powermanga.bin 
${GAMES_DATADIR}/powermanga
make_desktop_entry powermanga Powermanga
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
ewarn NOTE: The highscore file format has changed.
ewarn Older highscores will not be retained.
}






[gentoo-commits] gentoo-x86 commit in games-misc/lolcat: lolcat-42.1.0.ebuild ChangeLog

2015-07-11 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/12 03:40:34

  Modified: lolcat-42.1.0.ebuild ChangeLog
  Log:
  use the gemspec file instead of the pregenerated metadata file
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-misc/lolcat/lolcat-42.1.0.ebuild

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

Index: lolcat-42.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lolcat-42.1.0.ebuild13 May 2015 07:13:34 -  1.3
+++ lolcat-42.1.0.ebuild12 Jul 2015 03:40:34 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 
1.3 2015/05/13 07:13:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/lolcat-42.1.0.ebuild,v 
1.4 2015/07/12 03:40:34 mr_bones_ Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -8,6 +8,7 @@
 RUBY_FAKEGEM_TASK_TEST=
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_EXTRADOC=README.md
+RUBY_FAKEGEM_GEMSPEC=lolcat.gemspec
 
 inherit ruby-fakegem
 



1.11 games-misc/lolcat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lolcat/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   13 May 2015 07:13:34 -  1.10
+++ ChangeLog   12 Jul 2015 03:40:34 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/lolcat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.10 
2015/05/13 07:13:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lolcat/ChangeLog,v 1.11 
2015/07/12 03:40:34 mr_bones_ Exp $
+
+  12 Jul 2015; Michael Sterrett mr_bon...@gentoo.org lolcat-42.1.0.ebuild:
+  use the gemspec file instead of the pregenerated metadata file
 
   13 May 2015; Michael Sterrett mr_bon...@gentoo.org
   +files/lolcat-42.1.0-paint.patch, lolcat-42.1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-games/hawknl: hawknl-1.68-r2.ebuild ChangeLog

2015-07-11 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/11 21:42:56

  Modified: hawknl-1.68-r2.ebuild ChangeLog
  Log:
  tidy; fix doc install (bug #554460)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-games/hawknl/hawknl-1.68-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild?r1=1.7r2=1.8

Index: hawknl-1.68-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hawknl-1.68-r2.ebuild   23 Mar 2015 07:51:41 -  1.7
+++ hawknl-1.68-r2.ebuild   11 Jul 2015 21:42:56 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild,v 
1.7 2015/03/23 07:51:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild,v 
1.8 2015/07/11 21:42:56 mr_bones_ Exp $
 
 EAPI=5
 inherit toolchain-funcs eutils multilib
@@ -21,8 +21,7 @@
 
 src_prepare() {
epatch ${FILESDIR}/${P}-build.patch
-   sed -i \
-   -e '/echo /d' src/makefile.linux || die
+   sed -i\ -e '/echo /d' src/makefile.linux || die
 }
 
 src_compile() {
@@ -34,10 +33,8 @@
 src_install() {
emake -j1 -C src -f makefile.linux \
LIBDIR=${D}/usr/$(get_libdir) \
-   INCDIR=${D}/usr/include \
-   install || die
+   INCDIR=${D}/usr/include install
if use doc ; then
-   docinto samples
-   dodoc samples/*
+   dodoc -r samples
fi
 }



1.20 dev-games/hawknl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/hawknl/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/hawknl/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   23 Mar 2015 07:51:41 -  1.19
+++ ChangeLog   11 Jul 2015 21:42:56 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/hawknl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/ChangeLog,v 1.19 
2015/03/23 07:51:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/ChangeLog,v 1.20 
2015/07/11 21:42:56 mr_bones_ Exp $
+
+  11 Jul 2015; Michael Sterrett mr_bon...@gentoo.org hawknl-1.68-r2.ebuild:
+  tidy; fix doc install (bug #554460)
 
   23 Mar 2015; Michael Sterrett mr_bon...@gentoo.org hawknl-1.68-r2.ebuild:
   EAPI=5






[gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: zsnes-1.51-r4.ebuild ChangeLog

2015-07-07 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/08 05:36:10

  Modified: zsnes-1.51-r4.ebuild ChangeLog
  Log:
  really build with ncurses[tinfo] (bug #553950)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 games-emulation/zsnes/zsnes-1.51-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?r1=1.12r2=1.13

Index: zsnes-1.51-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- zsnes-1.51-r4.ebuild8 Jun 2015 05:02:13 -   1.12
+++ zsnes-1.51-r4.ebuild8 Jul 2015 05:36:10 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.12 
2015/06/08 05:02:13 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.13 
2015/07/08 05:36:10 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -64,6 +64,7 @@
-e '/^LDFLAGS=.*local/d' \
-e '/\w*CFLAGS=.*fomit/s:-O3.*$STRIP::' \
-e '/lncurses/s:-lncurses:`pkg-config ncurses --libs`:' \
+   -e '/lcurses/s:-lcurses:`pkg-config ncurses --libs`:' \
configure.in || die
sed -i \
-e 's/configure.in/configure.ac/' \



1.66 games-emulation/zsnes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   8 Jun 2015 05:02:13 -   1.65
+++ ChangeLog   8 Jul 2015 05:36:10 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/zsnes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.65 
2015/06/08 05:02:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.66 
2015/07/08 05:36:10 mr_bones_ Exp $
+
+  08 Jul 2015; Michael Sterrett mr_bon...@gentoo.org zsnes-1.51-r4.ebuild:
+  really build with ncurses[tinfo] (bug #553950)
 
   08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org zsnes-1.51-r4.ebuild:
   build with ncurses[tinfo] (bug #551406)






[gentoo-commits] gentoo-x86 commit in games-util/nml/files: nml-0.4.0-build.patch

2015-07-07 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/08 05:39:30

  Removed:  nml-0.4.0-build.patch
  Log:
  old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-util/nml: ChangeLog nml-0.4.0.ebuild

2015-07-07 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/08 05:39:30

  Modified: ChangeLog
  Removed:  nml-0.4.0.ebuild
  Log:
  old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.38 games-util/nml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   28 Jun 2015 10:09:13 -  1.37
+++ ChangeLog   8 Jul 2015 05:39:30 -   1.38
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/nml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.37 2015/06/28 
10:09:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.38 2015/07/08 
05:39:30 mr_bones_ Exp $
+
+  08 Jul 2015; Michael Sterrett mr_bon...@gentoo.org
+  -files/nml-0.4.0-build.patch, -nml-0.4.0.ebuild:
+  old
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org nml-0.4.1.ebuild:
   x86 stable wrt bug #553264






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.4.ebuild ChangeLog

2015-07-03 Thread Michael Sterrett (mr_bones_)
mr_bones_15/07/03 15:13:15

  Modified: ChangeLog
  Added:syslog-ng-3.6.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.430app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.430view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.430content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.429r2=1.430

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -r1.429 -r1.430
--- ChangeLog   10 Jun 2015 14:40:36 -  1.429
+++ ChangeLog   3 Jul 2015 15:13:15 -   1.430
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.429 
2015/06/10 14:40:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.430 
2015/07/03 15:13:15 mr_bones_ Exp $
+
+*syslog-ng-3.6.4 (03 Jul 2015)
+
+  03 Jul 2015; Michael Sterrett mr_bon...@gentoo.org +syslog-ng-3.6.4.ebuild:
+  version bump
 
 *syslog-ng-3.6.3 (10 Jun 2015)
 



1.1  app-admin/syslog-ng/syslog-ng-3.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild?rev=1.1content-type=text/plain

Index: syslog-ng-3.6.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.4.ebuild,v 
1.1 2015/07/03 15:13:15 mr_bones_ Exp $

EAPI=5
inherit eutils multilib systemd versionator

MY_PV=${PV/_/}
MY_PV_MM=$(get_version_component_range 1-2)
DESCRIPTION=syslog replacement with advanced filtering features
HOMEPAGE=http://www.balabit.com/network-security/syslog-ng;
SRC_URI=http://www.balabit.com/downloads/files/syslog-ng/sources/${MY_PV}/source/syslog-ng_${MY_PV}.tar.gz;

LICENSE=GPL-2+ LGPL-2.1+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd
IUSE=amqp caps dbi geoip ipv6 json mongodb pacct redis smtp spoof-source ssl 
systemd tcpd
RESTRICT=test

RDEPEND=
caps? ( sys-libs/libcap )
dbi? ( =dev-db/libdbi-0.8.3 )
geoip? ( =dev-libs/geoip-1.5.0 )
json? ( =dev-libs/json-c-0.9 )
redis? ( dev-libs/hiredis )
smtp? ( net-libs/libesmtp )
spoof-source? ( net-libs/libnet:1.1 )
ssl? ( dev-libs/openssl:= )
systemd? ( sys-apps/systemd )
tcpd? ( =sys-apps/tcp-wrappers-7.6 )
dev-libs/libpcre
=dev-libs/eventlog-0.2.12
=dev-libs/glib-2.10.1:2
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/flex

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch_user
cp ${FILESDIR}/*logrotate*.in ${TMPDIR} || die
cd ${TMPDIR} || die

for f in *logrotate*.in ; do
if use systemd ; then
sed \
's/@GENTOO_RESTART@/systemctl kill -s HUP 
syslog-ng/' \
$f  ${f/.in/} || die
else
sed \
's:@GENTOO_RESTART@:/etc/init.d/syslog-ng 
reload:' \
$f  ${f/.in/} || die
fi
done
}

src_configure() {
econf \
--disable-docs \
--with-embedded-crypto \
--with-ivykis=internal \
--with-libmongo-client=internal \
--sysconfdir=/etc/syslog-ng \
--localstatedir=/var/lib/syslog-ng \
--with-pidfile-dir=/var/run \
--with-module-dir=/usr/$(get_libdir)/syslog-ng \
$(systemd_with_unitdir) \
$(use_enable systemd) \
$(use_enable caps linux-caps) \
$(use_enable geoip) \
$(use_enable ipv6) \
$(use_enable json) \
$(use_enable mongodb) \
$(use_enable pacct) \
$(use_enable redis) \
$(use_enable smtp) \
$(use_enable amqp) \
$(usex amqp --with-librabbitmq-client=internal 
--without-librabbitmq-client) \
$(use_enable spoof-source) \
$(use_enable dbi sql) \
$(use_enable ssl) \
$(use_enable tcpd tcp-wrapper)
}

src_install() {
  

[gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.4.16-r1.ebuild

2015-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/30 21:30:19

  Modified: ChangeLog
  Removed:  vice-2.4.16-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.102app-emulation/vice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   15 Jun 2015 07:38:33 -  1.101
+++ ChangeLog   30 Jun 2015 21:30:19 -  1.102
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.101 
2015/06/15 07:38:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.102 
2015/06/30 21:30:19 mr_bones_ Exp $
+
+  30 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  -files/vice-2.4.16-autotools.patch, -vice-2.4.16-r1.ebuild:
+  old
 
   15 Jun 2015; Michael Sterrett mr_bon...@gentoo.org vice-2.4.20.ebuild:
   suppress gtk3 support for now since upstream says it's not ready






[gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.16-autotools.patch

2015-06-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/30 21:30:19

  Removed:  vice-2.4.16-autotools.patch
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-sports/ultimatestunts: ultimatestunts-0.7.7.ebuild ChangeLog

2015-06-29 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/29 18:41:29

  Modified: ultimatestunts-0.7.7.ebuild ChangeLog
  Log:
  clean out svn directories (bug #553570)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?r1=1.3r2=1.4

Index: ultimatestunts-0.7.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ultimatestunts-0.7.7.ebuild 19 Apr 2015 10:08:40 -  1.3
+++ ultimatestunts-0.7.7.ebuild 29 Jun 2015 18:41:29 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.3 2015/04/19 10:08:40 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.4 2015/06/29 18:41:29 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils flag-o-matic versionator games
@@ -29,7 +29,7 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-   ecvs_clean
+   esvn_clean
epatch ${FILESDIR}/${P}-paths.patch \
${FILESDIR}/${P}-gcc-4.7.patch
append-cppflags $(sdl-config --cflags)



1.31 games-sports/ultimatestunts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   20 Apr 2015 16:21:25 -  1.30
+++ ChangeLog   29 Jun 2015 18:41:29 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/ultimatestunts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.30 2015/04/20 16:21:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.31 2015/06/29 18:41:29 mr_bones_ Exp $
+
+  29 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  ultimatestunts-0.7.7.ebuild:
+  clean out svn directories (bug #553570)
 
   20 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
   -files/ultimatestunts-0.7.6-gcc-4.7.patch,






[gentoo-commits] gentoo-x86 commit in games-util/lutris: ChangeLog lutris-0.3.6.2.ebuild

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 16:05:42

  Modified: ChangeLog
  Removed:  lutris-0.3.6.2.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.21 games-util/lutris/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/lutris/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   21 Jun 2015 06:57:47 -  1.20
+++ ChangeLog   26 Jun 2015 16:05:42 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/lutris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.20 
2015/06/21 06:57:47 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/ChangeLog,v 1.21 
2015/06/26 16:05:42 mr_bones_ Exp $
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org -lutris-0.3.6.2.ebuild:
+  old
 
   21 Jun 2015; Mikle Kolyada zlog...@gentoo.org lutris-0.3.6.3.ebuild:
   x86 stable wrt bug #551858






[gentoo-commits] gentoo-x86 commit in games-board/goatee-gtk: ChangeLog goatee-gtk-0.2.0-r1.ebuild

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 17:06:27

  Modified: ChangeLog
  Removed:  goatee-gtk-0.2.0-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-board/goatee-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 May 2015 05:33:21 -   1.5
+++ ChangeLog   26 Jun 2015 17:06:26 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/goatee-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v 1.5 
2015/05/09 05:33:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v 1.6 
2015/06/26 17:06:26 mr_bones_ Exp $
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  -goatee-gtk-0.2.0-r1.ebuild:
+  old
 
 *goatee-gtk-0.3.0 (09 May 2015)
 






[gentoo-commits] gentoo-x86 commit in games-simulation/simutrans/files: simutrans-0.112.3-overflow.patch simutrans-0.112.3-Makefile.patch

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 18:02:12

  Removed:  simutrans-0.112.3-overflow.patch
simutrans-0.112.3-Makefile.patch
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-simulation/simutrans: ChangeLog simutrans-0.112.3.ebuild

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 18:02:12

  Modified: ChangeLog
  Removed:  simutrans-0.112.3.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.41 games-simulation/simutrans/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/simutrans/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/simutrans/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/simutrans/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   27 May 2015 11:15:16 -  1.40
+++ ChangeLog   26 Jun 2015 18:02:12 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for games-simulation/simutrans
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.40 
2015/05/27 11:15:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.41 
2015/06/26 18:02:12 mr_bones_ Exp $
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  -files/simutrans-0.112.3-Makefile.patch,
+  -files/simutrans-0.112.3-overflow.patch, -simutrans-0.112.3.ebuild:
+  old
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org simutrans-0.120.0.1.ebuild:
   Stable for x86, wrt bug #549386






[gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.5.6.20.ebuild ChangeLog

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 23:50:02

  Modified: ChangeLog
  Added:manaplus-1.5.6.20.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.19 games-rpg/manaplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   12 Jun 2015 14:33:22 -  1.18
+++ ChangeLog   26 Jun 2015 23:50:02 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.18 
2015/06/12 14:33:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.19 
2015/06/26 23:50:02 mr_bones_ Exp $
+
+*manaplus-1.5.6.20 (26 Jun 2015)
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  +manaplus-1.5.6.20.ebuild:
+  version bump
 
 *manaplus-1.5.6.6 (12 Jun 2015)
 



1.1  games-rpg/manaplus/manaplus-1.5.6.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild?rev=1.1content-type=text/plain

Index: manaplus-1.5.6.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild,v 1.1 
2015/06/26 23:50:02 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION=OpenSource 2D MMORPG client for Evol Online and The Mana World
HOMEPAGE=http://manaplus.evolonline.org;
SRC_URI=http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls opengl

RDEPEND=
=dev-games/physfs-1.0.0
dev-libs/libxml2
media-libs/libpng:0=
media-libs/libsdl2[X,opengl?,video]
media-libs/sdl2-gfx
media-libs/sdl2-image[png]
media-libs/sdl2-mixer[vorbis]
media-libs/sdl2-net
media-libs/sdl2-ttf
net-misc/curl
sys-libs/zlib
x11-libs/libX11
x11-misc/xdg-utils
x11-apps/xmessage
media-fonts/dejavu
media-fonts/wqy-microhei
media-fonts/liberation-fonts
media-fonts/mplus-outline-fonts
nls? ( virtual/libintl )
opengl? ( virtual/opengl )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

src_prepare() {
sed -i \
-e '/^SUBDIRS/s/fonts//' \
data/Makefile.in || die
}

src_configure() {
CONFIG_SHELL=/bin/bash \
egamesconf \
--with-sdl2 \
--without-internalsdlgfx \
--localedir=/usr/share/locale \
--prefix=/usr \
--bindir=${GAMES_BINDIR} \
$(use_with opengl) \
$(use_enable nls)
}

src_install() {
default
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans.ttf
dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc 
${GAMES_DATADIR}/${PN}/data/fonts/wqy-microhei.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-bold.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-regular.ttf

prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: ChangeLog mednafen-0.9.38.1.ebuild

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 09:16:26

  Modified: ChangeLog
  Removed:  mednafen-0.9.38.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.60 games-emulation/mednafen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.60view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.60content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.59r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   26 Jun 2015 09:06:48 -  1.59
+++ ChangeLog   26 Jun 2015 09:16:26 -  1.60
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/mednafen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.59 
2015/06/26 09:06:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.60 
2015/06/26 09:16:26 mr_bones_ Exp $
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  -files/mednafen-0.9.38.1-automake-1.13.patch,
+  -files/mednafen-0.9.38.1-cflags.patch, -files/mednafen-0.9.38.1-zlib.patch,
+  -mednafen-0.9.38.1.ebuild, files/mednafen-0.9.38.4-automake-1.13.patch,
+  files/mednafen-0.9.38.4-cflags.patch, files/mednafen-0.9.38.4-zlib.patch:
+  old
 
   26 Jun 2015; Agostino Sarubbo a...@gentoo.org mednafen-0.9.38.4.ebuild:
   Stable for x86, wrt bug #551860






[gentoo-commits] gentoo-x86 commit in games-emulation/mednafen/files: mednafen-0.9.38.1-cflags.patch mednafen-0.9.38.1-zlib.patch mednafen-0.9.38.1-automake-1.13.patch

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 09:16:26

  Removed:  mednafen-0.9.38.1-cflags.patch
mednafen-0.9.38.1-zlib.patch
mednafen-0.9.38.1-automake-1.13.patch
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: ChangeLog manaplus-1.5.5.9.ebuild manaplus-1.5.6.6.ebuild

2015-06-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/27 04:28:47

  Modified: ChangeLog
  Removed:  manaplus-1.5.5.9.ebuild manaplus-1.5.6.6.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 games-rpg/manaplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Jun 2015 23:50:02 -  1.19
+++ ChangeLog   27 Jun 2015 04:28:47 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.19 
2015/06/26 23:50:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.20 
2015/06/27 04:28:47 mr_bones_ Exp $
+
+  27 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
-manaplus-1.5.5.9.ebuild,
+  -manaplus-1.5.6.6.ebuild:
+  old
 
 *manaplus-1.5.6.20 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2015-06-25 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/25 06:52:23

  Modified: package.mask
  Log:
  mask games-fps/tremulous for removal

Revision  ChangesPath
1.16636  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16636view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16636content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16635r2=1.16636

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16635
retrieving revision 1.16636
diff -u -r1.16635 -r1.16636
--- package.mask24 Jun 2015 20:24:14 -  1.16635
+++ package.mask25 Jun 2015 06:52:23 -  1.16636
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16635 2015/06/24 
20:24:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16636 2015/06/25 
06:52:23 mr_bones_ Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett mr_bon...@gentoo.org (25 Jun 2015)
+# Upstream seems dead; no release since 2006
+# lots of bugs: #252719, #315255, #314459, #159630, #376589, #420783, #540928
+# Masked for removal on 20150725
+games-fps/tremulous
+
 # Pacho Ramos pa...@gentoo.org (24 Jun 2015)
 # Replaced by app-admin/system-config-printer, to migrate
 # simply run:






[gentoo-commits] gentoo-x86 commit in games-sports/dustrac: ChangeLog dustrac-1.9.2.ebuild

2015-06-25 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 05:27:13

  Modified: ChangeLog
  Removed:  dustrac-1.9.2.ebuild
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 games-sports/dustrac/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/dustrac/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/dustrac/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/dustrac/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/dustrac/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   26 May 2015 21:24:24 -  1.11
+++ ChangeLog   26 Jun 2015 05:27:13 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/dustrac
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/dustrac/ChangeLog,v 1.11 
2015/05/26 21:24:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/dustrac/ChangeLog,v 1.12 
2015/06/26 05:27:13 mr_bones_ Exp $
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org -dustrac-1.9.2.ebuild,
+  -files/dustrac-1.9.2-cmake.patch:
+  old
 
 *dustrac-1.11.0 (26 May 2015)
 






[gentoo-commits] gentoo-x86 commit in games-sports/dustrac/files: dustrac-1.9.2-cmake.patch

2015-06-25 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 05:27:13

  Removed:  dustrac-1.9.2-cmake.patch
  Log:
  old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.12.4.ebuild ChangeLog

2015-06-25 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/26 04:06:28

  Modified: ChangeLog
  Added:wesnoth-1.12.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.249games-strategy/wesnoth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.249view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.249content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.248r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   13 May 2015 16:08:08 -  1.248
+++ ChangeLog   26 Jun 2015 04:06:28 -  1.249
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.248 
2015/05/13 16:08:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.249 
2015/06/26 04:06:28 mr_bones_ Exp $
+
+*wesnoth-1.12.4 (26 Jun 2015)
+
+  26 Jun 2015; Michael Sterrett mr_bon...@gentoo.org +wesnoth-1.12.4.ebuild:
+  version bump
 
   13 May 2015; Michael Sterrett mr_bon...@gentoo.org wesnoth-1.12.2.ebuild:
   add slot dep for lua



1.1  games-strategy/wesnoth/wesnoth-1.12.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.4.ebuild?rev=1.1content-type=text/plain

Index: wesnoth-1.12.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.4.ebuild,v 1.1 
2015/06/26 04:06:28 mr_bones_ Exp $

EAPI=5
inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games

DESCRIPTION=Battle for Wesnoth - A fantasy turn-based strategy game
HOMEPAGE=http://www.wesnoth.org/;
SRC_URI=mirror://sourceforge/wesnoth/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=dbus dedicated doc fribidi nls server

RDEPEND==media-libs/libsdl-1.2.7:0[joystick,video,X]
media-libs/sdl-net
!dedicated? (
=media-libs/sdl-ttf-2.0.8
=media-libs/sdl-mixer-1.2[vorbis]
=media-libs/sdl-image-1.2[jpeg,png]
fribidi? ( dev-libs/fribidi )
dbus? ( sys-apps/dbus )
sys-libs/zlib
x11-libs/pango
dev-lang/lua:0
media-libs/fontconfig
)
=dev-libs/boost-1.48[nls,threads]
virtual/libintl
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext

src_prepare() {
if use dedicated || use server ; then
sed \
-e s:GAMES_BINDIR:${GAMES_BINDIR}: \
-e s:GAMES_STATEDIR:${GAMES_STATEDIR}: \
-e s/GAMES_USER_DED/${GAMES_USER_DED}/ \
-e s/GAMES_GROUP/${GAMES_GROUP}/ 
${FILESDIR}/wesnothd.rc \
 ${T}/wesnothd || die
fi
if ! use doc ; then
sed -i \
-e '/manual/d' \
doc/CMakeLists.txt || die
fi
# bug #472994
mv icons/wesnoth-icon-Mac.png icons/wesnoth-icon.png || die
mv icons/map-editor-icon-Mac.png icons/wesnoth_editor-icon.png || die

# respect LINGUAS (bug #483316)
if [[ ${LINGUAS+set} ]] ; then
local langs
for lang in $(cat po/LINGUAS)
do
has $lang $LINGUAS  langs+=$lang 
done
echo $langs  po/LINGUAS || die
fi
}

src_configure() {
filter-flags -ftracer -fomit-frame-pointer
if [[ $(gcc-major-version) -eq 3 ]] ; then
filter-flags -fstack-protector
append-flags -fno-stack-protector
fi
# Work around eclass
append-flags -UNDEBUG
if use dedicated || use server ; then
mycmakeargs=(
-DENABLE_CAMPAIGN_SERVER=TRUE
-DENABLE_SERVER=TRUE
-DSERVER_UID=${GAMES_USER_DED}
-DSERVER_GID=${GAMES_GROUP}
-DFIFO_DIR=${GAMES_STATEDIR}/run/wesnothd
)
else
mycmakeargs=(
$(cmake-utils_use_enable fribidi FRIBIDI)
 

[gentoo-commits] gentoo-x86 commit in dev-libs/d0_blind_id: d0_blind_id-0.5.ebuild ChangeLog

2015-06-24 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/25 03:25:19

  Modified: d0_blind_id-0.5.ebuild ChangeLog
  Log:
  fix out-of-source build with modified patch from Nikoli (bug #477310)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?r1=1.5r2=1.6

Index: d0_blind_id-0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- d0_blind_id-0.5.ebuild  4 May 2012 18:35:54 -   1.5
+++ d0_blind_id-0.5.ebuild  25 Jun 2015 03:25:18 -  1.6
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.5 
2012/05/04 18:35:54 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.6 
2015/06/25 03:25:18 mr_bones_ Exp $
 
-EAPI=4
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
 inherit autotools-utils
 
 DESCRIPTION=Blind-ID library for user identification using RSA blind 
signatures
@@ -14,24 +15,26 @@
 KEYWORDS=amd64 x86
 IUSE=static-libs
 
-RDEPEND=dev-libs/gmp
+RDEPEND=dev-libs/gmp:0
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
 DOCS=( d0_blind_id.txt )
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
+src_prepare() {
+   # fix out-of-source build
+   sed -i \
+   -e 's, d0_rijndael.c, $srcdir/d0_rijndael.c,' \
+   configure.ac || die
+
+   autotools-utils_src_prepare
+}
 
 src_configure() {
local myeconfargs=(
--enable-rijndael
--without-openssl
--without-tommath
-   $(use_enable static-libs static)
)
autotools-utils_src_configure
 }
-
-src_install() {
-   autotools-utils_src_install
-}



1.13 dev-libs/d0_blind_id/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   30 Jan 2013 22:58:37 -  1.12
+++ ChangeLog   25 Jun 2015 03:25:18 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/d0_blind_id
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.12 
2013/01/30 22:58:37 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.13 
2015/06/25 03:25:18 mr_bones_ Exp $
+
+  25 Jun 2015; Michael Sterrett mr_bon...@gentoo.org d0_blind_id-0.5.ebuild:
+  fix out-of-source build with modified patch from Nikoli (bug #477310)
 
   30 Jan 2013; Michael Sterrett mr_bon...@gentoo.org -d0_blind_id-0.3.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in games-arcade/bloboats: bloboats-1.0.2.ebuild ChangeLog

2015-06-23 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/24 05:11:42

  Modified: bloboats-1.0.2.ebuild ChangeLog
  Log:
  improve deps (bug #553096)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-arcade/bloboats/bloboats-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?r1=1.6r2=1.7

Index: bloboats-1.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bloboats-1.0.2.ebuild   3 Jan 2015 15:02:41 -   1.6
+++ bloboats-1.0.2.ebuild   24 Jun 2015 05:11:41 -  1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v 1.6 
2015/01/03 15:02:41 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v 1.7 
2015/06/24 05:11:41 mr_bones_ Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=arcade-like boat racing game combining platform jumpers and 
elastomania / x-moto like games
@@ -14,10 +14,12 @@
 KEYWORDS=amd64 x86
 IUSE=
 
-DEPEND=media-libs/libsdl[video]
+DEPEND=media-libs/libsdl[opengl,video]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
media-libs/sdl-net
+   virtual/opengl
+   virtual/glu
media-libs/libvorbis
 REDEPEND=${DEPEND}
 
@@ -31,8 +33,7 @@
-e /CXXFLAGS_DEFAULT/s:-O2:${CXXFLAGS} \$(LDFLAGS): \
-e /^CXX[ _]/d \
-e '/STRIP/d' \
-   Makefile \
-   || die
+   Makefile || die
 }
 
 src_install() {



1.9  games-arcade/bloboats/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Jan 2015 15:02:41 -   1.8
+++ ChangeLog   24 Jun 2015 05:11:41 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/bloboats
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.8 
2015/01/03 15:02:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.9 
2015/06/24 05:11:41 mr_bones_ Exp $
+
+  24 Jun 2015; Michael Sterrett mr_bon...@gentoo.org bloboats-1.0.2.ebuild:
+  improve deps (bug #553096)
 
   03 Jan 2015; Tupone Alfredo tup...@gentoo.org bloboats-1.0.2.ebuild:
   EAPI 4
@@ -31,4 +34,3 @@
   25 Aug 2010; Michael Sterrett mr_bon...@gentoo.org
   +bloboats-1.0.1.ebuild, +metadata.xml:
   Initial commit - ebuild submitted by Santiago M. Mola via bug #143733
-






[gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.20.ebuild ChangeLog

2015-06-15 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/15 07:38:33

  Modified: vice-2.4.20.ebuild ChangeLog
  Log:
  suppress gtk3 support for now since upstream says it's not ready
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-emulation/vice/vice-2.4.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?r1=1.1r2=1.2

Index: vice-2.4.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vice-2.4.20.ebuild  3 Jun 2015 05:41:15 -   1.1
+++ vice-2.4.20.ebuild  15 Jun 2015 07:38:33 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.1 
2015/06/03 05:41:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.2 
2015/06/15 07:38:33 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs flag-o-matic games
@@ -12,13 +12,20 @@
 LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~sparc ~x86
-IUSE=Xaw3d alsa ethernet ffmpeg fullscreen gtk2 +gtk3 ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib
+IUSE=Xaw3d alsa ethernet ffmpeg fullscreen +gtk2 ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib
 
-REQUIRED_USE=?? ( gtk2 gtk3 sdl )
+# upstream says gtk3 and sdl2 shouldn't be exposed yet.
+#REQUIRED_USE=?? ( gtk2 gtk3 sdl )
+REQUIRED_USE=?? ( gtk2 sdl )
 
 GTK_COMMON=
x11-libs/pango
x11-libs/cairo
+#  gtk3? (
+#  x11-libs/gtk+:3
+#  vte? ( x11-libs/vte:2.90 )
+#  ${GTK_COMMON}
+#  )
 RDEPEND=
virtual/jpeg:0
virtual/opengl
@@ -52,28 +59,23 @@
x11-libs/gtkglext
${GTK_COMMON}
)
-   gtk3? (
-   x11-libs/gtk+:3
-   vte? ( x11-libs/vte:2.90 )
-   ${GTK_COMMON}
-   )
-   !sdl? ( !gtk2? ( !gtk3? (
+   !sdl? ( !gtk2? (
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXt
x11-libs/libXv
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( x11-libs/libXaw )
-   ) ) )
+   ) )

 DEPEND=${RDEPEND}
virtual/pkgconfig
!sdl? (
fullscreen? ( x11-proto/xf86vidmodeproto )
-   !gtk2? ( !gtk3? (
+   !gtk2? (
x11-libs/libICE
x11-libs/libSM
-   ) )
+   )
)
x11-apps/bdftopcf
x11-apps/mkfontdir
@@ -127,11 +129,12 @@
gui_arg+= $(use_enable sdl sdlui)
# The gtk UI code has raw calls to XOpenDisplay and
# is missing -lX11 if vte doesn't pull it in.
-   if use gtk2 || use gtk3 ; then
+   #if use gtk2 || use gtk3 ; then
+   if use gtk2 ; then
use vte || append-libs -lX11
fi
gui_arg+= $(use_enable gtk2 gnomeui)
-   gui_arg+= $(use_enable gtk3 gnomeui3)
+   #gui_arg+= $(use_enable gtk3 gnomeui3)
gui_arg+= $(use_enable Xaw3d xaw3d)
 
# --with-readline is forced to avoid using the embedded copy



1.101app-emulation/vice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   9 Jun 2015 11:12:00 -   1.100
+++ ChangeLog   15 Jun 2015 07:38:33 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.100 
2015/06/09 11:12:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.101 
2015/06/15 07:38:33 mr_bones_ Exp $
+
+  15 Jun 2015; Michael Sterrett mr_bon...@gentoo.org vice-2.4.20.ebuild:
+  suppress gtk3 support for now since upstream says it's not ready
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog

2015-06-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/13 06:29:32

  Modified: ChangeLog
  Log:
  fix patch for bug #551260
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.47 games-action/supertuxkart/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   5 Jun 2015 07:08:00 -   1.46
+++ ChangeLog   13 Jun 2015 06:29:32 -  1.47
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.46 
2015/06/05 07:08:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.47 
2015/06/13 06:29:32 mr_bones_ Exp $
+
+  13 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  files/supertuxkart-0.8.1-cmake.patch:
+  fix patch for bug #551260
 
   05 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
   +files/supertuxkart-0.8.1-cmake.patch,






[gentoo-commits] gentoo-x86 commit in games-action/supertuxkart/files: supertuxkart-0.8.1-cmake.patch

2015-06-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/13 06:29:32

  Modified: supertuxkart-0.8.1-cmake.patch
  Log:
  fix patch for bug #551260
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?r1=1.1r2=1.2

Index: supertuxkart-0.8.1-cmake.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-cmake.patch  5 Jun 2015 07:08:00 -   1.1
+++ supertuxkart-0.8.1-cmake.patch  13 Jun 2015 06:29:31 -  1.2
@@ -1,5 +1,5 @@
 CMakeLists.txt.orig
-+++ CMakeLists.txt
+--- CMakeLists.txt.orig2015-06-13 01:47:50.493401323 -0400
 CMakeLists.txt 2015-06-13 01:48:53.691255054 -0400
 @@ -128,6 +128,9 @@
  find_package(OpenGL REQUIRED)
  include_directories(${OPENGL_INCLUDE_DIR})
@@ -10,3 +10,11 @@
  if(UNIX AND NOT APPLE)
  find_library(IRRLICHT_XF86VM_LIBRARY Xxf86vm)
  mark_as_advanced(IRRLICHT_XF86VM_LIBRARY)
+@@ -239,6 +242,7 @@
+ ${IRRLICHT_XF86VM_LIBRARY}
+ ${OPENAL_LIBRARY}
+ ${OPENGL_LIBRARIES}
++${X11_LIBRARIES}
+ png
+ jpeg
+ bz2






[gentoo-commits] gentoo-x86 commit in games-emulation/vbam: vbam-9999.ebuild vbam-1.8.0.1228.ebuild ChangeLog

2015-06-13 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/13 19:29:36

  Modified: vbam-.ebuild vbam-1.8.0.1228.ebuild ChangeLog
  Log:
  doesn't work with libav (bug #525394)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-emulation/vbam/vbam-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-.ebuild?r1=1.9r2=1.10

Index: vbam-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vbam-.ebuild27 May 2015 01:41:40 -  1.9
+++ vbam-.ebuild13 Jun 2015 19:29:36 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 1.9 
2015/05/27 01:41:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 
1.10 2015/06/13 19:29:36 mr_bones_ Exp $
 
 EAPI=5
 WX_GTK_VER=3.0
@@ -23,7 +23,7 @@
sys-libs/zlib
virtual/glu
virtual/opengl
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( virtual/ffmpeg[-libav] )
gtk? ( =dev-cpp/glibmm-2.4.0:2
=dev-cpp/gtkmm-2.4.0:2.4
=dev-cpp/gtkglextmm-1.2.0 )



1.5  games-emulation/vbam/vbam-1.8.0.1228.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild?r1=1.4r2=1.5

Index: vbam-1.8.0.1228.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vbam-1.8.0.1228.ebuild  21 Apr 2015 18:41:16 -  1.4
+++ vbam-1.8.0.1228.ebuild  13 Jun 2015 19:29:36 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.4 
2015/04/21 18:41:16 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1228.ebuild,v 1.5 
2015/06/13 19:29:36 mr_bones_ Exp $
 
 EAPI=5
 WX_GTK_VER=3.0
@@ -25,7 +25,7 @@
sys-libs/zlib
virtual/glu
virtual/opengl
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( virtual/ffmpeg[-libav] )
gtk? ( =dev-cpp/glibmm-2.4.0:2
=dev-cpp/gtkmm-2.4.0:2.4
=dev-cpp/gtkglextmm-1.2.0 )



1.29 games-emulation/vbam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   27 May 2015 01:41:40 -  1.28
+++ ChangeLog   13 Jun 2015 19:29:36 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.28 
2015/05/27 01:41:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.29 
2015/06/13 19:29:36 mr_bones_ Exp $
+
+  13 Jun 2015; Michael Sterrett mr_bon...@gentoo.org vbam-1.8.0.1228.ebuild,
+  vbam-.ebuild:
+  doesn't work with libav (bug #525394)
 
   27 May 2015; Michael Sterrett mr_bon...@gentoo.org vbam-.ebuild:
   tidy; update man page install






[gentoo-commits] gentoo-x86 commit in games-board/gnubg: gnubg-1.05.000.ebuild ChangeLog

2015-06-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/13 04:12:18

  Modified: ChangeLog
  Added:gnubg-1.05.000.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.91 games-board/gnubg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnubg/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnubg/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   2 Jun 2015 03:57:09 -   1.90
+++ ChangeLog   13 Jun 2015 04:12:18 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gnubg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.90 
2015/06/02 03:57:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.91 
2015/06/13 04:12:18 mr_bones_ Exp $
+
+*gnubg-1.05.000 (13 Jun 2015)
+
+  13 Jun 2015; Michael Sterrett mr_bon...@gentoo.org +gnubg-1.05.000.ebuild:
+  version bump
 
   02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org gnubg-1.04.000.ebuild:
   add slot dep for repoman



1.1  games-board/gnubg/gnubg-1.05.000.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnubg/gnubg-1.05.000.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnubg/gnubg-1.05.000.ebuild?rev=1.1content-type=text/plain

Index: gnubg-1.05.000.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-1.05.000.ebuild,v 
1.1 2015/06/13 04:12:18 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1 gnome2-utils games

DESCRIPTION=GNU BackGammon
HOMEPAGE=http://www.gnubg.org/;
SRC_URI=http://gnubg.org/media/sources/${PN}-release-${PV}-sources.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse 
cpu_flags_x86_sse2 threads

RDEPEND=dev-libs/glib:2
media-libs/freetype:2
media-libs/libpng:0
x11-libs/cairo
x11-libs/pango
dev-db/sqlite:3
media-libs/libcanberra
dev-libs/libxml2
dev-libs/gmp:0
gtk? ( x11-libs/gtk+:2 )
opengl? (
x11-libs/gtk+:2
x11-libs/gtkglext
virtual/glu
)
sys-libs/readline:0
python? ( ${PYTHON_DEPS} )
media-fonts/dejavu
virtual/libintl
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/gettext

pkg_setup() {
games_pkg_setup
python-single-r1_pkg_setup
}

src_prepare() {
# use ${T} instead of /tmp for constructing credits (bug #298275)
sed -i -e 's:/tmp:${T}:' credits.sh || die
sed -i -e 's/fonts //' Makefile.in || die # handle font install ourself 
to fix bug #335774
sed -i \
-e '/^localedir / s#=.*$#= @localedir@#' \
-e '/^gnulocaledir / s#=.*$#= @localedir@#' \
po/Makefile.in.in || die
sed -i \
-e '/^gnubgiconsdir / s#=.*#= /usr/share#' \
-e '/^gnubgpixmapsdir / s#=.*#= /usr/share/pixmaps#' \
pixmaps/Makefile.in || die
}

src_configure() {
local simd=no
local gtk_arg=--without-gtk

if use gtk || use opengl ; then
gtk_arg=--with-gtk
fi
use cpu_flags_x86_sse   simd=sse
use cpu_flags_x86_sse2  simd=sse2
use cpu_flags_x86_avx   simd=avx
egamesconf \
--localedir=/usr/share/locale \
--docdir=/usr/share/doc/${PF}/html \
--disable-cputest \
--enable-simd=${simd} \
${gtk_arg} \
$(use_enable threads) \
$(use_with python) \
$(use_with sqlite sqlite) \
$(use_with opengl board3d)
}

src_install() {
default
insinto ${GAMES_DATADIR}/${PN}
doins ${PN}.weights *bd
dodir ${GAMES_DATADIR}/${PN}/fonts
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
${GAMES_DATADIR}/${PN}/fonts/Vera.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/fonts/VeraBd.ttf
dosym /usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf 
${GAMES_DATADIR}/${PN}/fonts/VeraSeBd.ttf
make_desktop_entry gnubg -w GNU Backgammon
prepgamesdirs
}

pkg_preinst() {
 

[gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.5.6.6.ebuild ChangeLog

2015-06-12 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/12 14:33:22

  Modified: ChangeLog
  Added:manaplus-1.5.6.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 games-rpg/manaplus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   13 May 2015 04:10:35 -  1.17
+++ ChangeLog   12 Jun 2015 14:33:22 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-rpg/manaplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.17 
2015/05/13 04:10:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.18 
2015/06/12 14:33:22 mr_bones_ Exp $
+
+*manaplus-1.5.6.6 (12 Jun 2015)
+
+  12 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
+manaplus-1.5.6.6.ebuild:
+  version bump
 
 *manaplus-1.5.5.9 (13 May 2015)
 



1.1  games-rpg/manaplus/manaplus-1.5.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.6.ebuild?rev=1.1content-type=text/plain

Index: manaplus-1.5.6.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.6.ebuild,v 
1.1 2015/06/12 14:33:22 mr_bones_ Exp $

EAPI=5
inherit games

DESCRIPTION=OpenSource 2D MMORPG client for Evol Online and The Mana World
HOMEPAGE=http://manaplus.evolonline.org;
SRC_URI=http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=nls opengl

RDEPEND=
=dev-games/physfs-1.0.0
dev-libs/libxml2
media-libs/libpng:0=
media-libs/libsdl2[X,opengl?,video]
media-libs/sdl2-gfx
media-libs/sdl2-image[png]
media-libs/sdl2-mixer[vorbis]
media-libs/sdl2-net
media-libs/sdl2-ttf
net-misc/curl
sys-libs/zlib
x11-libs/libX11
x11-misc/xdg-utils
x11-apps/xmessage
media-fonts/dejavu
media-fonts/wqy-microhei
media-fonts/liberation-fonts
media-fonts/mplus-outline-fonts
nls? ( virtual/libintl )
opengl? ( virtual/opengl )
DEPEND=${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )

src_prepare() {
sed -i \
-e '/^SUBDIRS/s/fonts//' \
data/Makefile.in || die
}

src_configure() {
CONFIG_SHELL=/bin/bash \
egamesconf \
--with-sdl2 \
--without-internalsdlgfx \
--localedir=/usr/share/locale \
--prefix=/usr \
--bindir=${GAMES_BINDIR} \
$(use_with opengl) \
$(use_enable nls)
}

src_install() {
default
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusansmono.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/dejavusans.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono-bold.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsansmono.ttf
dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/liberationsans.ttf
dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc 
${GAMES_DATADIR}/${PN}/data/fonts/wqy-microhei.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-bold.ttf
dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf 
${GAMES_DATADIR}/${PN}/data/fonts/mplus-1p-regular.ttf

prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog

2015-06-11 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/11 07:41:53

  Modified: dfarc-3.12.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-util/dfarc/dfarc-3.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?r1=1.1r2=1.2

Index: dfarc-3.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dfarc-3.12.ebuild   12 Nov 2014 15:58:23 -  1.1
+++ dfarc-3.12.ebuild   11 Jun 2015 07:41:53 -  1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.1 
2014/11/12 15:58:23 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.2 
2015/06/11 07:41:53 mr_bones_ Exp $
 
 EAPI=5
-
 WX_GTK_VER=3.0
 inherit gnome2-utils fdo-mime wxwidgets games
 



1.7  games-util/dfarc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Nov 2014 23:23:56 -  1.6
+++ ChangeLog   11 Jun 2015 07:41:53 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/dfarc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.6 2014/11/25 
23:23:56 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.7 2015/06/11 
07:41:53 mr_bones_ Exp $
+
+  11 Jun 2015; Michael Sterrett mr_bon...@gentoo.org dfarc-3.12.ebuild:
+  tidy
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng: syslog-ng-3.6.3.ebuild ChangeLog

2015-06-10 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/10 14:40:36

  Modified: ChangeLog
  Added:syslog-ng-3.6.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.429app-admin/syslog-ng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.429view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?rev=1.429content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/ChangeLog?r1=1.428r2=1.429

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog   28 May 2015 20:01:41 -  1.428
+++ ChangeLog   10 Jun 2015 14:40:36 -  1.429
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/syslog-ng
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.428 
2015/05/28 20:01:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.429 
2015/06/10 14:40:36 mr_bones_ Exp $
+
+*syslog-ng-3.6.3 (10 Jun 2015)
+
+  10 Jun 2015; Michael Sterrett mr_bon...@gentoo.org +syslog-ng-3.6.3.ebuild:
+  version bump
 
   28 May 2015; Michael Sterrett mr_bon...@gentoo.org syslog-ng-3.6.2.ebuild:
   make epatch_user work with patch from John R. Graham (bug #550656)



1.1  app-admin/syslog-ng/syslog-ng-3.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.3.ebuild?rev=1.1content-type=text/plain

Index: syslog-ng-3.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.6.3.ebuild,v 
1.1 2015/06/10 14:40:36 mr_bones_ Exp $

EAPI=5
inherit eutils multilib systemd versionator

MY_PV=${PV/_/}
MY_PV_MM=$(get_version_component_range 1-2)
DESCRIPTION=syslog replacement with advanced filtering features
HOMEPAGE=http://www.balabit.com/network-security/syslog-ng;
SRC_URI=http://www.balabit.com/downloads/files/syslog-ng/sources/${MY_PV}/source/syslog-ng_${MY_PV}.tar.gz;

LICENSE=GPL-2+ LGPL-2.1+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd
IUSE=amqp caps dbi geoip ipv6 json mongodb pacct redis smtp spoof-source ssl 
systemd tcpd
RESTRICT=test

RDEPEND=
caps? ( sys-libs/libcap )
dbi? ( =dev-db/libdbi-0.8.3 )
geoip? ( =dev-libs/geoip-1.5.0 )
json? ( =dev-libs/json-c-0.9 )
redis? ( dev-libs/hiredis )
smtp? ( net-libs/libesmtp )
spoof-source? ( net-libs/libnet:1.1 )
ssl? ( dev-libs/openssl:= )
systemd? ( sys-apps/systemd )
tcpd? ( =sys-apps/tcp-wrappers-7.6 )
dev-libs/libpcre
=dev-libs/eventlog-0.2.12
=dev-libs/glib-2.10.1:2
DEPEND=${RDEPEND}
virtual/pkgconfig
sys-devel/flex

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
epatch_user
cp ${FILESDIR}/*logrotate*.in ${TMPDIR} || die
cd ${TMPDIR} || die

for f in *logrotate*.in ; do
if use systemd ; then
sed \
's/@GENTOO_RESTART@/systemctl kill -s HUP 
syslog-ng/' \
$f  ${f/.in/} || die
else
sed \
's:@GENTOO_RESTART@:/etc/init.d/syslog-ng 
reload:' \
$f  ${f/.in/} || die
fi
done
}

src_configure() {
econf \
--disable-docs \
--with-embedded-crypto \
--with-ivykis=internal \
--with-libmongo-client=internal \
--sysconfdir=/etc/syslog-ng \
--localstatedir=/var/lib/syslog-ng \
--with-pidfile-dir=/var/run \
--with-module-dir=/usr/$(get_libdir)/syslog-ng \
$(systemd_with_unitdir) \
$(use_enable systemd) \
$(use_enable caps linux-caps) \
$(use_enable geoip) \
$(use_enable ipv6) \
$(use_enable json) \
$(use_enable mongodb) \
$(use_enable pacct) \
$(use_enable redis) \
$(use_enable smtp) \
$(use_enable amqp) \
$(usex amqp --with-librabbitmq-client=internal 
--without-librabbitmq-client) \
$(use_enable spoof-source) \
$(use_enable dbi 

[gentoo-commits] gentoo-x86 commit in games-strategy/lightyears: lightyears-1.4-r1.ebuild ChangeLog

2015-06-08 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/08 21:29:24

  Modified: lightyears-1.4-r1.ebuild ChangeLog
  Log:
  update HOMEPAGE (bug #551514)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-strategy/lightyears/lightyears-1.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?r1=1.3r2=1.4

Index: lightyears-1.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lightyears-1.4-r1.ebuild26 Jan 2015 09:47:02 -  1.3
+++ lightyears-1.4-r1.ebuild8 Jun 2015 21:29:23 -   1.4
@@ -1,14 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.3 2015/01/26 09:47:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.4 2015/06/08 21:29:23 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 games
 
 DESCRIPTION=a single-player game with a science-fiction theme
-HOMEPAGE=http://www.jwhitham.org.uk/20kly/;
-SRC_URI=http://www.jwhitham.org.uk/20kly/${P}.tar.bz2;
+HOMEPAGE=http://www.jwhitham.org/20kly/;
+SRC_URI=http://www.jwhitham.org/20kly//${P}.tar.bz2;
 
 LICENSE=GPL-2
 SLOT=0



1.22 games-strategy/lightyears/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   26 Jan 2015 21:13:30 -  1.21
+++ ChangeLog   8 Jun 2015 21:29:23 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/lightyears
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.21 
2015/01/26 21:13:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.22 
2015/06/08 21:29:23 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
+  update HOMEPAGE (bug #551514)
 
   26 Jan 2015; Michael Sterrett mr_bon...@gentoo.org -lightyears-1.4.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in games-strategy/lightyears: lightyears-1.4-r1.ebuild ChangeLog

2015-06-08 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/08 21:30:13

  Modified: lightyears-1.4-r1.ebuild ChangeLog
  Log:
  fix typo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-strategy/lightyears/lightyears-1.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild?r1=1.4r2=1.5

Index: lightyears-1.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lightyears-1.4-r1.ebuild8 Jun 2015 21:29:23 -   1.4
+++ lightyears-1.4-r1.ebuild8 Jun 2015 21:30:13 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.4 2015/06/08 21:29:23 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.5 2015/06/08 21:30:13 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -8,7 +8,7 @@
 
 DESCRIPTION=a single-player game with a science-fiction theme
 HOMEPAGE=http://www.jwhitham.org/20kly/;
-SRC_URI=http://www.jwhitham.org/20kly//${P}.tar.bz2;
+SRC_URI=http://www.jwhitham.org/20kly/${P}.tar.bz2;
 
 LICENSE=GPL-2
 SLOT=0



1.23 games-strategy/lightyears/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/lightyears/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   8 Jun 2015 21:29:23 -   1.22
+++ ChangeLog   8 Jun 2015 21:30:13 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/lightyears
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.22 
2015/06/08 21:29:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.23 
2015/06/08 21:30:13 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
+  fix typo
 
   08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
   update HOMEPAGE (bug #551514)






[gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: zsnes-1.51-r4.ebuild ChangeLog

2015-06-07 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/08 05:02:13

  Modified: zsnes-1.51-r4.ebuild ChangeLog
  Log:
  build with ncurses[tinfo] (bug #551406)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 games-emulation/zsnes/zsnes-1.51-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?r1=1.11r2=1.12

Index: zsnes-1.51-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- zsnes-1.51-r4.ebuild2 Jun 2015 04:40:38 -   1.11
+++ zsnes-1.51-r4.ebuild8 Jun 2015 05:02:13 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.11 
2015/06/02 04:40:38 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.12 
2015/06/08 05:02:13 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -23,6 +23,7 @@
png? ( media-libs/libpng:0[abi_x86_32(-)] )
 DEPEND=${RDEPEND}
dev-lang/nasm
+   debug? ( virtual/pkgconfig )
amd64? ( =sys-apps/portage-2.1 )
 
 S=${WORKDIR}/${PN}_${PV//./_}/src
@@ -62,7 +63,12 @@
-e '/^CFLAGS=.*local/s:-pipe.*:-Wall -I.:' \
-e '/^LDFLAGS=.*local/d' \
-e '/\w*CFLAGS=.*fomit/s:-O3.*$STRIP::' \
+   -e '/lncurses/s:-lncurses:`pkg-config ncurses --libs`:' \
configure.in || die
+   sed -i \
+   -e 's/configure.in/configure.ac/' \
+   Makefile.in || die
+   mv configure.in configure.ac || die
eautoreconf
 }
 



1.65 games-emulation/zsnes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   2 Jun 2015 04:40:38 -   1.64
+++ ChangeLog   8 Jun 2015 05:02:13 -   1.65
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/zsnes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.64 
2015/06/02 04:40:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.65 
2015/06/08 05:02:13 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org zsnes-1.51-r4.ebuild:
+  build with ncurses[tinfo] (bug #551406)
 
   02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org zsnes-1.51-r4.ebuild:
   add slot dep for repoman






[gentoo-commits] gentoo-x86 commit in games-action/supertuxkart/files: supertuxkart-0.8.1-gentoo.patch supertuxkart-0.8.1-icon-dest.patch supertuxkart-0.8.1-jpeg9.patch supertuxkart-0.8.1-cmake.patch

2015-06-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/05 07:08:00

  Modified: supertuxkart-0.8.1-gentoo.patch
supertuxkart-0.8.1-icon-dest.patch
supertuxkart-0.8.1-jpeg9.patch
  Added:supertuxkart-0.8.1-cmake.patch
  Log:
  add patch to work with newer cmake (bug #551260)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?r1=1.1r2=1.2

Index: supertuxkart-0.8.1-gentoo.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-gentoo.patch 26 Nov 2013 21:22:50 -  1.1
+++ supertuxkart-0.8.1-gentoo.patch 5 Jun 2015 07:08:00 -   1.2
@@ -1,8 +1,6 @@
 gentoo specific hacks because we unbundle the
 deps of irrlicht
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 09edd58..1f51a30 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -45,7 +45,6 @@ add_subdirectory(${PROJECT_SOURCE_DIR}/lib/enet)



1.2  
games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?r1=1.1r2=1.2

Index: supertuxkart-0.8.1-icon-dest.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-icon-dest.patch  26 Nov 2013 21:22:50 -  1.1
+++ supertuxkart-0.8.1-icon-dest.patch  5 Jun 2015 07:08:00 -   1.2
@@ -4,8 +4,6 @@
 
 fix icon install dest
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1f51a30..9c07659 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -304,7 +304,9 @@ endif()



1.2  
games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?r1=1.1r2=1.2

Index: supertuxkart-0.8.1-jpeg9.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-jpeg9.patch  25 Sep 2014 20:50:13 -  1.1
+++ supertuxkart-0.8.1-jpeg9.patch  5 Jun 2015 07:08:00 -   1.2
@@ -1,5 +1,5 @@
 lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp.old   2014-09-25 
06:56:46.911153643 +0200
-+++ lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp   2014-09-25 
06:55:52.817175916 +0200
+--- lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp.old
 lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp
 @@ -66,7 +66,7 @@
  boolean CImageLoaderJPG::fill_input_buffer (j_decompress_ptr cinfo)
  {



1.1  
games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.1content-type=text/plain

Index: supertuxkart-0.8.1-cmake.patch
===
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -128,6 +128,9 @@
 find_package(OpenGL REQUIRED)
 include_directories(${OPENGL_INCLUDE_DIR})
 
+find_package(X11 REQUIRED)
+include_directories(${X11_INCLUDE_DIR})
+
 if(UNIX AND NOT APPLE)
 find_library(IRRLICHT_XF86VM_LIBRARY Xxf86vm)
 mark_as_advanced(IRRLICHT_XF86VM_LIBRARY)






[gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.1.ebuild ChangeLog

2015-06-05 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/05 07:08:00

  Modified: supertuxkart-0.8.1.ebuild ChangeLog
  Log:
  add patch to work with newer cmake (bug #551260)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-action/supertuxkart/supertuxkart-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?r1=1.7r2=1.8

Index: supertuxkart-0.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- supertuxkart-0.8.1.ebuild   1 Jun 2015 22:10:22 -   1.7
+++ supertuxkart-0.8.1.ebuild   5 Jun 2015 07:08:00 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 
1.7 2015/06/01 22:10:22 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 
1.8 2015/06/05 07:08:00 mr_bones_ Exp $
 
 EAPI=5
 inherit gnome2-utils cmake-utils eutils games
@@ -41,7 +41,7 @@
 S=${WORKDIR}/SuperTuxKart-${PV}
 
 src_prepare() {
-   epatch 
${FILESDIR}/${P}-{gentoo,icon-dest,irrlicht,desktopfile,mesa-10.x,jpeg9}.patch
+   epatch 
${FILESDIR}/${P}-{gentoo,icon-dest,irrlicht,desktopfile,mesa-10.x,jpeg9,cmake}.patch
 
# inconsistent handling of debug definition
# avoid using Debug build type



1.46 games-action/supertuxkart/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   1 Jun 2015 22:10:22 -   1.45
+++ ChangeLog   5 Jun 2015 07:08:00 -   1.46
@@ -1,6 +1,15 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.45 
2015/06/01 22:10:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.46 
2015/06/05 07:08:00 mr_bones_ Exp $
+
+  05 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/supertuxkart-0.8.1-cmake.patch,
+  files/supertuxkart-0.8.1-desktopfile.patch,
+  files/supertuxkart-0.8.1-gentoo.patch,
+  files/supertuxkart-0.8.1-icon-dest.patch,
+  files/supertuxkart-0.8.1-irrlicht.patch, 
files/supertuxkart-0.8.1-jpeg9.patch,
+  files/supertuxkart-0.8.1-mesa-10.x.patch, supertuxkart-0.8.1.ebuild:
+  add patch to work with newer cmake (bug #551260)
 
   01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
   supertuxkart-0.8.1.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libsfml: libsfml-2.2.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 20:39:51

  Modified: libsfml-2.2.ebuild ChangeLog
  Log:
  add patch from Palmer Dabbelt to install pkgconfig files (bug #548364)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  media-libs/libsfml/libsfml-2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?r1=1.2r2=1.3

Index: libsfml-2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsfml-2.2.ebuild  22 Mar 2015 16:32:17 -  1.2
+++ libsfml-2.2.ebuild  4 Jun 2015 20:39:51 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v 1.2 
2015/03/22 16:32:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v 1.3 
2015/06/04 20:39:51 mr_bones_ Exp $
 
 EAPI=5
 
@@ -46,6 +46,7 @@
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use doc SFML_BUILD_DOC)
+   -DSFML_INSTALL_PKGCONFIG_FILES=TRUE
)
cmake-utils_src_configure
 }



1.18 media-libs/libsfml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Mar 2015 16:32:17 -  1.17
+++ ChangeLog   4 Jun 2015 20:39:51 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsfml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.17 
2015/03/22 16:32:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.18 
2015/06/04 20:39:51 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org libsfml-2.2.ebuild:
+  add patch from Palmer Dabbelt to install pkgconfig files (bug #548364)
 
   22 Mar 2015; Tim Harder radher...@gentoo.org libsfml-1.6-r1.ebuild,
   libsfml-2.2.ebuild:
@@ -82,4 +85,3 @@
   +files/libsfml-1.6-deps-and-flags.patch, +files/libsfml-1.6-destdir.patch,
   +metadata.xml:
   Initial import for bug #258895. Ebuild by me.
-






[gentoo-commits] gentoo-x86 commit in media-libs/allegro: allegro-5.0.8-r1.ebuild allegro-4.4.2-r1.ebuild allegro-5.0.11.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 17:49:34

  Modified: allegro-5.0.8-r1.ebuild allegro-4.4.2-r1.ebuild
ChangeLog
  Added:allegro-5.0.11.ebuild
  Log:
  version bump; remove unneeded nonfatal (bug #551178)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 media-libs/allegro/allegro-5.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?r1=1.9r2=1.10

Index: allegro-5.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- allegro-5.0.8-r1.ebuild 1 Jun 2015 22:40:31 -   1.9
+++ allegro-5.0.8-r1.ebuild 4 Jun 2015 17:49:34 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.9 
2015/06/01 22:40:31 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.10 
2015/06/04 17:49:34 mr_bones_ Exp $
 
 EAPI=5
 inherit cmake-multilib
@@ -70,7 +70,7 @@
 src_install() {
cmake-multilib_src_install
 
-   nonfatal dodoc CHANGES-5.0.txt
-   nonfatal dohtml -r docs/html/refman/*
-   nonfatal doman docs/man/*.3
+   dodoc CHANGES-5.0.txt
+   dohtml -r docs/html/refman/*
+   doman docs/man/*.3
 }



1.11 media-libs/allegro/allegro-4.4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild?r1=1.10r2=1.11

Index: allegro-4.4.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- allegro-4.4.2-r1.ebuild 1 Jun 2015 22:40:31 -   1.10
+++ allegro-4.4.2-r1.ebuild 4 Jun 2015 17:49:34 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v 1.10 
2015/06/01 22:40:31 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.4.2-r1.ebuild,v 1.11 
2015/06/04 17:49:34 mr_bones_ Exp $
 
 EAPI=5
 CMAKE_IN_SOURCE_BUILD=1
@@ -94,7 +94,7 @@
 src_install() {
cmake-utils_src_install
 
-   nonfatal dohtml docs/html/*.html
+   dohtml docs/html/*.html
 
#176020 (init_dialog.3), #409305 (key.3)
pushd docs/man /dev/null



1.155media-libs/allegro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.155view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.155content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.154r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   1 Jun 2015 22:40:31 -   1.154
+++ ChangeLog   4 Jun 2015 17:49:34 -   1.155
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/allegro
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.154 
2015/06/01 22:40:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.155 
2015/06/04 17:49:34 mr_bones_ Exp $
+
+*allegro-5.0.11 (04 Jun 2015)
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org +allegro-5.0.11.ebuild,
+  allegro-4.4.2-r1.ebuild, allegro-5.0.8-r1.ebuild:
+  version bump; remove unneeded nonfatal (bug #551178)
 
   01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org allegro-4.4.2-r1.ebuild,
   allegro-5.0.8-r1.ebuild:



1.1  media-libs/allegro/allegro-5.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.11.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in games-emulation/sdlmametools: sdlmametools-0.148_p1.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 16:36:38

  Modified: sdlmametools-0.148_p1.ebuild ChangeLog
  Log:
  replace nonfatal with file checking (bug #551170)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild?r1=1.4r2=1.5

Index: sdlmametools-0.148_p1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmametools-0.148_p1.ebuild8 Apr 2015 18:10:41 -   1.4
+++ sdlmametools-0.148_p1.ebuild4 Jun 2015 16:36:38 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
 1.4 2015/04/08 18:10:41 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
 1.5 2015/06/04 16:36:38 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -116,7 +116,7 @@
 src_install() {
for i in chdman jedutil ldresample ldverify regrep romcmp testkeys ; do
newgamesbin ${i} sdlmame-${i}
-   nonfatal newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1
+   [[ -f src/osd/sdl/man/${i}.1 ]]  newman 
src/osd/sdl/man/${i}.1 sdlmame-${i}.1
done
 
prepgamesdirs



1.7  games-emulation/sdlmametools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Jun 2015 16:14:10 -   1.6
+++ ChangeLog   4 Jun 2015 16:36:38 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/sdlmametools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.6 2015/06/04 16:14:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.7 2015/06/04 16:36:38 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  sdlmametools-0.148_p1.ebuild:
+  replace nonfatal with file checking (bug #551170)
 
   04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
   sdlmametools-0.149.ebuild:






[gentoo-commits] gentoo-x86 commit in games-emulation/gambatte: gambatte-0.5.0_p20131102.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 16:07:20

  Modified: gambatte-0.5.0_p20131102.ebuild ChangeLog
  Log:
  remove pointless nonfatal (bug #551168)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild?r1=1.4r2=1.5

Index: gambatte-0.5.0_p20131102.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gambatte-0.5.0_p20131102.ebuild 29 Aug 2014 10:03:19 -  1.4
+++ gambatte-0.5.0_p20131102.ebuild 4 Jun 2015 16:07:19 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v
 1.4 2014/08/29 10:03:19 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v
 1.5 2015/06/04 16:07:19 mr_bones_ Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
use sdl  dogamesbin gambatte_sdl/gambatte_sdl
use qt4  dogamesbin gambatte_qt/bin/gambatte_qt
 
-   nonfatal dodoc README changelog
+   dodoc README changelog
 
prepgamesdirs
 }



1.11 games-emulation/gambatte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gambatte/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   22 Jan 2015 07:02:59 -  1.10
+++ ChangeLog   4 Jun 2015 16:07:19 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/gambatte
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.10 
2015/01/22 07:02:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.11 
2015/06/04 16:07:19 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  gambatte-0.5.0_p20131102.ebuild:
+  remove pointless nonfatal (bug #551168)
 
   22 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
   -gambatte-0.5.0_p20130601.ebuild, metadata.xml:






[gentoo-commits] gentoo-x86 commit in games-emulation/sdlmametools: sdlmametools-0.149.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 16:14:10

  Modified: sdlmametools-0.149.ebuild ChangeLog
  Log:
  remove pointless nonfatal (bug #551170)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-emulation/sdlmametools/sdlmametools-0.149.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?r1=1.2r2=1.3

Index: sdlmametools-0.149.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdlmametools-0.149.ebuild   8 Apr 2015 18:10:41 -   1.2
+++ sdlmametools-0.149.ebuild   4 Jun 2015 16:14:10 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v
 1.2 2015/04/08 18:10:41 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v
 1.3 2015/06/04 16:14:10 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -111,7 +111,7 @@
 src_install() {
for i in chdman jedutil ldresample ldverify romcmp testkeys ; do
newgamesbin ${i} sdlmame-${i}
-   nonfatal newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1
+   newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1
done
 
prepgamesdirs



1.6  games-emulation/sdlmametools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   8 Apr 2015 18:10:41 -   1.5
+++ ChangeLog   4 Jun 2015 16:14:10 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/sdlmametools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.5 2015/04/08 18:10:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.6 2015/06/04 16:14:10 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  sdlmametools-0.149.ebuild:
+  remove pointless nonfatal (bug #551170)
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org sdlmametools-0.148_p1.ebuild,
   sdlmametools-0.149.ebuild:






[gentoo-commits] gentoo-x86 commit in games-action/transcend: transcend-0.3.ebuild ChangeLog

2015-06-04 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/04 16:42:15

  Modified: transcend-0.3.ebuild ChangeLog
  Log:
  remove pointless nonfatal (bug #551166)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-action/transcend/transcend-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/transcend-0.3.ebuild?r1=1.10r2=1.11

Index: transcend-0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- transcend-0.3.ebuild6 Feb 2015 13:41:14 -   1.10
+++ transcend-0.3.ebuild4 Jun 2015 16:42:15 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.10 
2015/02/06 13:41:14 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.11 
2015/06/04 16:42:15 mr_bones_ Exp $
 
 EAPI=5
 inherit games
@@ -50,7 +50,7 @@
 }
 
 src_compile() {
-   nonfatal emake -C portaudio
+   emake -C portaudio lib/libportaudio.a
emake -C game
cp game/Transcend ${PN} || die
 }



1.12 games-action/transcend/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/transcend/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   6 Feb 2015 13:41:14 -   1.11
+++ ChangeLog   4 Jun 2015 16:42:15 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/transcend
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.11 
2015/02/06 13:41:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.12 
2015/06/04 16:42:15 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett mr_bon...@gentoo.org transcend-0.3.ebuild:
+  remove pointless nonfatal (bug #551166)
 
   06 Feb 2015; Agostino Sarubbo a...@gentoo.org transcend-0.3.ebuild:
   Stable for amd64, wrt bug #539034






[gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.20-autotools.patch

2015-06-02 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/03 05:41:16

  Added:vice-2.4.20-autotools.patch
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/vice/files/vice-2.4.20-autotools.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-autotools.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-autotools.patch?rev=1.1content-type=text/plain

Index: vice-2.4.20-autotools.patch
===
--- vice-2.4.7.orig/configure.ac
+++ vice-2.4.7/configure.ac
@@ -124,7 +118,7 @@
 AC_SUBST(VICE_VERSION)
 
 AM_INIT_AUTOMAKE(vice, $VICE_VERSION)
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS(src/config.h)
 
 if test x$VICE_VERSION_BUILD = x -o x$VICE_VERSION_BUILD = x0 ; then
   VERSION_RC=$VICE_VERSION_MAJOR,$VICE_VERSION_MINOR,0,0






[gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-2.4.20.ebuild metadata.xml ChangeLog

2015-06-02 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/03 05:41:16

  Modified: metadata.xml ChangeLog
  Added:vice-2.4.20.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  app-emulation/vice/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?r1=1.6r2=1.7

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml11 Feb 2015 03:05:43 -  1.6
+++ metadata.xml3 Jun 2015 05:41:15 -   1.7
@@ -3,10 +3,12 @@
 pkgmetadata
 herdgames/herd
 use
-   flag name=fullscreenEnable the ability to run fullscreen/flag
-   flag name=gtk3Use GTK+3 instead of GTK+2/flag
flag name='ethernet'Enable ethernet emulation/flag
+   flag name=fullscreenEnable the ability to run fullscreen/flag
+   flag name=gtk2Use GTK+2 for GUI instead of GTK+3/flag
+   flag name=gtk3Use GTK+3for GUI  instead of GTK+2/flag
flag name='memmap'Enable extra monitor features/flag
+   flag name='sdlsound'Use pkgmedia-libs/libsdl/pkg for sound 
support/flag
flag name='vte'Enable support for pkgx11-libs/vte/pkg in the GTK+ 
interface/flag
flag name='xrandr'Enable support for the X xrandr extension/flag
 /use



1.99 app-emulation/vice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   11 Feb 2015 03:05:43 -  1.98
+++ ChangeLog   3 Jun 2015 05:41:15 -   1.99
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.98 
2015/02/11 03:05:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.99 
2015/06/03 05:41:15 mr_bones_ Exp $
+
+*vice-2.4.20 (03 Jun 2015)
+
+  03 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/vice-2.4.20-autotools.patch, +vice-2.4.20.ebuild, metadata.xml:
+  version bump
 
 *vice-2.4.16-r1 (11 Feb 2015)
 



1.1  app-emulation/vice/vice-2.4.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.1content-type=text/plain

Index: vice-2.4.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.1 
2015/06/03 05:41:15 mr_bones_ Exp $

EAPI=5
inherit autotools eutils toolchain-funcs flag-o-matic games

DESCRIPTION=The Versatile Commodore 8-bit Emulator
HOMEPAGE=http://vice-emu.sourceforge.net/;
SRC_URI=mirror://sourceforge/vice-emu/releases/${P}.tar.gz

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=Xaw3d alsa ethernet ffmpeg fullscreen gtk2 +gtk3 ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib

REQUIRED_USE=?? ( gtk2 gtk3 sdl )

GTK_COMMON=
x11-libs/pango
x11-libs/cairo
RDEPEND=
virtual/jpeg:0
virtual/opengl
media-libs/giflib
alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio )
sdlsound? ( media-libs/libsdl[sound] )
ethernet? (
=net-libs/libpcap-0.9.8
=net-libs/libnet-1.1.2.1:1.1
)
ffmpeg? ( virtual/ffmpeg )
lame? ( media-sound/lame )
nls? ( virtual/libintl )
png? ( media-libs/libpng:0 )
zlib? ( sys-libs/zlib )
sdl? (
media-libs/libsdl[joystick,video]
)
!sdl? (
fullscreen? (
x11-libs/libXrandr
x11-libs/libXxf86vm )
x11-libs/libX11
x11-libs/libXext
sys-libs/readline
)
gtk2? (
x11-libs/gtk+:2
vte? ( x11-libs/vte:0 )

[gentoo-commits] gentoo-x86 commit in games-engines/stratagus: stratagus-2.2.7.ebuild ChangeLog

2015-06-02 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/02 06:35:31

  Modified: stratagus-2.2.7.ebuild ChangeLog
  Log:
  add slot dep for repoman
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-engines/stratagus/stratagus-2.2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild?r1=1.5r2=1.6

Index: stratagus-2.2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stratagus-2.2.7.ebuild  25 Feb 2015 15:50:57 -  1.5
+++ stratagus-2.2.7.ebuild  2 Jun 2015 06:35:31 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v 1.5 
2015/02/25 15:50:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/stratagus/stratagus-2.2.7.ebuild,v 1.6 
2015/06/02 06:35:31 mr_bones_ Exp $
 
 EAPI=5
 inherit cmake-utils eutils games
@@ -15,7 +15,7 @@
 IUSE=bzip2 debug doc mikmod mng theora vorbis
 
 RDEPEND=dev-db/sqlite:3
-   =dev-lang/lua-5
+   =dev-lang/lua-5:0
dev-lua/toluapp
media-libs/libpng:0
virtual/opengl



1.34 games-engines/stratagus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/stratagus/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   9 Apr 2015 16:55:43 -   1.33
+++ ChangeLog   2 Jun 2015 06:35:31 -   1.34
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/stratagus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v 1.33 
2015/04/09 16:55:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/stratagus/ChangeLog,v 1.34 
2015/06/02 06:35:31 mr_bones_ Exp $
+
+  02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org stratagus-2.2.7.ebuild:
+  add slot dep for repoman
 
   09 Apr 2015; Michael Sterrett mr_bon...@gentoo.org
   -files/stratagus-2.2.5.5-libpng15.patch, -stratagus-2.2.5.5.ebuild:






[gentoo-commits] gentoo-x86 commit in games-engines/solarus: solarus-1.3.1.ebuild ChangeLog

2015-06-02 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/02 06:35:10

  Modified: solarus-1.3.1.ebuild ChangeLog
  Log:
  add slot dep for repoman
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-engines/solarus/solarus-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild?r1=1.3r2=1.4

Index: solarus-1.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- solarus-1.3.1.ebuild21 Apr 2015 17:40:02 -  1.3
+++ solarus-1.3.1.ebuild2 Jun 2015 06:35:10 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild,v 1.3 
2015/04/21 17:40:02 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.3.1.ebuild,v 1.4 
2015/06/02 06:35:10 mr_bones_ Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
media-libs/sdl2-image[png]
=media-libs/sdl2-ttf-2.0.12
luajit? ( dev-lang/luajit:2 )
-   !luajit? ( dev-lang/lua )
+   !luajit? ( dev-lang/lua:0 )
 DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )
 



1.15 games-engines/solarus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   29 May 2015 07:40:20 -  1.14
+++ ChangeLog   2 Jun 2015 06:35:10 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/solarus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v 1.14 
2015/05/29 07:40:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v 1.15 
2015/06/02 06:35:10 mr_bones_ Exp $
+
+  02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org solarus-1.3.1.ebuild:
+  add slot dep for repoman
 
   29 May 2015; Michael Sterrett mr_bon...@gentoo.org
   -files/solarus-1.1.1-paths.patch, -solarus-1.1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-engines/nazghul: nazghul-0.7.1.ebuild ChangeLog

2015-06-02 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/02 06:34:26

  Modified: nazghul-0.7.1.ebuild ChangeLog
  Log:
  add slot dep for repoman
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-engines/nazghul/nazghul-0.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild?r1=1.5r2=1.6

Index: nazghul-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nazghul-0.7.1.ebuild18 Jan 2015 15:44:48 -  1.5
+++ nazghul-0.7.1.ebuild2 Jun 2015 06:34:26 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.5 
2015/01/18 15:44:48 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.6 
2015/06/02 06:34:26 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -14,7 +14,7 @@
 KEYWORDS=amd64 x86
 IUSE=
 
-DEPEND=media-libs/libpng
+DEPEND=media-libs/libpng:0
=media-libs/libsdl-1.2.3[X,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[midi,vorbis,wav]



1.11 games-engines/nazghul/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/nazghul/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   18 Jan 2015 15:44:48 -  1.10
+++ ChangeLog   2 Jun 2015 06:34:26 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/nazghul
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.10 
2015/01/18 15:44:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.11 
2015/06/02 06:34:26 mr_bones_ Exp $
+
+  02 Jun 2015; Michael Sterrett mr_bon...@gentoo.org nazghul-0.7.1.ebuild:
+  add slot dep for repoman
 
   18 Jan 2015; Tupone Alfredo tup...@gentoo.org nazghul-0.7.1.ebuild:
   EAPI 5






[gentoo-commits] gentoo-x86 commit in games-strategy/majesty-demo: majesty-demo-1.0.0.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:43:04

  Modified: majesty-demo-1.0.0.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?r1=1.17r2=1.18

Index: majesty-demo-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- majesty-demo-1.0.0.ebuild   27 Mar 2015 02:33:01 -  1.17
+++ majesty-demo-1.0.0.ebuild   1 Jun 2015 20:43:04 -   1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 
1.17 2015/03/27 02:33:01 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 
1.18 2015/06/01 20:43:04 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils unpacker games
@@ -16,18 +16,10 @@
 RESTRICT=bindist strip
 
 RDEPEND=sys-libs/glibc
-   || (
-   (
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   x11-libs/libXau[abi_x86_32(-)]
-   x11-libs/libXdmcp[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXau[abi_x86_32(-)]
+   x11-libs/libXdmcp[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.17 games-strategy/majesty-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   27 Mar 2015 02:33:01 -  1.16
+++ ChangeLog   1 Jun 2015 20:43:04 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/majesty-demo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 
1.16 2015/03/27 02:33:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 
1.17 2015/06/01 20:43:04 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  majesty-demo-1.0.0.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   27 Mar 2015; Michael Sterrett mr_bon...@gentoo.org
   majesty-demo-1.0.0.ebuild:






[gentoo-commits] gentoo-x86 commit in games-strategy/dominions2: dominions2-2.16.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:49:10

  Modified: dominions2-2.16.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 games-strategy/dominions2/dominions2-2.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild?r1=1.12r2=1.13

Index: dominions2-2.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dominions2-2.16.ebuild  13 Oct 2014 16:22:19 -  1.12
+++ dominions2-2.16.ebuild  1 Jun 2015 20:49:09 -   1.13
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.12 
2014/10/13 16:22:19 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.13 
2015/06/01 20:49:09 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils cdrom games
 
 DESCRIPTION=Dominions 2: The Ascension Wars is an epic turn-based fantasy 
strategy game
@@ -26,7 +25,7 @@
 IUSE=doc
 RESTRICT=bindist strip
 
-DEPEND=
+RDEPEND=
|| (
ppc? (
media-libs/libsdl
@@ -38,25 +37,17 @@
virtual/opengl[abi_x86_32(-)]
virtual/glu[abi_x86_32(-)]
)
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
)
-RDEPEND=${DEPEND}
 
 dir=${GAMES_PREFIX_OPT}/${PN}
 Ddir=${D}/${dir}
 
 src_unpack() {
-   mkdir -p ${S}/patch
-   cd ${S}/patch
-   if use x86 || use amd64
-   then
+   mkdir -p ${S}/patch || die
+   cd ${S}/patch || die
+   if use x86 || use amd64 ; then
unpack dompatch${PV/\./}_linux_x86.tgz
-   elif use ppc
-   then
+   elif use ppc ; then
unpack dompatch${PV/\./}_linux_ppc.tgz
fi
 }
@@ -66,11 +57,9 @@
einfo Copying files to harddisk... this may take a while...
 
exeinto ${dir}
-   if use amd64 || use x86
-   then
+   if use amd64 || use x86 ; then
doexe ${CDROM_ROOT}/bin_lin/x86/dom2*
-   elif use ppc
-   then
+   elif use ppc ; then
doexe ${CDROM_ROOT}/bin_lin/ppc/dom2*
fi
insinto ${dir}
@@ -82,7 +71,7 @@
einfo Applying patch for version ${PV}...
dodoc ${S}/patch/doc/*
doexe ${S}/patch/dom2
-   rm -rf ${S}/patch/doc/ ${S}/patch/dom2 || die rm failed
+   rm -rf ${S}/patch/doc/ ${S}/patch/dom2 || die
doins -r ${S}/patch/*
 
if use doc; then



1.13 games-strategy/dominions2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dominions2/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Oct 2014 16:22:19 -  1.12
+++ ChangeLog   1 Jun 2015 20:49:09 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/dominions2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.12 
2014/10/13 16:22:19 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.13 
2015/06/01 20:49:09 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org dominions2-2.16.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   13 Oct 2014; Michał Górny mgo...@gentoo.org dominions2-2.16.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-rpg/nwmouse: nwmouse-20090906.183839.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:57:55

  Modified: nwmouse-20090906.183839.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-rpg/nwmouse/nwmouse-20090906.183839.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?r1=1.6r2=1.7

Index: nwmouse-20090906.183839.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nwmouse-20090906.183839.ebuild  15 Oct 2014 10:01:31 -  1.6
+++ nwmouse-20090906.183839.ebuild  1 Jun 2015 20:57:54 -   1.7
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.6 
2014/10/15 10:01:31 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.7 
2015/06/01 20:57:54 mr_bones_ Exp $
 
 EAPI=5
-
 inherit games
 
 DESCRIPTION=Hardware mouse cursors for Neverwinter Nights
@@ -21,22 +20,11 @@
=games-rpg/nwn-1.68-r4
games-rpg/nwn-data
sys-libs/glibc
-   || (
-   (
-   =dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
-   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXcursor[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
-DEPEND=
+   =dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
+   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXcursor[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
 
 # I've looked at this stuff, and I can't find the problem myself, so I'm just
 # removing the warnings.  If someone feels like finding the patch, that would 
be
@@ -45,11 +33,6 @@
 QA_PREBUILT=${dir:1}/nwmouse.so
${dir:1}/nwmouse/libdis/libdisasm.so
 
-pkg_setup() {
-   games_pkg_setup
-   elog This package is pre-compiled so it will work on both x86 and 
amd64.
-}
-
 src_install() {
# libelf moved to games-rpg/nwn, see bug #210562
exeinto ${dir}



1.16 games-rpg/nwmouse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Oct 2014 10:01:31 -  1.15
+++ ChangeLog   1 Jun 2015 20:57:54 -   1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/nwmouse
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.15 
2014/10/15 10:01:31 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.16 
2015/06/01 20:57:54 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  nwmouse-20090906.183839.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   15 Oct 2014; Pacho Ramos pa...@gentoo.org nwmouse-20090906.183839.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-roguelike/adom: adom-1.1.1-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:07:54

  Modified: adom-1.1.1-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 games-roguelike/adom/adom-1.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild?r1=1.12r2=1.13

Index: adom-1.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- adom-1.1.1-r1.ebuild15 Oct 2014 10:31:28 -  1.12
+++ adom-1.1.1-r1.ebuild1 Jun 2015 21:07:54 -   1.13
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild,v 
1.12 2014/10/15 10:31:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild,v 
1.13 2015/06/01 21:07:54 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils games
 
 DESCRIPTION=Ancient Domains Of Mystery rogue-like game
@@ -17,17 +16,7 @@
 RESTRICT=strip #bug #137340
 QA_FLAGS_IGNORED=${GAMES_PREFIX_OPT:1}/bin/adom
 
-RDEPEND=
-   || (
-   (
-   =sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )
-   )
-
-DEPEND=
+RDEPEND==sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
 
 S=${WORKDIR}/${PN}
 



1.12 games-roguelike/adom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/adom/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   15 Oct 2014 10:31:28 -  1.11
+++ ChangeLog   1 Jun 2015 21:07:54 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/adom
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v 1.11 
2014/10/15 10:31:28 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v 1.12 
2015/06/01 21:07:54 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org adom-1.1.1-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   15 Oct 2014; Pacho Ramos pa...@gentoo.org adom-1.1.1-r1.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in sys-libs/lib-compat-loki: lib-compat-loki-0.2-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:41:14

  Modified: lib-compat-loki-0.2-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild?r1=1.2r2=1.3

Index: lib-compat-loki-0.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lib-compat-loki-0.2-r1.ebuild   6 Sep 2014 13:25:54 -   1.2
+++ lib-compat-loki-0.2-r1.ebuild   1 Jun 2015 20:41:14 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild,v
 1.2 2014/09/06 13:25:54 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/lib-compat-loki-0.2-r1.ebuild,v
 1.3 2015/06/01 20:41:14 mr_bones_ Exp $
 
 EAPI=5
 
@@ -14,10 +14,7 @@
 KEYWORDS=~amd64 ~x86
 
 RDEPEND=sys-libs/lib-compat
-   || (
-   =media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
-   amd64? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] )
-   )
+   =media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
 
 # I'm not quite sure if this is necessary:
 RESTRICT=strip



1.11 sys-libs/lib-compat-loki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Sep 2014 20:24:31 -   1.10
+++ ChangeLog   1 Jun 2015 20:41:14 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/lib-compat-loki
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog,v 1.10 
2014/09/07 20:24:31 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat-loki/ChangeLog,v 1.11 
2015/06/01 20:41:14 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  lib-compat-loki-0.2-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   07 Sep 2014; Ulrich Müller u...@gentoo.org -lib-compat-loki-0.2.ebuild:
   Remove old, bug 517932.






[gentoo-commits] gentoo-x86 commit in games-strategy/knights-demo: knights-demo-1.32-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:43:41

  Modified: knights-demo-1.32-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-strategy/knights-demo/knights-demo-1.32-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild?r1=1.3r2=1.4

Index: knights-demo-1.32-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- knights-demo-1.32-r1.ebuild 24 Mar 2015 03:16:10 -  1.3
+++ knights-demo-1.32-r1.ebuild 1 Jun 2015 20:43:41 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v
 1.3 2015/03/24 03:16:10 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/knights-demo/knights-demo-1.32-r1.ebuild,v
 1.4 2015/06/01 20:43:41 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils unpacker games
@@ -17,18 +17,11 @@
 RESTRICT=strip
 
 RDEPEND=sys-libs/glibc
-   || (
-   (
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
-   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
-   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
-   =x11-libs/libXi-1.7.2[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
+   =x11-libs/libXi-1.7.2[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.7  games-strategy/knights-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/knights-demo/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Mar 2015 03:16:10 -  1.6
+++ ChangeLog   1 Jun 2015 20:43:41 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/knights-demo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.6 
2015/03/24 03:16:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/knights-demo/ChangeLog,v 1.7 
2015/06/01 20:43:41 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  knights-demo-1.32-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   24 Mar 2015; Michael Sterrett mr_bon...@gentoo.org
   -knights-demo-1.32.ebuild, knights-demo-1.32-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-strategy/heroes3-demo: heroes3-demo-1.3.1a.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:46:04

  Modified: heroes3-demo-1.3.1a.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild?r1=1.9r2=1.10

Index: heroes3-demo-1.3.1a.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- heroes3-demo-1.3.1a.ebuild  13 Oct 2014 16:12:03 -  1.9
+++ heroes3-demo-1.3.1a.ebuild  1 Jun 2015 20:46:04 -   1.10
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
 1.9 2014/10/13 16:12:03 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
 1.10 2015/06/01 20:46:04 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils unpacker games
 
 MY_PN=${PN%-demo}
@@ -28,19 +27,16 @@
!ppc? (
x11-libs/libX11[abi_x86_32(-)]
)
-   amd64? (
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
)
 
-dir=${GAMES_PREFIX_OPT}/${PN}
+dir=${GAMES_PREFIX_OPT}/${PN}
 QA_PREBUILT=${dir:1}/*
 
 S=${WORKDIR}
 
 src_install() {
# Apply patch
-   loki_patch patch.dat data/ || die loki patch failed
+   loki_patch patch.dat data/ || die
 
local demo=data/demos/${MY_PN}_demo
 
@@ -54,7 +50,7 @@
insinto ${dir}
exeinto ${dir}
doins -r ${demo}/*
-   rm ${D}/${dir}/{${exe_stub}*,*.sh} || die rm executables failed
+   rm ${D}/${dir}/{${exe_stub}*,*.sh} || die
doexe ${demo}/${exe}
 
einfo Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'.



1.10 games-strategy/heroes3-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/heroes3-demo/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Oct 2014 16:12:03 -  1.9
+++ ChangeLog   1 Jun 2015 20:46:04 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/heroes3-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.9 
2014/10/13 16:12:03 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 
1.10 2015/06/01 20:46:04 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  heroes3-demo-1.3.1a.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   13 Oct 2014; Michał Górny mgo...@gentoo.org heroes3-demo-1.3.1a.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-strategy/gorky17-demo: gorky17-demo-1.0.1.0.1-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:46:56

  Modified: gorky17-demo-1.0.1.0.1-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  
games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild?r1=1.3r2=1.4

Index: gorky17-demo-1.0.1.0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gorky17-demo-1.0.1.0.1-r1.ebuild29 Aug 2014 18:01:42 -  1.3
+++ gorky17-demo-1.0.1.0.1-r1.ebuild1 Jun 2015 20:46:56 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v
 1.3 2014/08/29 18:01:42 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v
 1.4 2015/06/01 20:46:56 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils unpacker versionator games
@@ -20,25 +20,13 @@
 RESTRICT=mirror bindist strip
 
 RDEPEND=
-   || (
-   (
-   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
-   =media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
-   =sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
-   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
-   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
-   )
-   amd64? (
-   (
-   
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-   )
+   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
+   =media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
+   =sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.13 games-strategy/gorky17-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gorky17-demo/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Aug 2014 18:01:42 -  1.12
+++ ChangeLog   1 Jun 2015 20:46:56 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/gorky17-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 
1.12 2014/08/29 18:01:42 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 
1.13 2015/06/01 20:46:56 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  gorky17-demo-1.0.1.0.1-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   29 Aug 2014; Michael Sterrett mr_bon...@gentoo.org
   gorky17-demo-1.0.1.0.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-strategy/darwinia: darwinia-1.4.0_beta9.ebuild darwinia-1.3.0.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:51:01

  Modified: darwinia-1.4.0_beta9.ebuild darwinia-1.3.0.ebuild
ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild?r1=1.16r2=1.17

Index: darwinia-1.4.0_beta9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- darwinia-1.4.0_beta9.ebuild 13 Oct 2014 16:41:00 -  1.16
+++ darwinia-1.4.0_beta9.ebuild 1 Jun 2015 20:51:01 -   1.17
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild,v 
1.16 2014/10/13 16:41:00 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild,v 
1.17 2015/06/01 20:51:01 mr_bones_ Exp $
 
 EAPI=5
-
 CDROM_OPTIONAL=yes
 inherit eutils unpacker cdrom games
 
@@ -20,20 +19,10 @@
 
 RDEPEND=
~virtual/libstdc++-3.3
-   || (
-   (
-   media-libs/libsdl[abi_x86_32(-)]
-   media-libs/libvorbis[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   media-libs/libsdl[abi_x86_32(-)]
+   media-libs/libvorbis[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.19 games-strategy/darwinia/darwinia-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild?r1=1.18r2=1.19

Index: darwinia-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- darwinia-1.3.0.ebuild   13 Oct 2014 16:41:00 -  1.18
+++ darwinia-1.3.0.ebuild   1 Jun 2015 20:51:01 -   1.19
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild,v 1.18 
2014/10/13 16:41:00 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild,v 1.19 
2015/06/01 20:51:01 mr_bones_ Exp $
 
 EAPI=5
-
 CDROM_OPTIONAL=yes
 inherit eutils unpacker cdrom games
 
@@ -19,20 +18,10 @@
 
 RDEPEND=
~virtual/libstdc++-3.3
-   || (
-   (
-   media-libs/libsdl[abi_x86_32(-)]
-   media-libs/libvorbis[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   media-libs/libsdl[abi_x86_32(-)]
+   media-libs/libvorbis[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.17 games-strategy/darwinia/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia/ChangeLog?rev=1.17view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in games-strategy/darwinia-demo: darwinia-demo-1.3.0.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:50:01

  Modified: darwinia-demo-1.3.0.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild?r1=1.14r2=1.15

Index: darwinia-demo-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- darwinia-demo-1.3.0.ebuild  13 Oct 2014 16:32:12 -  1.14
+++ darwinia-demo-1.3.0.ebuild  1 Jun 2015 20:50:01 -   1.15
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v
 1.14 2014/10/13 16:32:12 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v
 1.15 2015/06/01 20:50:01 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils unpacker games
 
 DESCRIPTION=Darwinia, the hyped indie game of the year. By the Uplink 
creators
@@ -18,18 +17,10 @@
 
 RDEPEND=
~virtual/libstdc++-3.3
-   || (
-   (
-   media-libs/libsdl[abi_x86_32(-)]
-   media-libs/libvorbis[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   media-libs/libsdl[abi_x86_32(-)]
+   media-libs/libvorbis[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.18 games-strategy/darwinia-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/darwinia-demo/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   13 Oct 2014 16:32:12 -  1.17
+++ ChangeLog   1 Jun 2015 20:50:01 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/darwinia-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 
1.17 2014/10/13 16:32:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 
1.18 2015/06/01 20:50:01 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  darwinia-demo-1.3.0.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   13 Oct 2014; Michał Górny mgo...@gentoo.org darwinia-demo-1.3.0.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-rpg/penumbra-collection: penumbra-collection-1.1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:56:21

  Modified: penumbra-collection-1.1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 
games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild?r1=1.9r2=1.10

Index: penumbra-collection-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- penumbra-collection-1.1.ebuild  18 Oct 2014 18:03:40 -  1.9
+++ penumbra-collection-1.1.ebuild  1 Jun 2015 20:56:21 -   1.10
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild,v
 1.9 2014/10/18 18:03:40 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/penumbra-collection/penumbra-collection-1.1.ebuild,v
 1.10 2015/06/01 20:56:21 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils unpacker gnome2-utils games
 
 MY_PN=PenumbraCollection
@@ -20,32 +19,21 @@
 
 RDEPEND=
x11-libs/fltk:1
-   || (
-   (
-   media-gfx/nvidia-cg-toolkit[abi_x86_32(-)]
-   =media-libs/fontconfig-2.10.92[abi_x86_32(-)]
-   =media-libs/freealut-1.1.0-r3[abi_x86_32(-)]
-   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
-   =media-libs/libogg-1.3.1[abi_x86_32(-)]
-   
=media-libs/libsdl-1.2.15-r5[X,sound,video,opengl,abi_x86_32(-)]
-   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
-   
=media-libs/sdl-image-1.2.12-r1[gif,jpeg,png,abi_x86_32(-)]
-   =media-libs/sdl-ttf-2.0.11-r1[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   x11-libs/libXft[abi_x86_32(-)]
-   x11-libs/libXrender[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
+   media-gfx/nvidia-cg-toolkit[abi_x86_32(-)]
+   =media-libs/fontconfig-2.10.92[abi_x86_32(-)]
+   =media-libs/freealut-1.1.0-r3[abi_x86_32(-)]
+   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
+   =media-libs/libogg-1.3.1[abi_x86_32(-)]
+   =media-libs/libsdl-1.2.15-r5[X,sound,video,opengl,abi_x86_32(-)]
+   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
+   =media-libs/sdl-image-1.2.12-r1[gif,jpeg,png,abi_x86_32(-)]
+   =media-libs/sdl-ttf-2.0.11-r1[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXft[abi_x86_32(-)]
+   x11-libs/libXrender[abi_x86_32(-)]
 DEPEND=app-arch/xz-utils
 
 gamedir=${GAMES_PREFIX_OPT}/${MY_PN}



1.10 games-rpg/penumbra-collection/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/penumbra-collection/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/penumbra-collection/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Nov 2014 23:19:28 -  1.9
+++ ChangeLog   1 Jun 2015 20:56:21 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/penumbra-collection
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/penumbra-collection/ChangeLog,v 
1.9 2014/11/25 23:19:28 hasufell Exp $
+# Copyright 

[gentoo-commits] gentoo-x86 commit in games-rpg/dungeon-defenders: dungeon-defenders-20130305.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:59:53

  Modified: dungeon-defenders-20130305.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  
games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild?r1=1.6r2=1.7

Index: dungeon-defenders-20130305.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dungeon-defenders-20130305.ebuild   15 Oct 2014 10:14:11 -  1.6
+++ dungeon-defenders-20130305.ebuild   1 Jun 2015 20:59:53 -   1.7
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild,v
 1.6 2014/10/15 10:14:11 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild,v
 1.7 2015/06/01 20:59:53 mr_bones_ Exp $
 
 # TODO: unbundle SDL-2 when it gets released
 
 EAPI=5
-
 inherit check-reqs eutils gnome2-utils unpacker games
 
 TIMESTAMP=${PV:4:2}${PV:6:2}${PV:0:4}
@@ -30,28 +29,18 @@
 DEPEND=app-arch/unzip
 RDEPEND=
x11-misc/xdg-utils
-   || (
-   (
-   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
-   =media-sound/pulseaudio-5.0[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXScrnSaver[abi_x86_32(-)]
-   x11-libs/libXcursor[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   x11-libs/libXi[abi_x86_32(-)]
-   x11-libs/libXinerama[abi_x86_32(-)]
-   x11-libs/libXrandr[abi_x86_32(-)]
-   x11-libs/libXxf86vm[abi_x86_32(-)]
-   !bundled-libs? ( 
=media-libs/openal-1.15.1[abi_x86_32(-)] )
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-soundlibs[alsa,-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
+   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
+   =media-sound/pulseaudio-5.0[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXScrnSaver[abi_x86_32(-)]
+   x11-libs/libXcursor[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXi[abi_x86_32(-)]
+   x11-libs/libXinerama[abi_x86_32(-)]
+   x11-libs/libXrandr[abi_x86_32(-)]
+   x11-libs/libXxf86vm[abi_x86_32(-)]
+   !bundled-libs? ( =media-libs/openal-1.15.1[abi_x86_32(-)] )
 
 S=${WORKDIR}/data
 



1.8  games-rpg/dungeon-defenders/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Nov 2014 23:17:22 -  1.7
+++ ChangeLog   1 Jun 2015 20:59:53 -   1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/dungeon-defenders
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog,v 1.7 
2014/11/25 23:17:22 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog,v 1.8 
2015/06/01 20:59:53 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  dungeon-defenders-20130305.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in games-rpg/eschalon-book-1-demo: eschalon-book-1-demo-106.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:58:52

  Modified: eschalon-book-1-demo-106.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  
games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?r1=1.5r2=1.6

Index: eschalon-book-1-demo-106.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eschalon-book-1-demo-106.ebuild 15 Oct 2014 10:08:02 -  1.5
+++ eschalon-book-1-demo-106.ebuild 1 Jun 2015 20:58:52 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v
 1.5 2014/10/15 10:08:02 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v
 1.6 2015/06/01 20:58:52 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -17,25 +17,15 @@
 QA_PREBUILT=${GAMES_PREFIX_OPT:1}/${PN}/Eschalon Book I Demo
 
 RDEPEND=
-   || (
-   (
-   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXxf86vm[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
-DEPEND=
+   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXxf86vm[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}/Eschalon Book I Demo
 
-src_install () {
+src_install() {
insinto ${GAMES_PREFIX_OPT}/${PN}
doins -r data music sound *pdf *pak help.txt
 



1.9  games-rpg/eschalon-book-1-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   15 Oct 2014 10:08:02 -  1.8
+++ ChangeLog   1 Jun 2015 20:58:52 -   1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/eschalon-book-1-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v 
1.8 2014/10/15 10:08:02 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v 
1.9 2015/06/01 20:58:52 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  eschalon-book-1-demo-106.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   15 Oct 2014; Pacho Ramos pa...@gentoo.org eschalon-book-1-demo-106.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in media-video/binkplayer: binkplayer-1.99w.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:40:06

  Modified: binkplayer-1.99w.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 media-video/binkplayer/binkplayer-1.99w.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild?r1=1.10r2=1.11

Index: binkplayer-1.99w.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- binkplayer-1.99w.ebuild 2 Nov 2014 05:38:52 -   1.10
+++ binkplayer-1.99w.ebuild 1 Jun 2015 20:40:06 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.10 
2014/11/02 05:38:52 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.11 
2015/06/01 20:40:06 mr_bones_ Exp $
 
 EAPI=5
 DESCRIPTION=Bink Video! Player
@@ -17,16 +17,8 @@
 
 DEPEND=app-arch/unzip
 RDEPEND=
-   || (
-   (
-   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
-   =media-libs/openal-1.15.1-r1[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   )
-   )
-
+   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
+   =media-libs/openal-1.15.1-r1[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.35 media-video/binkplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/binkplayer/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   2 Nov 2014 05:38:52 -   1.34
+++ ChangeLog   1 Jun 2015 20:40:06 -   1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/binkplayer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.34 
2014/11/02 05:38:52 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.35 
2015/06/01 20:40:06 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org binkplayer-1.99w.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   02 Nov 2014; Michael Sterrett mr_bon...@gentoo.org binkplayer-1.99w.ebuild:
   use QA_PREBUILT






[gentoo-commits] gentoo-x86 commit in games-strategy/coldwar-demo: coldwar-demo-1-r2.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:52:07

  Modified: coldwar-demo-1-r2.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild?r1=1.2r2=1.3

Index: coldwar-demo-1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coldwar-demo-1-r2.ebuild25 Jun 2014 17:28:08 -  1.2
+++ coldwar-demo-1-r2.ebuild1 Jun 2015 20:52:07 -   1.3
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild,v 
1.2 2014/06/25 17:28:08 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/coldwar-demo-1-r2.ebuild,v 
1.3 2015/06/01 20:52:07 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils unpacker games
 
 MY_PN=${PN%-demo}
@@ -19,28 +18,14 @@
 RESTRICT=mirror bindist strip
 
 RDEPEND=
-   || (
-   (
-   =dev-libs/glib-2.34.3[abi_x86_32(-)]
-   =media-libs/libogg-1.3.0[abi_x86_32(-)]
-   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
-   =media-libs/openal-1.15.1[abi_x86_32(-)]
-   =media-libs/smpeg-0.4.4-r10[abi_x86_32(-)]
-   =virtual/opengl-7.0-r1[abi_x86_32(-)]
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
-   )
-   amd64? (
-   (
-   
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-   )
-DEPEND=
+   =dev-libs/glib-2.34.3[abi_x86_32(-)]
+   =media-libs/libogg-1.3.0[abi_x86_32(-)]
+   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
+   =media-libs/openal-1.15.1[abi_x86_32(-)]
+   =media-libs/smpeg-0.4.4-r10[abi_x86_32(-)]
+   =virtual/opengl-7.0-r1[abi_x86_32(-)]
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
 
 S=${WORKDIR}
 dir=${GAMES_PREFIX_OPT}/${PN}



1.12 games-strategy/coldwar-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar-demo/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   29 Aug 2014 17:58:52 -  1.11
+++ ChangeLog   1 Jun 2015 20:52:07 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/coldwar-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/ChangeLog,v 
1.11 2014/08/29 17:58:52 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar-demo/ChangeLog,v 
1.12 2015/06/01 20:52:07 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
coldwar-demo-1-r2.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   29 Aug 2014; Michael Sterrett mr_bon...@gentoo.org
   -coldwar-demo-1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-strategy/coldwar: coldwar-1.0.1-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:53:04

  Modified: coldwar-1.0.1-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-strategy/coldwar/coldwar-1.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild?r1=1.3r2=1.4

Index: coldwar-1.0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coldwar-1.0.1-r1.ebuild 29 Aug 2014 17:58:08 -  1.3
+++ coldwar-1.0.1-r1.ebuild 1 Jun 2015 20:53:04 -   1.4
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild,v 1.3 
2014/08/29 17:58:08 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/coldwar/coldwar-1.0.1-r1.ebuild,v 1.4 
2015/06/01 20:53:04 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils unpacker cdrom versionator games
 
 PV_MAJOR=$(get_version_component_range 1-2)
@@ -20,28 +19,14 @@
 RESTRICT=mirror bindist strip
 
 RDEPEND=
-   || (
-   (
-   =dev-libs/glib-2.34.3[abi_x86_32(-)]
-   =media-libs/libogg-1.3.0[abi_x86_32(-)]
-   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
-   =media-libs/openal-1.15.1[abi_x86_32(-)]
-   =media-libs/smpeg-0.4.4-r10[abi_x86_32(-)]
-   =virtual/opengl-7.0-r1[abi_x86_32(-)]
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
-   )
-   amd64? (
-   (
-   
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-   )
-DEPEND=
+   =dev-libs/glib-2.34.3[abi_x86_32(-)]
+   =media-libs/libogg-1.3.0[abi_x86_32(-)]
+   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
+   =media-libs/openal-1.15.1[abi_x86_32(-)]
+   =media-libs/smpeg-0.4.4-r10[abi_x86_32(-)]
+   =virtual/opengl-7.0-r1[abi_x86_32(-)]
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
 
 S=${WORKDIR}
 



1.9  games-strategy/coldwar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/coldwar/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/coldwar/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 Aug 2014 17:58:08 -  1.8
+++ ChangeLog   1 Jun 2015 20:53:04 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/coldwar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/ChangeLog,v 1.8 
2014/08/29 17:58:08 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/coldwar/ChangeLog,v 1.9 
2015/06/01 20:53:04 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org coldwar-1.0.1-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   29 Aug 2014; Michael Sterrett mr_bon...@gentoo.org -coldwar-1.0.1.ebuild,
   coldwar-1.0.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-simulation/bcs-demo: bcs-demo-1.3.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 20:54:49

  Modified: bcs-demo-1.3.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.14 games-simulation/bcs-demo/bcs-demo-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild?r1=1.13r2=1.14

Index: bcs-demo-1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bcs-demo-1.3.ebuild 27 Mar 2015 03:43:21 -  1.13
+++ bcs-demo-1.3.ebuild 1 Jun 2015 20:54:49 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.13 
2015/03/27 03:43:21 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.14 
2015/06/01 20:54:49 mr_bones_ Exp $
 
 EAPI=5
 inherit unpacker games
@@ -17,21 +17,12 @@
 RESTRICT=strip
 
 RDEPEND=sys-libs/glibc
-   || (
-   (
-   media-libs/libsdl[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   x11-libs/libXau[abi_x86_32(-)]
-   x11-libs/libXdmcp[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   media-libs/libsdl[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXau[abi_x86_32(-)]
+   x11-libs/libXdmcp[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}
 
@@ -47,8 +38,8 @@
 src_install() {
dodir ${dir} ${GAMES_BINDIR}
 
-   tar -zxf bcsdemo.tar.gz -C ${Ddir} || die extracting bcsdemo.tar.gz
-   rm -f ${Ddir}/bcs-linux-openal-fixer.sh
+   tar -zxf bcsdemo.tar.gz -C ${Ddir} || die
+   rm -f ${Ddir}/bcs-linux-openal-fixer.sh || die
 
exeinto ${dir}
 #  doexe bin/Linux/x86/rungame.sh



1.14 games-simulation/bcs-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/bcs-demo/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   27 Mar 2015 03:43:21 -  1.13
+++ ChangeLog   1 Jun 2015 20:54:49 -   1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/bcs-demo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.13 
2015/03/27 03:43:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.14 
2015/06/01 20:54:49 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org bcs-demo-1.3.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   27 Mar 2015; Michael Sterrett mr_bon...@gentoo.org bcs-demo-1.3.ebuild:
   update HOMEPAGE (bug #457888)






[gentoo-commits] gentoo-x86 commit in games-rpg/dear-esther: dear-esther-20130608.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:00:38

  Modified: dear-esther-20130608.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-rpg/dear-esther/dear-esther-20130608.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild?r1=1.4r2=1.5

Index: dear-esther-20130608.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dear-esther-20130608.ebuild 25 Feb 2015 15:55:30 -  1.4
+++ dear-esther-20130608.ebuild 1 Jun 2015 21:00:38 -   1.5
@@ -1,11 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild,v 1.4 
2015/02/25 15:55:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild,v 1.5 
2015/06/01 21:00:38 mr_bones_ Exp $
 
 # TODO: unbundle libSDL2
 
 EAPI=5
-
 inherit eutils gnome2-utils unpacker games
 
 TIMESTAMP=${PV:4:2}${PV:6:2}${PV:0:4}
@@ -25,21 +24,11 @@
 
 DEPEND=app-arch/unzip
 RDEPEND=
-   || (
-   (
-   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
-   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
-   =media-libs/openal-1.15.1[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
+   =media-libs/freetype-2.5.0.1[abi_x86_32(-)]
+   =media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
+   =media-libs/openal-1.15.1[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}/data
 



1.6  games-rpg/dear-esther/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dear-esther/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Feb 2015 15:55:30 -  1.5
+++ ChangeLog   1 Jun 2015 21:00:38 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/dear-esther
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/ChangeLog,v 1.5 
2015/02/25 15:55:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/ChangeLog,v 1.6 
2015/06/01 21:00:38 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  dear-esther-20130608.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   25 Feb 2015; Agostino Sarubbo a...@gentoo.org dear-esther-20130608.ebuild:
   Stable for x86, wrt bug #540454






[gentoo-commits] gentoo-x86 commit in games-puzzle/hoh-bin: hoh-bin-1.01.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:33:24

  Modified: hoh-bin-1.01.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.16 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.15r2=1.16

Index: hoh-bin-1.01.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hoh-bin-1.01.ebuild 15 Oct 2014 10:33:55 -  1.15
+++ hoh-bin-1.01.ebuild 1 Jun 2015 21:33:24 -   1.16
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 
1.15 2014/10/15 10:33:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 
1.16 2015/06/01 21:33:24 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils games
 
 DESCRIPTION=PC remake of the spectrum game, Head Over Heels
@@ -16,17 +15,7 @@
 IUSE=
 RESTRICT=strip
 
-RDEPEND=
-   || (
-   (
-   x11-libs/libX11[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
-
-DEPEND=
+RDEPEND=x11-libs/libX11[abi_x86_32(-)]
 
 S=${WORKDIR}/hoh-install-${PV}
 
@@ -49,10 +38,10 @@
local DATADIR=${GAMES_PREFIX_OPT}/HoH/data
local DOCDIR=${GAMES_PREFIX_OPT}/HoH/docs
 
-   dogamesbin ${T}/hoh || die dogames bin failed
+   dogamesbin ${T}/hoh
dodir ${DATADIR} ${DOCDIR}
-   cp -pPRf data/* ${D}/${DATADIR}/ || die cp failed (data)
-   cp -pPRf docs/* ${D}/${DOCDIR}/  || die cp failed (docs)
+   cp -pPRf data/* ${D}/${DATADIR}/ || die
+   cp -pPRf docs/* ${D}/${DOCDIR}/  || die
make_desktop_entry hoh Head Over Heels
prepgamesdirs
 }



1.15 games-puzzle/hoh-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Oct 2014 10:33:55 -  1.14
+++ ChangeLog   1 Jun 2015 21:33:24 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/hoh-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.14 
2014/10/15 10:33:55 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.15 
2015/06/01 21:33:24 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org hoh-bin-1.01.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   15 Oct 2014; Pacho Ramos pa...@gentoo.org hoh-bin-1.01.ebuild:
   Support multilib providers for deps. Bump to EAPI=5.






[gentoo-commits] gentoo-x86 commit in games-arcade/jardinains: jardinains-2.0-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:40:34

  Modified: jardinains-2.0-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-arcade/jardinains/jardinains-2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?r1=1.5r2=1.6

Index: jardinains-2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jardinains-2.0-r1.ebuild25 Feb 2015 15:57:14 -  1.5
+++ jardinains-2.0-r1.ebuild1 Jun 2015 21:40:34 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v 1.5 
2015/02/25 15:57:14 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v 1.6 
2015/06/01 21:40:34 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -19,26 +19,18 @@
 DEPEND=
 RDEPEND=sys-libs/libstdc++-v3:5
amd64? ( sys-libs/libstdc++-v3:5[multilib] )
-   || (
-   (
-   =virtual/opengl-7.0-r1[abi_x86_32(-)]
-   =virtual/glu-9.0-r1[abi_x86_32(-)]
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
-   )
-   amd64? (
-   
=app-emulation/emul-linux-x86-xlibs-1.0-r1[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   )
-   )
+   =virtual/opengl-7.0-r1[abi_x86_32(-)]
+   =virtual/glu-9.0-r1[abi_x86_32(-)]
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
 
 dir=${GAMES_PREFIX_OPT}/${PN}
 QA_PREBUILT=${dir:1}/${PN}
 
 src_unpack() {
unpack JN2_1_FREE_LIN.tar.gz
-   cd ${WORKDIR}
-   mv Jardinains 2! ${P}
+   cd ${WORKDIR} || die
+   mv Jardinains 2! ${P} || die
 }
 
 src_prepare() {
@@ -49,9 +41,9 @@
 
 src_install() {
exeinto ${dir}
-   doexe jardinains || die
+   doexe jardinains
insinto ${dir}
-   doins -r LICENSE.txt data help || die doins failed
+   doins -r LICENSE.txt data help
 
games_make_wrapper jardinains ./jardinains ${dir} ${dir}
 
@@ -66,6 +58,6 @@
games_pkg_postinst
elog Due to the way this software is designed all user preferences for
elog graphics, audio and other in game data are shared among all users
-   elog of the computer. For that reason some files in the instalation   
+   elog of the computer. For that reason some files in the installation
elog folder are writable by any user in the games group.
 }



1.14 games-arcade/jardinains/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   12 Mar 2015 18:44:22 -  1.13
+++ ChangeLog   1 Jun 2015 21:40:34 -   1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/jardinains
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v 1.13 
2015/03/12 18:44:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v 1.14 
2015/06/01 21:40:34 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
jardinains-2.0-r1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   12 Mar 2015; Michael Sterrett mr_bon...@gentoo.org -jardinains-2.0.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in games-arcade/dynamitejack: dynamitejack-1.0.23-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:41:33

  Modified: dynamitejack-1.0.23-r1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild?r1=1.3r2=1.4

Index: dynamitejack-1.0.23-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dynamitejack-1.0.23-r1.ebuild   27 May 2015 11:23:54 -  1.3
+++ dynamitejack-1.0.23-r1.ebuild   1 Jun 2015 21:41:33 -   1.4
@@ -1,11 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild,v
 1.3 2015/05/27 11:23:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild,v
 1.4 2015/06/01 21:41:33 mr_bones_ Exp $
 
 # TODO: icon
 
 EAPI=5
-
 inherit eutils games
 
 DESCRIPTION=A stealth game with bombs in glorious 2D
@@ -22,34 +21,25 @@
 QA_PREBUILT=${MYGAMEDIR#/}/bin/*
 
 # linked to pulseaudio
-RDEPEND=|| (
-   (
-   =virtual/opengl-7.0-r1[abi_x86_32(-)]
-   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
-   =media-libs/flac-1.2.1-r5[abi_x86_32(-)]
-   =media-libs/libogg-1.3.0[abi_x86_32(-)]
-   
=media-libs/libsdl-1.2.15-r4[X,sound,joystick,opengl,video,abi_x86_32(-)]
-   =media-libs/libsndfile-1.0.25[abi_x86_32(-)]
-   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
-   =media-sound/pulseaudio-2.1-r1[abi_x86_32(-)]
-   =virtual/glu-9.0-r1[abi_x86_32(-)]
-   =x11-libs/libICE-1.0.8-r1[abi_x86_32(-)]
-   =x11-libs/libSM-1.2.1-r1[abi_x86_32(-)]
-   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
-   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
-   =x11-libs/libxcb-1.9.1[abi_x86_32(-)]
-   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
-   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
-   =x11-libs/libXi-1.7.2[abi_x86_32(-)]
-   =x11-libs/libXtst-1.2.1-r1[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-soundlibs[alsa,-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-)
+RDEPEND=
+   =virtual/opengl-7.0-r1[abi_x86_32(-)]
+   =media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)]
+   =media-libs/flac-1.2.1-r5[abi_x86_32(-)]
+   =media-libs/libogg-1.3.0[abi_x86_32(-)]
+   
=media-libs/libsdl-1.2.15-r4[X,sound,joystick,opengl,video,abi_x86_32(-)]
+   =media-libs/libsndfile-1.0.25[abi_x86_32(-)]
+   =media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)]
+   =media-sound/pulseaudio-2.1-r1[abi_x86_32(-)]
+   =virtual/glu-9.0-r1[abi_x86_32(-)]
+   =x11-libs/libICE-1.0.8-r1[abi_x86_32(-)]
+   =x11-libs/libSM-1.2.1-r1[abi_x86_32(-)]
+   =x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   =x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+   =x11-libs/libxcb-1.9.1[abi_x86_32(-)]
+   =x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   =x11-libs/libXext-1.3.2[abi_x86_32(-)]
+   =x11-libs/libXi-1.7.2[abi_x86_32(-)]
+   =x11-libs/libXtst-1.2.1-r1[abi_x86_32(-)]
 
 S=${WORKDIR}/${PN}
 



1.11 games-arcade/dynamitejack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/dynamitejack/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/dynamitejack/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   27 May 2015 11:23:54 -  1.10
+++ ChangeLog   1 Jun 2015 21:41:33 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/dynamitejack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 

[gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 22:10:22

  Modified: supertuxkart-0.8.1.ebuild ChangeLog
  Log:
  add slot to virtual/jpeg
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-action/supertuxkart/supertuxkart-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild?r1=1.6r2=1.7

Index: supertuxkart-0.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- supertuxkart-0.8.1.ebuild   25 Sep 2014 20:50:13 -  1.6
+++ supertuxkart-0.8.1.ebuild   1 Jun 2015 22:10:22 -   1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 
1.6 2014/09/25 20:50:13 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.1.ebuild,v 
1.7 2015/06/01 22:10:22 mr_bones_ Exp $
 
 EAPI=5
 inherit gnome2-utils cmake-utils eutils games
@@ -27,7 +27,7 @@
net-misc/curl
sys-libs/zlib
virtual/glu
-   virtual/jpeg
+   virtual/jpeg:0
virtual/libintl
virtual/opengl
x11-libs/libX11



1.45 games-action/supertuxkart/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   25 Sep 2014 20:50:13 -  1.44
+++ ChangeLog   1 Jun 2015 22:10:22 -   1.45
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.44 
2014/09/25 20:50:13 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.45 
2015/06/01 22:10:22 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  supertuxkart-0.8.1.ebuild:
+  add slot to virtual/jpeg
 
   25 Sep 2014; Alfredo Tupone tup...@gentoo.org supertuxkart-0.8.1.ebuild,
   +files/supertuxkart-0.8.1-jpeg9.patch:






[gentoo-commits] gentoo-x86 commit in media-libs/sdl2-image: sdl2-image-2.0.0-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 22:32:19

  Modified: sdl2-image-2.0.0-r1.ebuild ChangeLog
  Log:
  add some slot deps for repoman
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild?r1=1.4r2=1.5

Index: sdl2-image-2.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdl2-image-2.0.0-r1.ebuild  19 Apr 2015 09:43:12 -  1.4
+++ sdl2-image-2.0.0-r1.ebuild  1 Jun 2015 22:32:19 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild,v 1.4 
2015/04/19 09:43:12 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild,v 1.5 
2015/06/01 22:32:19 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -19,8 +19,8 @@
=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
png? ( =media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   jpeg? ( =virtual/jpeg-0-r2[${MULTILIB_USEDEP}] )
-   tiff? ( =media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}] )
+   jpeg? ( =virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   tiff? ( =media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
webp? ( =media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )
 DEPEND=${RDEPEND}
 



1.7  media-libs/sdl2-image/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-image/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-image/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Apr 2015 09:43:12 -  1.6
+++ ChangeLog   1 Jun 2015 22:32:19 -   1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sdl2-image
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-image/ChangeLog,v 1.6 
2015/04/19 09:43:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-image/ChangeLog,v 1.7 
2015/06/01 22:32:19 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  sdl2-image-2.0.0-r1.ebuild:
+  add some slot deps for repoman
 
   19 Apr 2015; Pacho Ramos pa...@gentoo.org sdl2-image-2.0.0-r1.ebuild:
   x86 stable wrt bug #537328






[gentoo-commits] gentoo-x86 commit in games-action/gltron: gltron-0.70-r1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 22:33:01

  Modified: gltron-0.70-r1.ebuild ChangeLog
  Log:
  add slot to media-libs/libpng dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 games-action/gltron/gltron-0.70-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild?r1=1.11r2=1.12

Index: gltron-0.70-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gltron-0.70-r1.ebuild   6 Feb 2015 22:03:22 -   1.11
+++ gltron-0.70-r1.ebuild   1 Jun 2015 22:33:01 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 
1.11 2015/02/06 22:03:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 
1.12 2015/06/01 22:33:01 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -16,7 +16,7 @@
 IUSE=
 
 DEPEND=virtual/opengl
-   media-libs/libpng
+   media-libs/libpng:0
media-libs/libsdl[sound,video]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-sound[vorbis,mikmod]



1.20 games-action/gltron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   6 Feb 2015 22:03:22 -   1.19
+++ ChangeLog   1 Jun 2015 22:33:01 -   1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/gltron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.19 
2015/02/06 22:03:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.20 
2015/06/01 22:33:01 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org gltron-0.70-r1.ebuild:
+  add slot to media-libs/libpng dep
 
   06 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
   +files/gltron-0.70-gcc49.patch, files/gltron-0.70-configure.patch,






[gentoo-commits] gentoo-x86 commit in media-libs/devil: devil-1.7.8-r2.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 22:43:24

  Modified: devil-1.7.8-r2.ebuild ChangeLog
  Log:
  add slot dep for repoman
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  media-libs/devil/devil-1.7.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild?r1=1.3r2=1.4

Index: devil-1.7.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- devil-1.7.8-r2.ebuild   29 Jan 2015 17:28:34 -  1.3
+++ devil-1.7.8-r2.ebuild   1 Jun 2015 22:43:24 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild,v 
1.3 2015/01/29 17:28:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8-r2.ebuild,v 
1.4 2015/06/01 22:43:24 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -19,7 +19,7 @@
 RDEPEND=allegro? ( media-libs/allegro:0 )
gif? ( media-libs/giflib )
glut? ( media-libs/freeglut )
-   jpeg? ( virtual/jpeg )
+   jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/jasper )
mng? ( media-libs/libmng )
nvtt? ( media-gfx/nvidia-texture-tools )



1.66 media-libs/devil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   29 Jan 2015 17:28:34 -  1.65
+++ ChangeLog   1 Jun 2015 22:43:24 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/devil
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.65 
2015/01/29 17:28:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.66 
2015/06/01 22:43:24 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org devil-1.7.8-r2.ebuild:
+  add slot dep for repoman
 
   29 Jan 2015; Michał Górny mgo...@gentoo.org devil-1.7.8-r2.ebuild:
   Switch to CPU_FLAGS_X86.






[gentoo-commits] gentoo-x86 commit in games-kids/crayon-physics: crayon-physics-55.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:35:46

  Modified: crayon-physics-55.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-kids/crayon-physics/crayon-physics-55.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild?r1=1.10r2=1.11

Index: crayon-physics-55.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- crayon-physics-55.ebuild29 May 2015 08:08:58 -  1.10
+++ crayon-physics-55.ebuild1 Jun 2015 21:35:46 -   1.11
@@ -1,9 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 
1.10 2015/05/29 08:08:58 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-kids/crayon-physics/crayon-physics-55.ebuild,v 
1.11 2015/06/01 21:35:46 mr_bones_ Exp $
 
 EAPI=5
-
 inherit eutils gnome2-utils games
 
 DESCRIPTION=2D physics puzzle/sandbox game with drawing
@@ -22,23 +21,12 @@
 
 # fuck this pulseaudio linkage
 RDEPEND=
-   || (
-   (
-   media-sound/pulseaudio[abi_x86_32(-)]
-   dev-qt/qtcore:4[abi_x86_32(-)]
-   dev-qt/qtgui:4[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-qtlibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   media-sound/pulseaudio[abi_x86_32(-)]
+   dev-qt/qtcore:4[abi_x86_32(-)]
+   dev-qt/qtgui:4[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
x86? (
!bundled-libs? (
media-libs/libmikmod



1.12 games-kids/crayon-physics/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/crayon-physics/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   29 May 2015 08:08:58 -  1.11
+++ ChangeLog   1 Jun 2015 21:35:46 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/crayon-physics
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.11 
2015/05/29 08:08:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/crayon-physics/ChangeLog,v 1.12 
2015/06/01 21:35:46 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
crayon-physics-55.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   29 May 2015; Michael Sterrett mr_bon...@gentoo.org 
crayon-physics-55.ebuild:
   restore amd64 keyword now that the deps have caught up






[gentoo-commits] gentoo-x86 commit in games-emulation/zinc: zinc-1.1.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:37:33

  Modified: zinc-1.1.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-emulation/zinc/zinc-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild?r1=1.10r2=1.11

Index: zinc-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- zinc-1.1.ebuild 7 Feb 2015 13:29:48 -   1.10
+++ zinc-1.1.ebuild 1 Jun 2015 21:37:32 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.10 
2015/02/07 13:29:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.11 
2015/06/01 21:37:32 mr_bones_ Exp $
 
 EAPI=5
 inherit games
@@ -17,16 +17,8 @@
 QA_PREBUILT=${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so
 
 RDEPEND=
-   || (
-   (
-   x11-libs/libXext[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-   )
+   x11-libs/libXext[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
 
 S=${WORKDIR}/zinc
 



1.15 games-emulation/zinc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zinc/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   7 Feb 2015 13:29:48 -   1.14
+++ ChangeLog   1 Jun 2015 21:37:32 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/zinc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.14 
2015/02/07 13:29:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.15 
2015/06/01 21:37:32 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org zinc-1.1.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   07 Feb 2015; Agostino Sarubbo a...@gentoo.org zinc-1.1.ebuild:
   Stable for amd64, wrt bug #539146






[gentoo-commits] gentoo-x86 commit in games-arcade/thinktanks-demo: thinktanks-demo-1.1-r2.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:38:20

  Modified: thinktanks-demo-1.1-r2.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild?r1=1.3r2=1.4

Index: thinktanks-demo-1.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thinktanks-demo-1.1-r2.ebuild   1 Feb 2015 11:34:43 -   1.3
+++ thinktanks-demo-1.1-r2.ebuild   1 Jun 2015 21:38:20 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild,v
 1.3 2015/02/01 11:34:43 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild,v
 1.4 2015/06/01 21:38:20 mr_bones_ Exp $
 
 EAPI=5
 inherit unpacker games
@@ -15,20 +15,12 @@
 IUSE=
 RESTRICT=strip
 
-DEPEND=
-RDEPEND=|| (
-   (
-   media-libs/libsdl[video,joystick,abi_x86_32(-)]
-   media-libs/libogg[abi_x86_32(-)]
-   media-libs/libvorbis[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x11-libs/libXext[abi_x86_32(-)]
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-   app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-   )
-)
+RDEPEND=
+   media-libs/libsdl[video,joystick,abi_x86_32(-)]
+   media-libs/libogg[abi_x86_32(-)]
+   media-libs/libvorbis[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
 
 S=${WORKDIR}
 dir=${GAMES_PREFIX_OPT}/${PN}
@@ -38,7 +30,7 @@
 src_install() {
dodir ${dir} ${GAMES_BINDIR}
 
-   tar -zxf ThinkTanks.tar.gz -C ${ED}/${dir} || die extracting 
ThinkTanks.tar.gz
+   tar -zxf ThinkTanks.tar.gz -C ${ED}/${dir} || die
 
exeinto ${dir}
doexe bin/Linux/x86/thinktanksdemo



1.15 games-arcade/thinktanks-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Feb 2015 03:58:37 -   1.14
+++ ChangeLog   1 Jun 2015 21:38:20 -   1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/thinktanks-demo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 
1.14 2015/02/05 03:58:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 
1.15 2015/06/01 21:38:20 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org
+  thinktanks-demo-1.1-r2.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   05 Feb 2015; Michael Sterrett mr_bon...@gentoo.org
   -thinktanks-demo-1.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: zsnes-1.51-r4.ebuild ChangeLog

2015-06-01 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/01 21:36:47

  Modified: zsnes-1.51-r4.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-emulation/zsnes/zsnes-1.51-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?r1=1.9r2=1.10

Index: zsnes-1.51-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zsnes-1.51-r4.ebuild24 Jan 2015 07:11:54 -  1.9
+++ zsnes-1.51-r4.ebuild1 Jun 2015 21:36:47 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.9 
2015/01/24 07:11:54 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.10 
2015/06/01 21:36:47 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -15,22 +15,12 @@
 IUSE=ao custom-cflags +debug opengl pax_kernel png
 
 RDEPEND=
-   || (
-   (
-   media-libs/libsdl[sound,video,abi_x86_32(-)]
-   =sys-libs/zlib-1.2.3-r1[abi_x86_32(-)]
-   ao? ( media-libs/libao[abi_x86_32(-)] )
-   debug? ( sys-libs/ncurses[abi_x86_32(-)] )
-   opengl? ( virtual/opengl[abi_x86_32(-)] )
-   png? ( media-libs/libpng[abi_x86_32(-)] )
-   )
-   amd64? (
-   app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   ao? ( 
app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
-   opengl? ( 
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
-   =app-emulation/emul-linux-x86-sdl-10.1[-abi_x86_32(-)]
-   )
-   )
+   media-libs/libsdl[sound,video,abi_x86_32(-)]
+   =sys-libs/zlib-1.2.3-r1[abi_x86_32(-)]
+   ao? ( media-libs/libao[abi_x86_32(-)] )
+   debug? ( sys-libs/ncurses[abi_x86_32(-)] )
+   opengl? ( virtual/opengl[abi_x86_32(-)] )
+   png? ( media-libs/libpng[abi_x86_32(-)] )
 DEPEND=${RDEPEND}
dev-lang/nasm
amd64? ( =sys-apps/portage-2.1 )



1.63 games-emulation/zsnes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   24 Jan 2015 07:11:54 -  1.62
+++ ChangeLog   1 Jun 2015 21:36:47 -   1.63
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/zsnes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.62 
2015/01/24 07:11:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.63 
2015/06/01 21:36:47 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett mr_bon...@gentoo.org zsnes-1.51-r4.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   24 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
   +files/zsnes-1.51-stack-align.patch, zsnes-1.51-r4.ebuild:






  1   2   3   4   5   6   7   8   9   10   >