[gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/

2014-10-25 Thread David E. Narváez
commit: 01cb8ed82988a00c3dd3a4a438718d144c55acfd
Author: David E. Narvaez  computer  org>
AuthorDate: Sat Oct 25 04:23:26 2014 +
Commit: David E. Narváez  computer  org>
CommitDate: Sat Oct 25 04:23:26 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=01cb8ed8

[dev-libs/grantlee] GOALS file removed from upstream

---
 dev-libs/grantlee/grantlee-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/grantlee/grantlee-.ebuild 
b/dev-libs/grantlee/grantlee-.ebuild
index c584567..1324d85 100644
--- a/dev-libs/grantlee/grantlee-.ebuild
+++ b/dev-libs/grantlee/grantlee-.ebuild
@@ -26,7 +26,7 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}"
 
-DOCS=(AUTHORS CHANGELOG GOALS README)
+DOCS=(AUTHORS CHANGELOG README)
 
 PATCHES=(
"${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch"



[gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.0.ebuild ChangeLog datashape-0.1.0.ebuild datashape-0.1.1.ebuild datashape-0.2.0.ebuild

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 07:16:37

  Modified: ChangeLog
  Added:datashape-0.4.0.ebuild
  Removed:  datashape-0.1.0.ebuild datashape-0.1.1.ebuild
datashape-0.2.0.ebuild
  Log:
  bump; correction to deps, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/datashape/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Aug 2014 01:27:16 -  1.5
+++ ChangeLog   25 Oct 2014 07:16:37 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.5 
2014/08/10 01:27:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.6 
2014/10/25 07:16:37 idella4 Exp $
+
+*datashape-0.4.0 (25 Oct 2014)
+
+  25 Oct 2014; Ian Delaney  +datashape-0.4.0.ebuild,
+  -datashape-0.1.0.ebuild, -datashape-0.1.1.ebuild, -datashape-0.2.0.ebuild:
+  bump; correction to deps, rm old
 
   10 Aug 2014; Ian Delaney  datashape-0.3.0.ebuild:
   switch test dep to pytest, update test phase



1.1  dev-python/datashape/datashape-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: datashape-0.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.0.ebuild,v 1.1 
2014/10/25 07:16:37 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Language defining a data description protocol"
HOMEPAGE="https://github.com/ContinuumIO/datashape";
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}] )"

python_prepare_all() {
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i docs/source/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc && emake -C docs html
}

python_test() {
py.test -v || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






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

2014-10-25 Thread Michael Sterrett (mr_bones_)
mr_bones_14/10/25 07:42:32

  Modified: ChangeLog
  Added:stellarium-0.13.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.124sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   22 Jan 2014 04:58:45 -  1.123
+++ ChangeLog   25 Oct 2014 07:42:32 -  1.124
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.123 
2014/01/22 04:58:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.124 
2014/10/25 07:42:32 mr_bones_ Exp $
+
+*stellarium-0.13.1 (25 Oct 2014)
+
+  25 Oct 2014; Michael Sterrett 
+  +stellarium-0.13.1.ebuild:
+  version bump
 
   22 Jan 2014; Michael Sterrett 
   -stellarium-0.12.0.ebuild:



1.1  sci-astronomy/stellarium/stellarium-0.13.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.1.ebuild?rev=1.1&content-type=text/plain

Index: stellarium-0.13.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.1.ebuild,v 1.1 
2014/10/25 07:42:32 mr_bones_ Exp $

EAPI=5
inherit cmake-utils eutils flag-o-matic gnome2-utils

DESCRIPTION="3D photo-realistic skies in real time"
HOMEPAGE="http://www.stellarium.org/";
SRC_URI="
mirror://sourceforge/stellarium/${P}.tar.gz
stars? (
mirror://sourceforge/stellarium/stars_4_1v0_0.cat
mirror://sourceforge/stellarium/stars_5_2v0_0.cat
mirror://sourceforge/stellarium/stars_6_2v0_0.cat
mirror://sourceforge/stellarium/stars_7_2v0_0.cat
mirror://sourceforge/stellarium/stars_8_2v0_0.cat
)"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="" # until qt5 is unmasked
IUSE="debug nls sound stars"

RESTRICT="test"

RDEPEND="
media-fonts/dejavu
dev-qt/qtcore:5
dev-qt/qtquick1:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
dev-qt/qtscript:5
virtual/opengl
sound? ( dev-qt/qtmultimedia:5[widgets] )"
DEPEND="${RDEPEND}
dev-qt/qtconcurrent:5
nls? ( dev-qt/linguist-tools:5 )"
DOCS=( AUTHORS ChangeLog README )

LANGS=(
af ak am ar as ast az be bg bn bo br bs ca cs
cy da de el en en_CA en_GB en_US eo es et eu fa fi fil fr
ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky
la lb lo lt lv mk ml mn mr ms mt nan nb nl nn oc pa pl pt pt_BR ro
ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi zh
zh_CN zh_HK zh_TW zu
)

for X in "${LANGS[@]}" ; do
IUSE="${IUSE} linguas_${X}"
done

src_prepare() {
if [[ -n ${LINGUAS} ]] ; then
sed -i \
-e '/aa ab ae/d' \
-e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \
po/stellarium{,-skycultures}/CMakeLists.txt || die 
#403647
fi
sed -i \
-e '/^Actions/s/Safemode;//' \
-e '/^OnlyShowIn/d' \
data/stellarium.desktop || die
sed -i -e '/SimpleDrawLine/s: 0 : 1 :g' CMakeLists.txt || die
use debug || append-cppflags -DQT_NO_DEBUG #415769
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable nls NLS)
$(cmake-utils_use_enable sound SOUND)
)
CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

# use the more up-to-date system fonts
rm "${ED}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die
dosym ../../fonts/dejavu/DejaVuSans.ttf 
/usr/share/stellarium/data/DejaVuSans.ttf
dosym ../../fonts/dejavu/DejaVuSansMono.ttf 
/usr/share/stellarium/data/DejaVuSansMono.ttf

if use stars ; then
insinto /usr/share/${PN}/stars/default
 

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

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:12:05

  Modified: ChangeLog package.mask
  Log:
  Mask dev-python/pry for removal.

Revision  ChangesPath
1.9485   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9485&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9485&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9484&r2=1.9485

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9484
retrieving revision 1.9485
diff -u -r1.9484 -r1.9485
--- ChangeLog   24 Oct 2014 23:01:51 -  1.9484
+++ ChangeLog   25 Oct 2014 08:12:05 -  1.9485
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9484 2014/10/24 
23:01:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9485 2014/10/25 
08:12:05 radhermit Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Oct 2014; Tim Harder  package.mask:
+  Mask dev-python/pry for removal.
+
   24 Oct 2014; Michał Górny  package.mask:
   Mask new sys-apps/pacman for bashcomp collision.
 



1.16115  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16114
retrieving revision 1.16115
diff -u -r1.16114 -r1.16115
--- package.mask24 Oct 2014 23:01:51 -  1.16114
+++ package.mask25 Oct 2014 08:12:05 -  1.16115
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16114 2014/10/24 
23:01:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16115 2014/10/25 
08:12:05 radhermit Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Tim Harder  (25 Oct 2014)
+# Upstream migrated to nose for testing instead of their own framework.
+# Masked for removal in 30 days.
+dev-python/pry
+
 # Andreas K. Huettel  (24 Oct 2014)
 # Fails tests (bug 421797), no reverse deps in tree, VERY dead
 # upstream, last release 10 years ago. Masked for removal in 30 days.






[gentoo-commits] gentoo-x86 commit in app-vim/notes: ChangeLog notes-0.28.ebuild

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:19:40

  Modified: ChangeLog
  Added:notes-0.28.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.19 app-vim/notes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Oct 2014 04:00:18 -  1.18
+++ ChangeLog   25 Oct 2014 08:19:40 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/notes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.18 2014/10/18 
04:00:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.19 2014/10/25 
08:19:40 radhermit Exp $
+
+*notes-0.28 (25 Oct 2014)
+
+  25 Oct 2014; Tim Harder  +notes-0.28.ebuild:
+  Version bump.
 
 *notes-0.27 (18 Oct 2014)
 



1.1  app-vim/notes/notes-0.28.ebuild

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

Index: notes-0.28.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.28.ebuild,v 1.1 
2014/10/25 08:19:40 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit python-single-r1 vim-plugin

DESCRIPTION="vim plugin: easy note taking in vim"
HOMEPAGE="http://peterodding.com/code/vim/notes/";
SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
>=app-vim/vim-misc-1.16.1"

VIM_PLUGIN_HELPFILES="${PN}.txt"

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

src_prepare() {
# remove unnecessary files
rm addon-info.json INSTALL.md README.md || die

python_fix_shebang .
}






[gentoo-commits] gentoo-x86 commit in app-vim/easytags: easytags-3.8.2.ebuild ChangeLog

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:20:49

  Modified: ChangeLog
  Added:easytags-3.8.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.19 app-vim/easytags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Oct 2014 04:03:19 -  1.18
+++ ChangeLog   25 Oct 2014 08:20:49 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/easytags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.18 
2014/10/18 04:03:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/ChangeLog,v 1.19 
2014/10/25 08:20:49 radhermit Exp $
+
+*easytags-3.8.2 (25 Oct 2014)
+
+  25 Oct 2014; Tim Harder  +easytags-3.8.2.ebuild:
+  Version bump.
 
 *easytags-3.7 (18 Oct 2014)
 



1.1  app-vim/easytags/easytags-3.8.2.ebuild

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

Index: easytags-3.8.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/easytags/easytags-3.8.2.ebuild,v 1.1 
2014/10/25 08:20:49 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 vim-plugin

DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
HOMEPAGE="http://peterodding.com/code/vim/easytags/";
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
>=app-vim/vim-misc-1.16.1
dev-util/ctags"

VIM_PLUGIN_HELPFILES="${PN}.txt"

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

src_prepare() {
# remove unnecessary files
rm addon-info.json INSTALL.md README.md || die
}

src_install() {
vim-plugin_src_install

# fix scripts
fperms 755 
/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
python_fix_shebang 
"${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py
}






[gentoo-commits] gentoo-x86 commit in app-vim/bufexplorer: ChangeLog bufexplorer-7.4.5.ebuild

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:25:01

  Modified: ChangeLog
  Added:bufexplorer-7.4.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.7  app-vim/bufexplorer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   17 Dec 2013 10:58:31 -  1.6
+++ ChangeLog   25 Oct 2014 08:25:01 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/bufexplorer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v 1.6 
2013/12/17 10:58:31 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v 1.7 
2014/10/25 08:25:01 radhermit Exp $
+
+*bufexplorer-7.4.5 (25 Oct 2014)
+
+  25 Oct 2014; Tim Harder  +bufexplorer-7.4.5.ebuild:
+  Version bump.
 
 *bufexplorer-7.4.2 (17 Dec 2013)
 



1.1  app-vim/bufexplorer/bufexplorer-7.4.5.ebuild

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

Index: bufexplorer-7.4.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-vim/bufexplorer/bufexplorer-7.4.5.ebuild,v 1.1 
2014/10/25 08:25:01 radhermit Exp $

EAPI=5

inherit vim-plugin

DESCRIPTION="vim plugin: easily browse vim buffers"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42";
LICENSE="bufexplorer.vim"
KEYWORDS="~amd64 ~x86"

VIM_PLUGIN_HELPFILES="${PN}.txt"






[gentoo-commits] gentoo-x86 commit in app-vim/bufexplorer: ChangeLog bufexplorer-7.4.1.ebuild bufexplorer-7.3.5.ebuild bufexplorer-7.3.6.ebuild

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:25:30

  Modified: ChangeLog
  Removed:  bufexplorer-7.4.1.ebuild bufexplorer-7.3.5.ebuild
bufexplorer-7.3.6.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.8  app-vim/bufexplorer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/bufexplorer/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/bufexplorer/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/bufexplorer/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Oct 2014 08:25:01 -  1.7
+++ ChangeLog   25 Oct 2014 08:25:30 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-vim/bufexplorer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v 1.7 
2014/10/25 08:25:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/bufexplorer/ChangeLog,v 1.8 
2014/10/25 08:25:30 radhermit Exp $
+
+  25 Oct 2014; Tim Harder  -bufexplorer-7.3.5.ebuild,
+  -bufexplorer-7.3.6.ebuild, -bufexplorer-7.4.1.ebuild:
+  Remove old.
 
 *bufexplorer-7.4.5 (25 Oct 2014)
 






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

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 08:31:43

  Modified: ChangeLog package.mask
  Log:
  Mask dev-util/cmockery for removal.

Revision  ChangesPath
1.9486   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9486&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9486&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9485&r2=1.9486

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9485
retrieving revision 1.9486
diff -u -r1.9485 -r1.9486
--- ChangeLog   25 Oct 2014 08:12:05 -  1.9485
+++ ChangeLog   25 Oct 2014 08:31:43 -  1.9486
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9485 2014/10/25 
08:12:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9486 2014/10/25 
08:31:43 radhermit Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   25 Oct 2014; Tim Harder  package.mask:
+  Mask dev-util/cmockery for removal.
+
+  25 Oct 2014; Tim Harder  package.mask:
   Mask dev-python/pry for removal.
 
   24 Oct 2014; Michał Górny  package.mask:



1.16116  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16115
retrieving revision 1.16116
diff -u -r1.16115 -r1.16116
--- package.mask25 Oct 2014 08:12:05 -  1.16115
+++ package.mask25 Oct 2014 08:31:43 -  1.16116
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16115 2014/10/25 
08:12:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16116 2014/10/25 
08:31:43 radhermit Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Tim Harder  (25 Oct 2014)
+# Deprecated project, development continues in dev-util/cmocka.
+# Masked for removal in 30 days.
+dev-util/cmockery
+
+# Tim Harder  (25 Oct 2014)
 # Upstream migrated to nose for testing instead of their own framework.
 # Masked for removal in 30 days.
 dev-python/pry






[gentoo-commits] gentoo-x86 commit in dev-python/django-oauth-plus: django-oauth-plus-2.2.5.ebuild ChangeLog django-oauth-plus-2.2.4.ebuild django-oauth-plus-2.1.2.ebuild django-oauth-plus-2.1.0-r1.eb

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 08:42:10

  Modified: ChangeLog
  Added:django-oauth-plus-2.2.5.ebuild
  Removed:  django-oauth-plus-2.2.4.ebuild
django-oauth-plus-2.1.2.ebuild
django-oauth-plus-2.1.0-r1.ebuild
django-oauth-plus-2.1.4.ebuild
django-oauth-plus-2.1.5.ebuild
  Log:
  bump; drop py2.6, update deps, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.10 dev-python/django-oauth-plus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   30 Mar 2014 09:18:03 -  1.9
+++ ChangeLog   25 Oct 2014 08:42:10 -  1.10
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/django-oauth-plus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.9 2014/03/30 09:18:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.10 2014/10/25 08:42:10 idella4 Exp $
+
+*django-oauth-plus-2.2.5 (25 Oct 2014)
+
+  25 Oct 2014; Ian Delaney  
+django-oauth-plus-2.2.5.ebuild,
+  -django-oauth-plus-2.1.0-r1.ebuild, -django-oauth-plus-2.1.2.ebuild,
+  -django-oauth-plus-2.1.4.ebuild, -django-oauth-plus-2.1.5.ebuild,
+  -django-oauth-plus-2.2.4.ebuild:
+  bump; drop py2.6, update deps, rm old
 
   30 Mar 2014; Pacho Ramos  metadata.xml:
   Drop maintainer as talked with him (#398377)



1.1  dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: django-oauth-plus-2.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild,v
 1.1 2014/10/25 08:42:10 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

DESCRIPTION="Support of OAuth 1.0a in Django using python-oauth2"
HOMEPAGE="http://pypi.python.org/pypi/django-oauth-plus 
http://code.welldev.org/django-oauth-plus/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND=">=dev-python/django-1.3[${PYTHON_USEDEP}]
>=dev-python/oauth2-1.5.170[${PYTHON_USEDEP}]
>=dev-python/south-1.0[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}] )"

python_test() {
PYTHONPATH=.:oauth_provider
if "${PYTHON}" oauth_provider/runtests/runtests.py; then
einfo "Testsuite passed under ${EPYTHON}"
else
die "Testsuite failed under ${EPYTHON}"
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-oauth-plus: ChangeLog

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 08:45:09

  Modified: ChangeLog
  Log:
  typo correction
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.11 dev-python/django-oauth-plus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Oct 2014 08:42:10 -  1.10
+++ ChangeLog   25 Oct 2014 08:45:09 -  1.11
@@ -1,6 +1,6 @@
 # ChangeLog for dev-python/django-oauth-plus
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.10 2014/10/25 08:42:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 
1.11 2014/10/25 08:45:09 idella4 Exp $
 
 *django-oauth-plus-2.2.5 (25 Oct 2014)
 
@@ -38,7 +38,7 @@
 
   31 May 2013; Ian Delaney 
   django-oauth-plus-2.1.0-r1.ebuild:
-  fix to test phase, switch to muse of manage.py
+  fix to test phase, switch to use of manage.py
 
 *django-oauth-plus-2.1.0-r1 (23 May 2013)
 






[gentoo-commits] gentoo-x86 commit in app-misc/kanatest: kanatest-0.4.8.ebuild ChangeLog

2014-10-25 Thread Samuli Suominen (ssuominen)
ssuominen14/10/25 08:51:14

  Modified: kanatest-0.4.8.ebuild ChangeLog
  Log:
  Update hicolor cache. Fix .desktop entry to match latest spec. Update ebuild 
from obsolete EAPI=1 to EAPI=5.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.11 app-misc/kanatest/kanatest-0.4.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild?r1=1.10&r2=1.11

Index: kanatest-0.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kanatest-0.4.8.ebuild   7 Aug 2012 16:31:47 -   1.10
+++ kanatest-0.4.8.ebuild   25 Oct 2014 08:51:14 -  1.11
@@ -1,37 +1,41 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.10 2012/08/07 16:31:47 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.11 2014/10/25 08:51:14 ssuominen Exp $
 
-EAPI="1"
-
-inherit eutils autotools
+EAPI=5
+inherit autotools eutils gnome2-utils
 
 DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and 
Katakana alphabet"
 HOMEPAGE="http://www.clayo.org/kanatest";
-SRC_URI="http://www.clayo.org/kanatest/${P}.tar.gz";
+SRC_URI="http://www.clayo.org/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2.12:2
-   dev-libs/libxml2:2"
+RDEPEND=">=x11-libs/gtk+-2.12:2=
+   dev-libs/libxml2:="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+DOCS="AUTHORS TRANSLATORS ChangeLog README"
 
-   epatch "${FILESDIR}"/${P}+gtk-2.22.patch \
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${P}+gtk-2.22.patch \
"${FILESDIR}"/${P}-autoconf.patch \
"${FILESDIR}"/${P}-cflags.patch
-   eautoreconf
-}
 
-src_install() {
-   emake DESTDIR="${D}" install || die
+   sed -i \
+   -e '/Encoding/d' \
+   -e '/^Categories/s:Application;::' \
+   -e '/^Icon/s:.png::' \
+   data/${PN}.desktop || die
 
-   dodoc AUTHORS TRANSLATORS ChangeLog README || die
+   eautoreconf
 }
