[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.54-r1.ebuild ChangeLog webapp-config-1.54.ebuild

2015-07-10 Thread Devan Franchini (twitch153)
twitch15315/07/11 03:17:24

  Modified: ChangeLog
  Added:webapp-config-1.54-r1.ebuild
  Removed:  webapp-config-1.54.ebuild
  Log:
  Adds patch to fix regression in checking for pvr
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.136app-admin/webapp-config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   3 Jul 2015 20:29:17 -   1.135
+++ ChangeLog   11 Jul 2015 03:17:24 -  1.136
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.135 
2015/07/03 20:29:17 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.136 
2015/07/11 03:17:24 twitch153 Exp $
+
+*webapp-config-1.54-r1 (11 Jul 2015)
+
+  11 Jul 2015; Devan Franchini 
+  +files/webapp-config-1.54-pvr-check.patch, +webapp-config-1.54-r1.ebuild,
+  -webapp-config-1.54.ebuild:
+  Adds patch to fix regression in checking for pvr
 
 *webapp-config-1.54 (03 Jul 2015)
 



1.1  app-admin/webapp-config/webapp-config-1.54-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.54-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.54-r1.ebuild?rev=1.1&content-type=text/plain

Index: webapp-config-1.54-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.54-r1.ebuild,v 
1.1 2015/07/11 03:17:24 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

SRC_URI="http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"

DESCRIPTION="Gentoo's installer for web-based applications"
HOMEPAGE="http://sourceforge.net/projects/webapp-config/";

LICENSE="GPL-2"
SLOT="0"
IUSE="+portage"

DEPEND="app-text/xmlto
sys-apps/gentoo-functions"
RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"

python_prepare() {
epatch "${FILESDIR}/${P}-pvr-check.patch"
}
python_compile_all() {
emake -C doc/
}

python_install() {
# According to this discussion:
# 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
# distutils does not provide for specifying two different script install
# locations. Since we only install one script here the following should
# be ok
distutils-r1_python_install --install-scripts="/usr/sbin"
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/vhosts
doins config/webapp-config

keepdir /usr/share/webapps
keepdir /var/db/webapps

dodoc AUTHORS
doman doc/*.[58]
dohtml doc/*.[58].html
}

python_test() {
PYTHONPATH="." "${PYTHON}" WebappConfig/tests/external.py \
|| die "Testing failed with ${EPYTHON}"
}

pkg_postinst() {
elog "webapp-config now requires that all -I/-U/-C commands be followed"
elog "by the package name and package version of the webapp"
elog "eg.) 'webapp-config -d drupal -I drupal 8.0.0_beta10'"
elog "See 'man 8 webapp-config' for more information"
}






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config/files: webapp-config-1.54-pvr-check.patch

2015-07-10 Thread Devan Franchini (twitch153)
twitch15315/07/11 03:17:24

  Added:webapp-config-1.54-pvr-check.patch
  Log:
  Adds patch to fix regression in checking for pvr
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch?rev=1.1&content-type=text/plain

Index: webapp-config-1.54-pvr-check.patch
===
commit 9e251c7574d074e424ea19024f743c754f321979
Author: Devan Franchini 
Date:   Fri Jul 10 21:25:17 2015 -0400

config.py: Fixes package version checking regression

Previously webapp-config would not do any sanity checks when
setting the package version. After adding a sanity check in 1.54
I made the mistake of not being flexible enough and this caused
a regression that prevented web apps with versions such as
"20140929d"[1] to be installed. This commit fixes that while still
allowing for some sanity checking.

[1]: https://github.com/gentoo/webapp-config/issues/2

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 6c915c3..3a176a0 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -996,17 +996,20 @@ class Config:
 OUT.die('Invalid package name')
 
 if len(args) > 1:
-argsvr = args[1].split('.')
-if len(argsvr) == 1:
-OUT.die('Invalid package version: %(pvr)s'
+pvr = args[1]
+has_int = False # A package version should have at least 
one
+# numerical value, but we want to allow for
+# the flexibility of having any 
alphanumeric
+# value while checking to make sure it's 
sane.
+
+for char in pvr:
+if char.isdigit():
+has_int = True
+
+if not has_int:
+OUT.die('Invalid package version: "%(pvr)s"'
 % {'pvr': args[1]})
 
-pvr = ''
-for i in range(0, len(argsvr)):
-if not i == len(argsvr) - 1:
-pvr += argsvr[i] + '.'
-else:
-pvr += argsvr[i]
 self.config.set('USER', 'pvr', pvr)
 
 if (not options['dir'] and






[gentoo-commits] gentoo-x86 commit in www-apps/gallery/files: postupgrade-en.txt postinstall-en.txt

2015-07-03 Thread Devan Franchini (twitch153)
twitch15315/07/03 22:57:27

  Modified: postupgrade-en.txt postinstall-en.txt
  Log:
  Updates post{inst,upgrade} text files to reflect new webapp-config flag 
placement
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  www-apps/gallery/files/postupgrade-en.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?r1=1.1&r2=1.2

Index: postupgrade-en.txt
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postupgrade-en.txt  14 Mar 2013 02:10:01 -  1.1
+++ postupgrade-en.txt  3 Jul 2015 22:57:27 -   1.2
@@ -2,7 +2,7 @@
 
 1. Upgrade the webapp using
 
-webapp-config -U -h  -d  gallery X.Y.Z
+webapp-config -h  -d  -U gallery X.Y.Z
 
 2. Direct your browser to
 



1.8  www-apps/gallery/files/postinstall-en.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?r1=1.7&r2=1.8

Index: postinstall-en.txt
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postinstall-en.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- postinstall-en.txt  25 Mar 2013 13:52:25 -  1.7
+++ postinstall-en.txt  3 Jul 2015 22:57:27 -   1.8
@@ -2,7 +2,7 @@
 
 1. Install the webapp using
 
-   webapp-config -I -h  -d  gallery X.Y.Z
+   webapp-config -h  -d  -I gallery X.Y.Z
 
 where either the VHOST_HOSTNAME or VHOST_APPDIR are optional and X.Y.Z
 is the version of gallery you just emerged.






[gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog

2015-07-03 Thread Devan Franchini (twitch153)
twitch15315/07/03 22:57:27

  Modified: ChangeLog
  Log:
  Updates post{inst,upgrade} text files to reflect new webapp-config flag 
placement
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.213www-apps/gallery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.213&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.213&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   15 Apr 2014 14:03:19 -  1.212
+++ ChangeLog   3 Jul 2015 22:57:27 -   1.213
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/gallery
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.212 
2014/04/15 14:03:19 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.213 
2015/07/03 22:57:27 twitch153 Exp $
+
+  03 Jul 2015; Devan Franchini  files/postinstall-en.txt,
+  files/postupgrade-en.txt:
+  Updates post{inst,upgrade} text files to reflect new webapp-config flag
+  placement
 
   15 Apr 2014; Anthony G. Basile  gallery-2.3.2.ebuild,
   gallery-3.0.9.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.54.ebuild ChangeLog

2015-07-03 Thread Devan Franchini (twitch153)
twitch15315/07/03 20:29:17

  Modified: ChangeLog
  Added:webapp-config-1.54.ebuild
  Log:
  Adds webapp-config version 1.54
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.135app-admin/webapp-config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   22 Jun 2015 19:24:29 -  1.134
+++ ChangeLog   3 Jul 2015 20:29:17 -   1.135
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.134 
2015/06/22 19:24:29 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.135 
2015/07/03 20:29:17 twitch153 Exp $
+
+*webapp-config-1.54 (03 Jul 2015)
+
+  03 Jul 2015; Devan Franchini 
+  +webapp-config-1.54.ebuild:
+  Adds webapp-config version 1.54
 
   22 Jun 2015; Devan Franchini  
webapp-config-.ebuild:
   Updates to git-r3 eclass



1.1  app-admin/webapp-config/webapp-config-1.54.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.54.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.54.ebuild?rev=1.1&content-type=text/plain

Index: webapp-config-1.54.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.54.ebuild,v 1.1 
2015/07/03 20:29:17 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

SRC_URI="http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"

DESCRIPTION="Gentoo's installer for web-based applications"
HOMEPAGE="http://sourceforge.net/projects/webapp-config/";

LICENSE="GPL-2"
SLOT="0"
IUSE="+portage"

DEPEND="app-text/xmlto
sys-apps/gentoo-functions"
RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"

python_compile_all() {
emake -C doc/
}

python_install() {
# According to this discussion:
# 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
# distutils does not provide for specifying two different script install
# locations. Since we only install one script here the following should
# be ok
distutils-r1_python_install --install-scripts="/usr/sbin"
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/vhosts
doins config/webapp-config

keepdir /usr/share/webapps
keepdir /var/db/webapps

dodoc AUTHORS
doman doc/*.[58]
dohtml doc/*.[58].html
}

python_test() {
PYTHONPATH="." "${PYTHON}" WebappConfig/tests/external.py \
|| die "Testing failed with ${EPYTHON}"
}

pkg_postinst() {
elog "webapp-config now requires that all -I/-U/-C commands be followed"
elog "by the package name and package version of the webapp"
elog "eg.) 'webapp-config -d drupal -I drupal 8.0.0_beta10'"
elog "See 'man 8 webapp-config' for more information"
}






[gentoo-commits] gentoo-x86 commit in eclass: webapp.eclass

2015-07-02 Thread Devan Franchini (twitch153)
twitch15315/07/02 14:02:34

  Modified: webapp.eclass
  Log:
  webapp.eclass: Updates eclass to reflect migration from optparse to argparse
  
  These changes move the command line args for -I/-C/-U to the ${PN} and the 
${PV}
  vars. This ensures both forwards and backwards compatibility.

Revision  ChangesPath
1.74 eclass/webapp.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/webapp.eclass?r1=1.73&r2=1.74

Index: webapp.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- webapp.eclass   12 May 2015 15:15:31 -  1.73
+++ webapp.eclass   2 Jul 2015 14:02:34 -   1.74
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.73 2015/05/12 
15:15:31 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.74 2015/07/02 
14:02:34 twitch153 Exp $
 
 # @ECLASS: webapp.eclass
 # @MAINTAINER:
@@ -244,6 +244,7 @@
local my_file="$(webapp_strip_appdir "${1}")"
my_file="$(webapp_strip_cwd "${my_file}")"
 
+   elog "(server owned) ${my_file}"
echo "${my_file}" >> "${D}/${WA_SOLIST}"
 }
 
@@ -412,9 +413,7 @@
ewarn "This ebuild may be overwriting important files."
ewarn
echo
-   if has "${EAPI:-0}" 0 1 2; then
-   ebeep 10
-   fi
+   ebeep 10
elif [[ "$(echo ${my_output} | awk '{ print $1 }')" != "${PN}" ]]; then
echo
eerror "You already have ${my_output} installed in ${my_dir}"
@@ -502,12 +501,12 @@
elog "${PN}-${PVR} is not installed - using 
install mode"
fi
 
-   my_cmd="${WEBAPP_CONFIG} ${my_mode} -h localhost -u 
root -d ${INSTALL_DIR} ${PN} ${PVR}"
+   my_cmd="${WEBAPP_CONFIG} -h localhost -u root -d 
${INSTALL_DIR} ${my_mode} ${PN} ${PVR}"
elog "Running ${my_cmd}"
${my_cmd}
 
echo
-   local cleaner="${WEBAPP_CLEANER} -p -C /${PN}"
+   local cleaner="${WEBAPP_CLEANER} -p -C 
${CATEGORY}/${PN}"
einfo "Running ${cleaner}"
${cleaner}
else
@@ -518,7 +517,7 @@
elog
elog "To install ${PN}-${PVR} into a virtual host, run 
the following command:"
elog
-   elog "webapp-config -I -h  -d ${PN} ${PN} 
${PVR}"
+   elog "webapp-config -h  -d ${PN} -I ${PN} 
${PVR}"
elog
elog "For more details, see the webapp-config(8) man 
page"
fi
@@ -530,7 +529,7 @@
elog
elog "To install ${PN}-${PVR} into a virtual host, run the 
following command:"
elog
-   elog "webapp-config -I -h  -d ${PN} ${PN} ${PVR}"
+   elog "webapp-config -h  -d ${PN} -I ${PN} ${PVR}"
elog
elog "For more details, see the webapp-config(8) man page"
fi
@@ -554,7 +553,7 @@
if [[ -f "${x}"/.webapp ]]; then
. "${x}"/.webapp
if [[ -n "${WEB_HOSTNAME}" && -n 
"${WEB_INSTALLDIR}" ]]; then
-   ${WEBAPP_CONFIG} -C -h ${WEB_HOSTNAME} 
-d ${WEB_INSTALLDIR} ${PN} ${PVR}
+   ${WEBAPP_CONFIG} -h ${WEB_HOSTNAME} -d 
${WEB_INSTALLDIR} -C ${PN} ${PVR}
fi
else
ewarn "Cannot find file ${x}/.webapp"






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

2015-06-22 Thread Devan Franchini (twitch153)
twitch15315/06/22 21:08:35

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Updates git eclass to version r3
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.30 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- dolphin-.ebuild 10 Jun 2015 23:00:19 -  1.29
+++ dolphin-.ebuild 22 Jun 2015 21:08:35 -  1.30
@@ -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/dolphin/dolphin-.ebuild,v 1.29 
2015/06/10 23:00:19 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.30 
2015/06/22 21:08:35 twitch153 Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 if [[ ${PV} == * ]]
 then
EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin";
-   inherit git-2
+   inherit git-r3
KEYWORDS=""
 else
SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip";



1.42 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   10 Jun 2015 23:00:19 -  1.41
+++ ChangeLog   22 Jun 2015 21:08:35 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.41 
2015/06/10 23:00:19 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.42 
2015/06/22 21:08:35 twitch153 Exp $
+
+  22 Jun 2015; Devan Franchini  dolphin-.ebuild:
+  Updates git eclass to version r3
 
   10 Jun 2015; Devan Franchini  dolphin-.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-9999.ebuild ChangeLog

2015-06-22 Thread Devan Franchini (twitch153)
twitch15315/06/22 19:24:29

  Modified: webapp-config-.ebuild ChangeLog
  Log:
  Updates to git-r3 eclass
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.14 app-admin/webapp-config/webapp-config-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?r1=1.13&r2=1.14

Index: webapp-config-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- webapp-config-.ebuild   19 Jun 2015 23:11:06 -  1.13
+++ webapp-config-.ebuild   22 Jun 2015 19:24:29 -  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/app-admin/webapp-config/webapp-config-.ebuild,v 
1.13 2015/06/19 23:11:06 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v 
1.14 2015/06/22 19:24:29 twitch153 Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 if [[ ${PV} = * ]]
 then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
-   inherit git-2
+   inherit git-r3
KEYWORDS=""
 else
SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2";



1.134app-admin/webapp-config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   21 Jun 2015 20:14:50 -  1.133
+++ ChangeLog   22 Jun 2015 19:24:29 -  1.134
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.133 
2015/06/21 20:14:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.134 
2015/06/22 19:24:29 twitch153 Exp $
+
+  22 Jun 2015; Devan Franchini  
webapp-config-.ebuild:
+  Updates to git-r3 eclass
 
   21 Jun 2015; Mikle Kolyada  webapp-config-1.53-r2.ebuild:
   alpha stable wrt bug #530260






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-9999.ebuild ChangeLog

2015-06-19 Thread Devan Franchini (twitch153)
twitch15315/06/19 23:11:06

  Modified: webapp-config-.ebuild ChangeLog
  Log:
  Changes test suite file to external.py
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.13 app-admin/webapp-config/webapp-config-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?r1=1.12&r2=1.13

Index: webapp-config-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- webapp-config-.ebuild   25 Apr 2015 16:08:03 -  1.12
+++ webapp-config-.ebuild   19 Jun 2015 23:11:06 -  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/app-admin/webapp-config/webapp-config-.ebuild,v 
1.12 2015/04/25 16:08:03 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v 
1.13 2015/06/19 23:11:06 twitch153 Exp $
 
 EAPI="5"
 
@@ -58,7 +58,7 @@
 }
 
 python_test() {
-   PYTHONPATH="." "${PYTHON}" WebappConfig/tests/dtest.py \
+   PYTHONPATH="." "${PYTHON}" WebappConfig/tests/external.py \
|| die "Testing failed with ${EPYTHON}"
 }
 



1.132app-admin/webapp-config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   2 Jun 2015 05:23:25 -   1.131
+++ ChangeLog   19 Jun 2015 23:11:06 -  1.132
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.131 
2015/06/02 05:23:25 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.132 
2015/06/19 23:11:06 twitch153 Exp $
+
+  19 Jun 2015; Devan Franchini  
webapp-config-.ebuild:
+  Changes test suite file to external.py
 
   02 Jun 2015; Jack Morgan  webapp-config-1.53-r2.ebuild:
   sparc stable wrt bug #530260






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild metadata.xml ChangeLog

2015-06-10 Thread Devan Franchini (twitch153)
twitch15315/06/10 23:00:19

  Modified: dolphin-.ebuild metadata.xml ChangeLog
  Log:
  Adds lto USE flag for optional link-time optimizations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.29 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- dolphin-.ebuild 10 Jun 2015 22:55:51 -  1.28
+++ dolphin-.ebuild 10 Jun 2015 23:00:19 -  1.29
@@ -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/dolphin/dolphin-.ebuild,v 1.28 
2015/06/10 22:55:51 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.29 
2015/06/10 23:00:19 twitch153 Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"
+IUSE="alsa ao bluetooth doc ffmpeg lto +lzo openal opengl openmp portaudio 
pulseaudio"
 
 RDEPEND=">=media-libs/glew-1.10
>=media-libs/libsfml-2.1
@@ -119,6 +119,7 @@
"-Dplugindir=$(games_get_libdir)/${PN}"
"-DUSE_SHARED_ENET=ON"
$( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS )
+   $( cmake-utils_use_enable lto LTO )
$( cmake-utils_use openmp OPENMP )
)
 



1.2  games-emulation/dolphin/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml26 Aug 2013 04:24:59 -  1.1
+++ metadata.xml10 Jun 2015 23:00:19 -  1.2
@@ -1,6 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+
+   Add support for link-time optimizations.
+
 
 Dolphin is a Gamecube and Wii emulator. Most games run perfectly or with minor
 bugs. Games are playable at HD quality, with 1080p and more.



1.41 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   10 Jun 2015 22:55:51 -  1.40
+++ ChangeLog   10 Jun 2015 23:00:19 -  1.41
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.40 
2015/06/10 22:55:51 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.41 
2015/06/10 23:00:19 twitch153 Exp $
+
+  10 Jun 2015; Devan Franchini  dolphin-.ebuild,
+  metadata.xml:
+  Adds lto USE flag for optional link-time optimizations
 
   10 Jun 2015; Devan Franchini  dolphin-.ebuild:
   Enables looking for shared enet






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

2015-06-10 Thread Devan Franchini (twitch153)
twitch15315/06/10 22:55:51

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Enables looking for shared enet
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.28 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.27&r2=1.28

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- dolphin-.ebuild 6 Jun 2015 04:39:21 -   1.27
+++ dolphin-.ebuild 10 Jun 2015 22:55:51 -  1.28
@@ -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/dolphin/dolphin-.ebuild,v 1.27 
2015/06/06 04:39:21 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.28 
2015/06/10 22:55:51 twitch153 Exp $
 
 EAPI=5
 
@@ -117,6 +117,7 @@
"-Dprefix=${GAMES_PREFIX}"
"-Ddatadir=${GAMES_DATADIR}/${PN}"
"-Dplugindir=$(games_get_libdir)/${PN}"
+   "-DUSE_SHARED_ENET=ON"
$( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS )
$( cmake-utils_use openmp OPENMP )
)



1.40 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Jun 2015 04:39:21 -   1.39
+++ ChangeLog   10 Jun 2015 22:55:51 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.39 
2015/06/06 04:39:21 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.40 
2015/06/10 22:55:51 twitch153 Exp $
+
+  10 Jun 2015; Devan Franchini  dolphin-.ebuild:
+  Enables looking for shared enet
 
   06 Jun 2015; Devan Franchini  dolphin-.ebuild:
   Adds >net-libs/enet-1.3.7 as a dependency, bug #550850






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

2015-06-05 Thread Devan Franchini (twitch153)
twitch15315/06/06 04:39:22

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds >net-libs/enet-1.3.7 as a dependency, bug #550850
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.27 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.26&r2=1.27

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- dolphin-.ebuild 6 Jun 2015 03:31:28 -   1.26
+++ dolphin-.ebuild 6 Jun 2015 04:39:21 -   1.27
@@ -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/dolphin/dolphin-.ebuild,v 1.26 
2015/06/06 03:31:28 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.27 
2015/06/06 04:39:21 twitch153 Exp $
 
 EAPI=5
 
@@ -49,6 +49,7 @@
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
+   >net-libs/enet-1.3.7
>=sys-devel/gcc-4.9.0
x11-libs/wxGTK:${WX_GTK_VER}
"
@@ -93,20 +94,17 @@
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
-   # - enet: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals/GL . || die
-   mv Externals/enet . || die
mv Externals/gtest . || die
mv Externals/xxhash . || die
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
mv GL Externals || die
-   mv enet Externals || die
mv gtest Externals || die
mv xxhash Externals || die
 }



1.39 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   6 Jun 2015 03:31:28 -   1.38
+++ ChangeLog   6 Jun 2015 04:39:21 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.38 
2015/06/06 03:31:28 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.39 
2015/06/06 04:39:21 twitch153 Exp $
+
+  06 Jun 2015; Devan Franchini  dolphin-.ebuild:
+  Adds >net-libs/enet-1.3.7 as a dependency, bug #550850
 
   06 Jun 2015; Devan Franchini  dolphin-.ebuild:
   Changes required gcc version to >=4.9.0






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

2015-06-05 Thread Devan Franchini (twitch153)
twitch15315/06/06 03:31:28

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Changes required gcc version to >=4.9.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.26 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.25&r2=1.26

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- dolphin-.ebuild 30 Apr 2015 22:42:32 -  1.25
+++ dolphin-.ebuild 6 Jun 2015 03:31:28 -   1.26
@@ -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/dolphin/dolphin-.ebuild,v 1.25 
2015/04/30 22:42:32 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.26 
2015/06/06 03:31:28 twitch153 Exp $
 
 EAPI=5
 
@@ -49,13 +49,13 @@
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
-   >=sys-devel/gcc-4.6.0
+   >=sys-devel/gcc-4.9.0
x11-libs/wxGTK:${WX_GTK_VER}
"
 
 pkg_pretend() {
 
-   local ver=4.6.0
+   local ver=4.9.0
local msg="${PN} needs at least GCC ${ver} set to compile."
 
if [[ ${MERGE_TYPE} != binary ]]; then



1.38 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   2 May 2015 16:50:01 -   1.37
+++ ChangeLog   6 Jun 2015 03:31:28 -   1.38
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.37 
2015/05/02 16:50:01 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.38 
2015/06/06 03:31:28 twitch153 Exp $
+
+  06 Jun 2015; Devan Franchini  dolphin-.ebuild:
+  Changes required gcc version to >=4.9.0
 
 *dolphin-4.0-r2 (02 May 2015)
 *dolphin-4.0.2-r7 (02 May 2015)






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-4.0-r2.ebuild dolphin-4.0.2-r7.ebuild ChangeLog dolphin-4.0-r1.ebuild dolphin-4.0.2-r6.ebuild

2015-05-02 Thread Devan Franchini (twitch153)
twitch15315/05/02 16:50:01

  Modified: ChangeLog
  Added:dolphin-4.0-r2.ebuild dolphin-4.0.2-r7.ebuild
  Removed:  dolphin-4.0-r1.ebuild dolphin-4.0.2-r6.ebuild
  Log:
  Adds patching to CMake build system for FindX11 if >=cmake-3.2, bug #548384
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.37 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   2 May 2015 16:43:42 -   1.36
+++ ChangeLog   2 May 2015 16:50:01 -   1.37
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.36 
2015/05/02 16:43:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.37 
2015/05/02 16:50:01 twitch153 Exp $
+
+*dolphin-4.0-r2 (02 May 2015)
+*dolphin-4.0.2-r7 (02 May 2015)
+
+  02 May 2015; Devan Franchini  +dolphin-4.0-r2.ebuild,
+  +dolphin-4.0.2-r7.ebuild, -dolphin-4.0-r1.ebuild, -dolphin-4.0.2-r6.ebuild:
+  Adds patching to CMake build system for FindX11 if >=cmake-3.2, bug #548384
 
   02 May 2015; Devan Franchini  -dolphin-3.5-r1.ebuild:
   Removes dolphin-3.5-r1 from tree



1.1  games-emulation/dolphin/dolphin-4.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0-r2.ebuild,v 1.1 
2015/05/02 16:50:01 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip -> ${P}.zip"
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
>=media-libs/libsdl-1.2[joystick]
=net-libs/miniupnpc-1.8
sys-libs/readline:=
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
app-arch/zip
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
x11-libs/wxGTK:2.9
"

pkg_pretend() {

local ver=4.6.0
local msg="${PN} needs at least GCC ${ver} set to compile."

if [[ ${MERGE_TYPE} != binary ]]; then
if ! version_is_at_least ${ver} $(gcc-fullversion); then
eerror ${msg}
die ${msg}
fi
fi

}

src_prepare() {

# Remove automatic dependencies to prevent building without flags 
enabled.
if use !alsa; then
sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die
fi
if use !bluetooth; then
sed -i -e '/^check_lib(BLUEZ/d' CMakeLists.txt || die
fi
if use !openal; then
sed -i -e '/^include(FindOpenAL/d' CMakeLists.txt || die
fi
if use !portaudio; then
sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' 
CMakeLists.txt || die
fi
if use !pulseaudio; then
sed -i -e '/^check_lib(PULSEAUDIO/d' CMakeLists.txt || die
fi

# Remove ALL the bundled libraries, aside from:
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - CLRun: Part of O

[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: ChangeLog dolphin-3.5-r1.ebuild

2015-05-02 Thread Devan Franchini (twitch153)
twitch15315/05/02 16:43:42

  Modified: ChangeLog
  Removed:  dolphin-3.5-r1.ebuild
  Log:
  Removes dolphin-3.5-r1 from tree
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.36 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   30 Apr 2015 22:42:32 -  1.35
+++ ChangeLog   2 May 2015 16:43:42 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.35 
2015/04/30 22:42:32 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.36 
2015/05/02 16:43:42 twitch153 Exp $
+
+  02 May 2015; Devan Franchini  -dolphin-3.5-r1.ebuild:
+  Removes dolphin-3.5-r1 from tree
 
 *dolphin-4.0.2-r6 (30 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild dolphin-4.0.2-r6.ebuild ChangeLog dolphin-4.0.2-r5.ebuild

2015-04-30 Thread Devan Franchini (twitch153)
twitch15315/04/30 22:42:32

  Modified: dolphin-.ebuild ChangeLog
  Added:dolphin-4.0.2-r6.ebuild
  Removed:  dolphin-4.0.2-r5.ebuild
  Log:
  Removes unnecessary webkit USE flag dependency for wxGTK
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.25 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.24&r2=1.25

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- dolphin-.ebuild 26 Apr 2015 19:36:46 -  1.24
+++ dolphin-.ebuild 30 Apr 2015 22:42:32 -  1.25
@@ -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/dolphin/dolphin-.ebuild,v 1.24 
2015/04/26 19:36:46 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.25 
2015/04/30 22:42:32 twitch153 Exp $
 
 EAPI=5
 
@@ -50,7 +50,7 @@
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
-   x11-libs/wxGTK:${WX_GTK_VER}[webkit]
+   x11-libs/wxGTK:${WX_GTK_VER}
"
 
 pkg_pretend() {



1.35 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   26 Apr 2015 19:36:46 -  1.34
+++ ChangeLog   30 Apr 2015 22:42:32 -  1.35
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.34 
2015/04/26 19:36:46 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.35 
2015/04/30 22:42:32 twitch153 Exp $
+
+*dolphin-4.0.2-r6 (30 Apr 2015)
+
+  30 Apr 2015; Devan Franchini  +dolphin-4.0.2-r6.ebuild,
+  -dolphin-4.0.2-r5.ebuild, dolphin-.ebuild:
+  Removes unnecessary webkit USE flag dependency for wxGTK
 
 *dolphin-4.0.2-r5 (26 Apr 2015)
 



1.1  games-emulation/dolphin/dolphin-4.0.2-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r6.ebuild,v 1.1 
2015/04/30 22:42:32 twitch153 Exp $

EAPI=5

WX_GTK_VER="3.0"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip -> ${P}.zip"
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
=net-libs/miniupnpc-1.8
media-libs/libsdl2[haptic,joystick]
sys-libs/readline:=
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg
!!>=media-video/libav-10 )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
app-arch/zip
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
x11-libs/wxGTK:${WX_GTK_VER}
"

pkg_pr

[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-4.0.2-r5.ebuild dolphin-9999.ebuild ChangeLog dolphin-4.0.2-r4.ebuild

2015-04-26 Thread Devan Franchini (twitch153)
twitch15315/04/26 19:36:46

  Modified: dolphin-.ebuild ChangeLog
  Added:dolphin-4.0.2-r5.ebuild
  Removed:  dolphin-4.0.2-r4.ebuild
  Log:
  Adds webkit USE flag dependency for wxGTK and check to ensure 
\!>=media-video/libav-10 bug #546602
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.24 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.23&r2=1.24

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- dolphin-.ebuild 9 Mar 2015 21:07:44 -   1.23
+++ dolphin-.ebuild 26 Apr 2015 19:36:46 -  1.24
@@ -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/dolphin/dolphin-.ebuild,v 1.23 
2015/03/09 21:07:44 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.24 
2015/04/26 19:36:46 twitch153 Exp $
 
 EAPI=5
 
@@ -36,7 +36,8 @@
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( virtual/ffmpeg
+   !!>=media-video/libav-10 )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
@@ -49,7 +50,7 @@
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
-   x11-libs/wxGTK:${WX_GTK_VER}
+   x11-libs/wxGTK:${WX_GTK_VER}[webkit]
"
 
 pkg_pretend() {



1.34 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   18 Apr 2015 12:47:01 -  1.33
+++ ChangeLog   26 Apr 2015 19:36:46 -  1.34
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.33 
2015/04/18 12:47:01 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.34 
2015/04/26 19:36:46 twitch153 Exp $
+
+*dolphin-4.0.2-r5 (26 Apr 2015)
+
+  26 Apr 2015; Devan Franchini  +dolphin-4.0.2-r5.ebuild,
+  -dolphin-4.0.2-r4.ebuild, dolphin-.ebuild:
+  Adds webkit USE flag dependency for wxGTK and check to ensure \!>=media-
+  video/libav-10 bug #546602
 
   18 Apr 2015; Sven Wegener  dolphin-3.5-r1.ebuild,
   dolphin-4.0-r1.ebuild, dolphin-4.0.2-r4.ebuild:



1.1  games-emulation/dolphin/dolphin-4.0.2-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r5.ebuild,v 1.1 
2015/04/26 19:36:46 twitch153 Exp $

EAPI=5

WX_GTK_VER="3.0"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip -> ${P}.zip"
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
=net-libs/miniupnpc-1.8
media-libs/libsdl2[haptic,joystick]
sys-libs/readline:=
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless

[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-9999.ebuild ChangeLog

2015-03-27 Thread Devan Franchini (twitch153)
twitch15315/03/27 22:19:56

  Modified: layman-.ebuild ChangeLog
  Log:
  Removes invalid dtest.py testing in favor of the external.py test suite
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.41 app-portage/layman/layman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?r1=1.40&r2=1.41

Index: layman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- layman-.ebuild  8 Feb 2015 18:50:41 -   1.40
+++ layman-.ebuild  27 Mar 2015 22:19:56 -  1.41
@@ -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-portage/layman/layman-.ebuild,v 
1.40 2015/02/08 18:50:41 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.41 2015/03/27 22:19:56 twitch153 Exp $
 
 EAPI="5"
 
@@ -63,10 +63,9 @@
 }
 
 python_test() {
-   for suite in layman/tests/{dtest,external}.py ; do
-   PYTHONPATH="." "${PYTHON}" ${suite} \
-   || die "test suite '${suite}' failed"
-   done
+   suite=layman/tests/external.py
+   PYTHONPATH="." "${PYTHON}" ${suite} || die "test suite '${suite}' 
failed"
+   unset suite
 }
 
 python_compile_all() {



1.230app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.230&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.230&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.229&r2=1.230

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog   18 Feb 2015 13:45:10 -  1.229
+++ ChangeLog   27 Mar 2015 22:19:56 -  1.230
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.229 
2015/02/18 13:45:10 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.230 
2015/03/27 22:19:56 twitch153 Exp $
+
+  27 Mar 2015; Devan Franchini  layman-.ebuild:
+  Removes invalid dtest.py testing in favor of the external.py test suite
 
   18 Feb 2015; Sergey Popov  layman-2.3.0.ebuild:
   Add ~s390 keyword, wrt bug #539366






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

2015-03-09 Thread Devan Franchini (twitch153)
twitch15315/03/09 21:07:44

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Removes preservation of polarssl bundled libs, it's no longer necessary
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.23 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.22&r2=1.23

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dolphin-.ebuild 9 Mar 2015 21:00:42 -   1.22
+++ dolphin-.ebuild 9 Mar 2015 21:07:44 -   1.23
@@ -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/dolphin/dolphin-.ebuild,v 1.22 
2015/03/09 21:00:42 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.23 
2015/03/09 21:07:44 twitch153 Exp $
 
 EAPI=5
 
@@ -93,12 +93,10 @@
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
# - enet: Not fully supported yet.
-   # - polarssl: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
-   mv Externals/polarssl . || die
mv Externals/GL . || die
mv Externals/enet . || die
mv Externals/gtest . || die
@@ -106,7 +104,6 @@
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
-   mv polarssl Externals || die
mv GL Externals || die
mv enet Externals || die
mv gtest Externals || die



1.32 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   9 Mar 2015 21:00:42 -   1.31
+++ ChangeLog   9 Mar 2015 21:07:44 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.31 
2015/03/09 21:00:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.32 
2015/03/09 21:07:44 twitch153 Exp $
+
+  09 Mar 2015; Devan Franchini  dolphin-.ebuild:
+  Removes preservation of polarssl bundled libs, it's no longer necessary
 
   09 Mar 2015; Devan Franchini  dolphin-.ebuild:
   Preserves enet bundled libs, bug #542608






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

2015-03-09 Thread Devan Franchini (twitch153)
twitch15315/03/09 21:00:42

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Preserves enet bundled libs, bug #542608
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.22 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.21&r2=1.22

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dolphin-.ebuild 9 Feb 2015 00:00:07 -   1.21
+++ dolphin-.ebuild 9 Mar 2015 21:00:42 -   1.22
@@ -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/dolphin/dolphin-.ebuild,v 1.21 
2015/02/09 00:00:07 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.22 
2015/03/09 21:00:42 twitch153 Exp $
 
 EAPI=5
 
@@ -92,6 +92,7 @@
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
+   # - enet: Not fully supported yet.
# - polarssl: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
@@ -99,6 +100,7 @@
mv Externals/Bochs_disasm . || die
mv Externals/polarssl . || die
mv Externals/GL . || die
+   mv Externals/enet . || die
mv Externals/gtest . || die
mv Externals/xxhash . || die
rm -r Externals/* || die "Failed to delete Externals dir."
@@ -106,6 +108,7 @@
mv SOIL Externals || die
mv polarssl Externals || die
mv GL Externals || die
+   mv enet Externals || die
mv gtest Externals || die
mv xxhash Externals || die
 }



1.31 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   9 Feb 2015 00:00:07 -   1.30
+++ ChangeLog   9 Mar 2015 21:00:42 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.30 
2015/02/09 00:00:07 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.31 
2015/03/09 21:00:42 twitch153 Exp $
+
+  09 Mar 2015; Devan Franchini  dolphin-.ebuild:
+  Preserves enet bundled libs, bug #542608
 
 *dolphin-4.0.2-r4 (09 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild dolphin-4.0.2-r4.ebuild ChangeLog dolphin-4.0.2-r3.ebuild

2015-02-08 Thread Devan Franchini (twitch153)
twitch15315/02/09 00:00:07

  Modified: dolphin-.ebuild ChangeLog
  Added:dolphin-4.0.2-r4.ebuild
  Removed:  dolphin-4.0.2-r3.ebuild
  Log:
  Modifies sed regexs to remove optional features, bug #539148
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.21 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.20&r2=1.21

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- dolphin-.ebuild 8 Feb 2015 23:22:18 -   1.20
+++ dolphin-.ebuild 9 Feb 2015 00:00:07 -   1.21
@@ -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/dolphin/dolphin-.ebuild,v 1.20 
2015/02/08 23:22:18 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.21 
2015/02/09 00:00:07 twitch153 Exp $
 
 EAPI=5
 
@@ -70,22 +70,22 @@
 
# Remove automatic dependencies to prevent building without flags 
enabled.
if use !alsa; then
-   sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
+   sed -i -e '/include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
-   sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die
+   sed -i -e '/check_lib(AO/d' CMakeLists.txt || die
fi
if use !bluetooth; then
-   sed -i -e '/^check_lib(BLUEZ/d' CMakeLists.txt || die
+   sed -i -e '/check_lib(BLUEZ/d' CMakeLists.txt || die
fi
if use !openal; then
-   sed -i -e '/^include(FindOpenAL/d' CMakeLists.txt || die
+   sed -i -e '/include(FindOpenAL/d' CMakeLists.txt || die
fi
if use !portaudio; then
sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' 
CMakeLists.txt || die
fi
if use !pulseaudio; then
-   sed -i -e '/^check_lib(PULSEAUDIO/d' CMakeLists.txt || die
+   sed -i -e '/check_lib(PULSEAUDIO/d' CMakeLists.txt || die
fi
 
# Remove ALL the bundled libraries, aside from:



1.30 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   8 Feb 2015 23:22:18 -   1.29
+++ ChangeLog   9 Feb 2015 00:00:07 -   1.30
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.29 
2015/02/08 23:22:18 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.30 
2015/02/09 00:00:07 twitch153 Exp $
+
+*dolphin-4.0.2-r4 (09 Feb 2015)
+
+  09 Feb 2015; Devan Franchini  +dolphin-4.0.2-r4.ebuild,
+  -dolphin-4.0.2-r3.ebuild, dolphin-.ebuild:
+  Modifies sed regexs to remove optional features, bug #539148
 
 *dolphin-4.0.2-r3 (08 Feb 2015)
 *dolphin-3.5-r1 (08 Feb 2015)



1.1  games-emulation/dolphin/dolphin-4.0.2-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r4.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r4.ebuild,v 1.1 
2015/02/09 00:00:07 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip";
KEYWORDS="~amd64"

DESCRIP

[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild dolphin-4.0.2-r3.ebuild dolphin-3.5-r1.ebuild dolphin-4.0-r1.ebuild ChangeLog dolphin-4.0.ebuild dolphin-4.0.2-r2.ebu

2015-02-08 Thread Devan Franchini (twitch153)
twitch15315/02/08 23:22:18

  Modified: dolphin-.ebuild ChangeLog
  Added:dolphin-4.0.2-r3.ebuild dolphin-3.5-r1.ebuild
dolphin-4.0-r1.ebuild
  Removed:  dolphin-4.0.ebuild dolphin-4.0.2-r2.ebuild
dolphin-3.5.ebuild
  Log:
  Adds subslotting to readline RDEPEND package
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.20 games-emulation/dolphin/dolphin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild?r1=1.19&r2=1.20

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- dolphin-.ebuild 8 Feb 2015 23:13:29 -   1.19
+++ dolphin-.ebuild 8 Feb 2015 23:22:18 -   1.20
@@ -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/dolphin/dolphin-.ebuild,v 1.19 
2015/02/08 23:13:29 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.20 
2015/02/08 23:22:18 twitch153 Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 RDEPEND=">=media-libs/glew-1.10
>=media-libs/libsfml-2.1
>=net-libs/miniupnpc-1.8
-   sys-libs/readline
+   sys-libs/readline:=
x11-libs/libXext
x11-libs/libXrandr
media-libs/libsdl2[haptic,joystick]



1.29 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   8 Feb 2015 23:13:29 -   1.28
+++ ChangeLog   8 Feb 2015 23:22:18 -   1.29
@@ -1,6 +1,15 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.28 
2015/02/08 23:13:29 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.29 
2015/02/08 23:22:18 twitch153 Exp $
+
+*dolphin-4.0.2-r3 (08 Feb 2015)
+*dolphin-3.5-r1 (08 Feb 2015)
+*dolphin-4.0-r1 (08 Feb 2015)
+
+  08 Feb 2015; Devan Franchini  +dolphin-3.5-r1.ebuild,
+  +dolphin-4.0-r1.ebuild, +dolphin-4.0.2-r3.ebuild, -dolphin-3.5.ebuild,
+  -dolphin-4.0.2-r2.ebuild, -dolphin-4.0.ebuild, dolphin-.ebuild:
+  Adds subslotting to readline RDEPEND package
 
   08 Feb 2015; Devan Franchini  dolphin-.ebuild:
   Adds save for xxhash bundled binary



1.1  games-emulation/dolphin/dolphin-4.0.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r3.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r3.ebuild,v 1.1 
2015/02/08 23:22:18 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip";
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
=net-libs/miniupnpc-1.8
media-libs/libsdl2[haptic,joystick]
sys-libs/readline:=
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )

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

2015-02-08 Thread Devan Franchini (twitch153)
twitch15315/02/08 23:13:29

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds save for xxhash bundled binary
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.19 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dolphin-.ebuild 12 Jan 2015 22:08:17 -  1.18
+++ dolphin-.ebuild 8 Feb 2015 23:13:29 -   1.19
@@ -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/dolphin/dolphin-.ebuild,v 1.18 
2015/01/12 22:08:17 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.19 
2015/02/08 23:13:29 twitch153 Exp $
 
 EAPI=5
 
@@ -93,18 +93,21 @@
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
# - polarssl: Not fully supported yet.
-   # - gtest: No idea. Removal causes build failure.
+   # - gtest: Their build set up solely relies on the build in gtest.
+   # - xxhash: Not on the tree.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals/polarssl . || die
mv Externals/GL . || die
mv Externals/gtest . || die
+   mv Externals/xxhash . || die
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
mv polarssl Externals || die
mv GL Externals || die
mv gtest Externals || die
+   mv xxhash Externals || die
 }
 
 src_configure() {
@@ -136,7 +139,7 @@
fi
 
doicon Installer/dolphin-emu.xpm
-   make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;"
+   make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" 
"Game;Emulator;"
 
prepgamesdirs
 }



1.28 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   16 Jan 2015 18:54:41 -  1.27
+++ ChangeLog   8 Feb 2015 23:13:29 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.27 
2015/01/16 18:54:41 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.28 
2015/02/08 23:13:29 twitch153 Exp $
+
+  08 Feb 2015; Devan Franchini  dolphin-.ebuild:
+  Adds save for xxhash bundled binary
 
 *dolphin-4.0.2-r2 (16 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-4.0.2-r2.ebuild ChangeLog dolphin-4.0.2-r1.ebuild

2015-01-16 Thread Devan Franchini (twitch153)
twitch15315/01/16 18:54:41

  Modified: ChangeLog
  Added:dolphin-4.0.2-r2.ebuild
  Removed:  dolphin-4.0.2-r1.ebuild
  Log:
  Adds media-libs/libsdl2 as dependency, bug #535978
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.27 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   12 Jan 2015 22:08:17 -  1.26
+++ ChangeLog   16 Jan 2015 18:54:41 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.26 
2015/01/12 22:08:17 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.27 
2015/01/16 18:54:41 twitch153 Exp $
+
+*dolphin-4.0.2-r2 (16 Jan 2015)
+
+  16 Jan 2015; Devan Franchini  +dolphin-4.0.2-r2.ebuild,
+  -dolphin-4.0.2-r1.ebuild:
+  Adds media-libs/libsdl2 as dependency, bug #535978
 
   12 Jan 2015; Devan Franchini  dolphin-.ebuild:
   Adds media-libs/libsdl2 as dependency, bug #535978



1.1  games-emulation/dolphin/dolphin-4.0.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r2.ebuild,v 1.1 
2015/01/16 18:54:41 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip";
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
=net-libs/miniupnpc-1.8
media-libs/libsdl2[haptic,joystick]
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
app-arch/zip
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
x11-libs/wxGTK:2.9
"

pkg_pretend() {

local ver=4.6.0
local msg="${PN} needs at least GCC ${ver} set to compile."

if [[ ${MERGE_TYPE} != binary ]]; then
if ! version_is_at_least ${ver} $(gcc-fullversion); then
eerror ${msg}
die ${msg}
fi
fi

}

src_prepare() {

# Remove automatic dependencies to prevent building without flags 
enabled.
if use !alsa; then
sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die
fi
if use !bluetooth; then
sed -i -e '/^check_lib(BLUEZ/d' CMakeLists.txt || die
fi
if use !openal; then
sed -i -e '/^include(FindOpenAL/d' CMakeLists.txt || die
fi
if use !portaudio; then
sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' 
CMakeLists.txt || die
fi
if use !pulseaudio; then
sed -i -e '/^check_lib(PULSEAUDIO/d' CMakeLists.txt || die
fi

# Remove ALL the bundled libraries, aside from:
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - CLRun: Part of OpenCL
# - polarssl: Currently fails the check as is.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals

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

2015-01-12 Thread Devan Franchini (twitch153)
twitch15315/01/12 22:08:17

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds media-libs/libsdl2 as dependency, bug #535978
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.18 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dolphin-.ebuild 28 Dec 2014 00:43:42 -  1.17
+++ dolphin-.ebuild 12 Jan 2015 22:08:17 -  1.18
@@ -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/dolphin/dolphin-.ebuild,v 1.17 
2014/12/28 00:43:42 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.18 
2015/01/12 22:08:17 twitch153 Exp $
 
 EAPI=5
 
@@ -26,12 +26,12 @@
 IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"
 
 RDEPEND=">=media-libs/glew-1.10
-   >=media-libs/libsdl-1.2[joystick]
>=media-libs/libsfml-2.1
>=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
+   media-libs/libsdl2[haptic,joystick]
net-libs/polarssl[havege]
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )



1.26 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   28 Dec 2014 00:43:42 -  1.25
+++ ChangeLog   12 Jan 2015 22:08:17 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.25 
2014/12/28 00:43:42 twitch153 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.26 
2015/01/12 22:08:17 twitch153 Exp $
+
+  12 Jan 2015; Devan Franchini  dolphin-.ebuild:
+  Adds media-libs/libsdl2 as dependency, bug #535978
 
   28 Dec 2014; Devan Franchini  dolphin-.ebuild:
   Adds polarssl[havege] as dependency, bug #483794






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.2.0-change-for-upstream-ssl-fetch.patch layman-2.2.0-adds-kwargs-debug.patch

2015-01-12 Thread Devan Franchini (twitch153)
twitch15315/01/12 19:35:22

  Modified: layman-2.2.0-adds-kwargs-debug.patch
  Added:layman-2.2.0-change-for-upstream-ssl-fetch.patch
  Log:
  Adds patch to bring layman-2.2.0 up to date for ssl-fetch, bug #536280
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  
app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch?r1=1.1&r2=1.2

Index: layman-2.2.0-adds-kwargs-debug.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layman-2.2.0-adds-kwargs-debug.patch12 Jan 2015 01:13:30 -  
1.1
+++ layman-2.2.0-adds-kwargs-debug.patch12 Jan 2015 19:35:22 -  
1.2
@@ -16,12 +16,13 @@
 
 --- a/layman/remotedb.py
 +++ b/layman/remotedb.py
-@@ -120,6 +120,7 @@ class RemoteDB(DbBase):
+@@ -120,6 +120,6 @@ class RemoteDB(DbBase):
  'info':  self.output.info,
+ 'debug': self.output.debug,
  'error': self.output.error,
 -'kwargs-info': {'level': 2},
 +'kwargs-info': {'level': 5},
-+'kwargs-debug': {'level': 2},
+ 'kwargs-debug': {'level': 2},
  'kwargs-error':{'level': None},
  }
 



1.1  
app-portage/layman/files/layman-2.2.0-change-for-upstream-ssl-fetch.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-change-for-upstream-ssl-fetch.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-change-for-upstream-ssl-fetch.patch?rev=1.1&content-type=text/plain

Index: layman-2.2.0-change-for-upstream-ssl-fetch.patch
===
>From 81f1545f1371931d560492e8b323096d4befc775 Mon Sep 17 00:00:00 2001
From: Brian Dolbec 
Date: Fri, 17 Oct 2014 19:40:38 -0700
Subject: [PATCH] remotedb.py: Change for upstream ssl-fetch change

---
 layman/remotedb.py | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/layman/remotedb.py b/layman/remotedb.py
index f0f7ea9..b866bd7 100644
--- a/layman/remotedb.py
+++ b/layman/remotedb.py
@@ -57,7 +57,7 @@ class RemoteDB(DbBase):
 self.detached_urls = []
 self.signed_urls = []
 self.proxies = config.proxies
-
+
 self.urls  = [i.strip()
 for i in config['overlays'].split('\n') if len(i)]
 
@@ -116,9 +116,11 @@ class RemoteDB(DbBase):
 need_gpg = [False, True, True]
 # setup the ssl-fetch output map
 connector_output = {
-'info':  self.output.debug,
+'info':  self.output.info,
+'debug': self.output.debug,
 'error': self.output.error,
 'kwargs-info': {'level': 2},
+'kwargs-debug': {'level': 2},
 'kwargs-error':{'level': None},
 }
 fetcher = Connector(connector_output, self.proxies, USERAGENT)
-- 
2.0.5







[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r7.ebuild ChangeLog layman-2.2.0-r6.ebuild

2015-01-12 Thread Devan Franchini (twitch153)
twitch15315/01/12 19:35:22

  Modified: ChangeLog
  Added:layman-2.2.0-r7.ebuild
  Removed:  layman-2.2.0-r6.ebuild
  Log:
  Adds patch to bring layman-2.2.0 up to date for ssl-fetch, bug #536280
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.223app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.223&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.223&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.222&r2=1.223

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   12 Jan 2015 01:13:30 -  1.222
+++ ChangeLog   12 Jan 2015 19:35:22 -  1.223
@@ -1,6 +1,14 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.222 
2015/01/12 01:13:30 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.223 
2015/01/12 19:35:22 twitch153 Exp $
+
+*layman-2.2.0-r7 (12 Jan 2015)
+
+  12 Jan 2015; Devan Franchini 
+  +files/layman-2.2.0-change-for-upstream-ssl-fetch.patch,
+  +layman-2.2.0-r7.ebuild, -layman-2.2.0-r6.ebuild,
+  files/layman-2.2.0-adds-kwargs-debug.patch:
+  Adds patch to bring layman-2.2.0 up to date for ssl-fetch, bug #536280
 
 *layman-2.2.0-r6 (12 Jan 2015)
 



1.1  app-portage/layman/layman-2.2.0-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r7.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r7.ebuild,v 
1.1 2015/01/12 19:35:22 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-removes-doctest-remnants.patch
epatch "${FILESDIR}"/${P}-change-for-upstream-ssl-fetch.patch
epatch "${FILESDIR}"/${P}-adds-kwargs-debug.patch
rm "${S}"/"${PN}"/tests/dtest.py
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.2.0-adds-kwargs-debug.patch

2015-01-11 Thread Devan Franchini (twitch153)
twitch15315/01/12 01:13:30

  Added:layman-2.2.0-adds-kwargs-debug.patch
  Log:
  Adds patch to fix bug #536280, bumps layman to 2.2.0-r6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-adds-kwargs-debug.patch?rev=1.1&content-type=text/plain

Index: layman-2.2.0-adds-kwargs-debug.patch
===
From: Devan Franchini 
Date: Sun, 7 Dec 2014 23:12:36 -0500
Subject: [PATCH] Adds kwargs-debug and modifies kwargs-info level to 5

--- a/layman/overlays/archive.py
+++ b/layman/overlays/archive.py
@@ -50,7 +50,8 @@ class ArchiveOverlay(OverlaySource):
 connector_output = {
 'info': self.output.debug,
 'error': self.output.error,
-'kwargs-info': {'level': 2},
+'kwargs-info': {'level': 5},
+'kwargs-debug': {'level': 2},
 'kwargs-error': {'level': None},
 }

--- a/layman/remotedb.py
+++ b/layman/remotedb.py
@@ -120,6 +120,7 @@ class RemoteDB(DbBase):
 'info':  self.output.info,
 'error': self.output.error,
-'kwargs-info': {'level': 2},
+'kwargs-info': {'level': 5},
+'kwargs-debug': {'level': 2},
 'kwargs-error':{'level': None},
 }







[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r6.ebuild ChangeLog layman-2.2.0-r5.ebuild

2015-01-11 Thread Devan Franchini (twitch153)
twitch15315/01/12 01:13:30

  Modified: ChangeLog
  Added:layman-2.2.0-r6.ebuild
  Removed:  layman-2.2.0-r5.ebuild
  Log:
  Adds patch to fix bug #536280, bumps layman to 2.2.0-r6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.222app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.222&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.222&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.221&r2=1.222

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   23 Nov 2014 16:33:01 -  1.221
+++ ChangeLog   12 Jan 2015 01:13:30 -  1.222
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/layman
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.221 
2014/11/23 16:33:01 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.222 
2015/01/12 01:13:30 twitch153 Exp $
+
+*layman-2.2.0-r6 (12 Jan 2015)
+
+  12 Jan 2015; Devan Franchini 
+  +files/layman-2.2.0-adds-kwargs-debug.patch, +layman-2.2.0-r6.ebuild,
+  -layman-2.2.0-r5.ebuild:
+  Adds patch to fix bug #536280, bumps layman to 2.2.0-r6
 
   23 Nov 2014; Mikle Kolyada  layman-2.2.0-r5.ebuild:
   Add ~sparc keyword wrt bug #524040



1.1  app-portage/layman/layman-2.2.0-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r6.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r6.ebuild,v 
1.1 2015/01/12 01:13:30 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-removes-doctest-remnants.patch
epatch "${FILESDIR}"/${P}-adds-kwargs-debug.patch
rm "${S}"/"${PN}"/tests/dtest.py
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-9999.ebuild webapp-config-1.53-r2.ebuild ChangeLog webapp-config-1.53-r1.ebuild

2014-12-28 Thread Devan Franchini (twitch153)
twitch15314/12/28 22:24:40

  Modified: webapp-config-.ebuild ChangeLog
  Added:webapp-config-1.53-r2.ebuild
  Removed:  webapp-config-1.53-r1.ebuild
  Log:
  Adds sys-apps/gentoo-functions to dependency, bug #504132
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.10 app-admin/webapp-config/webapp-config-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild?r1=1.9&r2=1.10

Index: webapp-config-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- webapp-config-.ebuild   10 Nov 2014 23:54:20 -  1.9
+++ webapp-config-.ebuild   28 Dec 2014 22:24:40 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v 1.9 
2014/11/10 23:54:20 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-.ebuild,v 
1.10 2014/12/28 22:24:40 twitch153 Exp $
 
 EAPI="5"
 
@@ -26,7 +26,8 @@
 IUSE="+portage"
 
 DEPEND="app-text/xmlto
-   !dev-python/configparser"
+   !dev-python/configparser
+   sys-apps/gentoo-functions"
 RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"
 
 python_compile_all() {



1.120app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.120&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.120&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   28 Dec 2014 06:33:54 -  1.119
+++ ChangeLog   28 Dec 2014 22:24:40 -  1.120
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.119 
2014/12/28 06:33:54 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.120 
2014/12/28 22:24:40 twitch153 Exp $
+
+*webapp-config-1.53-r2 (28 Dec 2014)
+
+  28 Dec 2014; Devan Franchini 
+  +webapp-config-1.53-r2.ebuild, -webapp-config-1.53-r1.ebuild,
+  webapp-config-.ebuild:
+  Adds sys-apps/gentoo-functions to dependency, bug #504132
 
 *webapp-config-1.52-r1 (28 Dec 2014)
 



1.1  app-admin/webapp-config/webapp-config-1.53-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r2.ebuild?rev=1.1&content-type=text/plain

Index: webapp-config-1.53-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r2.ebuild,v 
1.1 2014/12/28 22:24:40 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

SRC_URI="http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"

DESCRIPTION="Gentoo's installer for web-based applications"
HOMEPAGE="http://sourceforge.net/projects/webapp-config/";

LICENSE="GPL-2"
SLOT="0"
IUSE="+portage"

DEPEND="app-text/xmlto
!dev-python/configparser
sys-apps/gentoo-functions"
RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"

python_prepare() {
epatch "${FILESDIR}/${P}-sources-function.sh-from-lib-gentoo.patch"
}

python_compile_all() {
emake -C doc/
}

python_install() {
# According to this discussion:
# 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
# distutils does not provide for specifying two different script install
# locations. Since we only install one script here the following should
# be ok
distutils-r1_python_ins

[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: ChangeLog webapp-config-1.52-r1.ebuild

2014-12-27 Thread Devan Franchini (twitch153)
twitch15314/12/28 02:14:16

  Modified: ChangeLog
  Removed:  webapp-config-1.52-r1.ebuild
  Log:
  Removes webapp-config-1.52-r1 from the tree
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.118app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.118&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.118&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   28 Dec 2014 01:55:44 -  1.117
+++ ChangeLog   28 Dec 2014 02:14:16 -  1.118
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.117 
2014/12/28 01:55:44 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.118 
2014/12/28 02:14:16 twitch153 Exp $
+
+  28 Dec 2014; Devan Franchini 
+  -webapp-config-1.52-r1.ebuild:
+  Removes webapp-config-1.52-r1 from the tree
 
 *webapp-config-1.53-r1 (28 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.53-r1.ebuild ChangeLog webapp-config-1.53.ebuild

2014-12-27 Thread Devan Franchini (twitch153)
twitch15314/12/28 01:55:44

  Modified: ChangeLog
  Added:webapp-config-1.53-r1.ebuild
  Removed:  webapp-config-1.53.ebuild
  Log:
  Adds patch to source functions.sh from /lib/gentoo, bug #504132
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.117app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.117&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.117&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   26 Nov 2014 07:06:31 -  1.116
+++ ChangeLog   28 Dec 2014 01:55:44 -  1.117
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.116 
2014/11/26 07:06:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.117 
2014/12/28 01:55:44 twitch153 Exp $
+
+*webapp-config-1.53-r1 (28 Dec 2014)
+
+  28 Dec 2014; Devan Franchini 
+  +files/webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch,
+  +webapp-config-1.53-r1.ebuild, -webapp-config-1.53.ebuild:
+  Adds patch to source functions.sh from /lib/gentoo, bug #504132
 
   26 Nov 2014; Ian Delaney  webapp-config-1.53.ebuild:
   clean old python impls



1.1  app-admin/webapp-config/webapp-config-1.53-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r1.ebuild?rev=1.1&content-type=text/plain

Index: webapp-config-1.53-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r1.ebuild,v 
1.1 2014/12/28 01:55:44 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

SRC_URI="http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"

DESCRIPTION="Gentoo's installer for web-based applications"
HOMEPAGE="http://sourceforge.net/projects/webapp-config/";

LICENSE="GPL-2"
SLOT="0"
IUSE="+portage"

DEPEND="app-text/xmlto
!dev-python/configparser"
RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"

python_prepare() {
epatch "${FILESDIR}/${P}-sources-function.sh-from-lib-gentoo.patch"
}

python_compile_all() {
emake -C doc/
}

python_install() {
# According to this discussion:
# 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
# distutils does not provide for specifying two different script install
# locations. Since we only install one script here the following should
# be ok
distutils-r1_python_install --install-scripts="/usr/sbin"
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/vhosts
doins config/webapp-config

keepdir /usr/share/webapps
keepdir /var/db/webapps

dodoc AUTHORS
doman doc/*.[58]
dohtml doc/*.[58].html
}

python_test() {
PYTHONPATH="." "${PYTHON}" WebappConfig/tests/dtest.py \
|| die "Testing failed with ${EPYTHON}"
}

pkg_postinst() {
elog "Now that you have upgraded webapp-config, you **must** update 
your"
elog "config files in /etc/vhosts/webapp-config before you emerge any"
elog "packages that use webapp-config."
}






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config/files: webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch

2014-12-27 Thread Devan Franchini (twitch153)
twitch15314/12/28 01:55:44

  Added:   

webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch
  Log:
  Adds patch to source functions.sh from /lib/gentoo, bug #504132
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-admin/webapp-config/files/webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch?rev=1.1&content-type=text/plain

Index: webapp-config-1.53-sources-function.sh-from-lib-gentoo.patch
===
>From ff7ba0d89c79584f14a8137d886a656a9af6de5c Mon Sep 17 00:00:00 2001
From: Devan Franchini 
Date: Sat, 27 Dec 2014 20:43:08 -0500
Subject: [PATCH] webapp-cleaner: sources function.sh from /lib/gentoo

---
 sbin/webapp-cleaner | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner
index bfec623..52e44ac 100755
--- a/sbin/webapp-cleaner
+++ b/sbin/webapp-cleaner
@@ -13,7 +13,7 @@ CMD="emerge -Cav"
 WEBAPP_DIR="/usr/share/webapps"
 WEBAPP_CONFIG=
 
-[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh
+[[ -z ${RC_GOT_FUNCTIONS} ]] && source /lib/gentoo/functions.sh
 
 function help() {
echo "Remove obsolete and unused versions of web applications"
-- 
2.0.5







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

2014-12-27 Thread Devan Franchini (twitch153)
twitch15314/12/28 00:43:42

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds polarssl[havege] as dependency, bug #483794
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.17 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dolphin-.ebuild 12 Dec 2014 01:23:56 -  1.16
+++ dolphin-.ebuild 28 Dec 2014 00:43:42 -  1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.16 
2014/12/12 01:23:56 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.17 
2014/12/28 00:43:42 twitch153 Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
+   net-libs/polarssl[havege]
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )



1.25 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   12 Dec 2014 01:23:56 -  1.24
+++ ChangeLog   28 Dec 2014 00:43:42 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.24 
2014/12/12 01:23:56 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.25 
2014/12/28 00:43:42 twitch153 Exp $
+
+  28 Dec 2014; Devan Franchini  dolphin-.ebuild:
+  Adds polarssl[havege] as dependency, bug #483794
 
 *dolphin-4.0.2-r1 (12 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild dolphin-4.0.2-r1.ebuild ChangeLog dolphin-4.0.2.ebuild

2014-12-11 Thread Devan Franchini (twitch153)
twitch15314/12/12 01:23:56

  Modified: dolphin-.ebuild ChangeLog
  Added:dolphin-4.0.2-r1.ebuild
  Removed:  dolphin-4.0.2.ebuild
  Log:
  Modifies FindALSA sed regex, bug 532212
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.16 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dolphin-.ebuild 7 Dec 2014 22:10:22 -   1.15
+++ dolphin-.ebuild 12 Dec 2014 01:23:56 -  1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.15 
2014/12/07 22:10:22 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.16 
2014/12/12 01:23:56 twitch153 Exp $
 
 EAPI=5
 
@@ -69,7 +69,7 @@
 
# Remove automatic dependencies to prevent building without flags 
enabled.
if use !alsa; then
-   sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die
+   sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die



1.24 games-emulation/dolphin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   7 Dec 2014 22:10:22 -   1.23
+++ ChangeLog   12 Dec 2014 01:23:56 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.23 
2014/12/07 22:10:22 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.24 
2014/12/12 01:23:56 twitch153 Exp $
+
+*dolphin-4.0.2-r1 (12 Dec 2014)
+
+  12 Dec 2014; Devan Franchini  +dolphin-4.0.2-r1.ebuild,
+  -dolphin-4.0.2.ebuild, dolphin-.ebuild:
+  Modifies FindALSA sed regex, bug 532212
 
   07 Dec 2014; Devan Franchini  dolphin-.ebuild:
   Updates libsfml version dependency to 2.1, bug #531262



1.1  games-emulation/dolphin/dolphin-4.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild,v 1.1 
2014/12/12 01:23:56 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip";
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
>=media-libs/libsdl-1.2[joystick]
=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
app-arch/zip
media-gfx/nvidia-cg-toolkit

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

2014-12-07 Thread Devan Franchini (twitch153)
twitch15314/12/07 22:10:22

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Updates libsfml version dependency to 2.1, bug #531262
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.15 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dolphin-.ebuild 20 Sep 2014 23:50:52 -  1.14
+++ dolphin-.ebuild 7 Dec 2014 22:10:22 -   1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.14 
2014/09/20 23:50:52 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.15 
2014/12/07 22:10:22 twitch153 Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 RDEPEND=">=media-libs/glew-1.10
>=media-libs/libsdl-1.2[joystick]
-   =media-libs/libsfml-2.1
>=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext



1.23 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   20 Sep 2014 23:50:52 -  1.22
+++ ChangeLog   7 Dec 2014 22:10:22 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.22 
2014/09/20 23:50:52 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.23 
2014/12/07 22:10:22 twitch153 Exp $
+
+  07 Dec 2014; Devan Franchini  dolphin-.ebuild:
+  Updates libsfml version dependency to 2.1, bug #531262
 
   20 Sep 2014; Devan Franchini  dolphin-.ebuild:
   Modifies location set for doicon call, bug #523282






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r5.ebuild ChangeLog layman-2.2.0-r4.ebuild

2014-10-18 Thread Devan Franchini (twitch153)
twitch15314/10/18 21:34:34

  Modified: ChangeLog
  Added:layman-2.2.0-r5.ebuild
  Removed:  layman-2.2.0-r4.ebuild
  Log:
  Removes dtest.py in src_prepare() instead of patch, bug #525806
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.218app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.218&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.218&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.217&r2=1.218

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   18 Oct 2014 19:28:57 -  1.217
+++ ChangeLog   18 Oct 2014 21:34:34 -  1.218
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.217 
2014/10/18 19:28:57 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.218 
2014/10/18 21:34:34 twitch153 Exp $
+
+*layman-2.2.0-r5 (18 Oct 2014)
+
+  18 Oct 2014; Devan Franchini  +layman-2.2.0-r5.ebuild,
+  -layman-2.2.0-r4.ebuild, files/layman-2.2.0-removes-doctest-remnants.patch:
+  Removes dtest.py in src_prepare() instead of patch, bug #525806
 
   18 Oct 2014; Devan Franchini 
   files/layman-2.2.0-removes-doctest-remnants.patch:



1.1  app-portage/layman/layman-2.2.0-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r5.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r5.ebuild,v 
1.1 2014/10/18 21:34:34 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-removes-doctest-remnants.patch
rm "${S}"/"${PN}"/tests/dtest.py
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.2.0-removes-doctest-remnants.patch

2014-10-18 Thread Devan Franchini (twitch153)
twitch15314/10/18 21:34:34

  Modified: layman-2.2.0-removes-doctest-remnants.patch
  Log:
  Removes dtest.py in src_prepare() instead of patch, bug #525806
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.3  
app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?r1=1.2&r2=1.3

Index: layman-2.2.0-removes-doctest-remnants.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layman-2.2.0-removes-doctest-remnants.patch 18 Oct 2014 19:28:57 -  
1.2
+++ layman-2.2.0-removes-doctest-remnants.patch 18 Oct 2014 21:34:34 -  
1.3
@@ -188,102 +188,6 @@
 -doctest.testmod(sys.modules[__name__])
 -
 -resetwarnings()
 a/layman/tests/dtest.py2014-10-18 14:27:13.254842117 -0400
-+++ /dev/null  2014-10-18 08:55:00.218326161 -0400
-@@ -1,93 +0,0 @@
--#!/usr/bin/python
--# -*- coding: utf-8 -*-
--#
--# LAYMAN DOCTEST AGGREGATOR
--#
--# File:   dtest.py
--#
--# Combines the doctests that are available for the different 
modules
--#
--# Copyright:
--# (c) 2005 - 2008 Gunnar Wrobel
--# Distributed under the terms of the GNU General Public License v2
--#
--# Author(s):
--# Gunnar Wrobel 
--#
--'''Aggregates doctests from all modules that provide such tests.'''
--
--__version__ = '$Id: layman-2.2.0-removes-doctest-remnants.patch,v 1.2 
2014/10/18 19:28:57 twitch153 Exp $'
--
--#===
--#
--# Dependencies
--#
--#---
--
--import unittest, doctest
--
--# On module creation:
--
--# 1.) Check header section (copyright notice)
--# 2.) Add module doc string
--# 3.) Add version string
--# 4.) Add testing handler at bottom of module
--# 5.) Add module into tests/dtest.py. Check that tests run through
--# 6.) Run pylint over the code. Fix any reasonable complaints.
--# 7.) Whitespace clean the buffer.
--# 8.) Add svn:keywords "Id" to file.
--
--# On module change:
--
--# 1.) Check header section (copyright notice)
--# 5.) Check that tests run through
--# 6.) Run pylint over the code. Fix any reasonable complaints.
--# 7.) Whitespace clean the buffer.
--
--# clean modules : CT
--# not yet clean : UT
--# clean but no testing  : CN
--# unclean but no testing: UN
--
--import layman.api#CT
--import layman.argsparser #CT
--import layman.cli#CT
--import layman.config #CT
--import layman.db #CT
--import layman.dbbase #CT
--import layman.utils  #CT
--import layman.overlays.overlay   #CT
--import layman.overlays.tar   #CT
--
--#===
--#
--# Test Suite
--#
--#---
--
--def test_suite():
--return unittest.TestSuite((
--doctest.DocTestSuite(layman.api),
--doctest.DocTestSuite(layman.config),
--doctest.DocTestSuite(layman.argsparser),
--doctest.DocTestSuite(layman.db),
--doctest.DocTestSuite(layman.dbbase),
--doctest.DocTestSuite(layman.utils),
--doctest.DocTestSuite(layman.overlays.overlay),
--doctest.DocTestSuite(layman.overlays.tar),
--))
--
--#===
--#
--# Run Testing
--#
--#---
--
--if __name__ == '__main__':
--# Ignore warnings here. We are just testing
--from warnings import filterwarnings, resetwarnings
--filterwarnings('ignore')
--
--unittest.main(defaultTest='test_suite')
--
--resetwarnings()
 --- a/layman/utils.py  2014-10-18 14:27:13.254842117 -0400
 +++ b/layman/utils.py  2014-10-18 14:30:24.088851247 -0400
 @@ -347,14 +347,3 @@






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.2.0-removes-doctest-remnants.patch

2014-10-18 Thread Devan Franchini (twitch153)
twitch15314/10/18 19:28:57

  Modified: layman-2.2.0-removes-doctest-remnants.patch
  Log:
  Fixes patch to remove doctest remnants
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  
app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?r1=1.1&r2=1.2

Index: layman-2.2.0-removes-doctest-remnants.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layman-2.2.0-removes-doctest-remnants.patch 18 Oct 2014 03:37:18 -  
1.1
+++ layman-2.2.0-removes-doctest-remnants.patch 18 Oct 2014 19:28:57 -  
1.2
@@ -1,30 +1,10 @@
-From 78b27932cc4916696bb436b7670fa38ac2671751 Mon Sep 17 00:00:00 2001
 From: Devan Franchini 
-Date: Fri, 17 Oct 2014 23:00:42 -0400
+Date: Fri, 18 Oct 2014 15:21:24 -0400
 Subject: [PATCH] Removes doctest remnants
 

- layman/api.py| 12 
- layman/argsparser.py | 11 
- layman/cli.py| 12 
- layman/config.py | 10 ---
- layman/db.py | 18 --
- layman/dbbase.py | 18 --
- layman/overlays/archive.py   | 12 
- layman/overlays/modules/squashfs/squashfs.py | 11 
- layman/overlays/modules/tar/tar.py   | 11 
- layman/overlays/overlay.py   | 11 
- layman/remotedb.py   | 12 
- layman/tests/dtest.py| 93 
- layman/utils.py  | 11 
- 13 files changed, 242 deletions(-)
- delete mode 100755 layman/tests/dtest.py
-
-diff --git a/layman/api.py b/layman/api.py
-index 60bcbe0..82436fc 100755
 a/layman/api.py
-+++ b/layman/api.py
-@@ -714,15 +714,3 @@ def create_fd():
+--- a/layman/api.py2014-10-18 14:27:13.233842116 -0400
 b/layman/api.py2014-10-18 14:29:51.184849673 -0400
+@@ -714,15 +714,3 @@
  write = os.fdopen(fd_w, 'w')
  read = os.fdopen(fd_r, 'r')
  return (read, write, fd_r, fd_w)
@@ -40,11 +20,9 @@
 -doctest.testmod(sys.modules[__name__])
 -
 -resetwarnings()
-diff --git a/layman/argsparser.py b/layman/argsparser.py
-index 6aeda44..43497a9 100644
 a/layman/argsparser.py
-+++ b/layman/argsparser.py
-@@ -404,14 +404,3 @@ class ArgsParser(BareConfig):
+--- a/layman/argsparser.py 2014-10-18 14:27:13.233842116 -0400
 b/layman/argsparser.py 2014-10-18 14:30:35.256851781 -0400
+@@ -404,14 +404,3 @@
  self.output.debug('ARGSPARSER: Returning keys', 9)
  
  return keys
@@ -59,11 +37,9 @@
 -if __name__ == '__main__':
 -import doctest
 -doctest.testmod(sys.modules[__name__])
-diff --git a/layman/cli.py b/layman/cli.py
-index 47824b8..81b10cd 100644
 a/layman/cli.py
-+++ b/layman/cli.py
-@@ -397,15 +397,3 @@ class Main(object):
+--- a/layman/cli.py2014-10-18 14:27:13.233842116 -0400
 b/layman/cli.py2014-10-18 14:32:11.456856384 -0400
+@@ -397,15 +397,3 @@
  # blank newline  -- no " *"
  self.output.notice('')
  return info != {}
@@ -79,11 +55,9 @@
 -doctest.testmod(sys.modules[__name__])
 -
 -resetwarnings()
-diff --git a/layman/config.py b/layman/config.py
-index 3e13899..8ce0074 100644
 a/layman/config.py
-+++ b/layman/config.py
-@@ -348,13 +348,3 @@ class OptionConfig(BareConfig):
+--- a/layman/config.py 2014-10-18 14:27:13.233842116 -0400
 b/layman/config.py 2014-10-18 14:31:02.528853086 -0400
+@@ -348,13 +348,3 @@
  if new_defaults is not None:
  self._defaults.update(new_defaults)
  return
@@ -97,11 +71,9 @@
 -if __name__ == '__main__':
 -import doctest
 -doctest.testmod(sys.modules[__name__])
-diff --git a/layman/db.py b/layman/db.py
-index b874fe8..4edf465 100644
 a/layman/db.py
-+++ b/layman/db.py
-@@ -315,21 +315,3 @@ class DB(DbBase):
+--- a/layman/db.py 2014-10-18 14:27:13.234842116 -0400
 b/layman/db.py 2014-10-18 14:32:32.160857374 -0400
+@@ -315,21 +315,3 @@
  raise Exception('Syncing overlay "' + overlay_name +
  '" returned status ' + str(result) + '!' +
  '\ndb.sync()')
@@ -123,11 +95,9 @@
 -doctest.testmod(sys.modules[__name__])
 -
 -rese

[gentoo-commits] gentoo-x86 commit in app-portage/layman: ChangeLog

2014-10-18 Thread Devan Franchini (twitch153)
twitch15314/10/18 19:28:57

  Modified: ChangeLog
  Log:
  Fixes patch to remove doctest remnants
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.217app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.217&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.217&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.216&r2=1.217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   18 Oct 2014 03:37:18 -  1.216
+++ ChangeLog   18 Oct 2014 19:28:57 -  1.217
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.216 
2014/10/18 03:37:18 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.217 
2014/10/18 19:28:57 twitch153 Exp $
+
+  18 Oct 2014; Devan Franchini 
+  files/layman-2.2.0-removes-doctest-remnants.patch:
+  Fixes patch to remove doctest remnants
 
 *layman-2.2.0-r4 (18 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.2.0-removes-doctest-remnants.patch

2014-10-17 Thread Devan Franchini (twitch153)
twitch15314/10/18 03:37:18

  Added:layman-2.2.0-removes-doctest-remnants.patch
  Log:
  Adds patch to remove doctests
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.2.0-removes-doctest-remnants.patch?rev=1.1&content-type=text/plain

Index: layman-2.2.0-removes-doctest-remnants.patch
===
>From 78b27932cc4916696bb436b7670fa38ac2671751 Mon Sep 17 00:00:00 2001
From: Devan Franchini 
Date: Fri, 17 Oct 2014 23:00:42 -0400
Subject: [PATCH] Removes doctest remnants

---
 layman/api.py| 12 
 layman/argsparser.py | 11 
 layman/cli.py| 12 
 layman/config.py | 10 ---
 layman/db.py | 18 --
 layman/dbbase.py | 18 --
 layman/overlays/archive.py   | 12 
 layman/overlays/modules/squashfs/squashfs.py | 11 
 layman/overlays/modules/tar/tar.py   | 11 
 layman/overlays/overlay.py   | 11 
 layman/remotedb.py   | 12 
 layman/tests/dtest.py| 93 
 layman/utils.py  | 11 
 13 files changed, 242 deletions(-)
 delete mode 100755 layman/tests/dtest.py

diff --git a/layman/api.py b/layman/api.py
index 60bcbe0..82436fc 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -714,15 +714,3 @@ def create_fd():
 write = os.fdopen(fd_w, 'w')
 read = os.fdopen(fd_r, 'r')
 return (read, write, fd_r, fd_w)
-
-
-if __name__ == '__main__':
-import doctest, sys
-
-# Ignore warnings here. We are just testing
-from warnings import filterwarnings, resetwarnings
-filterwarnings('ignore')
-
-doctest.testmod(sys.modules[__name__])
-
-resetwarnings()
diff --git a/layman/argsparser.py b/layman/argsparser.py
index 6aeda44..43497a9 100644
--- a/layman/argsparser.py
+++ b/layman/argsparser.py
@@ -404,14 +404,3 @@ class ArgsParser(BareConfig):
 self.output.debug('ARGSPARSER: Returning keys', 9)
 
 return keys
-
-
-#===
-#
-# Testing
-#
-#---
-
-if __name__ == '__main__':
-import doctest
-doctest.testmod(sys.modules[__name__])
diff --git a/layman/cli.py b/layman/cli.py
index 47824b8..81b10cd 100644
--- a/layman/cli.py
+++ b/layman/cli.py
@@ -397,15 +397,3 @@ class Main(object):
 # blank newline  -- no " *"
 self.output.notice('')
 return info != {}
-
-
-if __name__ == '__main__':
-import doctest
-
-# Ignore warnings here. We are just testing
-from warnings import filterwarnings, resetwarnings
-filterwarnings('ignore')
-
-doctest.testmod(sys.modules[__name__])
-
-resetwarnings()
diff --git a/layman/config.py b/layman/config.py
index 3e13899..8ce0074 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -348,13 +348,3 @@ class OptionConfig(BareConfig):
 if new_defaults is not None:
 self._defaults.update(new_defaults)
 return
-
-#===
-#
-# Testing
-#
-#---
-
-if __name__ == '__main__':
-import doctest
-doctest.testmod(sys.modules[__name__])
diff --git a/layman/db.py b/layman/db.py
index b874fe8..4edf465 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -315,21 +315,3 @@ class DB(DbBase):
 raise Exception('Syncing overlay "' + overlay_name +
 '" returned status ' + str(result) + '!' +
 '\ndb.sync()')
-
-
-#===
-#
-# Testing
-#
-#---
-
-if __name__ == '__main__':
-import doctest, sys
-
-# Ignore warnings here. We are just testing
-from warnings import filterwarnings, resetwarnings
-filterwarnings('ignore')
-
-doctest.testmod(sys.modules[__name__])
-
-resetwarnings()
diff --git a/layman/dbbase.py b/layman/dbbase.py
index a106af4..aff48b8 100644
--- a/layman/dbbase.py
+++ b/layman/dbbase.py
@@ -252,21 +252,3 @@ class DbBase(object):
 """returns a list of the overlay names
 """
 return sorted(self.overlays)
-
-
-#

[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r4.ebuild ChangeLog layman-2.2.0-r3.ebuild

2014-10-17 Thread Devan Franchini (twitch153)
twitch15314/10/18 03:37:18

  Modified: ChangeLog
  Added:layman-2.2.0-r4.ebuild
  Removed:  layman-2.2.0-r3.ebuild
  Log:
  Adds patch to remove doctests
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.216app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.216&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.216&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   16 Oct 2014 00:18:40 -  1.215
+++ ChangeLog   18 Oct 2014 03:37:18 -  1.216
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.215 
2014/10/16 00:18:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.216 
2014/10/18 03:37:18 twitch153 Exp $
+
+*layman-2.2.0-r4 (18 Oct 2014)
+
+  18 Oct 2014; Devan Franchini 
+  +files/layman-2.2.0-removes-doctest-remnants.patch, +layman-2.2.0-r4.ebuild,
+  -layman-2.2.0-r3.ebuild:
+  Adds patch to remove doctests
 
   16 Oct 2014; Manuel Rüger  layman-2.2.0-r3.ebuild:
   Add ~arm keyword. Bug #524040.



1.1  app-portage/layman/layman-2.2.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r4.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r4.ebuild,v 
1.1 2014/10/18 03:37:18 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-removes-doctest-remnants.patch
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r3.ebuild layman-9999.ebuild ChangeLog layman-2.2.0-r2.ebuild

2014-10-14 Thread Devan Franchini (twitch153)
twitch15314/10/14 21:41:25

  Modified: layman-.ebuild ChangeLog
  Added:layman-2.2.0-r3.ebuild
  Removed:  layman-2.2.0-r2.ebuild
  Log:
  Moves python_pkg_setup to pkg_setup, thanks to Arfrever for the clarification
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.39 app-portage/layman/layman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?r1=1.38&r2=1.39

Index: layman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- layman-.ebuild  13 Oct 2014 02:24:42 -  1.38
+++ layman-.ebuild  14 Oct 2014 21:41:25 -  1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.38 2014/10/13 02:24:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.39 2014/10/14 21:41:25 twitch153 Exp $
 
 EAPI="5"
 
@@ -51,7 +51,7 @@
layman_check_kernel_config
 }
 
-python_pkg_setup() {
+pkg_setup() {
layman_check_kernel_config
 }
 



1.214app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.214&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.214&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog   13 Oct 2014 02:29:35 -  1.213
+++ ChangeLog   14 Oct 2014 21:41:25 -  1.214
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.213 
2014/10/13 02:29:35 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.214 
2014/10/14 21:41:25 twitch153 Exp $
+
+*layman-2.2.0-r3 (14 Oct 2014)
+
+  14 Oct 2014; Devan Franchini  +layman-2.2.0-r3.ebuild,
+  -layman-2.2.0-r2.ebuild, layman-.ebuild:
+  Moves python_pkg_setup to pkg_setup, thanks to Arfrever for the clarification
 
 *layman-2.2.0-r2 (13 Oct 2014)
 



1.1  app-portage/layman/layman-2.2.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r3.ebuild,v 
1.1 2014/10/14 21:41:25 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] &&

[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r2.ebuild ChangeLog layman-2.2.0-r1.ebuild

2014-10-12 Thread Devan Franchini (twitch153)
twitch15314/10/13 02:29:35

  Modified: ChangeLog
  Added:layman-2.2.0-r2.ebuild
  Removed:  layman-2.2.0-r1.ebuild
  Log:
  Moves pkg_setup to python_pkg_setup
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.213app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.213&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.213&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   13 Oct 2014 02:24:42 -  1.212
+++ ChangeLog   13 Oct 2014 02:29:35 -  1.213
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.212 
2014/10/13 02:24:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.213 
2014/10/13 02:29:35 twitch153 Exp $
+
+*layman-2.2.0-r2 (13 Oct 2014)
+
+  13 Oct 2014; Devan Franchini  +layman-2.2.0-r2.ebuild,
+  -layman-2.2.0-r1.ebuild:
+  Moves pkg_setup to python_pkg_setup
 
   13 Oct 2014; Devan Franchini  layman-.ebuild:
   Adds proper kernel config checking



1.1  app-portage/layman/layman-2.2.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r2.ebuild,v 
1.1 2014/10/13 02:29:35 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

python_pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-9999.ebuild ChangeLog

2014-10-12 Thread Devan Franchini (twitch153)
twitch15314/10/13 02:24:42

  Modified: layman-.ebuild ChangeLog
  Log:
  Adds proper kernel config checking
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.38 app-portage/layman/layman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?r1=1.37&r2=1.38

Index: layman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- layman-.ebuild  17 Aug 2014 02:07:02 -  1.37
+++ layman-.ebuild  13 Oct 2014 02:24:42 -  1.38
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.37 2014/08/17 02:07:02 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.38 2014/10/13 02:24:42 twitch153 Exp $
 
 EAPI="5"
 
@@ -41,8 +41,18 @@
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"
 
+layman_check_kernel_config() {
+   local CONFIG_CHECK
+   use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
+   [[ -n ${CONFIG_CHECK} ]] && check_extra_config
+}
+
 pkg_pretend() {
-   use squashfs && local CONFIG_CHECK="BLK_DEV_LOOP SQUASHFS"
+   layman_check_kernel_config
+}
+
+python_pkg_setup() {
+   layman_check_kernel_config
 }
 
 python_prepare_all()  {



1.212app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.212&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.212&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.211&r2=1.212

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog   13 Oct 2014 02:16:10 -  1.211
+++ ChangeLog   13 Oct 2014 02:24:42 -  1.212
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.211 
2014/10/13 02:16:10 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.212 
2014/10/13 02:24:42 twitch153 Exp $
+
+  13 Oct 2014; Devan Franchini  layman-.ebuild:
+  Adds proper kernel config checking
 
 *layman-2.2.0-r1 (13 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0-r1.ebuild ChangeLog layman-2.2.0.ebuild

2014-10-12 Thread Devan Franchini (twitch153)
twitch15314/10/13 02:16:10

  Modified: ChangeLog
  Added:layman-2.2.0-r1.ebuild
  Removed:  layman-2.2.0.ebuild
  Log:
  Adds proper kernel config checking, thanks to Arfrever
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.211app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.211&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.211&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.210&r2=1.211

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog   4 Oct 2014 14:07:05 -   1.210
+++ ChangeLog   13 Oct 2014 02:16:10 -  1.211
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.210 
2014/10/04 14:07:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.211 
2014/10/13 02:16:10 twitch153 Exp $
+
+*layman-2.2.0-r1 (13 Oct 2014)
+
+  13 Oct 2014; Devan Franchini  +layman-2.2.0-r1.ebuild,
+  -layman-2.2.0.ebuild:
+  Adds proper kernel config checking, thanks to Arfrever
 
   04 Oct 2014; Anthony G. Basile  layman-2.2.0.ebuild:
   Keyworded ~ppc and ~ppc64, bug #524040



1.1  app-portage/layman/layman-2.2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0-r1.ebuild,v 
1.1 2014/10/13 02:16:10 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

layman_check_kernel_config() {
local CONFIG_CHECK
use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
[[ -n ${CONFIG_CHECK} ]] && check_extra_config
}

pkg_pretend() {
layman_check_kernel_config
}

pkg_setup() {
layman_check_kernel_config
}

python_prepare_all()  {
distutils-r1_python_prepare_all
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






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

2014-09-28 Thread Devan Franchini (twitch153)
twitch15314/09/28 22:02:33

  Modified: package.use.mask
  Log:
  Makes g-sorcery USE flag for app-portage/layman

Revision  ChangesPath
1.607profiles/base/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.607&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.607&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.606&r2=1.607

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -r1.606 -r1.607
--- package.use.mask19 Sep 2014 17:30:25 -  1.606
+++ package.use.mask28 Sep 2014 22:02:33 -  1.607
@@ -1,11 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.606 
2014/09/19 17:30:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.607 
2014/09/28 22:02:33 twitch153 Exp $
 
 # This file requires >=portage-2.1.1
 # New entries go on top.
 #
 
+# Devan Franchini  (28 Sep 2014)
+# Masked until it is sufficiently keyworded for layman
+app-portage/layman g-sorcery
+
 # Michał Górny  (15 Sep 2014)
 # Unsuccessful version bump of net-libs/libzrtpcpp, seems to cause
 # undefined references few layers deeper. Need further investigation,






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.1.0-r3.ebuild ChangeLog

2014-09-28 Thread Devan Franchini (twitch153)
twitch15314/09/28 20:45:51

  Modified: layman-2.1.0-r3.ebuild ChangeLog
  Log:
  reintroduces ~ppc ~ppc64 ~sparc keywords
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  app-portage/layman/layman-2.1.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?r1=1.1&r2=1.2

Index: layman-2.1.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layman-2.1.0-r3.ebuild  2 Sep 2014 22:06:59 -   1.1
+++ layman-2.1.0-r3.ebuild  28 Sep 2014 20:45:51 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild,v 
1.1 2014/09/02 22:06:59 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild,v 
1.2 2014/09/28 20:45:51 twitch153 Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~ppc ~ppc64 ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris ~sparc"
 IUSE="bazaar cvs darcs +git mercurial subversion test"
 
 DEPEND="test? ( dev-vcs/subversion )"



1.206app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.206&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.206&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.205&r2=1.206

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   2 Sep 2014 22:06:59 -   1.205
+++ ChangeLog   28 Sep 2014 20:45:51 -  1.206
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.205 
2014/09/02 22:06:59 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.206 
2014/09/28 20:45:51 twitch153 Exp $
+
+  28 Sep 2014; Devan Franchini  layman-2.1.0-r3.ebuild:
+  reintroduces ~ppc ~ppc64 ~sparc keywords
 
 *layman-2.1.0-r3 (02 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.2.0.ebuild ChangeLog

2014-09-28 Thread Devan Franchini (twitch153)
twitch15314/09/28 22:30:43

  Modified: ChangeLog
  Added:layman-2.2.0.ebuild
  Log:
  Bumps version for new release
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.207app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.207&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.207&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.206&r2=1.207

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   28 Sep 2014 20:45:51 -  1.206
+++ ChangeLog   28 Sep 2014 22:30:43 -  1.207
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.206 
2014/09/28 20:45:51 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.207 
2014/09/28 22:30:43 twitch153 Exp $
+
+*layman-2.2.0 (28 Sep 2014)
+
+  28 Sep 2014; Devan Franchini  +layman-2.2.0.ebuild:
+  Bumps version for new release
 
   28 Sep 2014; Devan Franchini  layman-2.1.0-r3.ebuild:
   reintroduces ~ppc ~ppc64 ~sparc keywords



1.1  app-portage/layman/layman-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.2.0.ebuild,v 1.1 
2014/09/28 22:30:43 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 linux-info prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git g-sorcery mercurial squashfs subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

pkg_pretend() {
use squashfs && local CONFIG_CHECK="BLK_DEV_LOOP SQUASHFS"
}

python_prepare_all()  {
distutils-r1_python_prepare_all
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






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

2014-09-20 Thread Devan Franchini (twitch153)
twitch15314/09/20 23:50:53

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Modifies location set for doicon call, bug #523282
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.14 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dolphin-.ebuild 30 Jun 2014 05:39:48 -  1.13
+++ dolphin-.ebuild 20 Sep 2014 23:50:52 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.13 
2014/06/30 05:39:48 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.14 
2014/09/20 23:50:52 twitch153 Exp $
 
 EAPI=5
 
@@ -134,7 +134,7 @@
dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
fi
 
-   doicon Source/Core/DolphinWX/resources/Dolphin.xpm
+   doicon Installer/dolphin-emu.xpm
make_desktop_entry "dolphin-emu" "Dolphin" "Dolphin" "Game;"
 
prepgamesdirs



1.22 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   30 Jun 2014 05:39:48 -  1.21
+++ ChangeLog   20 Sep 2014 23:50:52 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 
2014/06/30 05:39:48 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.22 
2014/09/20 23:50:52 twitch153 Exp $
+
+  20 Sep 2014; Devan Franchini  dolphin-.ebuild:
+  Modifies location set for doicon call, bug #523282
 
   30 Jun 2014; Devan Franchini  dolphin-.ebuild:
   Adds wxGTK3.0 version dependency, bug #515688






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.1.0-incorrect-import-make-conf-fix.patch

2014-09-02 Thread Devan Franchini (twitch153)
twitch15314/09/02 22:06:59

  Added:layman-2.1.0-incorrect-import-make-conf-fix.patch
  Log:
  Adds patch to fix improper import for ConfigHandler, bug #521724
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-portage/layman/files/layman-2.1.0-incorrect-import-make-conf-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.1.0-incorrect-import-make-conf-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.1.0-incorrect-import-make-conf-fix.patch?rev=1.1&content-type=text/plain

Index: layman-2.1.0-incorrect-import-make-conf-fix.patch
===
>From 8f6005fcfb9d2012bba428863f89b6b9168c8226 Mon Sep 17 00:00:00 2001
From: Devan Franchini 
Date: Thu, 22 May 2014 22:57:08 -0400
Subject: [PATCH] updater.py: Fixes incorrect import for make.conf class

X-Gentoo-Bug: 521724
X-Gentoo-Bug-URL: https://bugs.gentoo.org/521724
---
 layman/updater.py  |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layman/updater.py b/layman/updater.py
index 26aeed2..b2187e3 100644
--- a/layman/updater.py
+++ b/layman/updater.py
@@ -155,8 +155,8 @@ class Main(object):
 self.output.info("  Creating layman's make.conf file")
 # create layman's %(storage)s/make.conf
 # so portage won't error
-from layman.makeconf import MakeConf
-maker = MakeConf(self.config, None)
+from layman.makeconf import ConfigHandler
+maker = ConfigHandler(self.config, None)
 maker.write()
 
 
-- 
1.8.5.5







[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.1.0-r3.ebuild ChangeLog layman-2.1.0-r2.ebuild

2014-09-02 Thread Devan Franchini (twitch153)
twitch15314/09/02 22:06:59

  Modified: ChangeLog
  Added:layman-2.1.0-r3.ebuild
  Removed:  layman-2.1.0-r2.ebuild
  Log:
  Adds patch to fix improper import for ConfigHandler, bug #521724
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.205app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.205&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.205&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.204&r2=1.205

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog   17 Aug 2014 02:10:22 -  1.204
+++ ChangeLog   2 Sep 2014 22:06:59 -   1.205
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.204 
2014/08/17 02:10:22 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.205 
2014/09/02 22:06:59 twitch153 Exp $
+
+*layman-2.1.0-r3 (02 Sep 2014)
+
+  02 Sep 2014; Devan Franchini 
+  +files/layman-2.1.0-incorrect-import-make-conf-fix.patch,
+  +layman-2.1.0-r3.ebuild, -layman-2.1.0-r2.ebuild:
+  Adds patch to fix improper import for ConfigHandler, bug #521724
 
   17 Aug 2014; Devan Franchini  metadata.xml:
   Adds twitch153 to maintainers



1.1  app-portage/layman/layman-2.1.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.1.0-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild,v 
1.1 2014/09/02 22:06:59 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git mercurial subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-local_overlay.patch
epatch "${FILESDIR}"/${P}-incorrect-import-make-conf-fix.patch
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: metadata.xml ChangeLog

2014-08-16 Thread Devan Franchini (twitch153)
twitch15314/08/17 02:10:22

  Modified: metadata.xml ChangeLog
  Log:
  Adds twitch153 to maintainers
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.16 app-portage/layman/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?r1=1.15&r2=1.16

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/metadata.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- metadata.xml17 Aug 2014 02:07:01 -  1.15
+++ metadata.xml17 Aug 2014 02:10:22 -  1.16
@@ -6,6 +6,10 @@
dol...@gentoo.org
Brian Dolbec

+   
+   twitch...@gentoo.org
+   Devan Franchini
+   

Support dev-vcs/bzr based 
overlays
Support dev-vcs/cvs based 
overlays



1.204app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.204&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.204&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.203&r2=1.204

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   17 Aug 2014 02:07:02 -  1.203
+++ ChangeLog   17 Aug 2014 02:10:22 -  1.204
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.203 
2014/08/17 02:07:02 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.204 
2014/08/17 02:10:22 twitch153 Exp $
+
+  17 Aug 2014; Devan Franchini  metadata.xml:
+  Adds twitch153 to maintainers
 
   17 Aug 2014; Devan Franchini  layman-.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in app-portage/layman: metadata.xml layman-9999.ebuild ChangeLog

2014-08-16 Thread Devan Franchini (twitch153)
twitch15314/08/17 02:07:02

  Modified: metadata.xml layman-.ebuild ChangeLog
  Log:
  Updates  to reflect new features
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.15 app-portage/layman/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/metadata.xml?r1=1.14&r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml19 Nov 2012 00:13:18 -  1.14
+++ metadata.xml17 Aug 2014 02:07:01 -  1.15
@@ -10,9 +10,11 @@
Support dev-vcs/bzr based 
overlays
Support dev-vcs/cvs based 
overlays
Support dev-vcs/darcs based 
overlays
+   Support app-portage/g-sorcery 
based overlays
Support dev-vcs/git based 
overlays
Support app-crypt/gnupg signed 
overlays lists and manifests
Support dev-vcs/mercurial 
based overlays
+   Support mounting squashfs image overlays 
locally read-only
Support dev-vcs/subversion 
based overlays

 



1.37 app-portage/layman/layman-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-.ebuild?r1=1.36&r2=1.37

Index: layman-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- layman-.ebuild  6 Jul 2014 12:35:18 -   1.36
+++ layman-.ebuild  17 Aug 2014 02:07:02 -  1.37
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.36 2014/07/06 12:35:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-.ebuild,v 
1.37 2014/08/17 02:07:02 twitch153 Exp $
 
 EAPI="5"
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 PYTHON_REQ_USE="xml(+)"
 
-inherit eutils distutils-r1 git-2 prefix
+inherit eutils distutils-r1 git-2 linux-info prefix
 
 DESCRIPTION="Tool to manage Gentoo overlays"
 HOMEPAGE="http://layman.sourceforge.net";
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="bazaar cvs darcs +git gpg mercurial subversion test"
+IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion test"
 
 DEPEND="test? ( dev-vcs/subversion )
app-text/asciidoc"
@@ -28,6 +28,7 @@
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
+   g-sorcery? ( app-portage/g-sorcery )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
@@ -40,6 +41,10 @@
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"
 
+pkg_pretend() {
+   use squashfs && local CONFIG_CHECK="BLK_DEV_LOOP SQUASHFS"
+}
+
 python_prepare_all()  {
distutils-r1_python_prepare_all
eprefixify etc/layman.cfg layman/config.py



1.203app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.203&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.203&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.202&r2=1.203

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   28 Jul 2014 20:37:16 -  1.202
+++ ChangeLog   17 Aug 2014 02:07:02 -  1.203
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.202 
2014/07/28 20:37:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.203 
2014/08/17 02:07:02 twitch153 Exp $
+
+  17 Aug 2014; Devan Franchini  layman-.ebuild,
+  metadata.xml:
+  Updates  to reflect new features
 
   28 Jul 2014; Mikle 

[gentoo-commits] gentoo-x86 commit in profiles/base: use.mask

2014-08-16 Thread Devan Franchini (twitch153)
twitch15314/08/17 01:54:21

  Modified: use.mask
  Log:
  Masks "g-sorcery" USE flag

Revision  ChangesPath
1.203profiles/base/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.203&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.203&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.202&r2=1.203

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- use.mask27 Jul 2014 09:22:08 -  1.202
+++ use.mask17 Aug 2014 01:54:21 -  1.203
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.202 2014/07/27 
09:22:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.203 2014/08/17 
01:54:21 twitch153 Exp $
 
 # Mask use-flag firebird and package dev-db/firebird for bug 460780
 firebird
@@ -388,3 +388,8 @@
 # The support for implementations will be disabled in 30 days.
 python_targets_python2_6
 python_single_target_python2_6
+
+# Devan Franchini  (16 Aug 2014)
+# g-sorcery is only in an overlay so far, and not yet in the main portage
+# tree.
+g-sorcery






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.1.0-r2.ebuild ChangeLog layman-2.1.0-r1.ebuild

2014-07-28 Thread Devan Franchini (twitch153)
twitch15314/07/28 19:51:26

  Modified: ChangeLog
  Added:layman-2.1.0-r2.ebuild
  Removed:  layman-2.1.0-r1.ebuild
  Log:
  Removes asciidoc from DEPEND
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.201app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.201&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.201&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.200&r2=1.201

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog   27 Jul 2014 03:17:20 -  1.200
+++ ChangeLog   28 Jul 2014 19:51:26 -  1.201
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.200 
2014/07/27 03:17:20 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.201 
2014/07/28 19:51:26 twitch153 Exp $
+
+*layman-2.1.0-r2 (28 Jul 2014)
+
+  28 Jul 2014; Devan Franchini  +layman-2.1.0-r2.ebuild,
+  -layman-2.1.0-r1.ebuild:
+  Removes asciidoc from DEPEND
 
 *layman-2.1.0-r1 (27 Jul 2014)
 



1.1  app-portage/layman/layman-2.1.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.1.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r2.ebuild,v 
1.1 2014/07/28 19:51:26 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git mercurial subversion test"

DEPEND="test? ( dev-vcs/subversion )"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-local_overlay.patch
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure/herds: herds.xml

2014-07-28 Thread Devan Franchini (twitch153)
twitch15314/07/28 19:36:06

  Modified: herds.xml
  Log:
  Adds twitch153 to tools-portage herd

Revision  ChangesPath
1.1113   xml/htdocs/proj/en/metastructure/herds/herds.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?rev=1.1113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?r1=1.1112&r2=1.1113

Index: herds.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v
retrieving revision 1.1112
retrieving revision 1.1113
diff -u -r1.1112 -r1.1113
--- herds.xml   28 Jul 2014 15:57:39 -  1.1112
+++ herds.xml   28 Jul 2014 19:36:05 -  1.1113
@@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
 
-   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1112 
2014/07/28 15:57:39 pinkbyte Exp $
+   $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1113 
2014/07/28 19:36:05 twitch153 Exp $
 
 -->
 
@@ -1505,6 +1505,10 @@
 dol...@gentoo.org
 Brian Dolbec
   
+  
+twitch...@gentoo.org
+Devan Franchini
+  
 
 
   net-dialup






[gentoo-commits] gentoo-x86 commit in app-portage/layman/files: layman-2.1.0-local_overlay.patch

2014-07-26 Thread Devan Franchini (twitch153)
twitch15314/07/27 03:17:20

  Added:layman-2.1.0-local_overlay.patch
  Log:
  Rev bump to add patch for local overlay listings
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  app-portage/layman/files/layman-2.1.0-local_overlay.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.1.0-local_overlay.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/files/layman-2.1.0-local_overlay.patch?rev=1.1&content-type=text/plain

Index: layman-2.1.0-local_overlay.patch
===
>From d0e5d9120c27f678e9039bb2f65cfc0e457be6c7 Mon Sep 17 00:00:00 2001
From: Douglas Freed 
Date: Sat, 26 Jul 2014 15:54:11 -0700
Subject: [PATCH] Fix a bug when an overlay isn't in the remote list

If the overlay isn't in the remote list, it obviously isn't a different
type, nor has its URL changed, so just init those to False so we can
sync the overlay without hitting UnboundLocalError.
---
 layman/api.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/layman/api.py b/layman/api.py
index a86970f..930f449 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -426,6 +426,7 @@ class LaymanAPI(object):
 message = 'Overlay "%s" could not be found in the remote 
lists.\n' \
 'Please check if it has been renamed and re-add if 
necessary.' % ovl
 warnings.append((ovl, message))
+(diff_type, update_url) = (False, False)
 else:
 self.output.debug("API.sync(); else: 
self._get_remote_db().select(ovl)", 5)
 
-- 
1.8.5.5







[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.1.0-r1.ebuild ChangeLog layman-2.1.0.ebuild

2014-07-26 Thread Devan Franchini (twitch153)
twitch15314/07/27 03:17:20

  Modified: ChangeLog
  Added:layman-2.1.0-r1.ebuild
  Removed:  layman-2.1.0.ebuild
  Log:
  Rev bump to add patch for local overlay listings
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.200app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.200&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.200&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.199&r2=1.200

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   24 Jul 2014 19:01:48 -  1.199
+++ ChangeLog   27 Jul 2014 03:17:20 -  1.200
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.199 
2014/07/24 19:01:48 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.200 
2014/07/27 03:17:20 twitch153 Exp $
+
+*layman-2.1.0-r1 (27 Jul 2014)
+
+  27 Jul 2014; Devan Franchini 
+  +files/layman-2.1.0-local_overlay.patch, +layman-2.1.0-r1.ebuild,
+  -layman-2.1.0.ebuild:
+  Rev bump to add patch for local overlay listings
 
 *layman-2.1.0 (24 Jul 2014)
 



1.1  app-portage/layman/layman-2.1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.1.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0-r1.ebuild,v 
1.1 2014/07/27 03:17:20 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git mercurial subversion test"

DEPEND="test? ( dev-vcs/subversion )
app-text/asciidoc"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

python_prepare_all()  {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${P}-local_overlay.patch
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.1.0.ebuild ChangeLog

2014-07-24 Thread Devan Franchini (twitch153)
twitch15314/07/24 19:01:48

  Modified: ChangeLog
  Added:layman-2.1.0.ebuild
  Log:
  Bumps version for new release
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.199app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.199&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.199&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   6 Jul 2014 12:35:18 -   1.198
+++ ChangeLog   24 Jul 2014 19:01:48 -  1.199
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.198 
2014/07/06 12:35:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.199 
2014/07/24 19:01:48 twitch153 Exp $
+
+*layman-2.1.0 (24 Jul 2014)
+
+  24 Jul 2014; Devan Franchini  +layman-2.1.0.ebuild:
+  Bumps version for new release
 
   06 Jul 2014; Michał Górny  layman-2.0.0-r1.ebuild,
   layman-2.0.0-r3.ebuild, layman-.ebuild:



1.1  app-portage/layman/layman-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: layman-2.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.1.0.ebuild,v 1.1 
2014/07/24 19:01:48 twitch153 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit eutils distutils-r1 prefix

DESCRIPTION="Tool to manage Gentoo overlays"
HOMEPAGE="http://layman.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~x86 
~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git mercurial subversion test"

DEPEND="test? ( dev-vcs/subversion )
app-text/asciidoc"

RDEPEND="
bazaar? ( dev-vcs/bzr )
cvs? ( dev-vcs/cvs )
darcs? ( dev-vcs/darcs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? (
|| (
>=dev-vcs/subversion-1.5.4[http]
>=dev-vcs/subversion-1.5.4[webdav-neon]
>=dev-vcs/subversion-1.5.4[webdav-serf]
)
)
sys-apps/portage[${PYTHON_USEDEP}]
>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
"

python_prepare_all()  {
distutils-r1_python_prepare_all
eprefixify etc/layman.cfg layman/config.py
}

python_test() {
for suite in layman/tests/{dtest,external}.py ; do
PYTHONPATH="." "${PYTHON}" ${suite} \
|| die "test suite '${suite}' failed"
done
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/layman
doins etc/layman.cfg

doman doc/layman.8
dohtml doc/layman.8.html

keepdir /var/lib/layman
keepdir /etc/layman/overlays
}

pkg_postinst() {
# now run layman's update utility
einfo "Running layman-updater..."
"${EROOT}"/usr/bin/layman-updater
einfo
}






[gentoo-commits] gentoo-x86 commit in media-tv/tvheadend: tvheadend-3.4.27.ebuild ChangeLog

2014-07-05 Thread Devan Franchini (twitch153)
twitch15314/07/06 00:58:47

  Modified: tvheadend-3.4.27.ebuild ChangeLog
  Log:
  Removes curl configure switch, bug #514796
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.3  media-tv/tvheadend/tvheadend-3.4.27.ebuild

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

Index: tvheadend-3.4.27.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.4.27.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tvheadend-3.4.27.ebuild 22 Jun 2014 20:05:06 -  1.2
+++ tvheadend-3.4.27.ebuild 6 Jul 2014 00:58:47 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.4.27.ebuild,v 1.2 
2014/06/22 20:05:06 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-3.4.27.ebuild,v 1.3 
2014/07/06 00:58:47 twitch153 Exp $
 
 EAPI=5
 
@@ -59,7 +59,7 @@
--disable-dvbscan \
$(use_enable dvb linuxdvb) \
$(use_enable ffmpeg libav) \
-   $(use_enable curl imagecache) \
+   $(use_enable imagecache) \
$(use_enable inotify) \
$(use_enable zlib)
 }



1.7  media-tv/tvheadend/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   22 Jun 2014 20:05:06 -  1.6
+++ ChangeLog   6 Jul 2014 00:58:47 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/tvheadend
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v 1.6 
2014/06/22 20:05:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/ChangeLog,v 1.7 
2014/07/06 00:58:47 twitch153 Exp $
+
+  06 Jul 2014; Devan Franchini  tvheadend-3.4.27.ebuild:
+  Removes curl configure switch, bug #514796
 
   22 Jun 2014; Matthew Thode 
   tvheadend-3.4.27.ebuild, tvheadend-.ebuild:






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

2014-06-29 Thread Devan Franchini (twitch153)
twitch15314/06/30 05:39:48

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds wxGTK3.0 version dependency, bug #515688
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.13 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dolphin-.ebuild 19 Mar 2014 03:06:38 -  1.12
+++ dolphin-.ebuild 30 Jun 2014 05:39:48 -  1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.12 
2014/03/19 03:06:38 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.13 
2014/06/30 05:39:48 twitch153 Exp $
 
 EAPI=5
 
-WX_GTK_VER="2.9"
+WX_GTK_VER="3.0"
 
 inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets 
games
 
@@ -48,7 +48,7 @@
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
-   x11-libs/wxGTK:2.9
+   x11-libs/wxGTK:${WX_GTK_VER}
"
 
 pkg_pretend() {



1.21 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   4 May 2014 21:47:04 -   1.20
+++ ChangeLog   30 Jun 2014 05:39:48 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.20 
2014/05/04 21:47:04 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.21 
2014/06/30 05:39:48 twitch153 Exp $
+
+  30 Jun 2014; Devan Franchini  dolphin-.ebuild:
+  Adds wxGTK3.0 version dependency, bug #515688
 
 *dolphin-4.0.2 (04 May 2014)
 






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-4.0.2.ebuild ChangeLog

2014-05-04 Thread Devan Franchini (twitch153)
twitch15314/05/04 21:47:04

  Modified: ChangeLog
  Added:dolphin-4.0.2.ebuild
  Log:
  Version bump to 4.0.2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.20 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Mar 2014 03:06:38 -  1.19
+++ ChangeLog   4 May 2014 21:47:04 -   1.20
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.19 
2014/03/19 03:06:38 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.20 
2014/05/04 21:47:04 twitch153 Exp $
+
+*dolphin-4.0.2 (04 May 2014)
+
+  04 May 2014; Devan Franchini  +dolphin-4.0.2.ebuild:
+  Version bump to 4.0.2
 
   19 Mar 2014; Devan Franchini  dolphin-.ebuild:
   Adds gtest to saved External directories.



1.1  games-emulation/dolphin/dolphin-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2.ebuild?rev=1.1&content-type=text/plain

Index: dolphin-4.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2.ebuild,v 1.1 
2014/05/04 21:47:04 twitch153 Exp $

EAPI=5

WX_GTK_VER="2.9"

inherit cmake-utils eutils pax-utils toolchain-funcs versionator wxwidgets games

SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip";
KEYWORDS="~amd64"

DESCRIPTION="Gamecube and Wii game emulator"
HOMEPAGE="https://www.dolphin-emu.org/";

LICENSE="GPL-2"
SLOT="0"
IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio 
pulseaudio"

RESTRICT="mirror"

RDEPEND=">=media-libs/glew-1.6
>=media-libs/libsdl-1.2[joystick]
=net-libs/miniupnpc-1.8
sys-libs/readline
x11-libs/libXext
x11-libs/libXrandr
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
bluetooth? ( net-wireless/bluez )
ffmpeg? ( virtual/ffmpeg )
lzo? ( dev-libs/lzo )
openal? ( media-libs/openal )
opengl? ( virtual/opengl )
portaudio? ( media-libs/portaudio )
pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
app-arch/zip
media-gfx/nvidia-cg-toolkit
media-libs/freetype
media-libs/libsoundtouch
>=sys-devel/gcc-4.6.0
x11-libs/wxGTK:2.9
"

pkg_pretend() {

local ver=4.6.0
local msg="${PN} needs at least GCC ${ver} set to compile."

if [[ ${MERGE_TYPE} != binary ]]; then
if ! version_is_at_least ${ver} $(gcc-fullversion); then
eerror ${msg}
die ${msg}
fi
fi

}

src_prepare() {

# Remove automatic dependencies to prevent building without flags 
enabled.
if use !alsa; then
sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die
fi
if use !bluetooth; then
sed -i -e '/^check_lib(BLUEZ/d' CMakeLists.txt || die
fi
if use !openal; then
sed -i -e '/^include(FindOpenAL/d' CMakeLists.txt || die
fi
if use !portaudio; then
sed -i -e '/CMAKE_REQUIRED_LIBRARIES portaudio/d' 
CMakeLists.txt || die
fi
if use !pulseaudio; then
sed -i -e '/^check_lib(PULSEAUDIO/d' CMakeLists.txt || die
fi

# Remove ALL the bundled libraries, aside from:
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - CLRun: Part of OpenCL
# - polarssl: Currently fails the check as is.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals/CLRun . || die
mv Externals/polarssl . || die
rm -r Externals/* || die
mv polarssl Externals || die
mv CLRun Externals || die
m

[gentoo-commits] gentoo-x86 commit in app-laptop/easy-slow-down-manager/files: easy-slow-down-manager-0.3-kernel-3.10-1.patch

2014-04-18 Thread Devan Franchini (twitch153)
twitch15314/04/19 03:23:58

  Added:easy-slow-down-manager-0.3-kernel-3.10-1.patch
  Log:
  Adds patch to compile on systems with kernel-3.10.1 and up
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kernel-3.10-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kernel-3.10-1.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/files/easy-slow-down-manager-0.3-kernel-3.10-1.patch?rev=1.1&content-type=text/plain

Index: easy-slow-down-manager-0.3-kernel-3.10-1.patch
===
diff --git a/easy_slow_down_manager.c b/easy_slow_down_manager.c
index 7b2d1e9..1336557 100644
--- a/easy_slow_down_manager.c
+++ b/easy_slow_down_manager.c
@@ -4,6 +4,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -101,7 +102,7 @@ MODULE_PARM_DESC(debug, "Verbose output");
 int sabi_exec_command(u8 command, u8 data, struct sabi_retval *sretval)
 {
 int retval = 0;
-
+
 mutex_lock(&sabi_mutex);
 
 /* enable memory to be able to write to it */
@@ -141,22 +142,25 @@ int sabi_exec_command(u8 command, u8 data, struct 
sabi_retval *sretval)
 return retval;
 }
 
-int easy_slow_down_read(char *page, char **start, off_t off,
- int count, int *eof, void *data) {
+ssize_t easy_slow_down_read(struct file *filp, char __user *buffer,
+size_t length, loff_t *off) {
 struct sabi_retval sretval;
-
-if (off > 0) {
-*eof = 1;
-}
-else if (!sabi_exec_command(SABI_GET_ETIQUETTE_MODE, 0, &sretval)) {
-page[0] = sretval.retval[0] + '0';
+
+if (*off > 0)
+return 0;
+
+if (!sabi_exec_command(SABI_GET_ETIQUETTE_MODE, 0, &sretval)) {
+char mode = sretval.retval[0] + '0';
+if (copy_to_user(buffer, &mode, 1))
+return -EFAULT;
+(*off)++;
 return 1;
 }
 return 0;
 }
 
-int easy_slow_down_write(struct file *file, const char __user *buffer,
-  unsigned long count, void *data) {
+ssize_t easy_slow_down_write(struct file *filp, const char __user *buffer,
+size_t count, loff_t *off) {
 char mode = '0';
 if (copy_from_user(&mode, buffer, 1)) {
 return -EFAULT;
@@ -167,22 +171,25 @@ int easy_slow_down_write(struct file *file, const char 
__user *buffer,
 return count;
 }
 
-int easy_backlight_read(char *page, char **start, off_t off,
- int count, int *eof, void *data) {
+ssize_t easy_backlight_read(struct file *filp, char __user *buffer,
+size_t length, loff_t *off) {
 struct sabi_retval sretval;
-
-if (off > 0) {
-*eof = 1;
-}
-else if (!sabi_exec_command(SABI_GET_BACKLIGHT, 0, &sretval)) {
-page[0] = sretval.retval[0] + '0';
+
+if (*off > 0)
+return 0;
+
+if (!sabi_exec_command(SABI_GET_BACKLIGHT, 0, &sretval)) {
+char mode = sretval.retval[0] + '0';
+if (copy_to_user(buffer, &mode, 1))
+return -EFAULT;
+(*off)++;
 return 1;
 }
 return 0;
 }
 
-int easy_backlight_write(struct file *file, const char __user *buffer,
-  unsigned long count, void *data) {
+ssize_t easy_backlight_write(struct file *file, const char __user *buffer,
+  size_t count, loff_t *off) {
 char mode = '0';
 if (copy_from_user(&mode, buffer, 1)) {
 return -EFAULT;
@@ -193,22 +200,25 @@ int easy_backlight_write(struct file *file, const char 
__user *buffer,
 return count;
 }
 
-int easy_wifi_kill_read(char *page, char **start, off_t off,
- int count, int *eof, void *data) {
+ssize_t easy_wifi_kill_read(struct file *filp, char __user *buffer,
+size_t length, loff_t *off) {
 struct sabi_retval sretval;
-
-if (off > 0) {
-*eof = 1;
-}
-else if (!sabi_exec_command(SABI_GET_WIRELESS_BUTTON, 0, &sretval)) {
-page[0] = sretval.retval[0] + '0';
+
+if (*off > 0)
+return 0;
+
+if (!sabi_exec_command(SABI_GET_WIRELESS_BUTTON, 0, &sretval)) {
+char mode = sretval.retval[0] + '0';
+if (copy_to_user(buffer, &mode, 1))
+return -EFAULT;
+(*off)++;
 return 1;
 }
 return 0;
 }
 
-int easy_wifi_kill_write(struct file *file, const char __user *buffer,
-  unsigned long count, void *data) {
+ssize_t easy_wifi_kill_write(struct file *file, const char __user *buffer,
+  size_t count, loff_t *off) {
 char mode = '0';
 if (copy_from_user(&mode, buffer, 1)) {
 return -EFAULT;
@@ -219,8 +229,26 @

[gentoo-commits] gentoo-x86 commit in app-laptop/easy-slow-down-manager: easy-slow-down-manager-0.3.ebuild ChangeLog

2014-04-18 Thread Devan Franchini (twitch153)
twitch15314/04/19 03:23:58

  Modified: easy-slow-down-manager-0.3.ebuild ChangeLog
  Log:
  Adds patch to compile on systems with kernel-3.10.1 and up
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.4  
app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild?r1=1.3&r2=1.4

Index: easy-slow-down-manager-0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- easy-slow-down-manager-0.3.ebuild   2 Jul 2013 21:59:39 -   1.3
+++ easy-slow-down-manager-0.3.ebuild   19 Apr 2014 03:23:58 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild,v
 1.3 2013/07/02 21:59:39 vincent Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/easy-slow-down-manager-0.3.ebuild,v
 1.4 2014/04/19 03:23:58 twitch153 Exp $
 
 EAPI=4
 inherit eutils linux-mod
@@ -20,6 +20,10 @@
 MODULE_NAMES="samsung-backlight() easy_slow_down_manager()"
 
 src_prepare() {
+   get_version
+   if kernel_is -ge 3 10; then
+   epatch "${FILESDIR}"/${P}-kernel-3.10-1.patch
+   fi
epatch "${FILESDIR}"/${P}-kv_dir.patch
 }
 



1.5  app-laptop/easy-slow-down-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Sep 2013 18:01:24 -  1.4
+++ ChangeLog   19 Apr 2014 03:23:58 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-laptop/easy-slow-down-manager
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog,v 1.4 
2013/09/25 18:01:24 angelos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-laptop/easy-slow-down-manager/ChangeLog,v 1.5 
2014/04/19 03:23:58 twitch153 Exp $
+
+  19 Apr 2014; Devan Franchini 
+  +files/easy-slow-down-manager-0.3-kernel-3.10-1.patch,
+  easy-slow-down-manager-0.3.ebuild:
+  Adds patch to compile on systems with kernel-3.10.1 and up
 
   25 Sep 2013;   metadata.xml:
   Remove myself from metadata since I do not own a Samsung laptop anymore






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

2014-03-18 Thread Devan Franchini (twitch153)
twitch15314/03/19 03:06:38

  Modified: dolphin-.ebuild ChangeLog
  Log:
  Adds gtest to saved External directories.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.12 games-emulation/dolphin/dolphin-.ebuild

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

Index: dolphin-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dolphin-.ebuild 7 Feb 2014 17:55:17 -   1.11
+++ dolphin-.ebuild 19 Mar 2014 03:06:38 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.11 
2014/02/07 17:55:17 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-.ebuild,v 1.12 
2014/03/19 03:06:38 twitch153 Exp $
 
 EAPI=5
 
@@ -91,15 +91,19 @@
# - SOIL: The sources are not public.
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
+   # - polarssl: Not fully supported yet.
+   # - gtest: No idea. Removal causes build failure.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
mv Externals/polarssl . || die
mv Externals/GL . || die
+   mv Externals/gtest . || die
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
mv polarssl Externals || die
mv GL Externals || die
+   mv gtest Externals || die
 }
 
 src_configure() {



1.19 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Mar 2014 19:11:07 -  1.18
+++ ChangeLog   19 Mar 2014 03:06:38 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.18 
2014/03/18 19:11:07 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.19 
2014/03/19 03:06:38 twitch153 Exp $
+
+  19 Mar 2014; Devan Franchini  dolphin-.ebuild:
+  Adds gtest to saved External directories.
 
   18 Mar 2014; Devan Franchini  dolphin-4.0.ebuild:
   Removes unnecessary S variable, bug #504964






[gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-4.0.ebuild ChangeLog

2014-03-18 Thread Devan Franchini (twitch153)
twitch15314/03/18 19:11:08

  Modified: dolphin-4.0.ebuild ChangeLog
  Log:
  Removes unnecessary S variable, bug #504964
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.5  games-emulation/dolphin/dolphin-4.0.ebuild

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

Index: dolphin-4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dolphin-4.0.ebuild  17 Feb 2014 01:49:47 -  1.4
+++ dolphin-4.0.ebuild  18 Mar 2014 19:11:07 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v 1.4 
2014/02/17 01:49:47 twitch153 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.ebuild,v 1.5 
2014/03/18 19:11:07 twitch153 Exp $
 
 EAPI=5
 
@@ -46,8 +46,6 @@
x11-libs/wxGTK:2.9
"
 
-S="${WORKDIR}/${PN}-emu"
-
 pkg_pretend() {
 
local ver=4.6.0



1.18 games-emulation/dolphin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   17 Feb 2014 01:49:47 -  1.17
+++ ChangeLog   18 Mar 2014 19:11:07 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/dolphin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.17 
2014/02/17 01:49:47 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.18 
2014/03/18 19:11:07 twitch153 Exp $
+
+  18 Mar 2014; Devan Franchini  dolphin-4.0.ebuild:
+  Removes unnecessary S variable, bug #504964
 
   17 Feb 2014; Devan Franchini  dolphin-3.5.ebuild,
   dolphin-4.0.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config/files: webapp-config-1.50.16-baselayout2.patch

2014-03-13 Thread Devan Franchini (twitch153)
twitch15314/03/13 21:51:27

  Modified: webapp-config-1.50.16-baselayout2.patch
  Log:
  Edits source path for functions.sh.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.2  
app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch?r1=1.1&r2=1.2

Index: webapp-config-1.50.16-baselayout2.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webapp-config-1.50.16-baselayout2.patch 9 Sep 2007 21:11:41 -   
1.1
+++ webapp-config-1.50.16-baselayout2.patch 13 Mar 2014 21:51:27 -  
1.2
@@ -7,7 +7,7 @@
  WEBAPP_CONFIG=
  
 -[[ -z ${RC_GOT_FUNCTIONS} ]] && source /sbin/functions.sh
-+[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh
++[[ -z ${RC_GOT_FUNCTIONS} ]] && source /lib/gentoo/functions.sh
  
  function help() {
echo "Remove obsolete and unused versions of web applications"






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: ChangeLog

2014-03-13 Thread Devan Franchini (twitch153)
twitch15314/03/13 21:51:27

  Modified: ChangeLog
  Log:
  Edits source path for functions.sh.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.107app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.107&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.107&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   10 Mar 2014 19:44:29 -  1.106
+++ ChangeLog   13 Mar 2014 21:51:27 -  1.107
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.106 
2014/03/10 19:44:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.107 
2014/03/13 21:51:27 twitch153 Exp $
+
+  13 Mar 2014; Devan Franchini 
+  files/webapp-config-1.50.16-baselayout2.patch:
+  Edits source path for functions.sh.
 
   10 Mar 2014; Johannes Huber  webapp-config-1.52-r1.ebuild:
   x86 stable, bug #492904