+
+pkg_preinst() {gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



1.36 app-misc/kanatest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   7 Aug 2012 16:31:47 -   1.35
+++ ChangeLog   25 Oct 2014 08:51:14 -  1.36
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/kanatest
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.35 
2012/08/07 16:31:47 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.36 
2014/10/25 08:51:14 ssuominen Exp $
+
+  25 Oct 2014; Samuli Suominen  kanatest-0.4.8.ebuild:
+  Update hicolor cache. Fix .desktop entry to match latest spec. Update ebuild
+  from obsolete EAPI=1 to EAPI=5.
 
   07 Aug 2012; Naohiro Aota 
   +files/kanatest-0.4.8-cflags.patch, kanatest-0.4.8.ebuild:






[gentoo-commits] gentoo-x86 commit in app-misc/kanatest: kanatest-0.4.8.ebuild ChangeLog

2014-10-25 Thread Samuli Suominen (ssuominen)
ssuominen14/10/25 08:52:54

  Modified: kanatest-0.4.8.ebuild ChangeLog
  Log:
  COPYING says GPL-2 but most .c source files say GPL-2+ so it's propably both 
depending on a file.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.12 app-misc/kanatest/kanatest-0.4.8.ebuild

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

Index: kanatest-0.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kanatest-0.4.8.ebuild   25 Oct 2014 08:51:14 -  1.11
+++ kanatest-0.4.8.ebuild   25 Oct 2014 08:52:54 -  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/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.11 2014/10/25 08:51:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.12 2014/10/25 08:52:54 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.clayo.org/kanatest";
 SRC_URI="http://www.clayo.org/${PN}/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""



1.37 app-misc/kanatest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   25 Oct 2014 08:51:14 -  1.36
+++ ChangeLog   25 Oct 2014 08:52:54 -  1.37
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/kanatest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.36 
2014/10/25 08:51:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.37 
2014/10/25 08:52:54 ssuominen Exp $
+
+  25 Oct 2014; Samuli Suominen  kanatest-0.4.8.ebuild:
+  COPYING says GPL-2 but most .c source files say GPL-2+ so it's propably both
+  depending on a file.
 
   25 Oct 2014; Samuli Suominen  kanatest-0.4.8.ebuild:
   Update hicolor cache. Fix .desktop entry to match latest spec. Update ebuild






[gentoo-commits] gentoo-x86 commit in app-misc/kanatest: kanatest-0.4.8.ebuild

2014-10-25 Thread Samuli Suominen (ssuominen)
ssuominen14/10/25 08:53:42

  Modified: kanatest-0.4.8.ebuild
  Log:
  leading whitespace
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 app-misc/kanatest/kanatest-0.4.8.ebuild

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

Index: kanatest-0.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- kanatest-0.4.8.ebuild   25 Oct 2014 08:52:54 -  1.12
+++ kanatest-0.4.8.ebuild   25 Oct 2014 08:53:42 -  1.13
@@ -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-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.12 2014/10/25 08:52:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 
1.13 2014/10/25 08:53:42 ssuominen Exp $
 
 EAPI=5
 inherit autotools eutils gnome2-utils
@@ -33,7 +33,7 @@
-e '/^Icon/s:.png::' \
data/${PN}.desktop || die
 
-   eautoreconf
+   eautoreconf
 }
 
 pkg_preinst() {gnome2_icon_savelist; }






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre4-r1.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 09:25:30

  Modified: ChangeLog
  Added:iftop-1.0_pre4-r1.ebuild
  Log:
  Replace broken sizeof checks.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.72 net-analyzer/iftop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   22 Oct 2014 23:02:08 -  1.71
+++ ChangeLog   25 Oct 2014 09:25:30 -  1.72
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.71 
2014/10/22 23:02:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.72 
2014/10/25 09:25:30 jer Exp $
+
+*iftop-1.0_pre4-r1 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  +iftop-1.0_pre4-r1.ebuild,
+  +files/iftop-1.0_pre4-ac_check_sizeof.patch:
+  Replace broken sizeof checks.
 
   22 Oct 2014; Jeroen Roovers  -iftop-0.17.ebuild,
   -iftop-1.0_pre2.ebuild, -iftop-1.0_pre3.ebuild,



1.1  net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild?rev=1.1&content-type=text/plain

Index: iftop-1.0_pre4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild,v 1.1 
2014/10/25 09:25:30 jer Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION="display bandwidth usage on an interface"
SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz";
HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

RDEPEND="
net-libs/libpcap
sys-libs/ncurses
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"

S="${WORKDIR}"/${P/_/}

src_prepare() {
epatch \
"${FILESDIR}"/${P}-ac_check_sizeof.patch \
"${FILESDIR}"/${P}-pthread.patch \
"${FILESDIR}"/${P}-tinfo.patch

# bug 490168
cat "${FILESDIR}"/ax_pthread.m4 >> "${S}"/acinclude.m4 || die

eautoreconf
}

src_install() {
dosbin iftop
doman iftop.8

dodoc AUTHORS ChangeLog README "${FILESDIR}"/iftoprc
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop/files: iftop-1.0_pre4-ac_check_sizeof.patch

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 09:25:30

  Added:iftop-1.0_pre4-ac_check_sizeof.patch
  Log:
  Replace broken sizeof checks.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  
net-analyzer/iftop/files/iftop-1.0_pre4-ac_check_sizeof.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-ac_check_sizeof.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-ac_check_sizeof.patch?rev=1.1&content-type=text/plain

Index: iftop-1.0_pre4-ac_check_sizeof.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -98,45 +98,14 @@
 AC_CHECK_FUNCS(inet_aton inet_pton)
 
 dnl
-dnl Find integers of known physical size. This is a pain in the arse because
-dnl we can't use AC_CHECK_SIZEOF to find the original variables, since that
-dnl function doesn't permit us to include a header file. Sigh.
+dnl Find integers of known physical size.
 dnl
 
-for type in u_int8_t u_int16_t u_int32_t ; do
-AC_MSG_CHECKING([size of $type])
-AC_RUN_IFELSE([AC_LANG_SOURCE([
-#include 
-#include 
-int main() {
-$type dummy;
-FILE *f=fopen("conftestval", "w");
-if (!f) exit(1);
-fprintf(f, "%d\n", sizeof($1));
-exit(0);
-}
-])], [
-x=`cat conftestval`
-eval "size_$type=$x"
-AC_MSG_RESULT([$x])
-], [
-eval "size_$type=0"
-AC_MSG_RESULT([unknown type])
-], [
-eval "size_$type=0"
-AC_MSG_RESULT([can't determine when cross-compiling])
-])
-done
-
-dnl Groan. Have to do things this way so that autoheader can do its thing
-AC_DEFINE_UNQUOTED(SIZEOF_U_INT8_T,  [$size_u_int8_t],  [size of u_int8_t])
-AC_DEFINE_UNQUOTED(SIZEOF_U_INT16_T, [$size_u_int16_t], [size of u_int16_t])
-AC_DEFINE_UNQUOTED(SIZEOF_U_INT32_T, [$size_u_int32_t], [size of u_int32_t])
+AC_CHECK_SIZEOF([u_int8_t])
+AC_CHECK_SIZEOF([u_int16_t])
+AC_CHECK_SIZEOF([u_int32_t])
 
-dnl If we already have these types, don't piss about any more
-
-if test $size_u_int8_t != 1 || test $size_u_int16_t != 2 || test 
$size_u_int32_t != 4 ; then
-dnl XXXif test $size_u_int8_t != 1 -o $size_u_int16_t != 2 -o $size_u_int32_t 
!= 4 ; then
+if test $ac_cv_sizeof_u_int8_t = 0 || test $ac_cv_sizeof_u_int16_t = 0 || test 
$ac_cv_sizeof_u_int32_t = 0; then
 do_int_types=1
 AC_CHECK_HEADERS(
 stdint.h dnl C99
@@ -154,6 +123,10 @@
 fi
 fi
 
+AC_DEFINE_UNQUOTED([SIZEOF_U_INT8_T],[$ac_cv_sizeof_u_int8_t],[size of 
u_int8_t])
+AC_DEFINE_UNQUOTED([SIZEOF_U_INT16_T],[$ac_cv_sizeof_u_int16_t],[size of 
u_int16_t])
+AC_DEFINE_UNQUOTED([SIZEOF_U_INT32_T],[$ac_cv_sizeof_u_int32_t],[size of 
u_int32_t])
+
 dnl
 dnl Name resolution.
 dnl






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre4-r1.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 10:04:41

  Modified: ChangeLog iftop-1.0_pre4-r1.ebuild
  Log:
  Remove unused variable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.73 net-analyzer/iftop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   25 Oct 2014 09:25:30 -  1.72
+++ ChangeLog   25 Oct 2014 10:04:41 -  1.73
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.72 
2014/10/25 09:25:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.73 
2014/10/25 10:04:41 jer Exp $
+
+  25 Oct 2014; Jeroen Roovers  iftop-1.0_pre4-r1.ebuild,
+  +files/iftop-1.0_pre4-tsent-set-but-not-used.patch:
+  Remove unused variable.
 
 *iftop-1.0_pre4-r1 (25 Oct 2014)
 



1.2  net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild?r1=1.1&r2=1.2

Index: iftop-1.0_pre4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iftop-1.0_pre4-r1.ebuild25 Oct 2014 09:25:30 -  1.1
+++ iftop-1.0_pre4-r1.ebuild25 Oct 2014 10:04:41 -  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/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild,v 1.1 
2014/10/25 09:25:30 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r1.ebuild,v 1.2 
2014/10/25 10:04:41 jer Exp $
 
 EAPI=5
 
@@ -30,7 +30,8 @@
epatch \
"${FILESDIR}"/${P}-ac_check_sizeof.patch \
"${FILESDIR}"/${P}-pthread.patch \
-   "${FILESDIR}"/${P}-tinfo.patch
+   "${FILESDIR}"/${P}-tinfo.patch \
+   "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
 
# bug 490168
cat "${FILESDIR}"/ax_pthread.m4 >> "${S}"/acinclude.m4 || die






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop/files: iftop-1.0_pre4-tsent-set-but-not-used.patch

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 10:04:41

  Added:iftop-1.0_pre4-tsent-set-but-not-used.patch
  Log:
  Remove unused variable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  
net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch?rev=1.1&content-type=text/plain

Index: iftop-1.0_pre4-tsent-set-but-not-used.patch
===
--- a/ui_common.c
+++ b/ui_common.c
@@ -263,9 +263,6 @@
} u_screen_line = { &screen_line };
 addr_pair ap;
 int i;
-int tsent, trecv;
-tsent = trecv = 0;
-
 
 ap = *(addr_pair*)n->key;
 






[gentoo-commits] gentoo-x86 commit in app-arch/dpkg: dpkg-1.17.21.ebuild ChangeLog

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 10:20:57

  Modified: ChangeLog
  Added:dpkg-1.17.21.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.292app-arch/dpkg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.292&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.292&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   23 Oct 2014 08:57:49 -  1.291
+++ ChangeLog   25 Oct 2014 10:20:57 -  1.292
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/dpkg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.291 2014/10/23 
08:57:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.292 2014/10/25 
10:20:57 jer Exp $
+
+*dpkg-1.17.21 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  +dpkg-1.17.21.ebuild:
+  Version bump.
 
 *dpkg-1.17.20 (23 Oct 2014)
 



1.1  app-arch/dpkg/dpkg-1.17.21.ebuild

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

Index: dpkg-1.17.21.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.21.ebuild,v 1.1 
2014/10/25 10:20:57 jer Exp $

EAPI=5
inherit eutils multilib autotools toolchain-funcs

DESCRIPTION="Package maintenance system for Debian"
HOMEPAGE="http://packages.qa.debian.org/dpkg";
SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"

RDEPEND="
>=dev-lang/perl-5.6.0
dev-perl/TimeDate
>=sys-libs/ncurses-5.2-r7
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
selinux? ( sys-libs/libselinux )
zlib? ( >=sys-libs/zlib-1.1.4 )
"
DEPEND="
${RDEPEND}
app-arch/xz-utils
sys-devel/flex
virtual/pkgconfig
nls? (
app-text/po4a
>=sys-devel/gettext-0.18.2
)
test? (
dev-perl/DateTime-Format-DateParse
dev-perl/IO-String
dev-perl/Test-Pod
virtual/perl-Test-Harness
)
"

DOCS=( ChangeLog THANKS TODO )

src_prepare() {
# do not expect Debian's gzip --rsyncable extension
epatch "${FILESDIR}"/${PN}-1.17.0-gzip-rsyncable.patch

epatch "${FILESDIR}"/${PN}-1.17.1-flags.patch

# Force the use of the running bash for get-version (this file is never
# installed, so no need to worry about hardcoding a temporary bash)
sed -i -e '1c\#!'"${BASH}" get-version || die

use nls && strip-linguas -i po

eautoreconf
}

src_configure() {
tc-export CC
econf \
$(use_enable nls) \
$(use_enable unicode) \
$(use_enable update-alternatives) \
$(use_with bzip2 bz2) \
$(use_with lzma liblzma) \
$(use_with selinux) \
$(use_with zlib) \
--disable-compiler-warnings \
--disable-dselect \
--disable-silent-rules \
--disable-start-stop-daemon \
--localstatedir="${EPREFIX}"/var
}

src_compile() {
emake AR=$(tc-getAR)
}

src_install() {
default

keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk}
keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates}
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libwacom/files: libwacom-0.5-eraser-bamboo.patch libwacom-0.5-eraser.patch

2014-10-25 Thread Pacho Ramos (pacho)
pacho   14/10/25 10:21:40

  Removed:  libwacom-0.5-eraser-bamboo.patch
libwacom-0.5-eraser.patch
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] gentoo-x86 commit in dev-libs/libwacom: libwacom-0.10.ebuild ChangeLog libwacom-0.6.ebuild libwacom-0.7.ebuild libwacom-0.5.ebuild

2014-10-25 Thread Pacho Ramos (pacho)
pacho   14/10/25 10:21:40

  Modified: ChangeLog
  Added:libwacom-0.10.ebuild
  Removed:  libwacom-0.6.ebuild libwacom-0.7.ebuild
libwacom-0.5.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.23 dev-libs/libwacom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   24 Jul 2014 17:21:34 -  1.22
+++ ChangeLog   25 Oct 2014 10:21:40 -  1.23
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libwacom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.22 
2014/07/24 17:21:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/ChangeLog,v 1.23 
2014/10/25 10:21:40 pacho Exp $
+
+*libwacom-0.10 (25 Oct 2014)
+
+  25 Oct 2014; Pacho Ramos  +libwacom-0.10.ebuild,
+  -files/libwacom-0.5-eraser-bamboo.patch, -files/libwacom-0.5-eraser.patch,
+  -libwacom-0.5.ebuild, -libwacom-0.6.ebuild, -libwacom-0.7.ebuild:
+  Version bump, drop old
 
   24 Jul 2014; Samuli Suominen  libwacom-0.5.ebuild,
   libwacom-0.6.ebuild, libwacom-0.7.1.ebuild, libwacom-0.7.ebuild:



1.1  dev-libs/libwacom/libwacom-0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwacom/libwacom-0.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libwacom/libwacom-0.10.ebuild?rev=1.1&content-type=text/plain

Index: libwacom-0.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwacom/libwacom-0.10.ebuild,v 1.1 
2014/10/25 10:21:40 pacho Exp $

EAPI=5
inherit eutils udev

DESCRIPTION="Library for identifying Wacom tablets and their model-specific 
features"
HOMEPAGE="http://linuxwacom.sourceforge.net/";
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc static-libs"

RDEPEND="
dev-libs/glib:2
virtual/libgudev:=
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
"

src_prepare() {
if ! use doc; then
sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.in || die
fi
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default
local udevdir="$(get_udevdir)"
dodir "${udevdir}/rules.d"
# generate-udev-rules must be run from inside tools directory
pushd tools > /dev/null
./generate-udev-rules > "${ED}/${udevdir}/rules.d/65-libwacom.rules" ||
die "generating udev rules failed"
popd > /dev/null
use doc && dohtml -r doc/html/*
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-7.7.1.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 10:25:57

  Modified: ChangeLog gdb-7.7.1.ebuild
  Log:
  Stable for HPPA (bug #526376).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.274sys-devel/gdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.274&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.274&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.273&r2=1.274

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   4 Aug 2014 01:30:06 -   1.273
+++ ChangeLog   25 Oct 2014 10:25:57 -  1.274
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.273 2014/08/04 
01:30:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.274 2014/10/25 
10:25:57 jer Exp $
+
+  25 Oct 2014; Jeroen Roovers  gdb-7.7.1.ebuild:
+  Stable for HPPA (bug #526376).
 
   04 Aug 2014; Mike Frysinger  gdb-7.8.ebuild,
   gdb-.ebuild:



1.3  sys-devel/gdb/gdb-7.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild?r1=1.2&r2=1.3

Index: gdb-7.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdb-7.7.1.ebuild9 May 2014 07:02:46 -   1.2
+++ gdb-7.7.1.ebuild25 Oct 2014 10:25:57 -  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/sys-devel/gdb/gdb-7.7.1.ebuild,v 1.2 
2014/05/09 07:02:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.7.1.ebuild,v 1.3 
2014/10/25 10:25:57 jer Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -51,7 +51,7 @@
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"






[gentoo-commits] gentoo-x86 commit in app-admin/monit: monit-5.9.ebuild ChangeLog

2014-10-25 Thread Patrick Lauer (patrick)
patrick 14/10/25 10:40:57

  Modified: monit-5.9.ebuild ChangeLog
  Log:
  Stable 5.9 for x86 and amd64, fixes #521820
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-admin/monit/monit-5.9.ebuild

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

Index: monit-5.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monit-5.9.ebuild30 Sep 2014 02:58:54 -  1.1
+++ monit-5.9.ebuild25 Oct 2014 10:40:57 -  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-admin/monit/monit-5.9.ebuild,v 1.1 
2014/09/30 02:58:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.9.ebuild,v 1.2 
2014/10/25 10:40:57 patrick Exp $
 
 EAPI="5"
 inherit systemd
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
 IUSE="pam ssl"
 
 RDEPEND="ssl? ( dev-libs/openssl )"



1.89 app-admin/monit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   30 Sep 2014 02:58:54 -  1.88
+++ ChangeLog   25 Oct 2014 10:40:57 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/monit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.88 2014/09/30 
02:58:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.89 2014/10/25 
10:40:57 patrick Exp $
+
+  25 Oct 2014; Patrick Lauer  monit-5.9.ebuild:
+  Stable 5.9 for x86 and amd64, fixes #521820
 
 *monit-5.9 (30 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/dee: ChangeLog dee-1.0.14-r1.ebuild dee-1.0.14.ebuild

2014-10-25 Thread Pacho Ramos (pacho)
pacho   14/10/25 10:43:03

  Modified: ChangeLog
  Removed:  dee-1.0.14-r1.ebuild dee-1.0.14.ebuild
  Log:
  Drop old ebuilds that are using a non-available vapigen version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.24 dev-libs/dee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   8 Dec 2013 20:00:03 -   1.23
+++ ChangeLog   25 Oct 2014 10:43:03 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/dee
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.23 2013/12/08 
20:00:03 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.24 2014/10/25 
10:43:03 pacho Exp $
+
+  25 Oct 2014; Pacho Ramos  -dee-1.0.14-r1.ebuild,
+  -dee-1.0.14.ebuild:
+  Drop old ebuilds that are using a non-available vapigen version
 
   08 Dec 2013; Pacho Ramos  dee-1.0.14-r2.ebuild:
   x86 stable, bug #478252






[gentoo-commits] gentoo-x86 commit in dev-libs/hidapi: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:36:57

  Modified: hidapi-0.8.0_pre20130121-r1.ebuild ChangeLog
  Log:
  Fix bashisms in configure.ac file; add missing udev dependency; update libusb 
dependency as it requires libusb-1, not libusb-compat.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild?r1=1.2&r2=1.3

Index: hidapi-0.8.0_pre20130121-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hidapi-0.8.0_pre20130121-r1.ebuild  27 May 2014 15:26:59 -  1.2
+++ hidapi-0.8.0_pre20130121-r1.ebuild  25 Oct 2014 11:36:57 -  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/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.2 2014/05/27 15:26:59 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 
1.3 2014/10/25 11:36:57 flameeyes Exp $
 
 EAPI=5
 
@@ -24,7 +24,8 @@
 
 # S is only needed for the pre_package
 S=${WORKDIR}/${PN}
-RDEPEND="virtual/libusb:0"
+RDEPEND="virtual/libusb:1
+   virtual/udev:0"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig
@@ -36,6 +37,10 @@
configure.ac || die
fi
 
+   # Fix bashisms in the configure.ac file.
+   sed -i -e 's:\([A-Z_]\+\)+="\(.*\)":\1="${\1}\2":g' \
+   -e 's:\([A-Z_]\+\)+=`\(.*\)`:\1="${\1}\2":g' configure.ac || die
+
eautoreconf
 }
 



1.8  dev-libs/hidapi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hidapi/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 May 2014 15:26:59 -  1.7
+++ ChangeLog   25 Oct 2014 11:36:57 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/hidapi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.7 2014/05/27 
15:26:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.8 2014/10/25 
11:36:57 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  hidapi-0.8.0_pre20130121-r1.ebuild:
+  Fix bashisms in configure.ac file; add missing udev dependency; update libusb
+  dependency as it requires libusb-1, not libusb-compat.
 
   27 May 2014; Anthony G. Basile 
   hidapi-0.8.0_pre20130121-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:44:01

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libu2f-host added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel-next: genkernel-next-58-r1.ebuild ChangeLog

2014-10-25 Thread Michal Gorny (mgorny)
mgorny  14/10/25 11:46:19

  Modified: ChangeLog
  Added:genkernel-next-58-r1.ebuild
  Log:
  Install completion using the correct name, bug #526336.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  ChangesPath
1.45 sys-kernel/genkernel-next/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   20 Jul 2014 08:35:44 -  1.44
+++ ChangeLog   25 Oct 2014 11:46:19 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/genkernel-next
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.44 
2014/07/20 08:35:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.45 
2014/10/25 11:46:19 mgorny Exp $
+
+*genkernel-next-58-r1 (25 Oct 2014)
+
+  25 Oct 2014; Michał Górny  +genkernel-next-58-r1.ebuild:
+  Install completion using the correct name, bug #526336.
 
   20 Jul 2014; Tobias Klausmann  genkernel-next-58.ebuild:
   Keyworded on alpha, bug #506888



1.1  sys-kernel/genkernel-next/genkernel-next-58-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-58-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-58-r1.ebuild?rev=1.1&content-type=text/plain

Index: genkernel-next-58-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-58-r1.ebuild,v 
1.1 2014/10/25 11:46:19 mgorny Exp $

EAPI=5

if [[ "${PV}" != "" ]]; then
SRC_URI="http://dev.gentoo.org/~lxnay/genkernel-next/${P}.tar.xz";
else
EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
inherit git-2
fi
inherit bash-completion-r1 eutils

if [[ "${PV}" == "" ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~x86"
fi

DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"
HOMEPAGE="http://www.gentoo.org";

LICENSE="GPL-2"
SLOT="0"
RESTRICT=""
IUSE="cryptsetup dmraid gpg iscsi plymouth selinux"

DEPEND="app-text/asciidoc
sys-fs/e2fsprogs
!sys-fs/eudev[-kmod,modutils]
selinux? ( sys-libs/libselinux )"
RDEPEND="${DEPEND}
!sys-kernel/genkernel
cryptsetup? ( sys-fs/cryptsetup )
dmraid? ( >=sys-fs/dmraid-1.0.0_rc16 )
gpg? ( app-crypt/gnupg )
iscsi? ( sys-block/open-iscsi )
plymouth? ( sys-boot/plymouth )
app-portage/portage-utils
app-arch/cpio
>=app-misc/pax-utils-0.6
!

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

2014-10-25 Thread Michal Gorny (mgorny)
mgorny  14/10/25 11:46:15

  Modified: ChangeLog package.mask
  Log:
  Mask sys-kernel/genkernel-next for bashcomp update, and use >= atoms for all 
packages.

Revision  ChangesPath
1.9487   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9487&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9487&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9486&r2=1.9487

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9486
retrieving revision 1.9487
diff -u -r1.9486 -r1.9487
--- ChangeLog   25 Oct 2014 08:31:43 -  1.9486
+++ ChangeLog   25 Oct 2014 11:46:14 -  1.9487
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9486 2014/10/25 
08:31:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9487 2014/10/25 
11:46:14 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Oct 2014; Michał Górny  package.mask:
+  Mask sys-kernel/genkernel-next for bashcomp update, and use >= atoms for all
+  packages.
+
   25 Oct 2014; Tim Harder  package.mask:
   Mask dev-util/cmockery for removal.
 



1.16117  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16116
retrieving revision 1.16117
diff -u -r1.16116 -r1.16117
--- package.mask25 Oct 2014 08:31:43 -  1.16116
+++ package.mask25 Oct 2014 11:46:14 -  1.16117
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16116 2014/10/25 
08:31:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16117 2014/10/25 
11:46:14 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -544,10 +544,11 @@
 # do that along with bash-completion upgrade.
 >=app-shells/bash-completion-2.1-r90
 >=app-shells/gentoo-bashcomp-20140911
-=dev-vcs/subversion-1.8.10-r1
-=app-i18n/pology-0.11-r1
-=app-misc/booh-0.9.4-r1
+>=dev-vcs/subversion-1.8.10-r1
+>=app-i18n/pology-0.11-r1
+>=app-misc/booh-0.9.4-r1
 >=sys-apps/pacman-4.0.3-r1
+>=sys-kernel/genkernel-next-58-r1
 
 # Sergey Popov  (27 Aug 2014)
 # Does not work since late 2013, due to update servers shutdown






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:47:14

  Added:libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="CCID free software driver"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}



1.1  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
Proxying maintainer.
  
  
Yubico/libu2f-host
https://github.com/Yubico/libu2f-host/issues
  




1.1  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:49:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/libykneomgr added to the 
repository



[gentoo-commits] gentoo-x86 commit in net-analyzer/nepenthes/files: nepenthes-0.2.2-libdir.patch nepenthes-0.2.2-gcc44.patch nepenthes-0.2.2-cachedir.patch nepenthes-0.2.2-Werror.patch nepenthes-0.2.2

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 11:50:22

  Modified: nepenthes-0.2.2-gcc4.patch
  Added:nepenthes-0.2.2-libdir.patch
nepenthes-0.2.2-gcc44.patch
nepenthes-0.2.2-cachedir.patch
nepenthes-0.2.2-Werror.patch
nepenthes-0.2.2-sysconfdir.patch
nepenthes-0.2.2-curl_types_h.patch
  Log:
  EAPI bump. einstall -> default (bug #521574). Replace sed scripts with 
patches. Do not install static plugins. Bring sub-20k patch into the tree.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc4.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc4.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc4.patch?r1=1.1&r2=1.2

Index: nepenthes-0.2.2-gcc4.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nepenthes-0.2.2-gcc4.patch  3 Feb 2009 10:03:53 -   1.1
+++ nepenthes-0.2.2-gcc4.patch  25 Oct 2014 11:50:22 -  1.2
@@ -1,6 +1,6 @@
 === modified file 'nepenthes-core/include/Config.hpp'
 nepenthes-core/include/Config.hpp  2009-02-03 09:39:19 +
-+++ nepenthes-core/include/Config.hpp  2009-02-03 09:40:10 +
+--- a/nepenthes-core/include/Config.hpp
 b/nepenthes-core/include/Config.hpp
 @@ -32,6 +32,8 @@
  
  #include 
@@ -12,8 +12,8 @@
  #ifdef WIN32
 
 === modified file 'nepenthes-core/include/Nepenthes.hpp'
 nepenthes-core/include/Nepenthes.hpp   2009-02-03 09:39:19 +
-+++ nepenthes-core/include/Nepenthes.hpp   2009-02-03 09:40:12 +
+--- a/nepenthes-core/include/Nepenthes.hpp
 b/nepenthes-core/include/Nepenthes.hpp
 @@ -40,6 +40,8 @@
  
  #include 



1.1  net-analyzer/nepenthes/files/nepenthes-0.2.2-libdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-libdir.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-libdir.patch?rev=1.1&content-type=text/plain

Index: nepenthes-0.2.2-libdir.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -27,11 +27,11 @@
 *-*-freebsd*)
   # FreeBSD forgot to  install magic.h in a sane location. Bug or Feature?
   CPPFLAGS="$CPPFLAGS -I/usr/local/include -I/usr/src/contrib/file/"
-  LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+  LDFLAGS="$LDFLAGS -L/usr/local/lib "
   ;;
 *-*-linux*)
   CPPFLAGS="$CPPFLAGS -D _GNU_SOURCE -I/usr/local/include"
-  LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+  LDFLAGS="$LDFLAGS -L/usr/local/lib "
   ;;
 *-*-darwin*)
   CPPFLAGS="$CPPFLAGS -I/opt/local/include"



1.3  net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc44.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc44.patch?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc44.patch?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-gcc44.patch?r1=1.2&r2=1.3




1.1  net-analyzer/nepenthes/files/nepenthes-0.2.2-cachedir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-cachedir.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-cachedir.patch?rev=1.1&content-type=text/plain

Index: nepenthes-0.2.2-cachedir.patch
===
--- a/modules/shellcode-signatures/shellcode-signatures.cpp
+++ b/modules/shellcode-signatures/shellcode-signatures.cpp
@@ -80,7 +80,7 @@
m_ModuleManager = m_Nepenthes->getModuleMgr();
 
g_Nepenthes->getShellcodeMgr()->registerShellcodeHandler(new 
EngineUnicode());
-   return 
loadSignaturesFromFile(string("var/cache/nepenthes/signatures/shellcode-signatures.sc"));
+   return 
loadSignaturesFromFile(string("/var/lib/nepenthes/cache/signatures/shellcode-signatures.sc"));
 }
 
 bool SignatureShellcodeHandler::Exit()



1.1  net-analyzer/nepenthes/files/nepenthes-0.2.2-Werror.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/files/nepenthes-0.2.2-Werror.patch?rev=1.1&view=ma

[gentoo-commits] gentoo-x86 commit in net-analyzer/nepenthes: ChangeLog nepenthes-0.2.2-r1.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 11:50:22

  Modified: ChangeLog
  Added:nepenthes-0.2.2-r1.ebuild
  Log:
  EAPI bump. einstall -> default (bug #521574). Replace sed scripts with 
patches. Do not install static plugins. Bring sub-20k patch into the tree.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.25 net-analyzer/nepenthes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   2 Oct 2012 13:26:00 -   1.24
+++ ChangeLog   25 Oct 2014 11:50:22 -  1.25
@@ -1,6 +1,16 @@
 # ChangeLog for net-analyzer/nepenthes
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.24 
2012/10/02 13:26:00 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.25 
2014/10/25 11:50:22 jer Exp $
+
+*nepenthes-0.2.2-r1 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  +nepenthes-0.2.2-r1.ebuild,
+  +files/nepenthes-0.2.2-Werror.patch, +files/nepenthes-0.2.2-cachedir.patch,
+  +files/nepenthes-0.2.2-curl_types_h.patch, files/nepenthes-0.2.2-gcc4.patch,
+  +files/nepenthes-0.2.2-gcc44.patch, +files/nepenthes-0.2.2-libdir.patch,
+  +files/nepenthes-0.2.2-sysconfdir.patch:
+  EAPI bump. einstall -> default (bug #521574). Replace sed scripts with
+  patches. Do not install static plugins. Bring sub-20k patch into the tree.
 
   02 Oct 2012; Sergey Popov  nepenthes-0.2.2.ebuild:
   Fix for building with newer curl wrt bug #426482



1.1  net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: nepenthes-0.2.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild,v 1.1 
2014/10/25 11:50:22 jer Exp $

EAPI=5
inherit autotools eutils user

DESCRIPTION="Nepenthes is a low interaction honeypot that captures worms by 
emulating known vulnerabilities"
HOMEPAGE="http://nepenthes.sourceforge.net";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

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

RDEPEND="
>=net-misc/curl-7.22.0
dev-libs/libpcre
net-libs/adns
sys-apps/file
"
DEPEND="${RDEPEND}"

pkg_setup() {
enewgroup nepenthes
enewuser nepenthes -1 -1 /dev/null nepenthes
}

src_prepare() {
epatch \
"${FILESDIR}"/${P}-Werror.patch \
"${FILESDIR}"/${P}-cachedir.patch \
"${FILESDIR}"/${P}-curl_types_h.patch \
"${FILESDIR}"/${P}-gcc4.patch \
"${FILESDIR}"/${P}-gcc44.patch \
"${FILESDIR}"/${P}-libdir.patch \
"${FILESDIR}"/${P}-sysconfdir.patch

eautoreconf
}

src_configure() {
econf \
--disable-static \
--enable-capabilities \
--localstatedir=/var/lib/nepenthes \
--sysconfdir=/etc
}

src_install() {
default

dodoc doc/README.VFS AUTHORS
dosbin nepenthes-core/src/nepenthes
rm "${D}"/usr/bin/nepenthes
rm "${D}"/usr/share/doc/README.VFS
rm "${D}"/usr/share/doc/logo-shaded.svg

newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"

diropts -m 755 -o nepenthes -g nepenthes
keepdir /var/log/nepenthes
keepdir /var/lib/nepenthes
keepdir /var/lib/nepenthes/binaries
keepdir /var/lib/nepenthes/hexdumps
keepdir /var/lib/nepenthes/cache
keepdir /var/lib/nepenthes/cache/geolocation

prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-celery: ChangeLog django-celery-3.1.9.ebuild django-celery-3.1.15.ebuild django-celery-3.1.10.ebuild

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 11:54:32

  Modified: ChangeLog
  Removed:  django-celery-3.1.9.ebuild
django-celery-3.1.15.ebuild
django-celery-3.1.10.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.21 dev-python/django-celery/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   29 Sep 2014 05:17:38 -  1.20
+++ ChangeLog   25 Oct 2014 11:54:32 -  1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-celery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.20 
2014/09/29 05:17:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.21 
2014/10/25 11:54:32 idella4 Exp $
+
+  25 Oct 2014; Ian Delaney  -django-celery-3.1.10.ebuild,
+  -django-celery-3.1.15.ebuild, -django-celery-3.1.9.ebuild:
+  rm old
 
 *django-celery-3.1.16 (29 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: metadata.xml ChangeLog libykneomgr-0.1.6.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:58:43

  Added:metadata.xml ChangeLog libykneomgr-0.1.6.ebuild
  Log:
  Initial import of libykneomgr needed for yubikey-neo-manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/libykneomgr/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  app-crypt/libykneomgr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/libu2f-host
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

*libu2f-host-0.0 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +libu2f-host-0.0.ebuild,
  +metadata.xml:
  Initial import of Yubico's libu2f-host, needed for the yubikey-neo-manager.



1.1  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

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

Index: libykneomgr-0.1.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="YubiKey NEO CCID Manager C Library"
HOMEPAGE="https://developers.yubico.com/libykneomgr/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="sys-apps/pcsc-lite
dev-libs/libzip"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
local myeconfargs=(
--with-backend=pcsc
--disable-static
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0.ebuild metadata.xml ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 11:59:41

  Modified: libu2f-host-0.0.ebuild metadata.xml ChangeLog
  Log:
  Update metadata and description.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libu2f-host/libu2f-host-0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0.ebuild  25 Oct 2014 11:47:14 -  1.1
+++ libu2f-host-0.0.ebuild  25 Oct 2014 11:59:41 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
 
 EAPI=5
 
 inherit autotools-utils udev
 
-DESCRIPTION="CCID free software driver"
+DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
 



1.2  app-crypt/libu2f-host/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Oct 2014 11:47:14 -  1.1
+++ metadata.xml25 Oct 2014 11:59:41 -  1.2
@@ -4,7 +4,6 @@
   crypto
   
 flamee...@gentoo.org
-Proxying maintainer.
   
   
 Yubico/libu2f-host



1.2  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:47:14 -  1.1
+++ ChangeLog   25 Oct 2014 11:59:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.1 
2014/10/25 11:47:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
+  metadata.xml:
+  Update metadata and description.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/starcluster: starcluster-0.93.3-r2.ebuild ChangeLog

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 12:08:13

  Modified: starcluster-0.93.3-r2.ebuild ChangeLog
  Log:
  correct install phase
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/starcluster/starcluster-0.93.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?r1=1.1&r2=1.2

Index: starcluster-0.93.3-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- starcluster-0.93.3-r2.ebuild22 Oct 2014 15:20:34 -  1.1
+++ starcluster-0.93.3-r2.ebuild25 Oct 2014 12:08:13 -  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/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v 
1.1 2014/10/22 15:20:34 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v 
1.2 2014/10/25 12:08:13 idella4 Exp $
 
 EAPI=5
 
@@ -49,8 +49,8 @@
use epydoc && mkdocs
 }
 
-python_install() {
-   distutils-r1_python_install
+python_install_all() {
+   distutils-r1_python_install_all
newbashcomp "${S}"/completion/${PN}-completion.sh ${PN}
use doc && dohtml -r docs/sphinx/_build/html/
if use epydoc; then



1.11 dev-python/starcluster/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   22 Oct 2014 15:20:34 -  1.10
+++ ChangeLog   25 Oct 2014 12:08:13 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/starcluster
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.10 
2014/10/22 15:20:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.11 
2014/10/25 12:08:13 idella4 Exp $
+
+  25 Oct 2014; Ian Delaney  starcluster-0.93.3-r2.ebuild:
+  correct install phase
 
 *starcluster-0.93.3-r2 (22 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/nepenthes/files: nepenthes-0.2.2-gcc44.patch

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 12:09:09

  Removed:  nepenthes-0.2.2-gcc44.patch
  Log:
  Use a remote patch to work around CVS header changes.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/nepenthes: ChangeLog nepenthes-0.2.2-r1.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 12:09:09

  Modified: ChangeLog nepenthes-0.2.2-r1.ebuild
  Log:
  Use a remote patch to work around CVS header changes.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.26 net-analyzer/nepenthes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Oct 2014 11:50:22 -  1.25
+++ ChangeLog   25 Oct 2014 12:09:09 -  1.26
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nepenthes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.25 
2014/10/25 11:50:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.26 
2014/10/25 12:09:09 jer Exp $
+
+  25 Oct 2014; Jeroen Roovers  nepenthes-0.2.2-r1.ebuild,
+  -files/nepenthes-0.2.2-gcc44.patch:
+  Use a remote patch to work around CVS header changes.
 
 *nepenthes-0.2.2-r1 (25 Oct 2014)
 



1.2  net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?r1=1.1&r2=1.2

Index: nepenthes-0.2.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nepenthes-0.2.2-r1.ebuild   25 Oct 2014 11:50:22 -  1.1
+++ nepenthes-0.2.2-r1.ebuild   25 Oct 2014 12:09:09 -  1.2
@@ -1,13 +1,17 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild,v 1.1 
2014/10/25 11:50:22 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild,v 1.2 
2014/10/25 12:09:09 jer Exp $
 
 EAPI=5
 inherit autotools eutils user
 
 DESCRIPTION="Nepenthes is a low interaction honeypot that captures worms by 
emulating known vulnerabilities"
 HOMEPAGE="http://nepenthes.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="
+   mirror://sourceforge/${PN}/${P}.tar.bz2
+   https://dev.gentoo.org/~jer/${P}-gcc44.patch.bz2
+"
+# The gcc44 patch includes CVS headers so we do not put it in the tree
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -32,9 +36,9 @@
"${FILESDIR}"/${P}-cachedir.patch \
"${FILESDIR}"/${P}-curl_types_h.patch \
"${FILESDIR}"/${P}-gcc4.patch \
-   "${FILESDIR}"/${P}-gcc44.patch \
"${FILESDIR}"/${P}-libdir.patch \
-   "${FILESDIR}"/${P}-sysconfdir.patch
+   "${FILESDIR}"/${P}-sysconfdir.patch \
+   "${WORKDIR}"/${P}-gcc44.patch
 
eautoreconf
 }






[gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp: ChangeLog net-snmp-5.7.3_pre5-r2.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 12:13:20

  Modified: ChangeLog
  Added:net-snmp-5.7.3_pre5-r2.ebuild
  Log:
  Add etherlike-mib/dot3StatsTable (bug #520836 by Oleg Gawriloff).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.304net-analyzer/net-snmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.304&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.304&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.303&r2=1.304

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog   19 Sep 2014 12:38:43 -  1.303
+++ ChangeLog   25 Oct 2014 12:13:20 -  1.304
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/net-snmp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.303 
2014/09/19 12:38:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.304 
2014/10/25 12:13:20 jer Exp $
+
+*net-snmp-5.7.3_pre5-r2 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  +net-snmp-5.7.3_pre5-r2.ebuild:
+  Add etherlike-mib/dot3StatsTable (bug #520836 by Oleg Gawriloff).
 
   19 Sep 2014; Jeroen Roovers  -net-snmp-5.7.3_pre3.ebuild,
   -files/net-snmp-5.7.2.1-phony.patch:



1.1  net-analyzer/net-snmp/net-snmp-5.7.3_pre5-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre5-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre5-r2.ebuild?rev=1.1&content-type=text/plain

Index: net-snmp-5.7.3_pre5-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre5-r2.ebuild,v 
1.1 2014/10/25 12:13:20 jer Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
DISTUTILS_SINGLE_IMPL=yesplz
DISTUTILS_OPTIONAL=yesplz
WANT_AUTOMAKE=none
PATCHSET=1

inherit autotools distutils-r1 eutils perl-module systemd

DESCRIPTION="Software for generating and retrieving SNMP data"
HOMEPAGE="http://net-snmp.sourceforge.net/";
SRC_URI="

mirror://sourceforge/${PN}/${PN}/${PV/_pre*/}-pre-releases/${P/_pre*/}.${PV/*_}.tar.gz
http://dev.gentoo.org/~jer/${PN}-5.7.3-patches-${PATCHSET}.tar.xz
"

S=${WORKDIR}/${P/_/.}

# GPL-2 for the init scripts
LICENSE="HPND BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
IUSE="bzip2 doc elf ipv6 mfd-rewrites minimal perl python rpm selinux ssl tcpd 
X zlib lm_sensors ucd-compat pci netlink mysql"

COMMON_DEPEND="
ssl? ( >=dev-libs/openssl-0.9.6d )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
rpm? (
app-arch/rpm
dev-libs/popt
)
bzip2? ( app-arch/bzip2 )
zlib? ( >=sys-libs/zlib-1.1.4 )
elf? ( dev-libs/elfutils )
python? (
dev-python/setuptools[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)
pci? ( sys-apps/pciutils )
lm_sensors? ( sys-apps/lm_sensors )
netlink? ( dev-libs/libnl:3 )
mysql? ( virtual/mysql )
"
DEPEND="
${COMMON_DEPEND}
doc? ( app-doc/doxygen )
"
RDEPEND="
${COMMON_DEPEND}
perl? (
X? ( dev-perl/perl-tk )
!minimal? ( dev-perl/TermReadKey )
)
selinux? ( sec-policy/selinux-snmp )
"

REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
rpm? ( bzip2 zlib )
"

RESTRICT=test

pkg_setup() {
use python && python-single-r1_pkg_setup
}

src_prepare() {
# snmpconf generates config files with proper selinux context
use selinux && epatch "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch

epatch "${WORKDIR}"/patches/*.patch

epatch_user

eautoconf
}

src_configure() {
# keep this in the same line, configure.ac arguments are passed down to 
config.h
local mibs="host ucd-snmp/dlmod ucd-snmp/diskio ucd-snmp/extensible 
mibII/mta_sendmail smux etherlike-mib/dot3StatsTable"
use lm_sensors && mibs="${mibs} ucd-snmp/lmsensorsMib"

econf \
$(use_enable !ssl internal-md5) \
$(use_enable ipv6) \
$(use_enable mfd-rewrites) \
$(use_enable perl embedded-perl) \
$(use_enable ucd-compat ucd-snmp-compatibility) \
$(use_with bzip2) \

[gentoo-commits] gentoo-x86 commit in dev-python/celery: celery-3.1.16.ebuild ChangeLog

2014-10-25 Thread Ian Delaney (idella4)
idella4 14/10/25 12:19:15

  Modified: ChangeLog
  Added:celery-3.1.16.ebuild
  Log:
  bump; add bash completion at install, inherit required eclass, reduce & 
refine Description, restrict test phase due to mass failure on testing, cite 
filed bug in comment
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.45 dev-python/celery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   21 Sep 2014 00:31:25 -  1.44
+++ ChangeLog   25 Oct 2014 12:19:15 -  1.45
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/celery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.44 
2014/09/21 00:31:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.45 
2014/10/25 12:19:15 idella4 Exp $
+
+*celery-3.1.16 (25 Oct 2014)
+
+  25 Oct 2014; Ian Delaney  +celery-3.1.16.ebuild:
+  bump; add bash completion at install, inherit required eclass, reduce & 
refine
+  Description, restrict test phase due to mass failure on testing, cite filed
+  bug in comment
 
 *celery-3.1.15-r1 (21 Sep 2014)
 



1.1  dev-python/celery/celery-3.1.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.1.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.1.16.ebuild?rev=1.1&content-type=text/plain

Index: celery-3.1.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.1.16.ebuild,v 1.1 
2014/10/25 12:19:15 idella4 Exp $

EAPI=5

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

inherit distutils-r1 bash-completion-r1

DESCRIPTION="Open source asynchronous task queue/job queue based on distributed 
message passing"
HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# There are a number of other optional 'extras' which overlap with those of 
kombu, however
# there has been no apparent expression of interest or demand by users for 
them. See requires.txt
IUSE="doc examples redis test"

PY2_USEDEP=$(python_gen_usedep python2_7)
RDEPEND="=dev-python/kombu-3.0.23[${PYTHON_USEDEP}]
>=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
>=dev-python/billiard-3.3.0.18[${PYTHON_USEDEP}]
https://github.com/celery/celery/issues/2338
nosetests || die "Tests failed with ${EPYTHON}"
# alternate method to run testsuite
#esetup.py
}

python_install_all() {
# Main celeryd init.d and conf.d
newinitd "${FILESDIR}/celery.initd-r1" celery
newconfd "${FILESDIR}/celery.confd-r1" celery

use examples && local EXAMPLES=( examples/. )

use doc && local HTML_DOCS=( docs/.build/html/. )

newbashcomp extra/bash-completion/celery.bash ${PN}

distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-2.0.31.ebuild ChangeLog anki-2.0.24.ebuild anki-2.0.29.ebuild

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 12:41:42

  Modified: ChangeLog
  Added:anki-2.0.31.ebuild
  Removed:  anki-2.0.24.ebuild anki-2.0.29.ebuild
  Log:
  bump to 2.0.31
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.86 app-misc/anki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   9 Oct 2014 15:19:15 -   1.85
+++ ChangeLog   25 Oct 2014 12:41:42 -  1.86
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/anki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.85 2014/10/09 
15:19:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.86 2014/10/25 
12:41:42 tomka Exp $
+
+*anki-2.0.31 (25 Oct 2014)
+
+  25 Oct 2014; Thomas Kahle  +anki-2.0.31.ebuild,
+  -anki-2.0.24.ebuild, -anki-2.0.29.ebuild:
+  bump to 2.0.31
 
   09 Oct 2014; Agostino Sarubbo  anki-2.0.28.ebuild:
   Stable for amd64, wrt bug #518844



1.1  app-misc/anki/anki-2.0.31.ebuild

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

Index: anki-2.0.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31.ebuild,v 1.1 
2014/10/25 12:41:42 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="sqlite"

inherit eutils python-single-r1

DESCRIPTION="A spaced-repetition memory training program (flash cards)"
HOMEPAGE="http://ichi2.net/anki/";
SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="latex +recording +sound"

RDEPEND="${PYTHON_DEPS}
 dev-python/PyQt4[X,svg,webkit]
 >=dev-python/httplib2-0.7.4
 dev-python/beautifulsoup:python-2
 dev-python/send2trash
 recording? ( media-sound/lame
  >=dev-python/pyaudio-0.2.4 )
 sound? ( media-video/mplayer )
 latex? ( app-text/texlive
  app-text/dvipng )"
DEPEND=""

pkg_setup(){
python-single-r1_pkg_setup
}

src_prepare() {
rm -r thirdparty || die
sed -i -e "s/updates=True/updates=False/" \
aqt/profiles.py || die
}

# Nothing to configure or compile
src_configure() {
true;
}

src_compile() {
true;
}

src_install() {
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1

dodoc README README.development
python_domodule aqt anki
python_doscript anki/anki
}

pkg_preinst() {
if has_version "http://ankisrs.net/anki2.html";
fi
}






[gentoo-commits] gentoo-x86 commit in app-misc/delay: delay-1.6-r2.ebuild ChangeLog

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 12:50:52

  Modified: ChangeLog
  Added:delay-1.6-r2.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526738).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.30 app-misc/delay/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/delay/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   19 Mar 2012 08:04:13 -  1.29
+++ ChangeLog   25 Oct 2014 12:50:52 -  1.30
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/delay
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/delay/ChangeLog,v 1.29 2012/03/19 
08:04:13 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/delay/ChangeLog,v 1.30 2014/10/25 
12:50:52 jer Exp $
+
+*delay-1.6-r2 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  +delay-1.6-r2.ebuild,
+  +files/delay-1.6-headers.patch, +files/delay-1.6-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526738).
 
   19 Mar 2012; Justin Lecher  -delay-1.6.ebuild:
   Cleaned old



1.1  app-misc/delay/delay-1.6-r2.ebuild

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

Index: delay-1.6-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/delay/delay-1.6-r2.ebuild,v 1.1 
2014/10/25 12:50:52 jer Exp $

EAPI=5
inherit autotools eutils toolchain-funcs

DESCRIPTION="Sleeplike program that counts down the number of seconds specified"
HOMEPAGE="http://onegeek.org/~tom/software/delay/";
SRC_URI="http://onegeek.org/~tom/software/delay/dl/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos"

RDEPEND="sys-libs/ncurses"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"

src_prepare() {
epatch \
"${FILESDIR}"/${P}-headers.patch \
"${FILESDIR}"/${P}-tinfo.patch

eautoreconf
}






[gentoo-commits] gentoo-x86 commit in app-misc/delay/files: delay-1.6-headers.patch delay-1.6-tinfo.patch

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 12:50:52

  Added:delay-1.6-headers.patch delay-1.6-tinfo.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526738).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  app-misc/delay/files/delay-1.6-headers.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/delay/files/delay-1.6-headers.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/delay/files/delay-1.6-headers.patch?rev=1.1&content-type=text/plain

Index: delay-1.6-headers.patch
===
--- a/delay.c
+++ b/delay.c
@@ -17,6 +17,7 @@
 */
 
 #include 
+#include 
 #include 
 #include 
 #include 



1.1  app-misc/delay/files/delay-1.6-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/delay/files/delay-1.6-tinfo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/delay/files/delay-1.6-tinfo.patch?rev=1.1&content-type=text/plain

Index: delay-1.6-tinfo.patch
===
--- a/configure.in
+++ b/configure.in
@@ -35,8 +35,11 @@
 AC_STRUCT_TM
 AC_STRUCT_TM_GMTOFF
 
-AC_CHECK_LIB(curses, initscr)
-AC_CHECK_HEADERS(curses.h)
+PKG_CHECK_MODULES(ncurses,ncurses,
+  LIBS="$LIBS $ncurses_LIBS"
+  AC_DEFINE([HAVE_CURSES_H])
+  AC_DEFINE([HAVE_LIBCURSES]),
+  AC_MSG_ERROR([ncurses not found]))
 
 AC_OUTPUT(Makefile)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/libmpd: libmpd-0.9.0.1.ebuild ChangeLog

2014-10-25 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/25 12:54:07

  Modified: ChangeLog
  Added:libmpd-0.9.0.1.ebuild
  Log:
  Version bump (bug #526648 by Phil Tooley).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.10 dev-haskell/libmpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libmpd/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libmpd/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libmpd/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Jul 2014 09:16:33 -  1.9
+++ ChangeLog   25 Oct 2014 12:54:07 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/libmpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.9 
2014/07/25 09:16:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.10 
2014/10/25 12:54:07 slyfox Exp $
+
+*libmpd-0.9.0.1 (25 Oct 2014)
+
+  25 Oct 2014; Sergei Trofimovich  +libmpd-0.9.0.1.ebuild:
+  Version bump (bug #526648 by Phil Tooley).
 
   25 Jul 2014; Sergei Trofimovich  libmpd-0.8.0.1-r1.ebuild,
   libmpd-0.8.0.3-r1.ebuild, libmpd-0.8.0.4-r1.ebuild:



1.1  dev-haskell/libmpd/libmpd-0.9.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libmpd/libmpd-0.9.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/libmpd/libmpd-0.9.0.1.ebuild?rev=1.1&content-type=text/plain

Index: libmpd-0.9.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/libmpd-0.9.0.1.ebuild,v 
1.1 2014/10/25 12:54:07 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="An MPD client library"
HOMEPAGE="http://github.com/vimus/libmpd-haskell#readme";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] 
=dev-haskell/data-default-0.4:=[profile?] 
=dev-haskell/mtl-2.0:=[profile?] =dev-haskell/network-2.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/utf8-string-0.3.1:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( >=dev-haskell/hspec-1.3
>=dev-haskell/quickcheck-2.1 )
"






[gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: xmobar-0.22.1.ebuild ChangeLog

2014-10-25 Thread Sergei Trofimovich (slyfox)
slyfox  14/10/25 12:56:47

  Modified: ChangeLog
  Added:xmobar-0.22.1.ebuild
  Log:
  Version bump (bug #526606 by Phil Tooley).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.30 x11-misc/xmobar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   24 Jul 2014 14:04:41 -  1.29
+++ ChangeLog   25 Oct 2014 12:56:47 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xmobar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.29 2014/07/24 
14:04:41 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.30 2014/10/25 
12:56:47 slyfox Exp $
+
+*xmobar-0.22.1 (25 Oct 2014)
+
+  25 Oct 2014; Sergei Trofimovich  +xmobar-0.22.1.ebuild:
+  Version bump (bug #526606 by Phil Tooley).
 
 *xmobar-0.21 (24 Jul 2014)
 



1.1  x11-misc/xmobar/xmobar-0.22.1.ebuild

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

Index: xmobar-0.22.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.22.1.ebuild,v 1.1 
2014/10/25 12:56:47 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.
#hackport: flags: 
-all_extensions,+with_threaded,+with_utf8,with_iwlib:wifi,with_alsa:alsa,with_xft:xft,with_datezone:timezone,with_dbus:dbus,with_mpd:mpd,with_inotify:inotify,with_mpris:mpris,with_xpm:xpm

CABAL_FEATURES="bin"
inherit haskell-cabal

DESCRIPTION="A Minimalistic Text Based Status Bar"
HOMEPAGE="http://xmobar.org";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa dbus inotify mpd mpris timezone wifi xft xpm"

RDEPEND="x11-libs/libXrandr
wifi? ( net-wireless/wireless-tools )
xpm? ( x11-libs/libXpm )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
>=dev-haskell/http-4000
>=dev-haskell/mtl-2.1 =dev-haskell/parsec-3.1 =dev-haskell/stm-2.3 =dev-haskell/utf8-string-0.3 =dev-haskell/x11-1.6.1
>=dev-lang/ghc-7.4.1
alsa? ( >=dev-haskell/alsa-core-0.5 =dev-haskell/alsa-mixer-0.2 =dev-haskell/dbus-0.10 )
inotify? ( >=dev-haskell/hinotify-0.3 =dev-haskell/libmpd-0.9 =dev-haskell/dbus-0.10 )
timezone? ( >=dev-haskell/timezone-olson-0.1 
=dev-haskell/timezone-series-0.1 
=dev-haskell/x11-xft-0.2 

[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: - New directory

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 12:58:26

  Log:
  Directory /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: metadata.xml yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 13:00:23

  Added:metadata.xml yubikey-neo-manager-0.2.3.ebuild
ChangeLog
  Log:
  Initial import of the YubiKey NEO Manager.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.1  app-crypt/yubikey-neo-manager/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

  crypto
  
flamee...@gentoo.org
  
  
Yubico/libykneomgr
https://github.com/Yubico/libykneomgr/issues
  




1.1  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: yubikey-neo-manager-0.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"

DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
${CDEPEND}"

RDEPEND="${CDEPEND}"



1.1  app-crypt/yubikey-neo-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-crypt/yubikey-neo-manager
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $

*yubikey-neo-manager-0.2.3 (25 Oct 2014)

  25 Oct 2014; Diego E. Pettenò  +metadata.xml,
  +yubikey-neo-manager-0.2.3.ebuild:
  Initial import of the YubiKey NEO Manager.






[gentoo-commits] gentoo-x86 commit in games-roguelike/tomenet/files: tomenet-4.5.5-makefile.patch

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 13:06:42

  Modified: tomenet-4.5.5-makefile.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526714).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  games-roguelike/tomenet/files/tomenet-4.5.5-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/tomenet/files/tomenet-4.5.5-makefile.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/tomenet/files/tomenet-4.5.5-makefile.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/tomenet/files/tomenet-4.5.5-makefile.patch?r1=1.1&r2=1.2

Index: tomenet-4.5.5-makefile.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-roguelike/tomenet/files/tomenet-4.5.5-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomenet-4.5.5-makefile.patch16 Nov 2013 09:59:12 -  1.1
+++ tomenet-4.5.5-makefile.patch25 Oct 2014 13:06:42 -  1.2
@@ -48,7 +48,7 @@
 -LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm 
`sdl-config --libs` -lSDL_mixer
 +CFLAGS += -Wall
 +CFLAGS += -DUSE_GCU -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-+LIBS += -L/usr/pkg/lib -lncurses -lcrypt -lm ${SDL_LIBS}
++LIBS += -L/usr/pkg/lib $(shell ${PKG_CONFIG} --libs ncurses) -lcrypt -lm 
${SDL_LIBS}
  ##
  ## Without SDL
  #CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include 
-D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937






[gentoo-commits] gentoo-x86 commit in games-roguelike/tomenet: ChangeLog tomenet-4.5.5.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 13:06:42

  Modified: ChangeLog tomenet-4.5.5.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526714).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.21 games-roguelike/tomenet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   13 Aug 2014 17:48:38 -  1.20
+++ ChangeLog   25 Oct 2014 13:06:42 -  1.21
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/tomenet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v 1.20 
2014/08/13 17:48:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/ChangeLog,v 1.21 
2014/10/25 13:06:42 jer Exp $
+
+  25 Oct 2014; Jeroen Roovers  tomenet-4.5.5.ebuild,
+  files/tomenet-4.5.5-makefile.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526714).
 
   13 Aug 2014; Michael Sterrett 
   -files/tomenet-4.5.3a-makefile.patch, -files/tomenet-4.5.3b-makefile.patch,



1.3  games-roguelike/tomenet/tomenet-4.5.5.ebuild

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

Index: tomenet-4.5.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-4.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tomenet-4.5.5.ebuild15 May 2014 16:56:38 -  1.2
+++ tomenet-4.5.5.ebuild25 Oct 2014 13:06:42 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-4.5.5.ebuild,v 1.2 
2014/05/15 16:56:38 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/tomenet/tomenet-4.5.5.ebuild,v 1.3 
2014/10/25 13:06:42 jer Exp $
 
 EAPI=5
-inherit eutils gnome2-utils games
+inherit eutils games gnome2-utils toolchain-funcs
 
 DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien"
 HOMEPAGE="http://www.tomenet.net/";
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="dedicated server +sound X"
 
-DEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses
!dedicated? (
X? (
x11-libs/libX11
@@ -24,7 +24,8 @@
media-libs/sdl-mixer[vorbis,smpeg,mp3]
)
)"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
!dedicated? ( sound? ( app-arch/p7zip[wxwidgets] ) )"
 
 S=${WORKDIR}/${P}/src
@@ -42,6 +43,8 @@
-e "s#@LIBDIR@#${GAMES_DATADIR}/${PN}#" \
"${FILESDIR}"/${PN}-server-wrapper > 
"${T}"/${PN}.server || die
fi
+
+   tc-export PKG_CONFIG
 }
 
 src_compile() {






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

2014-10-25 Thread Michal Gorny (mgorny)
mgorny  14/10/25 13:17:36

  Modified: ChangeLog package.mask
  Log:
  Unleash new bash-completion on ~arch so that users do not get bored.

Revision  ChangesPath
1.9488   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9488&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9488&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9487&r2=1.9488

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9487
retrieving revision 1.9488
diff -u -r1.9487 -r1.9488
--- ChangeLog   25 Oct 2014 11:46:14 -  1.9487
+++ ChangeLog   25 Oct 2014 13:17:35 -  1.9488
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9487 2014/10/25 
11:46:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9488 2014/10/25 
13:17:35 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   25 Oct 2014; Michał Górny  package.mask:
+  Unleash new bash-completion on ~arch so that users do not get bored.
+
+  25 Oct 2014; Michał Górny  package.mask:
   Mask sys-kernel/genkernel-next for bashcomp update, and use >= atoms for all
   packages.
 



1.16118  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16117
retrieving revision 1.16118
diff -u -r1.16117 -r1.16118
--- package.mask25 Oct 2014 11:46:14 -  1.16117
+++ package.mask25 Oct 2014 13:17:36 -  1.16118
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16117 2014/10/25 
11:46:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16118 2014/10/25 
13:17:36 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -533,23 +533,6 @@
 # please file a separate bug report
  (27 Aug 2014)
-# Work-in-progress. Mask for some more testing and documentation,
-# a news item and till at least some of the blockers are fixed.
-# Bug #521146 for a tracker.
-#
-# Mask also all relevant packages and revbumps, to avoid premature
-# upgrade and rebuilds for users. In some cases, the upgrade would
-# require users to re-enable some of the completions, so it's better to
-# do that along with bash-completion upgrade.
->=app-shells/bash-completion-2.1-r90
->=app-shells/gentoo-bashcomp-20140911
->=dev-vcs/subversion-1.8.10-r1
->=app-i18n/pology-0.11-r1
->=app-misc/booh-0.9.4-r1
->=sys-apps/pacman-4.0.3-r1
->=sys-kernel/genkernel-next-58-r1
-
 # Sergey Popov  (27 Aug 2014)
 # Does not work since late 2013, due to update servers shutdown
 # See bug #520858, removal in a month






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: normaliz-2.12.1.ebuild ChangeLog

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 13:23:21

  Modified: ChangeLog
  Added:normaliz-2.12.1.ebuild
  Log:
  bump to 2.12.1
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.22 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 Aug 2014 07:33:26 -  1.21
+++ ChangeLog   25 Oct 2014 13:23:21 -  1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/normaliz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.21 
2014/08/18 07:33:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.22 
2014/10/25 13:23:21 tomka Exp $
+
+*normaliz-2.12.1 (25 Oct 2014)
+
+  25 Oct 2014; Thomas Kahle 
+  +files/normaliz-2.12.1-respect-flags.patch, +normaliz-2.12.1.ebuild:
+  bump to 2.12.1
 
 *normaliz-2.5-r1 (18 Aug 2014)
 



1.1  sci-mathematics/normaliz/normaliz-2.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.1.ebuild?rev=1.1&content-type=text/plain

Index: normaliz-2.12.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.1.ebuild,v 1.1 
2014/10/25 13:23:21 tomka Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

MYPV=$(get_version_component_range 1-2)
MYP="Normaliz${MYPV}"

DESCRIPTION="Tool for computations in affine monoids and more"
HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/";
SRC_URI="http://www.mathematik.uni-osnabrueck.de/${PN}/Normaliz${PV}/Normaliz${PV}.zip";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc extras openmp"

RDEPEND="dev-libs/gmp[cxx]"
DEPEND="${RDEPEND}
app-arch/unzip
dev-libs/boost"
# Only a boost header is needed -> not RDEPEND

S=${WORKDIR}/${MYP}

src_prepare () {
epatch "${FILESDIR}/${P}-respect-flags.patch"

# Respect users AR tool (Bug 474532)
sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die

if use openmp && tc-has-openmp; then
export OPENMP=yes
else
export OPENMP=no
fi
}

src_compile(){
emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source
}

src_install() {
dobin source/normaliz
if use doc ; then
dodoc doc/"Normaliz.pdf"
dodoc doc/"NmzIntegrate.pdf"
fi
if use extras; then
elog "You have selected to install extras which consist of 
Macaulay2"
elog "and Singular packages. These have been installed into "
elog "/usr/share/${PN}, and cannot be used without additional 
setup. Please refer"
elog "to the homepages of the respective projects for 
additional information."
elog "Note however, Gentoo's versions of Singular and Macaulay2 
bring their own"
elog "copies of these interface packages. Usually you don't 
need normaliz's versions."
insinto "/usr/share/${PN}"
doins Singular/normaliz.lib
doins Macaulay2/Normaliz.m2
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.12.1-respect-flags.patch

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 13:23:21

  Added:normaliz-2.12.1-respect-flags.patch
  Log:
  bump to 2.12.1
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch?rev=1.1&content-type=text/plain

Index: normaliz-2.12.1-respect-flags.patch
===
diff -U 3 -dHrN Normaliz2.12/source/Makefile 
Normaliz2.12.patched/source/Makefile
--- Normaliz2.12/source/Makefile2014-10-23 15:01:56.0 +0200
+++ Normaliz2.12.patched/source/Makefile2014-10-25 14:56:39.426295174 
+0200
@@ -17,16 +17,16 @@
@$(MAKE) normaliz
 
 normaliz.o: $(SOURCES) $(HEADERS) $(LIBHEADERS)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) -c Normaliz.cpp -o normaliz.o
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) -c Normaliz.cpp -o normaliz.o
 
 normaliz: $(SOURCES) $(HEADERS) normaliz.o libnormaliz/libnormaliz.a
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
 
 normaliz1: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz1
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o normaliz1
 
 normaliz-pg: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz-pg
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz-pg
 
 
 #always go down the directory and let the make there check what has to be done
diff -U 3 -dHrN Normaliz2.12/source/Makefile.configuration 
Normaliz2.12.patched/source/Makefile.configuration
--- Normaliz2.12/source/Makefile.configuration  2014-10-23 15:01:56.0 
+0200
+++ Normaliz2.12.patched/source/Makefile.configuration  2014-10-25 
15:18:39.876313342 +0200
@@ -1,11 +1,9 @@
 ##
 ## Makefile configuration for normaliz
 ##
-CXX = g++ 
 #CXX = linux32 g++ -m32 -march=i686  #compile it for linux32
 CXXFLAGS += -std=c++0x
 CXXFLAGS += -Wall -pedantic
-CXXFLAGS += -O3 -funroll-loops
 #CXXFLAGS += -I /usr/local/boost_1_45_0
 CXXFLAGS += -g   ## debugging
 #CXXFLAGS += -pg  ## profiling
@@ -19,7 +17,6 @@
 endif
 
 ## for distributing the executables link static (does not work for mac)
-CXXFLAGS += -static
 ## for almost static compilation on Mac use
 #CXXFLAGS += -static-libgcc
 ## make it compatible with older Mac versions






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2014.10.25.ebuild ChangeLog youtube-dl-2014.10.23.ebuild

2014-10-25 Thread Jeroen Roovers (jer)
jer 14/10/25 13:29:41

  Modified: ChangeLog
  Added:youtube-dl-2014.10.25.ebuild
  Removed:  youtube-dl-2014.10.23.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.406net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.406&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.406&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.405&r2=1.406

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog   24 Oct 2014 16:09:51 -  1.405
+++ ChangeLog   25 Oct 2014 13:29:41 -  1.406
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.405 
2014/10/24 16:09:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.406 
2014/10/25 13:29:41 jer Exp $
+
+*youtube-dl-2014.10.25 (25 Oct 2014)
+
+  25 Oct 2014; Jeroen Roovers  -youtube-dl-2014.10.23.ebuild,
+  +youtube-dl-2014.10.25.ebuild:
+  Version bump.
 
 *youtube-dl-2014.10.24 (24 Oct 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.10.25.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.10.25.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.10.25.ebuild?rev=1.1&content-type=text/plain

Index: youtube-dl-2014.10.25.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.10.25.ebuild,v 1.1 
2014/10/25 13:29:41 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION="Download videos from YouTube.com (and more sites...)"
HOMEPAGE="http://rg3.github.com/youtube-dl/";
SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz";

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="offensive test"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )
"

S="${WORKDIR}/${PN}"

src_prepare() {
if ! use offensive; then
sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
youtube_dl/version.py || die
local xxx=(
anysex behindkink drtuber eporner extremetube fourtube 
goshgay
hentaistigma hornbunny mofosex motherless pornhd 
pornhub pornotube
pornoxo redtube sexykarma sunporno slutload spankwire 
thisav
trutube tube8 vporn xbef xhamster xnxx xtube xvideos 
youjizz
youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang "${ED}"
}






[gentoo-commits] gentoo-x86 commit in dev-python/mock: ChangeLog mock-1.0.1-r2.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 13:58:12

  Modified: ChangeLog mock-1.0.1-r2.ebuild
  Log:
  arm stable, bug #525508
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.79 dev-python/mock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?rev=1.79&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?rev=1.79&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   19 Oct 2014 07:50:04 -  1.78
+++ ChangeLog   25 Oct 2014 13:58:12 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.78 2014/10/19 
07:50:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.79 2014/10/25 
13:58:12 maekke Exp $
+
+  25 Oct 2014; Markus Meier  mock-1.0.1-r2.ebuild:
+  arm stable, bug #525508
 
   19 Oct 2014; Jeroen Roovers  mock-1.0.1-r2.ebuild:
   Stable for HPPA (bug #525508).



1.4  dev-python/mock/mock-1.0.1-r2.ebuild

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

Index: mock-1.0.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mock-1.0.1-r2.ebuild19 Oct 2014 07:50:04 -  1.3
+++ mock-1.0.1-r2.ebuild25 Oct 2014 13:58:12 -  1.4
@@ -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/dev-python/mock/mock-1.0.1-r2.ebuild,v 1.3 
2014/10/19 07:50:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.0.1-r2.ebuild,v 1.4 
2014/10/25 13:58:12 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 
 # dev-python/unittest2 is not required with Python >=3.2.






[gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.5.3.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 13:59:14

  Modified: psycopg-2.5.3.ebuild ChangeLog
  Log:
  arm stable, bug #525508
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-python/psycopg/psycopg-2.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?r1=1.3&r2=1.4

Index: psycopg-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psycopg-2.5.3.ebuild21 Oct 2014 12:07:37 -  1.3
+++ psycopg-2.5.3.ebuild25 Oct 2014 13:59:14 -  1.4
@@ -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/dev-python/psycopg/psycopg-2.5.3.ebuild,v 
1.3 2014/10/21 12:07:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 
1.4 2014/10/25 13:59:14 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
 RDEPEND=">=dev-db/postgresql-base-8.1"



1.182dev-python/psycopg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.182&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.182&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   23 Oct 2014 17:22:30 -  1.181
+++ ChangeLog   25 Oct 2014 13:59:14 -  1.182
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/psycopg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.181 
2014/10/23 17:22:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.182 
2014/10/25 13:59:14 maekke Exp $
+
+  25 Oct 2014; Markus Meier  psycopg-2.5.3.ebuild:
+  arm stable, bug #525508
 
 *psycopg-1.1.21-r1 (23 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/testtools: ChangeLog testtools-0.9.36.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 13:59:52

  Modified: ChangeLog testtools-0.9.36.ebuild
  Log:
  arm stable, bug #525508
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.101dev-python/testtools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?rev=1.101&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?rev=1.101&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   21 Oct 2014 12:08:48 -  1.100
+++ ChangeLog   25 Oct 2014 13:59:52 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.100 
2014/10/21 12:08:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.101 
2014/10/25 13:59:52 maekke Exp $
+
+  25 Oct 2014; Markus Meier  testtools-0.9.36.ebuild:
+  arm stable, bug #525508
 
   21 Oct 2014; Jeroen Roovers  testtools-0.9.36.ebuild:
   Stable for HPPA (bug #525508).



1.4  dev-python/testtools/testtools-0.9.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild?r1=1.3&r2=1.4

Index: testtools-0.9.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testtools-0.9.36.ebuild 21 Oct 2014 12:08:48 -  1.3
+++ testtools-0.9.36.ebuild 25 Oct 2014 13:59:52 -  1.4
@@ -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/dev-python/testtools/testtools-0.9.36.ebuild,v 1.3 
2014/10/21 12:08:48 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.36.ebuild,v 1.4 
2014/10/25 13:59:52 maekke Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.5.2.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:00:30

  Modified: pastedeploy-1.5.2.ebuild ChangeLog
  Log:
  add ~arm, bug #525246
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.6  dev-python/pastedeploy/pastedeploy-1.5.2.ebuild

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

Index: pastedeploy-1.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pastedeploy-1.5.2.ebuild19 Oct 2014 08:28:42 -  1.5
+++ pastedeploy-1.5.2.ebuild25 Oct 2014 14:00:30 -  1.6
@@ -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/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.5 
2014/10/19 08:28:42 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.6 
2014/10/25 14:00:30 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.20 dev-python/pastedeploy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   19 Oct 2014 08:28:42 -  1.19
+++ ChangeLog   25 Oct 2014 14:00:30 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pastedeploy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.19 
2014/10/19 08:28:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.20 
2014/10/25 14:00:30 maekke Exp $
+
+  25 Oct 2014; Markus Meier  pastedeploy-1.5.2.ebuild:
+  add ~arm, bug #525246
 
   19 Oct 2014; Jeroen Roovers  pastedeploy-1.5.2.ebuild:
   Marked ~hppa (bug #525246).






[gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:00:25

  Modified: simplejson-3.6.4.ebuild ChangeLog
  Log:
  arm stable, bug #525508
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-python/simplejson/simplejson-3.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.3&r2=1.4

Index: simplejson-3.6.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplejson-3.6.4.ebuild 21 Oct 2014 12:09:32 -  1.3
+++ simplejson-3.6.4.ebuild 25 Oct 2014 14:00:24 -  1.4
@@ -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/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.3 
2014/10/21 12:09:32 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.4 
2014/10/25 14:00:24 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



1.140dev-python/simplejson/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.140&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.140&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   21 Oct 2014 12:09:32 -  1.139
+++ ChangeLog   25 Oct 2014 14:00:24 -  1.140
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/simplejson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.139 
2014/10/21 12:09:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.140 
2014/10/25 14:00:24 maekke Exp $
+
+  25 Oct 2014; Markus Meier  simplejson-3.6.4.ebuild:
+  arm stable, bug #525508
 
   21 Oct 2014; Jeroen Roovers  simplejson-3.6.4.ebuild:
   Stable for HPPA (bug #525508).






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: pv-1.5.7.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:01:10

  Modified: pv-1.5.7.ebuild ChangeLog
  Log:
  arm stable, bug #525634
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.3  sys-apps/pv/pv-1.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild?r1=1.2&r2=1.3

Index: pv-1.5.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pv-1.5.7.ebuild 20 Oct 2014 09:47:43 -  1.2
+++ pv-1.5.7.ebuild 25 Oct 2014 14:01:10 -  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/sys-apps/pv/pv-1.5.7.ebuild,v 1.2 
2014/10/20 09:47:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.7.ebuild,v 1.3 
2014/10/25 14:01:10 maekke Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="debug nls"
 
 PV_LINGUAS=( de fr pl pt )



1.99 sys-apps/pv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   20 Oct 2014 09:47:43 -  1.98
+++ ChangeLog   25 Oct 2014 14:01:10 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.98 2014/10/20 
09:47:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.99 2014/10/25 
14:01:10 maekke Exp $
+
+  25 Oct 2014; Markus Meier  pv-1.5.7.ebuild:
+  arm stable, bug #525634
 
   20 Oct 2014; Jeroen Roovers  pv-1.5.7.ebuild:
   Stable for HPPA (bug #525634).






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:01:35

  Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
  Log:
  add ~arm, bug #525246
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.8  dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild

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

Index: wsgiproxy2-0.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wsgiproxy2-0.4.1.ebuild 22 Oct 2014 10:01:20 -  1.7
+++ wsgiproxy2-0.4.1.ebuild 25 Oct 2014 14:01:35 -  1.8
@@ -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/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.7 
2014/10/22 10:01:20 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.8 
2014/10/25 14:01:35 maekke Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]



1.13 dev-python/wsgiproxy2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   22 Oct 2014 10:01:20 -  1.12
+++ ChangeLog   25 Oct 2014 14:01:35 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wsgiproxy2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.12 
2014/10/22 10:01:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.13 
2014/10/25 14:01:35 maekke Exp $
+
+  25 Oct 2014; Markus Meier  wsgiproxy2-0.4.1.ebuild:
+  add ~arm, bug #525246
 
   22 Oct 2014; Jeroen Roovers  wsgiproxy2-0.4.1.ebuild:
   Marked ~hppa (bug #525246).






[gentoo-commits] gentoo-x86 commit in dev-python/webtest: ChangeLog webtest-2.0.15.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:02:09

  Modified: ChangeLog webtest-2.0.15.ebuild
  Log:
  add ~arm, bug #525246
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.88 dev-python/webtest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   22 Oct 2014 10:01:53 -  1.87
+++ ChangeLog   25 Oct 2014 14:02:09 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webtest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.87 
2014/10/22 10:01:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.88 
2014/10/25 14:02:09 maekke Exp $
+
+  25 Oct 2014; Markus Meier  webtest-2.0.15.ebuild:
+  add ~arm, bug #525246
 
   22 Oct 2014; Jeroen Roovers  webtest-2.0.15.ebuild:
   Marked ~hppa (bug #525246).



1.7  dev-python/webtest/webtest-2.0.15.ebuild

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

Index: webtest-2.0.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webtest-2.0.15.ebuild   22 Oct 2014 10:01:53 -  1.6
+++ webtest-2.0.15.ebuild   25 Oct 2014 14:02:09 -  1.7
@@ -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/dev-python/webtest/webtest-2.0.15.ebuild,v 
1.6 2014/10/22 10:01:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 
1.7 2014/10/25 14:02:09 maekke Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 #nose<1.3.0






[gentoo-commits] gentoo-x86 commit in dev-util/ninja: ChangeLog ninja-1.5.1.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:02:12

  Modified: ChangeLog ninja-1.5.1.ebuild
  Log:
  arm stable, bug #525658
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.34 dev-util/ninja/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   3 Sep 2014 17:16:53 -   1.33
+++ ChangeLog   25 Oct 2014 14:02:12 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ninja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.33 2014/09/03 
17:16:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.34 2014/10/25 
14:02:12 maekke Exp $
+
+  25 Oct 2014; Markus Meier  ninja-1.5.1.ebuild:
+  arm stable, bug #525658
 
   03 Sep 2014; Christoph Junghans  ninja-1.5.1.ebuild:
   added ~x64-macos (tested by me)



1.4  dev-util/ninja/ninja-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild?r1=1.3&r2=1.4

Index: ninja-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ninja-1.5.1.ebuild  3 Sep 2014 17:16:53 -   1.3
+++ ninja-1.5.1.ebuild  25 Oct 2014 14:02:12 -  1.4
@@ -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/dev-util/ninja/ninja-1.5.1.ebuild,v 1.3 
2014/09/03 17:16:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.1.ebuild,v 1.4 
2014/10/25 14:02:12 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
KEYWORDS=""
 else
SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~m68k ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~m68k ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 fi
 
 DESCRIPTION="A small build system similar to make"






[gentoo-commits] gentoo-x86 commit in dev-python/pyquery: pyquery-1.2.9.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:02:41

  Modified: pyquery-1.2.9.ebuild ChangeLog
  Log:
  add ~arm, bug #525246
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-python/pyquery/pyquery-1.2.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild?r1=1.3&r2=1.4

Index: pyquery-1.2.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyquery-1.2.9.ebuild15 Oct 2014 23:17:45 -  1.3
+++ pyquery-1.2.9.ebuild25 Oct 2014 14:02:41 -  1.4
@@ -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/dev-python/pyquery/pyquery-1.2.9.ebuild,v 
1.3 2014/10/15 23:17:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild,v 
1.4 2014/10/25 14:02:41 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="beautifulsoup3 test"
 
 RDEPEND=">=dev-python/lxml-2.1[beautifulsoup3?,${PYTHON_USEDEP}]



1.48 dev-python/pyquery/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   15 Oct 2014 23:17:45 -  1.47
+++ ChangeLog   25 Oct 2014 14:02:41 -  1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyquery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.47 
2014/10/15 23:17:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.48 
2014/10/25 14:02:41 maekke Exp $
+
+  25 Oct 2014; Markus Meier  pyquery-1.2.9.ebuild:
+  add ~arm, bug #525246
 
   15 Oct 2014; Anthony G. Basile  pyquery-1.2.9.ebuild:
   Keyworded ~ppc and ~ppc64, bug #525246






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

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:03:00

  Modified: sdl-image-1.2.12-r1.ebuild ChangeLog
  Log:
  arm stable, bug #525742
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.6  media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild

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

Index: sdl-image-1.2.12-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdl-image-1.2.12-r1.ebuild  22 Oct 2014 07:58:25 -  1.5
+++ sdl-image-1.2.12-r1.ebuild  25 Oct 2014 14:03:00 -  1.6
@@ -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-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v 1.5 
2014/10/22 07:58:25 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild,v 1.6 
2014/10/25 14:03:00 maekke Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



1.93 media-libs/sdl-image/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   22 Oct 2014 07:58:25 -  1.92
+++ ChangeLog   25 Oct 2014 14:03:00 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sdl-image
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.92 
2014/10/22 07:58:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.93 
2014/10/25 14:03:00 maekke Exp $
+
+  25 Oct 2014; Markus Meier  sdl-image-1.2.12-r1.ebuild:
+  arm stable, bug #525742
 
   22 Oct 2014; Jeroen Roovers  sdl-image-1.2.12-r1.ebuild:
   Stable for HPPA (bug #525742).






[gentoo-commits] gentoo-x86 commit in media-sound/mpd: ChangeLog mpd-0.18.16.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:04:27

  Modified: ChangeLog mpd-0.18.16.ebuild
  Log:
  arm stable, bug #525736
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.362media-sound/mpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.362&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.362&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.361&r2=1.362

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- ChangeLog   22 Oct 2014 16:29:14 -  1.361
+++ ChangeLog   25 Oct 2014 14:04:27 -  1.362
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.361 
2014/10/22 16:29:14 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.362 
2014/10/25 14:04:27 maekke Exp $
+
+  25 Oct 2014; Markus Meier  mpd-0.18.16.ebuild:
+  arm stable, bug #525736
 
   22 Oct 2014; Christoph Mende  mpd-0.19.1.ebuild:
   Remove unconditional glib dependency and add USE dependencies for flags



1.3  media-sound/mpd/mpd-0.18.16.ebuild

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

Index: mpd-0.18.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.18.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd-0.18.16.ebuild  20 Oct 2014 07:13:57 -  1.2
+++ mpd-0.18.16.ebuild  25 Oct 2014 14:04:27 -  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-sound/mpd/mpd-0.18.16.ebuild,v 1.2 
2014/10/20 07:13:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.18.16.ebuild,v 1.3 
2014/10/25 14:04:27 maekke Exp $
 
 EAPI=5
 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc ~sh ~x86 ~x86-fbsd ~x64-macos"
+KEYWORDS="~amd64 arm hppa ~ppc ~sh ~x86 ~x86-fbsd ~x64-macos"
 IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug faad +fifo +ffmpeg flac
fluidsynth gme +id3tag inotify ipv6 jack lame mms libmpdclient
libsamplerate +mad mikmod modplug mpg123 musepack +network ogg openal 
opus






[gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: ChangeLog gflags-2.1.1-r1.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:05:30

  Modified: ChangeLog gflags-2.1.1-r1.ebuild
  Log:
  arm stable, bug #525966
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.31 dev-cpp/gflags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   23 Oct 2014 13:57:03 -  1.30
+++ ChangeLog   25 Oct 2014 14:05:30 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/gflags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.30 2014/10/23 
13:57:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.31 2014/10/25 
14:05:30 maekke Exp $
+
+  25 Oct 2014; Markus Meier  gflags-2.1.1-r1.ebuild:
+  arm stable, bug #525966
 
   23 Oct 2014; Pacho Ramos  gflags-2.1.1-r1.ebuild:
   amd64/x86 stable, bug #525966



1.3  dev-cpp/gflags/gflags-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?r1=1.2&r2=1.3

Index: gflags-2.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gflags-2.1.1-r1.ebuild  23 Oct 2014 13:57:03 -  1.2
+++ gflags-2.1.1-r1.ebuild  25 Oct 2014 14:05:30 -  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/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.2 
2014/10/23 13:57:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.3 
2014/10/25 14:05:30 maekke Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 PATCHES=( "${FILESDIR}/gflags-2.1.1-libs.patch" )






[gentoo-commits] gentoo-x86 commit in media-libs/sdl-net: sdl-net-1.2.8-r1.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:06:17

  Modified: sdl-net-1.2.8-r1.ebuild ChangeLog
  Log:
  arm stable, bug #525762
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.6  media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild?r1=1.5&r2=1.6

Index: sdl-net-1.2.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdl-net-1.2.8-r1.ebuild 23 Oct 2014 11:44:15 -  1.5
+++ sdl-net-1.2.8-r1.ebuild 25 Oct 2014 14:06:17 -  1.6
@@ -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-libs/sdl-net/sdl-net-1.2.8-r1.ebuild,v 1.5 
2014/10/23 11:44:15 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild,v 1.6 
2014/10/25 14:06:17 maekke Exp $
 
 EAPI=5
 inherit multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



1.52 media-libs/sdl-net/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-net/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   23 Oct 2014 11:44:15 -  1.51
+++ ChangeLog   25 Oct 2014 14:06:17 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sdl-net
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.51 
2014/10/23 11:44:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.52 
2014/10/25 14:06:17 maekke Exp $
+
+  25 Oct 2014; Markus Meier  sdl-net-1.2.8-r1.ebuild:
+  arm stable, bug #525762
 
   23 Oct 2014; Pacho Ramos  sdl-net-1.2.8-r1.ebuild:
   amd64/x86 stable, bug #525762






[gentoo-commits] gentoo-x86 commit in dev-cpp/gmock: ChangeLog gmock-1.7.0-r1.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:07:06

  Modified: ChangeLog gmock-1.7.0-r1.ebuild
  Log:
  arm stable, bug #525970
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.29 dev-cpp/gmock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Oct 2014 13:53:06 -  1.28
+++ ChangeLog   25 Oct 2014 14:07:06 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/gmock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.28 2014/10/23 
13:53:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/ChangeLog,v 1.29 2014/10/25 
14:07:06 maekke Exp $
+
+  25 Oct 2014; Markus Meier  gmock-1.7.0-r1.ebuild:
+  arm stable, bug #525970
 
   23 Oct 2014; Pacho Ramos  gmock-1.7.0-r1.ebuild:
   amd64/x86 stable, bug #525970



1.5  dev-cpp/gmock/gmock-1.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild?r1=1.4&r2=1.5

Index: gmock-1.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmock-1.7.0-r1.ebuild   23 Oct 2014 13:53:06 -  1.4
+++ gmock-1.7.0-r1.ebuild   25 Oct 2014 14:07:06 -  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/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v 1.4 
2014/10/23 13:53:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.7.0-r1.ebuild,v 1.5 
2014/10/25 14:07:06 maekke Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="static-libs"
 
 RDEPEND="=dev-cpp/gtest-${PV}*[${MULTILIB_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in dev-libs/liboil: liboil-0.3.17-r2.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:07:53

  Modified: liboil-0.3.17-r2.ebuild ChangeLog
  Log:
  arm stable, bug #525748
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-libs/liboil/liboil-0.3.17-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/liboil-0.3.17-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/liboil-0.3.17-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/liboil-0.3.17-r2.ebuild?r1=1.3&r2=1.4

Index: liboil-0.3.17-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liboil-0.3.17-r2.ebuild 23 Oct 2014 11:45:05 -  1.3
+++ liboil-0.3.17-r2.ebuild 25 Oct 2014 14:07:53 -  1.4
@@ -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/dev-libs/liboil/liboil-0.3.17-r2.ebuild,v 
1.3 2014/10/23 11:45:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17-r2.ebuild,v 
1.4 2014/10/25 14:07:53 maekke Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib autotools-multilib
@@ -11,7 +11,7 @@
 
 LICENSE="BSD-2"
 SLOT="0.3"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="+examples static-libs test"
 
 RDEPEND="examples? ( dev-libs/glib:2 )



1.96 dev-libs/liboil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/ChangeLog?rev=1.96&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/ChangeLog?rev=1.96&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liboil/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liboil/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   23 Oct 2014 11:45:05 -  1.95
+++ ChangeLog   25 Oct 2014 14:07:53 -  1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liboil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/ChangeLog,v 1.95 2014/10/23 
11:45:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/ChangeLog,v 1.96 2014/10/25 
14:07:53 maekke Exp $
+
+  25 Oct 2014; Markus Meier  liboil-0.3.17-r2.ebuild:
+  arm stable, bug #525748
 
   23 Oct 2014; Pacho Ramos  liboil-0.3.17-r2.ebuild:
   amd64/x86 stable, bug #525748






[gentoo-commits] gentoo-x86 commit in dev-cpp/glog: ChangeLog glog-0.3.3-r1.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:08:52

  Modified: ChangeLog glog-0.3.3-r1.ebuild
  Log:
  arm stable, bug #525968
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.18 dev-cpp/glog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glog/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 Oct 2014 13:57:38 -  1.17
+++ ChangeLog   25 Oct 2014 14:08:52 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/glog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/ChangeLog,v 1.17 2014/10/23 
13:57:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/ChangeLog,v 1.18 2014/10/25 
14:08:52 maekke Exp $
+
+  25 Oct 2014; Markus Meier  glog-0.3.3-r1.ebuild:
+  arm stable, bug #525968
 
   23 Oct 2014; Pacho Ramos  glog-0.3.3-r1.ebuild:
   amd64/x86 stable, bug #525968



1.4  dev-cpp/glog/glog-0.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glog/glog-0.3.3-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glog/glog-0.3.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/glog/glog-0.3.3-r1.ebuild?r1=1.3&r2=1.4

Index: glog-0.3.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glog/glog-0.3.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glog-0.3.3-r1.ebuild23 Oct 2014 13:57:38 -  1.3
+++ glog-0.3.3-r1.ebuild25 Oct 2014 14:08:52 -  1.4
@@ -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/dev-cpp/glog/glog-0.3.3-r1.ebuild,v 1.3 
2014/10/23 13:57:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/glog-0.3.3-r1.ebuild,v 1.4 
2014/10/25 14:08:52 maekke Exp $
 
 EAPI="4"
 inherit eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="gflags static-libs unwind test"
 
 RDEPEND="gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )






[gentoo-commits] gentoo-x86 commit in dev-libs/libaio: libaio-0.3.110.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:09:38

  Modified: libaio-0.3.110.ebuild ChangeLog
  Log:
  arm stable, bug #525980
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-libs/libaio/libaio-0.3.110.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/libaio-0.3.110.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/libaio-0.3.110.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/libaio-0.3.110.ebuild?r1=1.3&r2=1.4

Index: libaio-0.3.110.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.110.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libaio-0.3.110.ebuild   23 Oct 2014 13:48:53 -  1.3
+++ libaio-0.3.110.ebuild   25 Oct 2014 14:09:38 -  1.4
@@ -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/dev-libs/libaio/libaio-0.3.110.ebuild,v 1.3 
2014/10/23 13:48:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.110.ebuild,v 1.4 
2014/10/25 14:09:38 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 
 src_prepare() {



1.90 dev-libs/libaio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libaio/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libaio/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   23 Oct 2014 13:48:53 -  1.89
+++ ChangeLog   25 Oct 2014 14:09:38 -  1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libaio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/ChangeLog,v 1.89 2014/10/23 
13:48:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/ChangeLog,v 1.90 2014/10/25 
14:09:38 maekke Exp $
+
+  25 Oct 2014; Markus Meier  libaio-0.3.110.ebuild:
+  arm stable, bug #525980
 
   23 Oct 2014; Pacho Ramos  libaio-0.3.110.ebuild:
   amd64/x86 stable, bug #525980






[gentoo-commits] gentoo-x86 commit in dev-libs/libdaemon: libdaemon-0.14-r2.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:11:10

  Modified: libdaemon-0.14-r2.ebuild ChangeLog
  Log:
  arm stable, bug #525982
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  dev-libs/libdaemon/libdaemon-0.14-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild?r1=1.3&r2=1.4

Index: libdaemon-0.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdaemon-0.14-r2.ebuild24 Oct 2014 20:11:05 -  1.3
+++ libdaemon-0.14-r2.ebuild25 Oct 2014 14:11:10 -  1.4
@@ -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/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild,v 1.3 
2014/10/24 20:11:05 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14-r2.ebuild,v 1.4 
2014/10/25 14:11:10 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples static-libs"
 
 RDEPEND=""



1.77 dev-libs/libdaemon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   24 Oct 2014 20:11:05 -  1.76
+++ ChangeLog   25 Oct 2014 14:11:10 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libdaemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.76 
2014/10/24 20:11:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.77 
2014/10/25 14:11:10 maekke Exp $
+
+  25 Oct 2014; Markus Meier  libdaemon-0.14-r2.ebuild:
+  arm stable, bug #525982
 
   24 Oct 2014; Jeroen Roovers  libdaemon-0.14-r2.ebuild:
   Stable for HPPA (bug #525982).






[gentoo-commits] gentoo-x86 commit in dev-db/libiodbc: ChangeLog libiodbc-3.52.8-r2.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:10:24

  Modified: ChangeLog libiodbc-3.52.8-r2.ebuild
  Log:
  arm stable, bug #525974
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.67 dev-db/libiodbc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   23 Oct 2014 13:51:20 -  1.66
+++ ChangeLog   25 Oct 2014 14:10:24 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/libiodbc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.66 2014/10/23 
13:51:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.67 2014/10/25 
14:10:24 maekke Exp $
+
+  25 Oct 2014; Markus Meier  libiodbc-3.52.8-r2.ebuild:
+  arm stable, bug #525974
 
   23 Oct 2014; Pacho Ramos  libiodbc-3.52.8-r2.ebuild:
   amd64/x86 stable, bug #525974



1.6  dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild

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

Index: libiodbc-3.52.8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libiodbc-3.52.8-r2.ebuild   23 Oct 2014 13:51:20 -  1.5
+++ libiodbc-3.52.8-r2.ebuild   25 Oct 2014 14:10:24 -  1.6
@@ -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/dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild,v 
1.5 2014/10/23 13:51:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.8-r2.ebuild,v 
1.6 2014/10/25 14:10:24 maekke Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://www.iodbc.org/";
 SRC_URI="https://github.com/openlink/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="|| ( LGPL-2 BSD )"
 SLOT="0"
 IUSE="gtk"






[gentoo-commits] gentoo-x86 commit in net-libs/libpcap: libpcap-1.6.2-r1.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:13:17

  Modified: libpcap-1.6.2-r1.ebuild ChangeLog
  Log:
  arm stable, bug #526030
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.5  net-libs/libpcap/libpcap-1.6.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild?r1=1.4&r2=1.5

Index: libpcap-1.6.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpcap-1.6.2-r1.ebuild 23 Oct 2014 14:27:09 -  1.4
+++ libpcap-1.6.2-r1.ebuild 25 Oct 2014 14:13:17 -  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/net-libs/libpcap/libpcap-1.6.2-r1.ebuild,v 
1.4 2014/10/23 14:27:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild,v 
1.5 2014/10/25 14:13:17 maekke Exp $
 
 EAPI=5
 inherit autotools eutils multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus ipv6 netlink static-libs canusb"
 
 RDEPEND="



1.214net-libs/libpcap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog   23 Oct 2014 14:27:09 -  1.213
+++ ChangeLog   25 Oct 2014 14:13:17 -  1.214
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libpcap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.213 
2014/10/23 14:27:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.214 
2014/10/25 14:13:17 maekke Exp $
+
+  25 Oct 2014; Markus Meier  libpcap-1.6.2-r1.ebuild:
+  arm stable, bug #526030
 
   23 Oct 2014; Pacho Ramos  libpcap-1.6.2-r1.ebuild:
   amd64/x86 stable, bug #526030






[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: tcpdump-4.6.2.ebuild ChangeLog

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:13:55

  Modified: tcpdump-4.6.2.ebuild ChangeLog
  Log:
  arm stable, bug #526030
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.5  net-analyzer/tcpdump/tcpdump-4.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?r1=1.4&r2=1.5

Index: tcpdump-4.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcpdump-4.6.2.ebuild23 Oct 2014 14:28:10 -  1.4
+++ tcpdump-4.6.2.ebuild25 Oct 2014 14:13:55 -  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/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 
1.4 2014/10/23 14:28:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 
1.5 2014/10/25 14:13:55 maekke Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs user
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root smi ssl ipv6 samba suid test"
 
 RDEPEND="



1.198net-analyzer/tcpdump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.198&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.198&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   23 Oct 2014 14:28:10 -  1.197
+++ ChangeLog   25 Oct 2014 14:13:55 -  1.198
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.197 
2014/10/23 14:28:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.198 
2014/10/25 14:13:55 maekke Exp $
+
+  25 Oct 2014; Markus Meier  tcpdump-4.6.2.ebuild:
+  arm stable, bug #526030
 
   23 Oct 2014; Pacho Ramos  tcpdump-4.6.2.ebuild:
   amd64/x86 stable, bug #526030






[gentoo-commits] gentoo-x86 commit in dev-libs/popt: ChangeLog popt-1.16-r2.ebuild

2014-10-25 Thread Markus Meier (maekke)
maekke  14/10/25 14:14:40

  Modified: ChangeLog popt-1.16-r2.ebuild
  Log:
  arm stable, bug #525984
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.107dev-libs/popt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   23 Oct 2014 13:48:00 -  1.106
+++ ChangeLog   25 Oct 2014 14:14:40 -  1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.106 2014/10/23 
13:48:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.107 2014/10/25 
14:14:40 maekke Exp $
+
+  25 Oct 2014; Markus Meier  popt-1.16-r2.ebuild:
+  arm stable, bug #525984
 
   23 Oct 2014; Pacho Ramos  popt-1.16-r2.ebuild:
   amd64/x86 stable, bug #525984



1.5  dev-libs/popt/popt-1.16-r2.ebuild

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

Index: popt-1.16-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- popt-1.16-r2.ebuild 23 Oct 2014 13:48:00 -  1.4
+++ popt-1.16-r2.ebuild 25 Oct 2014 14:14:40 -  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/dev-libs/popt/popt-1.16-r2.ebuild,v 1.4 
2014/10/23 13:48:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16-r2.ebuild,v 1.5 
2014/10/25 14:14:40 maekke Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"






[gentoo-commits] gentoo-x86 commit in net-print/foomatic-db: foomatic-db-4.0.20141025.ebuild ChangeLog

2014-10-25 Thread Manuel Rueger (mrueg)
mrueg   14/10/25 14:45:32

  Modified: ChangeLog
  Added:foomatic-db-4.0.20141025.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.103net-print/foomatic-db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db/ChangeLog?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db/ChangeLog?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   12 Aug 2014 13:21:23 -  1.102
+++ ChangeLog   25 Oct 2014 14:45:32 -  1.103
@@ -1,6 +1,11 @@
 # ChangeLog for net-print/foomatic-db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.102 
2014/08/12 13:21:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.103 
2014/10/25 14:45:32 mrueg Exp $
+
+*foomatic-db-4.0.20141025 (25 Oct 2014)
+
+  25 Oct 2014; Manuel Rüger  
+foomatic-db-4.0.20141025.ebuild:
+  Version bump.
 
   12 Aug 2014; Manuel Rüger  
-foomatic-db-4.0.20120831.ebuild,
   -foomatic-db-4.0.20130805.ebuild:



1.1  net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild?rev=1.1&content-type=text/plain

Index: foomatic-db-4.0.20141025.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild,v 
1.1 2014/10/25 14:45:32 mrueg Exp $

EAPI=5

inherit versionator

DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html";
SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_separator
 2 -).tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="
net-print/foomatic-db-engine
!net-print/foo2zjs[hp2600n]"

S="${WORKDIR}/${PN}-$(get_version_component_range 3 ${PV})"

src_prepare() {
# ppd files do not belong to this package
rm -r db/source/PPD || die
}

src_configure() {
econf \
--disable-gzip-ppds \
--disable-ppds-to-cups
}

src_install() {
default
rmdir "${ED}"/usr/share/foomatic/db/source/PPD || die
# Avoid collision with foo2zjs, bug 185486
rm 
"${ED}"/usr/share/foomatic/db/source/{driver/foo2{hp,lava,xqx,zjs}.xml,printer/{Generic-ZjStream_Printer,HP-{Color_LaserJet_{1500,1600,2600n},LaserJet_{10{00,05,18,20,22},M1005_MFP}},Minolta-{Color_PageWorks_Pro_L,magicolor_2{20,30,43}0_DL},Samsung-CLP-{3,6}00}.xml}
  || die
}






[gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-ppds: foomatic-db-ppds-4.0.20141025.ebuild ChangeLog

2014-10-25 Thread Manuel Rueger (mrueg)
mrueg   14/10/25 14:47:36

  Modified: ChangeLog
  Added:foomatic-db-ppds-4.0.20141025.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.56 net-print/foomatic-db-ppds/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   12 Aug 2014 13:20:24 -  1.55
+++ ChangeLog   25 Oct 2014 14:47:36 -  1.56
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/foomatic-db-ppds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.55 
2014/08/12 13:20:24 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.56 
2014/10/25 14:47:36 mrueg Exp $
+
+*foomatic-db-ppds-4.0.20141025 (25 Oct 2014)
+
+  25 Oct 2014; Manuel Rüger 
+  +foomatic-db-ppds-4.0.20141025.ebuild:
+  Version bump.
 
   12 Aug 2014; Manuel Rüger 
   -foomatic-db-ppds-4.0.20120831.ebuild, -foomatic-db-ppds-4.0.20130805.ebuild:



1.1  
net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild?rev=1.1&content-type=text/plain

Index: foomatic-db-ppds-4.0.20141025.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20141025.ebuild,v
 1.1 2014/10/25 14:47:36 mrueg Exp $

EAPI=5

inherit eutils versionator

MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')

DESCRIPTION="linuxprinting.org PPD files for postscript printers"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html";
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"

src_prepare() {
epatch "${FILESDIR}/Makefile.in-4.0.20120117.patch"
}

src_install() {
default
rm -v 
"${ED}"/usr/share/foomatic/xmlschema/{driver,option,printer,types}.xsd || die 
"Cannot remove duplicates"
}






[gentoo-commits] gentoo-x86 commit in media-fonts/oxygen-fonts: oxygen-fonts-0.4.2.ebuild ChangeLog

2014-10-25 Thread Manuel Rueger (mrueg)
mrueg   14/10/25 15:07:41

  Modified: ChangeLog
  Added:oxygen-fonts-0.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  media-fonts/oxygen-fonts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/oxygen-fonts/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Oct 2014 16:20:24 -   1.2
+++ ChangeLog   25 Oct 2014 15:07:41 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/oxygen-fonts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/oxygen-fonts/ChangeLog,v 1.2 
2014/10/01 16:20:24 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/oxygen-fonts/ChangeLog,v 1.3 
2014/10/25 15:07:41 mrueg Exp $
+
+*oxygen-fonts-0.4.2 (25 Oct 2014)
+
+  25 Oct 2014; Manuel Rüger  +oxygen-fonts-0.4.2.ebuild:
+  Version bump.
 
   01 Oct 2014; Michael Palimaka 
   oxygen-fonts-0_p20120917.ebuild:



1.1  media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild?rev=1.1&content-type=text/plain

Index: oxygen-fonts-0.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild,v 
1.1 2014/10/25 15:07:41 mrueg Exp $

EAPI=5

inherit cmake-utils font

DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts";
SRC_URI="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
dev-libs/extra-cmake-modules
media-gfx/fontforge
"

src_configure() {
local mycmakeargs=(
-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
)

cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
font_src_install
}






[gentoo-commits] proj/kde:master commit in: media-fonts/oxygen-fonts/

2014-10-25 Thread Manuel Rüger
commit: b2f4ba175c763379833fbe8387aca277f79cc553
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 25 15:09:13 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 25 15:09:13 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b2f4ba17

[media-fonts/oxygen-fonts] Moved to the tree.

---
 media-fonts/oxygen-fonts/metadata.xml  |  5 
 media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild | 34 --
 2 files changed, 39 deletions(-)

diff --git a/media-fonts/oxygen-fonts/metadata.xml 
b/media-fonts/oxygen-fonts/metadata.xml
deleted file mode 100644
index a23f444..000
--- a/media-fonts/oxygen-fonts/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   kde
-

diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild 
b/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild
deleted file mode 100644
index dbf2475..000
--- a/media-fonts/oxygen-fonts/oxygen-fonts-0.4.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils font
-
-DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts";
-SRC_URI="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-libs/extra-cmake-modules
-   media-gfx/fontforge
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   font_src_install
-}



[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/

2014-10-25 Thread Manuel Rüger
commit: 67957deadb186de2d24a2dce6ca932985bbc4f28
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 25 15:10:27 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 25 15:10:27 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67957dea

[dev-libs/extra-cmake-modules] Moved to the tree.

Package-Manager: portage-2.2.14

---
 .../extra-cmake-modules-1.3.0.ebuild   | 44 --
 1 file changed, 44 deletions(-)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
deleted file mode 100644
index 807e3ee..000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules";
-SRC_URI="mirror://kde/stable/frameworks/5.3.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
-   app-arch/xz-utils
-   >=dev-util/cmake-2.8.12
-   doc? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
-   )
-"
-
-python_check_deps() {
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_build doc HTML_DOCS)
-   $(cmake-utils_use_build doc MAN_DOCS)
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] gentoo-x86 commit in kde-frameworks/ktexteditor: ktexteditor-5.3.0.ebuild ChangeLog

2014-10-25 Thread Manuel Rueger (mrueg)
mrueg   14/10/25 15:12:47

  Modified: ktexteditor-5.3.0.ebuild ChangeLog
  Log:
  Add missing dependency.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild?r1=1.1&r2=1.2

Index: ktexteditor-5.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ktexteditor-5.3.0.ebuild15 Oct 2014 13:29:47 -  1.1
+++ ktexteditor-5.3.0.ebuild25 Oct 2014 15:12:47 -  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/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild,v 
1.1 2014/10/15 13:29:47 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-frameworks/ktexteditor/ktexteditor-5.3.0.ebuild,v 
1.2 2014/10/25 15:12:47 mrueg Exp $
 
 EAPI=5
 
@@ -38,6 +38,7 @@
git? ( dev-libs/libgit2 )
 "
 DEPEND="${RDEPEND}
+   dev-qt/qtxmlpatterns:5
test? ( $(add_frameworks_dep kservice) )
 "
 



1.2  kde-frameworks/ktexteditor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Oct 2014 13:29:47 -  1.1
+++ ChangeLog   25 Oct 2014 15:12:47 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for kde-frameworks/ktexteditor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog,v 1.1 
2014/10/15 13:29:47 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/ktexteditor/ChangeLog,v 1.2 
2014/10/25 15:12:47 mrueg Exp $
+
+  25 Oct 2014; Manuel Rüger  ktexteditor-5.3.0.ebuild:
+  Add missing dependency.
 
 *ktexteditor-5.3.0 (15 Oct 2014)
 






[gentoo-commits] proj/kde:master commit in: kde-frameworks/kglobalaccel/, kde-frameworks/kcrash/, kde-frameworks/kf-env/, ...

2014-10-25 Thread Manuel Rüger
commit: a820bb7b51350b3aec9512c7ee1411f1866d924c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 25 15:16:00 2014 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 25 15:16:00 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a820bb7b

[frameworks] 5.3 was moved to the tree.

---
 kde-frameworks/attica/attica-5.3.0.ebuild  | 17 -
 .../frameworkintegration-5.3.0.ebuild  | 47 -
 .../kactivities/kactivities-5.3.0.ebuild   | 36 --
 kde-frameworks/kapidox/kapidox-5.3.0.ebuild| 26 
 kde-frameworks/karchive/karchive-5.3.0.ebuild  | 28 
 kde-frameworks/kauth/kauth-5.3.0.ebuild| 33 --
 kde-frameworks/kbookmarks/kbookmarks-5.3.0.ebuild  | 30 -
 kde-frameworks/kcmutils/kcmutils-5.3.0.ebuild  | 30 -
 kde-frameworks/kcodecs/kcodecs-5.3.0.ebuild| 14 
 .../kcompletion/kcompletion-5.3.0.ebuild   | 22 ---
 kde-frameworks/kconfig/kconfig-5.3.0.ebuild| 24 ---
 .../kconfigwidgets/kconfigwidgets-5.3.0.ebuild | 30 -
 .../kcoreaddons/kcoreaddons-5.3.0.ebuild   | 41 
 kde-frameworks/kcrash/kcrash-5.3.0.ebuild  | 39 ---
 .../kdbusaddons/kdbusaddons-5.3.0.ebuild   | 29 -
 .../kdeclarative/kdeclarative-5.3.0.ebuild | 29 -
 kde-frameworks/kded/kded-5.3.0.ebuild  | 28 
 .../kdelibs4support/kdelibs4support-5.3.0.ebuild   | 76 --
 .../kdesignerplugin/kdesignerplugin-5.3.0.ebuild   | 54 ---
 kde-frameworks/kdesu/kdesu-5.3.0.ebuild| 35 --
 kde-frameworks/kdewebkit/kdewebkit-5.3.0.ebuild| 30 -
 kde-frameworks/kdnssd/kdnssd-5.3.0.ebuild  | 32 -
 kde-frameworks/kdoctools/kdoctools-5.3.0.ebuild| 21 --
 kde-frameworks/kemoticons/kemoticons-5.3.0.ebuild  | 26 
 kde-frameworks/kf-env/kf-env-3.ebuild  | 31 -
 kde-frameworks/kf-env/metadata.xml |  5 --
 .../kglobalaccel/kglobalaccel-5.3.0.ebuild | 31 -
 kde-frameworks/kguiaddons/kguiaddons-5.3.0.ebuild  | 23 ---
 kde-frameworks/khtml/khtml-5.3.0.ebuild| 66 ---
 kde-frameworks/ki18n/ki18n-5.3.0.ebuild| 20 --
 .../kiconthemes/kiconthemes-5.3.0.ebuild   | 27 
 kde-frameworks/kidletime/kidletime-5.3.0.ebuild| 24 ---
 .../kimageformats/kimageformats-5.3.0.ebuild   | 34 --
 kde-frameworks/kinit/kinit-5.3.0.ebuild| 38 ---
 kde-frameworks/kio/kio-5.3.0.ebuild| 75 -
 .../kitemmodels/kitemmodels-5.3.0.ebuild   | 15 -
 kde-frameworks/kitemviews/kitemviews-5.3.0.ebuild  | 21 --
 .../kjobwidgets/kjobwidgets-5.3.0.ebuild   | 36 --
 kde-frameworks/kjs/kjs-5.3.0.ebuild| 21 --
 kde-frameworks/kjsembed/kjsembed-5.3.0.ebuild  | 26 
 .../kmediaplayer/kmediaplayer-5.3.0.ebuild | 21 --
 kde-frameworks/knewstuff/knewstuff-5.3.0.ebuild| 32 -
 .../knotifications/knotifications-5.3.0.ebuild | 45 -
 .../knotifyconfig/knotifyconfig-5.3.0.ebuild   | 26 
 kde-frameworks/kparts/kparts-5.3.0.ebuild  | 31 -
 kde-frameworks/kplotting/kplotting-5.3.0.ebuild| 19 --
 kde-frameworks/kpty/kpty-5.3.0.ebuild  | 19 --
 kde-frameworks/kross/kross-5.3.0.ebuild| 33 --
 kde-frameworks/krunner/krunner-5.3.0.ebuild| 28 
 kde-frameworks/kservice/kservice-5.3.0.ebuild  | 29 -
 .../ktexteditor/ktexteditor-5.3.0.ebuild   | 53 ---
 .../ktextwidgets/ktextwidgets-5.3.0.ebuild | 30 -
 .../kunitconversion/kunitconversion-5.3.0.ebuild   | 19 --
 kde-frameworks/kwallet/kwallet-5.3.0.ebuild| 29 -
 .../kwidgetsaddons/kwidgetsaddons-5.3.0.ebuild | 21 --
 .../kwindowsystem/kwindowsystem-5.3.0.ebuild   | 41 
 .../kwindowsystem/kwindowsystem-5.3.1.ebuild   | 48 --
 kde-frameworks/kxmlgui/kxmlgui-5.3.0.ebuild| 42 
 kde-frameworks/plasma/plasma-5.3.0.ebuild  | 69 
 kde-frameworks/solid/solid-5.3.0.ebuild| 32 -
 kde-frameworks/sonnet/sonnet-5.3.0.ebuild  | 31 -
 .../threadweaver/threadweaver-5.3.0.ebuild | 17 -
 62 files changed, 1985 deletions(-)

diff --git a/kde-frameworks/attica/attica-5.3.0.ebuild 
b/kde-frameworks/attica/attica-5.3.0.ebuild
deleted file mode 100644
index 5a17a39..000
--- a/kde-frameworks/attica/attica-5.3.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Framework providing access to Open Collaboration

[gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ChangeLog ccid-1.4.17-r1.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:47:41

  Modified: ChangeLog
  Removed:  ccid-1.4.17-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.112app-crypt/ccid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   29 Sep 2014 20:22:32 -  1.111
+++ ChangeLog   25 Oct 2014 15:47:41 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.111 2014/09/29 
20:22:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.112 2014/10/25 
15:47:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  -ccid-1.4.17-r1.ebuild:
+  Remove old.
 
 *ccid-1.4.18 (29 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libykneomgr: libykneomgr-0.1.6.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:53:47

  Modified: libykneomgr-0.1.6.ebuild ChangeLog
  Log:
  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to 
manage the Neo in CCID+U2F mode. Also correct license as the library is LGPL-3.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild

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

Index: libykneomgr-0.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libykneomgr-0.1.6.ebuild25 Oct 2014 11:58:43 -  1.1
+++ libykneomgr-0.1.6.ebuild25 Oct 2014 15:53:47 -  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-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libykneomgr/libykneomgr-0.1.6.ebuild,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="https://developers.yubico.com/libykneomgr/";
 SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
 
-LICENSE="GPL-3"
+LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="kernel_linux"
@@ -19,6 +19,8 @@
dev-libs/libzip"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   >=app-crypt/ccid-1.4.18[usb]"
 
 src_configure() {
local myeconfargs=(



1.2  app-crypt/libykneomgr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libykneomgr/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 11:58:43 -  1.1
+++ ChangeLog   25 Oct 2014 15:53:47 -  1.2
@@ -1,6 +1,11 @@
-# ChangeLog for app-crypt/libu2f-host
+# ChangeLog for app-crypt/libykneomgr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.1 
2014/10/25 11:58:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libykneomgr/ChangeLog,v 1.2 
2014/10/25 15:53:47 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò  
libykneomgr-0.1.6.ebuild:
+  Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to
+  manage the Neo in CCID+U2F mode. Also correct license as the library is
+  LGPL-3.
 
 *libu2f-host-0.0 (25 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: libu2f-host-0.0-r1.ebuild ChangeLog libu2f-host-0.0.ebuild

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:57:52

  Modified: ChangeLog
  Added:libu2f-host-0.0-r1.ebuild
  Removed:  libu2f-host-0.0.ebuild
  Log:
  Apply fix to udev rules so that it matches U2F+CCID correctly.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Oct 2014 11:59:41 -  1.2
+++ ChangeLog   25 Oct 2014 15:57:52 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 
2014/10/25 11:59:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+
+*libu2f-host-0.0-r1 (25 Oct 2014)
+
+  25 Oct 2014; Diego E. Pettenò 
+  +libu2f-host-0.0-r1.ebuild, -libu2f-host-0.0.ebuild:
+  Apply fix to udev rules so that it matches U2F+CCID correctly.
 
   25 Oct 2014; Diego E. Pettenò  libu2f-host-0.0.ebuild,
   metadata.xml:



1.1  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libu2f-host-0.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-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $

EAPI=5

inherit autotools-utils udev

DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-host/";
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kernel_linux"

RDEPEND="dev-libs/hidapi
dev-libs/json-c"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
}

src_install() {
autotools-utils_src_install

if use kernel_linux; then
udev_dorules 70-u2f.rules
fi
}






[gentoo-commits] gentoo-x86 commit in app-crypt/yubikey-neo-manager: yubikey-neo-manager-0.2.3.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 15:58:41

  Modified: yubikey-neo-manager-0.2.3.ebuild ChangeLog
  Log:
  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.2  
app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild?r1=1.1&r2=1.2

Index: yubikey-neo-manager-0.2.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 13:00:23 -  1.1
+++ yubikey-neo-manager-0.2.3.ebuild25 Oct 2014 15:58:41 -  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-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-0.2.3.ebuild,v
 1.2 2014/10/25 15:58:41 flameeyes Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-CDEPEND="dev-python/pyside[${PYTHON_USEDEP}]
+CDEPEND="dev-python/pyside[webkit,${PYTHON_USEDEP}]
app-crypt/libu2f-host
app-crypt/libykneomgr
sys-auth/ykpers"



1.2  app-crypt/yubikey-neo-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Oct 2014 13:00:23 -  1.1
+++ ChangeLog   25 Oct 2014 15:58:41 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/yubikey-neo-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.1 2014/10/25 13:00:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/ChangeLog,v 
1.2 2014/10/25 15:58:41 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  yubikey-neo-manager-0.2.3.ebuild:
+  Add a dependency on pyside[webkit] as otherwise it'll fail to start.
 
 *yubikey-neo-manager-0.2.3 (25 Oct 2014)
 






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

2014-10-25 Thread Manuel Rueger (mrueg)
mrueg   14/10/25 16:08:38

  Modified: ChangeLog package.mask
  Log:
  Mask net-print/foomatic-filters-ppds

Revision  ChangesPath
1.9489   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9489&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9489&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9488&r2=1.9489

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9488
retrieving revision 1.9489
diff -u -r1.9488 -r1.9489
--- ChangeLog   25 Oct 2014 13:17:35 -  1.9488
+++ ChangeLog   25 Oct 2014 16:08:38 -  1.9489
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9488 2014/10/25 
13:17:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9489 2014/10/25 
16:08:38 mrueg Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Oct 2014; Manuel Rüger  package.mask:
+  Mask net-print/foomatic-filters-ppds
+
   25 Oct 2014; Michał Górny  package.mask:
   Unleash new bash-completion on ~arch so that users do not get bored.
 



1.16119  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16118
retrieving revision 1.16119
diff -u -r1.16118 -r1.16119
--- package.mask25 Oct 2014 13:17:36 -  1.16118
+++ package.mask25 Oct 2014 16:08:38 -  1.16119
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16118 2014/10/25 
13:17:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16119 2014/10/25 
16:08:38 mrueg Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Manuel Rüger  (25 Oct 2014)
+# Deprecated by upstream, Debian removed it in 2010.
+# Contents of this package moved to foomatic-db{,-engine,-ppds}
+# and cups-filters.
+# Masking for removal in 30 days.
+net-print/foomatic-filters-ppds
+
 # Tim Harder  (25 Oct 2014)
 # Deprecated project, development continues in dev-util/cmocka.
 # Masked for removal in 30 days.






[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.4.7.ebuild webkit-gtk-2.4.7-r200.ebuild ChangeLog

2014-10-25 Thread Pacho Ramos (pacho)
pacho   14/10/25 16:14:58

  Modified: ChangeLog
  Added:webkit-gtk-2.4.7.ebuild
webkit-gtk-2.4.7-r200.ebuild
  Log:
  Version bump, fix building when disabling accelerated compositing and webgl 
(#525072 and #500966 by Alexander Tsoy)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.292net-libs/webkit-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.292&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.292&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   15 Oct 2014 10:28:00 -  1.291
+++ ChangeLog   25 Oct 2014 16:14:58 -  1.292
@@ -1,6 +1,16 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.291 
2014/10/15 10:28:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.292 
2014/10/25 16:14:58 pacho Exp $
+
+*webkit-gtk-2.4.7 (25 Oct 2014)
+*webkit-gtk-2.4.7-r200 (25 Oct 2014)
+
+  25 Oct 2014; Pacho Ramos 
+  +files/webkit-gtk-2.4.7-disable-accelerated-compositing.patch,
+  +files/webkit-gtk-2.4.7-disable-webgl.patch, +webkit-gtk-2.4.7-r200.ebuild,
+  +webkit-gtk-2.4.7.ebuild:
+  Version bump, fix building when disabling accelerated compositing and webgl
+  (#525072 and #500966 by Alexander Tsoy)
 
   15 Oct 2014; Pacho Ramos  webkit-gtk-2.2.6-r1.ebuild,
   webkit-gtk-2.2.6-r201.ebuild, webkit-gtk-2.4.4-r1.ebuild,



1.1  net-libs/webkit-gtk/webkit-gtk-2.4.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.7.ebuild?rev=1.1&content-type=text/plain

Index: webkit-gtk-2.4.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.7.ebuild,v 1.1 
2014/10/25 16:14:58 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python{2_6,2_7} )

inherit autotools check-reqs eutils flag-o-matic gnome2 pax-utils python-any-r1 
toolchain-funcs versionator virtualx

MY_P="webkitgtk-${PV}"
DESCRIPTION="Open source web browser engine"
HOMEPAGE="http://www.webkitgtk.org/";
SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz";

LICENSE="LGPL-2+ BSD"
SLOT="3/25" # soname version of libwebkit2gtk-3.0
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit 
libsecret +opengl spell wayland +webgl +X"
# bugs 372493, 416331
REQUIRED_USE="
geoloc? ( introspection )
introspection? ( gstreamer )
gles2? ( egl )
webgl? ( ^^ ( gles2 opengl ) )
!webgl? ( ?? ( gles2 opengl ) )
|| ( aqua wayland X )
"

# use sqlite, svg by default
# Aqua support in gtk3 is untested
# gtk2 is needed for plugin process support
# gtk3-3.10 required for wayland
RDEPEND="
dev-libs/libxml2:2
dev-libs/libxslt
media-libs/harfbuzz:=[icu(+)]
media-libs/libwebp:=
virtual/jpeg:0=
>=media-libs/libpng-1.4:0=
>=x11-libs/cairo-1.10:=[X]
>=dev-libs/glib-2.36.0:2
>=x11-libs/gtk+-3.6.0:3[aqua=,introspection?]
>=dev-libs/icu-3.8.1-r1:=
>=net-libs/libsoup-2.42.0:2.4[introspection?]
dev-db/sqlite:3=
>=x11-libs/pango-1.30.0.0
x11-libs/libXrender
x11-libs/libXt
>=x11-libs/gtk+-2.24.10:2

egl? ( media-libs/mesa[egl] )
geoloc? ( >=app-misc/geoclue-2.1.5:2.0 )
gles2? ( media-libs/mesa[gles2] )
gstreamer? (
>=media-libs/gstreamer-1.2:1.0
>=media-libs/gst-plugins-base-1.2:1.0 )
introspection? ( >=dev-libs/gobject-introspection-1.32.0 )
libsecret? ( app-crypt/libsecret )
opengl? ( virtual/opengl )
spell? ( >=app-text/enchant-0.22:= )
wayland? ( >=x11-libs/gtk+-3.10:3[wayland] )
webgl? (
x11-libs/cairo[opengl]
x11-libs/libXcomposite
x11-libs/libXdamage )
"

# paxctl needed for bug #407085
# Need real bison, not yacc
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-lang/pe

[gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk/files: webkit-gtk-2.4.7-disable-webgl.patch webkit-gtk-2.4.7-disable-accelerated-compositing.patch

2014-10-25 Thread Pacho Ramos (pacho)
pacho   14/10/25 16:14:58

  Added:webkit-gtk-2.4.7-disable-webgl.patch
webkit-gtk-2.4.7-disable-accelerated-compositing.patch
  Log:
  Version bump, fix building when disabling accelerated compositing and webgl 
(#525072 and #500966 by Alexander Tsoy)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-webgl.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-webgl.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-webgl.patch?rev=1.1&content-type=text/plain

Index: webkit-gtk-2.4.7-disable-webgl.patch
===
--- webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp   
2014-09-26 11:40:44.0 +0400
+++ webkitgtk-2.4.6.orig/Source/WebCore/platform/graphics/OpenGLShims.cpp   
2014-10-13 15:38:38.496444600 +0400
@@ -17,7 +17,7 @@ 
  */
 
 #include "config.h"
-#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS)
+#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS) || USE(EGL) || USE(GLX)
 
 #define DISABLE_SHIMS
 #include "OpenGLShims.h"



1.1  
net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-accelerated-compositing.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-accelerated-compositing.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/files/webkit-gtk-2.4.7-disable-accelerated-compositing.patch?rev=1.1&content-type=text/plain

Index: webkit-gtk-2.4.7-disable-accelerated-compositing.patch
===
--- webkitgtk-2.4.6.orig/Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp  
2014-09-26 11:40:45.0 +0400
+++ webkitgtk-2.4.6.orig/Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp  
2014-10-11 20:43:16.687116807 +0400
@@ -110,7 +110,7 @@ 
 
WebCore::memoryCache()->setDeadDecodedDataDeletionInterval(deadDecodedDataDeletionInterval);
 WebCore::pageCache()->setCapacity(pageCacheCapacity);
 
-#if PLATFORM(GTK)
+#if PLATFORM(GTK) && USE(ACCELERATED_COMPOSITING)
 WebCore::pageCache()->setShouldClearBackingStores(true);
 #endif
 






[gentoo-commits] gentoo-x86 commit in media-gfx/sxiv/files: sxiv-1.3-makefile.patch

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 16:22:17

  Added:sxiv-1.3-makefile.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-gfx/sxiv/files/sxiv-1.3-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/files/sxiv-1.3-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/files/sxiv-1.3-makefile.patch?rev=1.1&content-type=text/plain

Index: sxiv-1.3-makefile.patch
===
--- sxiv-1.3/Makefile
+++ sxiv-1.3/Makefile
@@ -3,10 +3,9 @@
 PREFIX= /usr/local
 MANPREFIX = $(PREFIX)/share/man

-CC   = gcc
-CFLAGS   = -std=c99 -Wall -pedantic -O2
-CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB
-LDFLAGS  = -L$(PREFIX)/lib
+CC   ?= gcc
+CFLAGS   += -std=c99 -Wall -pedantic
+CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF 
-DHAVE_GIFLIB
 LIBS = -lX11 -lImlib2 -lexif -lgif

 SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
@@ -18,11 +17,11 @@

 depend: .depend

-.depend: $(SRC)
+.depend: $(SRC) config.h
rm -f ./.depend
$(CC) $(CFLAGS) -MM $^ >./.depend

-include .depend
+-include .depend

 .c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -c -o $@ $<






[gentoo-commits] gentoo-x86 commit in media-gfx/sxiv: ChangeLog sxiv-1.3.ebuild

2014-10-25 Thread Tim Harder (radhermit)
radhermit14/10/25 16:22:17

  Modified: ChangeLog
  Added:sxiv-1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.21 media-gfx/sxiv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   25 Apr 2014 08:41:19 -  1.20
+++ ChangeLog   25 Oct 2014 16:22:17 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/sxiv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.20 2014/04/25 
08:41:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.21 2014/10/25 
16:22:17 radhermit Exp $
+
+*sxiv-1.3 (25 Oct 2014)
+
+  25 Oct 2014; Tim Harder  +sxiv-1.3.ebuild,
+  +files/sxiv-1.3-makefile.patch:
+  Version bump.
 
   25 Apr 2014; Tim Harder  -sxiv-1.1-r1.ebuild,
   -files/sxiv-1.1-fix-segfault.patch:



1.1  media-gfx/sxiv/sxiv-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sxiv/sxiv-1.3.ebuild?rev=1.1&content-type=text/plain

Index: sxiv-1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/sxiv-1.3.ebuild,v 1.1 
2014/10/25 16:22:17 radhermit Exp $

EAPI=5

inherit eutils savedconfig toolchain-funcs

DESCRIPTION="Simple (or small or suckless) X Image Viewer"
HOMEPAGE="https://github.com/muennich/sxiv/";
SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
media-libs/libexif
media-libs/giflib
media-libs/imlib2[X]
x11-libs/libX11
"
DEPEND="${RDEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
tc-export CC

restore_config config.h
}

src_install() {
emake DESTDIR="${ED}" PREFIX=/usr install
dodoc README.md

save_config config.h
}






[gentoo-commits] proj/kde:master commit in: kde-base/libkonq/files/, kde-base/libkonq/

2014-10-25 Thread Michael Palimaka
commit: e663df3de08eed30dc6e126ab6b887d3e6dae691
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Fri Oct 24 19:38:16 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:26:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e663df3d

[kde-base/libkonq] Drop libkonq-5-cmake.patch (upstreamed)

Upstream commit: fc4c339d619efa3f5ef9df0e52b0c212ba07c2d1

Package-Manager: portage-2.2.14

---
 kde-base/libkonq/files/libkonq-5-cmake.patch | 14 --
 kde-base/libkonq/libkonq-.ebuild |  2 --
 2 files changed, 16 deletions(-)

diff --git a/kde-base/libkonq/files/libkonq-5-cmake.patch 
b/kde-base/libkonq/files/libkonq-5-cmake.patch
deleted file mode 100644
index d3f1a73..000
--- a/kde-base/libkonq/files/libkonq-5-cmake.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Install headers required by kfind.
-
-diff --git a/lib/konq/src/CMakeLists.txt b/lib/konq/src/CMakeLists.txt
-index 1186f32..9c05b9f 100644
 a/lib/konq/src/CMakeLists.txt
-+++ b/lib/konq/src/CMakeLists.txt
-@@ -60,6 +60,7 @@ install(FILES
- konq_historyentry.h
- konq_historyprovider.h
- konq_operations.h
-+konq_popupmenu.h
- konq_popupmenuplugin.h
- kversioncontrolplugin.h
- kversioncontrolplugin2.h

diff --git a/kde-base/libkonq/libkonq-.ebuild 
b/kde-base/libkonq/libkonq-.ebuild
index 762c4b1..a7e38e9 100644
--- a/kde-base/libkonq/libkonq-.ebuild
+++ b/kde-base/libkonq/libkonq-.ebuild
@@ -41,6 +41,4 @@ RDEPEND="${DEPEND}
 
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}/${PN}-5-cmake.patch" )
-
 S=${S}/lib/konq



[gentoo-commits] proj/kde:master commit in: kde-base/print-manager/

2014-10-25 Thread Michael Palimaka
commit: 896009a47447bc00c15a7b597152968b34e9f433
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Oct 19 17:11:43 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:29:09 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=896009a4

[kde-base/print-manager] Make s-c-p optional according to upstream comments

https://bugs.kde.org/show_bug.cgi?id=320326

---
 kde-base/print-manager/print-manager-4.14.2.ebuild | 21 +++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/kde-base/print-manager/print-manager-4.14.2.ebuild 
b/kde-base/print-manager/print-manager-4.14.2.ebuild
index 680616e..c976a3f 100644
--- a/kde-base/print-manager/print-manager-4.14.2.ebuild
+++ b/kde-base/print-manager/print-manager-4.14.2.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="Manage print jobs and printers in KDE"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
+IUSE="debug +gtk"
 
 DEPEND="
>=net-print/cups-1.5.0[dbus]
@@ -17,7 +17,24 @@ RDEPEND="${DEPEND}
!kde-base/printer-applet:4
!kde-base/system-config-printer-kde:4
!kde-misc/print-manager
-   app-admin/system-config-printer-gnome
+   gtk? ( app-admin/system-config-printer-gnome )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.14.1-cups20.patch" )
+
+pkg_postinst(){
+   if ! use gtk ; then
+   ewarn
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer-gnome"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   ewarn
+   fi
+}



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/files/

2014-10-25 Thread Michael Palimaka
commit: 50c986277686a3ccf4a71bdce793a91f93d2d498
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 25 16:32:11 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:32:11 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=50c98627

[kde-base/plasma-workspace] Remove unused patch.

Package-Manager: portage-2.2.14

---
 .../files/plasma-workspace-5.0.2-qt54.patch| 82 --
 1 file changed, 82 deletions(-)

diff --git a/kde-base/plasma-workspace/files/plasma-workspace-5.0.2-qt54.patch 
b/kde-base/plasma-workspace/files/plasma-workspace-5.0.2-qt54.patch
deleted file mode 100644
index 17d016e..000
--- a/kde-base/plasma-workspace/files/plasma-workspace-5.0.2-qt54.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From: Aleix Pol 
-Date: Fri, 01 Aug 2014 09:36:43 +
-Subject: Fix build in Qt 5.4
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-workspace.git&a=commitdiff&h=04cb7ba53ebf8959cb783f62f343795ca4baa69c

-Fix build in Qt 5.4
-
-See https://git.reviewboard.kde.org/r/119242/

-
-
 a/containmentactions/applauncher/launch.cpp
-+++ b/containmentactions/applauncher/launch.cpp
-@@ -54,7 +54,7 @@
- {
- foreach (KSycocaEntry::Ptr p, group->entries(true, false, true)) {
- if (p->isType(KST_KService)) {
--const KService::Ptr service = p;
-+const KService::Ptr service(static_cast(p.data()));
- QAction *action = new QAction(QIcon::fromTheme(service->icon()), 
service->genericName().isEmpty() ? service->name() : service->genericName(), 
this);
- connect(action, &QAction::triggered, [action](){
- KService::Ptr service = 
KService::serviceByStorageId(action->data().toString());
-@@ -67,7 +67,7 @@
- m_actions << action;
- }
- } else if (p->isType(KST_KServiceGroup)) {
--const KServiceGroup::Ptr service = p;
-+const KServiceGroup::Ptr 
service(static_cast(p.data()));
- if (service->childCount() == 0) {
- continue;
- }
-
-From: Kevin Funk 
-Date: Wed, 06 Aug 2014 06:23:06 +
-Subject: Make compile with Qt 5.4
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-workspace.git&a=commitdiff&h=0686e449ac4cf611ac3aa2e0bbf37b79aa172582

-Make compile with Qt 5.4
-
-BUG: 337929

-
-
 a/dataengines/apps/appsource.cpp
-+++ b/dataengines/apps/appsource.cpp
-@@ -73,11 +73,11 @@
- QStringList entries;
- foreach (KSycocaEntry::Ptr p, m_group->entries(true, false, true)) {
- if (p->isType(KST_KService)) {
--const KService::Ptr service = p;
-+const KService::Ptr service(static_cast(p.data()));
- entries << service->storageId();
- } else if (p->isType(KST_KServiceGroup)) {
--const KServiceGroup::Ptr service = p;
--entries << service->entryPath();
-+const KServiceGroup::Ptr 
serviceGroup(static_cast(p.data()));
-+entries << serviceGroup->entryPath();
- } else if (p->isType(KST_KServiceSeparator)) {
- entries << "---";
- } else {
-
 a/kioslave/applications/kio_applications.cpp
-+++ b/kioslave/applications/kio_applications.cpp
-@@ -155,7 +155,7 @@
- 
- foreach (const KSycocaEntry::Ptr &e, grp->entries(true, true)) {
- if (e->isType(KST_KServiceGroup)) {
--KServiceGroup::Ptr g(e);
-+KServiceGroup::Ptr g(static_cast(e.data()));
- QString groupCaption = g->caption();
- 
- kDebug() << "ADDING SERVICE GROUP WITH PATH " << g->relPath();
-@@ -177,7 +177,7 @@
- createDirEntry(entry, groupCaption, dirUrl.url(), 
"inode/directory", g->icon());
- 
- } else {
--KService::Ptr service(e);
-+KService::Ptr service(static_cast(e.data()));
- 
- kDebug() << "the entry name is" << service->desktopEntryName()
-  << "with path" << service->entryPath();
-



[gentoo-commits] proj/kde:master commit in: kde-base/pykde4/files/

2014-10-25 Thread Michael Palimaka
commit: 44494d44d59ada0b33be28b2ba3e5c93844684bc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 25 16:36:16 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:36:16 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=44494d44

[kde-base/pykde4] Remove unused patch.

Package-Manager: portage-2.2.14

---
 kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch | 14 --
 1 file changed, 14 deletions(-)

diff --git a/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch 
b/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch
deleted file mode 100644
index 8c322ef..000
--- a/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.kde.org/show_bug.cgi?id=332223
-
-diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 2014-01-18 
13:18:35.0 -0600
-+++ pykde4-4.12.3/sip/phonon/backendcapabilities.sip   2014-03-16 
16:56:36.865132943 -0500
-@@ -26,7 +26,7 @@ namespace Phonon
- {
- namespace BackendCapabilities
- {
--class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
-+class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
- {
- 
- signals:



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/files/

2014-10-25 Thread Michael Palimaka
commit: a470c6bd889410ef88453ec505fe5e3ce6c437f2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 25 16:34:13 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:34:13 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a470c6bd

[kde-base/plasma-desktop] Remove unused patch.

Package-Manager: portage-2.2.14

---
 .../files/plasma-desktop-5.0.2-qt54.patch  | 93 --
 1 file changed, 93 deletions(-)

diff --git a/kde-base/plasma-desktop/files/plasma-desktop-5.0.2-qt54.patch 
b/kde-base/plasma-desktop/files/plasma-desktop-5.0.2-qt54.patch
deleted file mode 100644
index 28a92b7..000
--- a/kde-base/plasma-desktop/files/plasma-desktop-5.0.2-qt54.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-From: Aleix Pol 
-Date: Fri, 01 Aug 2014 16:35:40 +
-Subject: Fix build in Qt 5.4
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=2ca1f09aea56eb55a508a6c6bb55b2456950f42b

-Fix build in Qt 5.4

-
-
 a/applets/kickoff/core/applicationmodel.cpp
-+++ b/applets/kickoff/core/applicationmodel.cpp
-@@ -185,7 +185,7 @@
- const KSycocaEntry::Ptr p = (*it);
- 
- if (p->isType(KST_KService)) {
--const KService::Ptr service = p;
-+const KService::Ptr service = 
KService::Ptr(static_cast(p.data()));
- 
- if (service->noDisplay()) {
- continue;
-@@ -235,7 +235,7 @@
- 
- existingServices[appName] = service;
- } else if (p->isType(KST_KServiceGroup)) {
--const KServiceGroup::Ptr serviceGroup = p;
-+const KServiceGroup::Ptr serviceGroup = 
KServiceGroup::Ptr(static_cast(p.data()));
- 
- if (serviceGroup->noDisplay() || serviceGroup->childCount() == 0) 
{
- continue;
-@@ -612,13 +612,13 @@
- KSycocaEntry::Ptr e = (*it);
- 
- if (e->isType(KST_KServiceGroup)) {
--KServiceGroup::Ptr g(e);
-+KServiceGroup::Ptr 
g(KServiceGroup::Ptr(static_cast(e.data(;
- if (!g->noDisplay()) {
- if (createNewProgramListForPath(g->relPath()))
- seenProgramsChanged = true;
- }
- } else if (e->isType(KST_KService)) {
--KService::Ptr s(e);
-+KService::Ptr s(KService::Ptr(static_cast(e.data(;
- if (s->isApplication() && !s->noDisplay()) {
- QString shortStorageId = s->storageId().remove(".desktop");
- QHash::Iterator it_find = 
d->seenPrograms.find(shortStorageId);
-
-From: Kevin Funk 
-Date: Wed, 06 Aug 2014 06:30:39 +
-Subject: Make compile with Qt 5.4
-X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=ee4927f4f6ba794afaa256ac2e66e46659d6f4e8

-Make compile with Qt 5.4
-
-BUG: 337932

-
-
 a/applets/kicker/plugin/appsmodel.cpp
-+++ b/applets/kicker/plugin/appsmodel.cpp
-@@ -252,7 +252,7 @@
- const KSycocaEntry::Ptr p = (*it);
- 
- if (p->isType(KST_KServiceGroup)) {
--KServiceGroup::Ptr subGroup = static_cast(p);
-+KServiceGroup::Ptr 
subGroup(static_cast(p.data()));
- 
- if (!subGroup->noDisplay() && subGroup->childCount() > 0) {
- m_entryList << new AppGroupEntry(subGroup, this, m_flat, 
m_appNameFormat);
-@@ -295,7 +295,7 @@
- const KSycocaEntry::Ptr p = (*it);
- 
- if (p->isType(KST_KService)) {
--const KService::Ptr service = static_cast(p);
-+const KService::Ptr service(static_cast(p.data()));
- 
- if (!service->noDisplay()) {
- bool found = false;
-@@ -314,11 +314,12 @@
- 
- } else if (p->isType(KST_KServiceGroup)) {
- if (m_flat) {
--processServiceGroup(static_cast(p));
-+const KServiceGroup::Ptr 
serviceGroup(static_cast(p.data()));
-+processServiceGroup(serviceGroup);
- 
- m_sortNeeded = true;
- } else {
--const KServiceGroup::Ptr subGroup = 
static_cast(p);
-+const KServiceGroup::Ptr 
subGroup(static_cast(p.data()));
- 
- if (!subGroup->noDisplay() && subGroup->childCount() > 0) {
- m_entryList << new AppGroupEntry(subGroup, this, m_flat, 
m_appNameFormat);
-



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/files/

2014-10-25 Thread Michael Palimaka
commit: d52dc091022034c0dbc2293763e1daf466bffd9d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 25 16:34:48 2014 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 25 16:34:48 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d52dc091

[kde-base/kwin] Remove unused patch.

Package-Manager: portage-2.2.14

---
 kde-base/kwin/files/kwin-5.0.2-qt54.patch | 37 ---
 1 file changed, 37 deletions(-)

diff --git a/kde-base/kwin/files/kwin-5.0.2-qt54.patch 
b/kde-base/kwin/files/kwin-5.0.2-qt54.patch
deleted file mode 100644
index e490a94..000
--- a/kde-base/kwin/files/kwin-5.0.2-qt54.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-commit c00c67bf29c10862a973289486a535c8566d5110
-Author: Martin Gräßlin 
-Date:   Wed Sep 3 09:47:21 2014 +0200
-
-[scripting] Drop qmlRegisterType for QQuickWindow
-
-Not needed as one can just do:
-import QtQuick.Window;
-
-This fixes a build problem with Qt 5.4.
-
-BUG: 338277
-
-diff --git a/scripting/scripting.cpp b/scripting/scripting.cpp
-index 3bc4358..9dc7bad 100644
 a/scripting/scripting.cpp
-+++ b/scripting/scripting.cpp
-@@ -620,7 +620,6 @@ void KWin::Scripting::init()
- 
qmlRegisterType("org.kde.kwin",
 2, 0, "ClientModelByScreenAndDesktop");
- 
qmlRegisterType("org.kde.kwin", 
2, 0, "ClientFilterModel");
- qmlRegisterType();
--qmlRegisterType();
- qmlRegisterType();
- 
- 
m_qmlEngine->rootContext()->setContextProperty(QStringLiteral("workspace"), 
m_workspaceWrapper);
-diff --git a/scripts/desktopchangeosd/contents/ui/osd.qml 
b/scripts/desktopchangeosd/contents/ui/osd.qml
-index fbf7dd7..e2ff86c 100644
 a/scripts/desktopchangeosd/contents/ui/osd.qml
-+++ b/scripts/desktopchangeosd/contents/ui/osd.qml
-@@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public 
License
- along with this program.  If not, see .
- */
- import QtQuick 2.0;
-+import QtQuick.Window 2.0;
- import org.kde.plasma.core 2.0 as PlasmaCore;
- import org.kde.plasma.components 2.0 as Plasma;
- import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons;



[gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: ChangeLog gflags-2.0-r1.ebuild gflags-2.0.ebuild

2014-10-25 Thread Michael Palimaka (kensington)
kensington14/10/25 16:43:46

  Modified: ChangeLog
  Removed:  gflags-2.0-r1.ebuild gflags-2.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.32 dev-cpp/gflags/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   25 Oct 2014 14:05:30 -  1.31
+++ ChangeLog   25 Oct 2014 16:43:46 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gflags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.31 2014/10/25 
14:05:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.32 2014/10/25 
16:43:46 kensington Exp $
+
+  25 Oct 2014; Michael Palimaka  -gflags-2.0-r1.ebuild,
+  -gflags-2.0.ebuild:
+  Remove old.
 
   25 Oct 2014; Markus Meier  gflags-2.1.1-r1.ebuild:
   arm stable, bug #525966






[gentoo-commits] gentoo-x86 commit in app-crypt/libu2f-host: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog

2014-10-25 Thread Diego Petteno (flameeyes)
flameeyes14/10/25 16:45:48

  Modified: metadata.xml libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a systemd USE flag to use acls rather than the plugdev group to give 
access to the hidraw device.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  ChangesPath
1.3  app-crypt/libu2f-host/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Oct 2014 11:59:41 -  1.2
+++ metadata.xml25 Oct 2014 16:45:48 -  1.3
@@ -5,6 +5,12 @@
   
 flamee...@gentoo.org
   
+  
+
+  Use user ACLs rather than plugdev group to give user access to the HIDRAW
+  device.
+
+  
   
 Yubico/libu2f-host
 https://github.com/Yubico/libu2f-host/issues



1.2  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.1&r2=1.2

Index: libu2f-host-0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 15:57:52 -  1.1
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -  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-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
 
 EAPI=5
 
@@ -13,22 +13,30 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="kernel_linux"
+IUSE="kernel_linux systemd"
 
 RDEPEND="dev-libs/hidapi
dev-libs/json-c"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   systemd? ( sys-apps/systemd[acl] )"
 
 src_prepare() {
autotools-utils_src_prepare
sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die
+
+   sed -e 's:GROUP="plugdev":TAG+="uaccess":g' 70-u2f.rules > 
70-u2f-systemd.rules || die
 }
 
 src_install() {
autotools-utils_src_install
 
if use kernel_linux; then
-   udev_dorules 70-u2f.rules
+   if use systemd; then
+   udev_newrules 70-u2f-systemd.rules 70-u2f.rules
+   else
+   udev_dorules 70-u2f.rules
+   fi
fi
 }



1.4  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Oct 2014 15:57:52 -  1.3
+++ ChangeLog   25 Oct 2014 16:45:48 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libu2f-host
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 
2014/10/25 15:57:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.4 
2014/10/25 16:45:48 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò 
+  libu2f-host-0.0-r1.ebuild, metadata.xml:
+  Add a systemd USE flag to use acls rather than the plugdev group to give
+  access to the hidraw device.
 
 *libu2f-host-0.0-r1 (25 Oct 2014)
 






  1   2   3   4   5   6   7   8   >