[gentoo-commits] gentoo-x86 commit in media-fonts/wqy-bitmapfont: ChangeLog wqy-bitmapfont-0.9.9_p0.ebuild

2014-06-11 Thread Naohiro Aota (naota)
naota   14/06/11 06:09:16

  Modified: ChangeLog
  Removed:  wqy-bitmapfont-0.9.9_p0.ebuild
  Log:
  Drop old version #499752
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.30 media-fonts/wqy-bitmapfont/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   10 Jun 2014 07:22:55 -  1.29
+++ ChangeLog   11 Jun 2014 06:09:16 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/wqy-bitmapfont
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v 1.29 
2014/06/10 07:22:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v 1.30 
2014/06/11 06:09:16 naota Exp $
+
+  11 Jun 2014; Naohiro Aota na...@gentoo.org -wqy-bitmapfont-0.9.9_p0.ebuild:
+  Drop old version #499752
 
   10 Jun 2014; Mikle Kolyada zlog...@gentoo.org
   wqy-bitmapfont-1.0.0_rc1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-fs/ddrescue: ddrescue-1.18.1.ebuild ChangeLog ddrescue-1.18.ebuild

2014-06-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/06/11 06:31:37

  Modified: ChangeLog
  Added:ddrescue-1.18.1.ebuild
  Removed:  ddrescue-1.18.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.48 sys-fs/ddrescue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   10 Jun 2014 09:42:00 -  1.47
+++ ChangeLog   11 Jun 2014 06:31:36 -  1.48
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/ddrescue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.47 2014/06/10 
09:42:00 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.48 2014/06/11 
06:31:36 polynomial-c Exp $
+
+*ddrescue-1.18.1 (11 Jun 2014)
+
+  11 Jun 2014; Lars Wendler polynomia...@gentoo.org -ddrescue-1.18.ebuild,
+  +ddrescue-1.18.1.ebuild:
+  Version bump. Removed old.
 
 *ddrescue-1.18 (10 Jun 2014)
 



1.1  sys-fs/ddrescue/ddrescue-1.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.1.ebuild?rev=1.1content-type=text/plain

Index: ddrescue-1.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.18.1.ebuild,v 1.1 
2014/06/11 06:31:36 polynomial-c Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic unpacker

DESCRIPTION=Copy data from one file or block device to another with read-error 
recovery
HOMEPAGE=http://www.gnu.org/software/ddrescue/ddrescue.html;
SRC_URI=mirror://gnu/${PN}/${P}.tar.lz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux
IUSE=static

DEPEND=$(unpacker_src_uri_depends)
RDEPEND=

src_configure() {
use static  append-ldflags -static

# not a normal configure script
econf \
--prefix=${EPREFIX}/usr \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
CPPFLAGS=${CPPFLAGS} \
CFLAGS=${CFLAGS} \
CXXFLAGS=${CXXFLAGS} \
LDFLAGS=${LDFLAGS}
}

src_test() {
./testsuite/check.sh ${S}/testsuite || die
}

src_install() {
emake DESTDIR=${D} install install-man
dodoc ChangeLog README NEWS AUTHORS
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/twitter: ChangeLog twitter-5.10.0.ebuild

2014-06-11 Thread Hans de Graaff (graaff)
graaff  14/06/11 06:34:18

  Modified: ChangeLog
  Added:twitter-5.10.0.ebuild
  Log:
  Version bump. Add ruby20.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.41 dev-ruby/twitter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   16 May 2014 08:20:42 -  1.40
+++ ChangeLog   11 Jun 2014 06:34:18 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/twitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.40 
2014/05/16 08:20:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.41 
2014/06/11 06:34:18 graaff Exp $
+
+*twitter-5.10.0 (11 Jun 2014)
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org +twitter-5.10.0.ebuild:
+  Version bump. Add ruby20.
 
 *twitter-5.9.0 (16 May 2014)
 



1.1  dev-ruby/twitter/twitter-5.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.10.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/twitter-5.10.0.ebuild?rev=1.1content-type=text/plain

Index: twitter-5.10.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-5.10.0.ebuild,v 1.1 
2014/06/11 06:34:18 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem

DESCRIPTION=Ruby wrapper around the Twitter API
HOMEPAGE=http://twitter.rubyforge.org/;

LICENSE=MIT
SLOT=5
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend 
=dev-ruby/addressable-2.3
=dev-ruby/buftok-0.2.0
=dev-ruby/equalizer-0.0.9
=dev-ruby/faraday-0*
=dev-ruby/faraday-0.9.0
=dev-ruby/http-0.6.0:0.6
=dev-ruby/http_parser_rb-0.6.0
=dev-ruby/json-1.8
=dev-ruby/memoizable-0.4.0
=dev-ruby/naught-1.0
=dev-ruby/simple_oauth-0*
=dev-ruby/simple_oauth-0.2

ruby_add_bdepend test? (
dev-ruby/rspec:2
dev-ruby/webmock
)
doc? ( dev-ruby/yard )

all_ruby_prepare() {
#   rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die Unable to remove bundler 
code.

sed -i -e '/\(simplecov\|coveralls\)/ s:^:#:' spec/helper.rb || die
}

each_ruby_test() {
CI=true ${RUBY} -S rspec spec || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: man-pages-3.68.ebuild ChangeLog man-pages-3.65.ebuild

2014-06-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/06/11 06:40:32

  Modified: ChangeLog
  Added:man-pages-3.68.ebuild
  Removed:  man-pages-3.65.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.219sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.219view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.219content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.218r2=1.219

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog   24 May 2014 17:06:14 -  1.218
+++ ChangeLog   11 Jun 2014 06:40:31 -  1.219
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.218 
2014/05/24 17:06:14 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.219 
2014/06/11 06:40:31 polynomial-c Exp $
+
+*man-pages-3.68 (11 Jun 2014)
+
+  11 Jun 2014; Lars Wendler polynomia...@gentoo.org -man-pages-3.65.ebuild,
+  +man-pages-3.68.ebuild:
+  Version bump. Removed old.
 
 *man-pages-3.67 (24 May 2014)
 



1.1  sys-apps/man-pages/man-pages-3.68.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.68.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.68.ebuild?rev=1.1content-type=text/plain

Index: man-pages-3.68.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.68.ebuild,v 
1.1 2014/06/11 06:40:31 polynomial-c Exp $

EAPI=4

GENTOO_PATCH=2

DESCRIPTION=A somewhat comprehensive collection of Linux man pages
HOMEPAGE=http://www.kernel.org/doc/man-pages/;
SRC_URI=mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
http://man7.org/linux/man-pages/download/${P}.tar.xz
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2

http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;

LICENSE=man-pages GPL-2+ BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux
IUSE_LINGUAS= da de fr it ja nl pl ro ru zh_CN
IUSE=nls ${IUSE_LINGUAS// / linguas_}
RESTRICT=binchecks

RDEPEND=virtual/man
!dev-libs/libaio-0.3.109-r2 #341953
PDEPEND=nls? (
linguas_da? ( app-i18n/man-pages-da )
linguas_de? ( app-i18n/man-pages-de )
linguas_fr? ( app-i18n/man-pages-fr )
linguas_it? ( app-i18n/man-pages-it )
linguas_ja? ( app-i18n/man-pages-ja )
linguas_nl? ( app-i18n/man-pages-nl )
linguas_pl? ( app-i18n/man-pages-pl )
linguas_ro? ( app-i18n/man-pages-ro )
linguas_ru? ( app-i18n/man-pages-ru )
linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
)
sys-apps/man-pages-posix

src_configure() { :; }

src_compile() { :; }

src_install() {
emake install prefix=${EPREFIX}/usr DESTDIR=${D}
dodoc man-pages-*.Announce README Changes*

# Override with Gentoo specific or additional Gentoo pages
cd ${WORKDIR}/man-pages-gentoo
doman */*
dodoc README.Gentoo
}






[gentoo-commits] gentoo-x86 commit in dev-python/mpmath: ChangeLog mpmath-0.19.ebuild mpmath-0.17-r1.ebuild

2014-06-11 Thread Andrey Grozin (grozin)
grozin  14/06/11 07:01:42

  Modified: ChangeLog
  Added:mpmath-0.19.ebuild
  Removed:  mpmath-0.17-r1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.32 dev-python/mpmath/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   2 Feb 2014 17:14:59 -   1.31
+++ ChangeLog   11 Jun 2014 07:01:40 -  1.32
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/mpmath
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.31 
2014/02/02 17:14:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.32 
2014/06/11 07:01:40 grozin Exp $
+
+*mpmath-0.19 (11 Jun 2014)
+
+  11 Jun 2014; Andrey Grozin gro...@gentoo.org -mpmath-0.17-r1.ebuild,
+  +mpmath-0.19.ebuild, -files/mpmath-0.17-gmpy2.patch,
+  -files/mpmath-0.17-python-3.2.patch:
+  Version bump
 
 *mpmath-0.17-r1 (02 Feb 2014)
 



1.1  dev-python/mpmath/mpmath-0.19.ebuild

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

Index: mpmath-0.19.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.19.ebuild,v 1.1 
2014/06/11 07:01:41 grozin Exp $

EAPI=5

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

inherit distutils-r1 eutils

MY_PN=${PN}-all
MY_P=${MY_PN}-${PV}

DESCRIPTION=Python library for arbitrary-precision floating-point arithmetic
HOMEPAGE=http://mpmath.org/;
SRC_URI=http://mpmath.org/files/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos

IUSE=doc examples gmp matplotlib test

RDEPEND=
gmp? ( dev-python/gmpy )
matplotlib? ( dev-python/matplotlib )
DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}

python_prepare_all() {
local PATCHES=(
${FILESDIR}/${PN}.patch
)

# this fails with the current version of dev-python/py
rm ${PN}/conftest.py || die

# this test requires X
rm ${PN}/tests/test_visualization.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
einfo Generation of documentation
cd doc || die
${PYTHON} build.py || die Generation of documentation failed
fi
}

python_test() {
py.test -v || die
}

python_install_all() {
use doc  local HTML_DOCS=( doc/build/. )
use examples  local EXAMPLES=( demo/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/mpmath/files: mpmath-0.17-python-3.2.patch mpmath-0.17-gmpy2.patch

2014-06-11 Thread Andrey Grozin (grozin)
grozin  14/06/11 07:01:44

  Removed:  mpmath-0.17-python-3.2.patch
mpmath-0.17-gmpy2.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)



[gentoo-commits] gentoo-x86 commit in dev-ruby/delayer: - New directory

2014-06-11 Thread Naohiro Aota (naota)
naota   14/06/11 07:35:21

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/delayer added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/delayer: metadata.xml delayer-0.0.2.ebuild Manifest ChangeLog

2014-06-11 Thread Naohiro Aota (naota)
naota   14/06/11 07:39:01

  Added:metadata.xml delayer-0.0.2.ebuild Manifest
ChangeLog
  Log:
  New package: dev-ruby/delayer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.1  dev-ruby/delayer/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdruby/herd
maintainer
emailna...@gentoo.org/email
/maintainer
/pkgmetadata



1.1  dev-ruby/delayer/delayer-0.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/delayer-0.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/delayer-0.0.2.ebuild?rev=1.1content-type=text/plain

Index: delayer-0.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/delayer/delayer-0.0.2.ebuild,v 1.1 
2014/06/11 07:39:01 naota Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem
DESCRIPTION=Delay the processing
HOMEPAGE=https://rubygems.org/gems/delayer;

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

all_ruby_prepare() {
sed -i -e '/bundler/d' Rakefile ${PN}.gemspec || die sed failed
}



1.1  dev-ruby/delayer/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST delayer-0.0.2.gem 8704 SHA256 
39ece17be3e4528d562a88aef7cb25143ef4ce77df2925a7534f8a163af1db94 SHA512 
1a5e149b739d8dd975d5c4a9e6a072181cc4d816af202461a0f98ec91f92e85e76faf700171b83652ec4f5114b1c1c5b2c6cd9d1d8d6508c1161b43f099e2b88
 WHIRLPOOL 
fb3cc0b956018718ff802ef3eb64f7c951de2c16f942caf70883494d9a9548b4e12d03d797dcfac82693a4e2865d130532cda33831161ead6db4b1db3f27e02f
EBUILD delayer-0.0.2.ebuild 544 SHA256 
e7feb57f32e4f491e65958c82e586ae67f1b6ab52624dc6ac2fdf3caa775eaa6 SHA512 
1c4c7726fa00deb7a0de302f76a814930d2c47f07c037003939954e31e5c11336c2bae893427b1bae1f1eb16b5fec00d56b2572955c0f1a5eba6d11c9455ebb7
 WHIRLPOOL 
80c0630dcd85325592477833a3d733e227d8dcf1711cb9d61e5e8f84af0558e45cc90ad792d9c828f61c0c6b2f09df85adfc84b5efe4f336c827b56b272c2b1e
MISC ChangeLog 149 SHA256 
a2a02f5c874e3205e3290a9c149081fe7f464cf96b8d0069b6085390b35b9c46 SHA512 
a1e1ce68c57696baaf1b4103cadd31afbac93d7cb20544cb314b766715733ff10082b85236ca396bd69cda808387aea2a27ab77ca0ebc854d67810ed24d1a6d8
 WHIRLPOOL 
58c10d1cd9e3f139d30b3188eb12ecb81425518741bedeeaa68edc96cde600959d0d4d6098590bc7f2292e16b4df41c1bfa944d4c57d1e30abf065e3135a59da
MISC metadata.xml 217 SHA256 
a6eb180010f9c6b4815c84abfa0ca0616dd1d332b18fb635de789813f8e2353a SHA512 
b41b7814ea3ab2bea96a00508201993cada25cda6c7b7c0d6346cd4f52b04cff30b6eeb30d6f7d0f0a050f5ec21bcc203ce309cf66b8a2c323d7e09c1dd66569
 WHIRLPOOL 
125dea1e142a59a6fbfb0552bad53a34c2ea64443e5e44fc3f7512ac0fa6fa0db4bf881567336897199bb10118715a902b77e3c0f94764249a2cd76cb3215a0a



1.1  dev-ruby/delayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/delayer/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
*delayer-0.0.2 (11 Jun 2014)

  11 Jun 2014; Naohiro Aota na...@gentoo.org +delayer-0.0.2.ebuild,
  +metadata.xml:
  New package: dev-ruby/delayer






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4-r2.ebuild llvm-3.4.1-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 07:49:45

  Modified: llvm-3.4-r2.ebuild llvm-3.4.1-r1.ebuild ChangeLog
  Log:
  Always use built-in ConfigParser to work-around issues with configparser-3.2, 
bug #500856.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  sys-devel/llvm/llvm-3.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild?r1=1.4r2=1.5

Index: llvm-3.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.4-r2.ebuild  1 May 2014 15:09:30 -   1.4
+++ llvm-3.4-r2.ebuild  11 Jun 2014 07:49:45 -  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/sys-devel/llvm/llvm-3.4-r2.ebuild,v 1.4 
2014/05/01 15:09:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4-r2.ebuild,v 1.5 
2014/06/11 07:49:45 mgorny Exp $
 
 EAPI=5
 
@@ -167,6 +167,9 @@
epatch ${FILESDIR}/${PN}-3.4-gentoo-install.patch
# Hack cmake search path for Gentoo, bug #496480
epatch ${FILESDIR}/${PN}-3.3-cmake-modulepath.patch
+   # Use built-in ConfigParser to avoid failures with configparser-3.2
+   # https://bugs.gentoo.org/show_bug.cgi?id=500856
+   epatch ${FILESDIR}/${PN}-3.4-cmake-configparser.patch
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913



1.2  sys-devel/llvm/llvm-3.4.1-r1.ebuild

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

Index: llvm-3.4.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.4.1-r1.ebuild10 May 2014 22:32:59 -  1.1
+++ llvm-3.4.1-r1.ebuild11 Jun 2014 07:49:45 -  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/sys-devel/llvm/llvm-3.4.1-r1.ebuild,v 1.1 
2014/05/10 22:32:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1-r1.ebuild,v 1.2 
2014/06/11 07:49:45 mgorny Exp $
 
 EAPI=5
 
@@ -170,6 +170,9 @@
epatch ${FILESDIR}/${PN}-3.4-gentoo-install.patch
# Hack cmake search path for Gentoo, bug #496480
epatch ${FILESDIR}/${PN}-3.3-cmake-modulepath.patch
+   # Use built-in ConfigParser to avoid failures with configparser-3.2
+   # https://bugs.gentoo.org/show_bug.cgi?id=500856
+   epatch ${FILESDIR}/${PN}-3.4-cmake-configparser.patch
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913



1.198sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.197r2=1.198

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   11 May 2014 11:17:08 -  1.197
+++ ChangeLog   11 Jun 2014 07:49:45 -  1.198
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.197 2014/05/11 
11:17:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.198 2014/06/11 
07:49:45 mgorny Exp $
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org
+  +files/llvm-3.4-cmake-configparser.patch, llvm-3.4-r2.ebuild,
+  llvm-3.4.1-r1.ebuild:
+  Always use built-in ConfigParser to work-around issues with configparser-3.2,
+  bug #500856.
 
   11 May 2014; Michał Górny mgo...@gentoo.org -llvm-3.3-r1.ebuild,
   -llvm-3.4-r1.ebuild, -llvm-3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.4-cmake-configparser.patch

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 07:49:44

  Added:llvm-3.4-cmake-configparser.patch
  Log:
  Always use built-in ConfigParser to work-around issues with configparser-3.2, 
bug #500856.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  sys-devel/llvm/files/llvm-3.4-cmake-configparser.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-cmake-configparser.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.4-cmake-configparser.patch?rev=1.1content-type=text/plain

Index: llvm-3.4-cmake-configparser.patch
===
From 773560acfad511769017e971991c0305dbc0323d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= mgo...@gentoo.org
Date: Wed, 11 Jun 2014 09:40:26 +0200
Subject: [PATCH] Avoid using external configparser in favor of built-in
 ConfigParser.

We only support Python 2 anyway, and configparser-3.2 is known to break
the build. Since some packages actually force version 3.2, and we do not
to pull in extra dependencies, forcing built-in seems to be the best
option.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=500856
---
 utils/llvm-build/llvmbuild/componentinfo.py | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/utils/llvm-build/llvmbuild/componentinfo.py 
b/utils/llvm-build/llvmbuild/componentinfo.py
index eda3a48..c963ef1 100644
--- a/utils/llvm-build/llvmbuild/componentinfo.py
+++ b/utils/llvm-build/llvmbuild/componentinfo.py
@@ -3,10 +3,7 @@ Descriptor objects for entities that are part of the LLVM 
project.
 
 
 from __future__ import absolute_import
-try:
-import configparser
-except:
-import ConfigParser as configparser
+import ConfigParser as configparser
 import sys
 
 from llvmbuild.util import *
-- 
2.0.0







[gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: apcupsd-3.14.10-r6.ebuild apcupsd-3.14.12.ebuild ChangeLog apcupsd-3.14.8-r2.ebuild

2014-06-11 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/11 07:50:39

  Modified: apcupsd-3.14.10-r6.ebuild apcupsd-3.14.12.ebuild
ChangeLog apcupsd-3.14.8-r2.ebuild
  Log:
  Add missing dependency on sys-apps/util-linux or sys-freebsd/freebsd-ubin, 
wrt bug #512514
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.2  sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild?r1=1.1r2=1.2

Index: apcupsd-3.14.10-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apcupsd-3.14.10-r6.ebuild   6 Dec 2013 01:24:10 -   1.1
+++ apcupsd-3.14.10-r6.ebuild   11 Jun 2014 07:50:39 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild,v 1.1 
2013/12/06 01:24:10 mattm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild,v 1.2 
2014/06/11 07:50:39 pinkbyte Exp $
 
 EAPI=4
 
@@ -18,6 +18,7 @@
 DEPEND=
||  ( =sys-apps/util-linux-2.23[tty-helpers(-)]
  =sys-apps/sysvinit-2.88-r4
+ sys-freebsd/freebsd-ubin
)
cgi? ( =media-libs/gd-1.8.4 )
nls? ( sys-devel/gettext )



1.2  sys-power/apcupsd/apcupsd-3.14.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild?r1=1.1r2=1.2

Index: apcupsd-3.14.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apcupsd-3.14.12.ebuild  6 Jun 2014 01:34:13 -   1.1
+++ apcupsd-3.14.12.ebuild  11 Jun 2014 07:50:39 -  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/sys-power/apcupsd/apcupsd-3.14.12.ebuild,v 
1.1 2014/06/06 01:34:13 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.12.ebuild,v 
1.2 2014/06/11 07:50:39 pinkbyte Exp $
 
 EAPI=4
 
@@ -18,6 +18,7 @@
 DEPEND=
||  ( =sys-apps/util-linux-2.23[tty-helpers(-)]
  =sys-apps/sysvinit-2.88-r4
+ sys-freebsd/freebsd-ubin
)
cgi? ( =media-libs/gd-1.8.4 )
nls? ( sys-devel/gettext )



1.100sys-power/apcupsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   6 Jun 2014 01:34:13 -   1.99
+++ ChangeLog   11 Jun 2014 07:50:39 -  1.100
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/apcupsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.99 
2014/06/06 01:34:13 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.100 
2014/06/11 07:50:39 pinkbyte Exp $
+
+  11 Jun 2014; Sergey Popov pinkb...@gentoo.org apcupsd-3.14.8-r2.ebuild,
+  apcupsd-3.14.10-r6.ebuild, apcupsd-3.14.12.ebuild:
+  Add missing dependency on sys-apps/util-linux or sys-freebsd/freebsd-ubin,
+  wrt bug #512514
 
 *apcupsd-3.14.12 (06 Jun 2014)
 



1.6  sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r2.ebuild?rev=1.6content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 07:50:25

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  alpha stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-perl/DateManip/DateManip-6.410.0.ebuild

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

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DateManip-6.410.0.ebuild9 Jun 2014 10:59:17 -   1.3
+++ DateManip-6.410.0.ebuild11 Jun 2014 07:50: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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.3 
2014/06/09 10:59:17 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.4 
2014/06/11 07:50:24 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.105dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.105view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.105content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.104r2=1.105

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   9 Jun 2014 10:59:17 -   1.104
+++ ChangeLog   11 Jun 2014 07:50:25 -  1.105
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.104 
2014/06/09 10:59:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.105 
2014/06/11 07:50:25 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  alpha stable wrt bug #511730
 
   09 Jun 2014; Markus Meier mae...@gentoo.org DateManip-6.410.0.ebuild:
   arm stable, bug #511730






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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 07:56:09

  Modified: ChangeLog package.mask
  Log:
  Mask multilib samba3.

Revision  ChangesPath
1.9065   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9064
retrieving revision 1.9065
diff -u -r1.9064 -r1.9065
--- ChangeLog   10 Jun 2014 21:56:25 -  1.9064
+++ ChangeLog   11 Jun 2014 07:56:08 -  1.9065
@@ -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.9064 2014/06/10 
21:56:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9065 2014/06/11 
07:56:08 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!
 
+  11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask multilib samba3.
+
   10 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
   Fix gst-plugins-gl mask.
 



1.15779  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15778
retrieving revision 1.15779
diff -u -r1.15778 -r1.15779
--- package.mask10 Jun 2014 21:56:25 -  1.15778
+++ package.mask11 Jun 2014 07:56:08 -  1.15779
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15778 2014/06/10 
21:56:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15779 2014/06/11 
07:56:08 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
@@ -246,6 +246,7 @@
 =media-plugins/gst-plugins-xvid-0.10.23-r1:0.10
 =media-plugins/gst-plugins-xvideo-0.10.36-r1:0.10
 =app-emulation/emul-linux-x86-gstplugins-20140508-r1
+=net-fs/samba-3.6.23-r1
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 07:55:29

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-perl/DateManip/DateManip-6.410.0.ebuild

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

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DateManip-6.410.0.ebuild11 Jun 2014 07:50:24 -  1.4
+++ DateManip-6.410.0.ebuild11 Jun 2014 07:55:28 -  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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.4 
2014/06/11 07:50:24 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.5 
2014/06/11 07:55:28 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.106dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   11 Jun 2014 07:50:25 -  1.105
+++ ChangeLog   11 Jun 2014 07:55:28 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.105 
2014/06/11 07:50:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.106 
2014/06/11 07:55:28 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  amd64 stable wrt bug #511730
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   alpha stable wrt bug #511730






[gentoo-commits] gentoo-x86 commit in net-misc/mikutter/files: mikutter-0.2.2.1430-cairo.patch

2014-06-11 Thread Naohiro Aota (naota)
naota   14/06/11 07:57:39

  Removed:  mikutter-0.2.2.1430-cairo.patch
  Log:
  version bump; clean up old ebuilds.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)



[gentoo-commits] gentoo-x86 commit in net-misc/mikutter: mikutter-3.0.0.ebuild mikutter-0.2.2.1537.ebuild mikutter-9999.ebuild ChangeLog mikutter-0.2.2.1328.ebuild mikutter-0.2.2.1476.ebuild mikutter-

2014-06-11 Thread Naohiro Aota (naota)
naota   14/06/11 07:57:39

  Modified: mikutter-0.2.2.1537.ebuild mikutter-.ebuild
ChangeLog
  Added:mikutter-3.0.0.ebuild
  Removed:  mikutter-0.2.2.1328.ebuild
mikutter-0.2.2.1476.ebuild
mikutter-0.2.2.1430.ebuild
mikutter-0.2.2.1410.ebuild
mikutter-0.2.1.1141.ebuild
  Log:
  version bump; clean up old ebuilds.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.2  net-misc/mikutter/mikutter-0.2.2.1537.ebuild

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

Index: mikutter-0.2.2.1537.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-0.2.2.1537.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mikutter-0.2.2.1537.ebuild  22 Mar 2014 08:29:28 -  1.1
+++ mikutter-0.2.2.1537.ebuild  11 Jun 2014 07:57:38 -  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-misc/mikutter/mikutter-0.2.2.1537.ebuild,v 1.1 
2014/03/22 08:29:28 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-0.2.2.1537.ebuild,v 1.2 
2014/06/11 07:57:38 naota Exp $
 
 EAPI=5
 
@@ -42,10 +42,9 @@
dev-ruby/ruby-hmac
dev-ruby/typed-array
virtual/ruby-ssl
-ruby_add_bdepend dev-ruby/bundler
 
 RUBY_PATCHES=(
-   ${FILESDIR}/${P}-disable-bundler.patch
+   ${FILESDIR}/${PN}-0.2.2.1537-disable-bundler.patch
 )
 
 all_ruby_unpack() {
@@ -60,7 +59,7 @@
exeinto /usr/share/mikutter
doexe mikutter.rb
insinto /usr/share/mikutter
-   doins -r core plugin Gemfile
+   doins -r core plugin
exeinto /usr/bin
doexe ${FILESDIR}/mikutter
dodoc README



1.5  net-misc/mikutter/mikutter-.ebuild

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

Index: mikutter-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mikutter-.ebuild31 Mar 2013 13:15:44 -  1.4
+++ mikutter-.ebuild11 Jun 2014 07:57:38 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-.ebuild,v 
1.4 2013/03/31 13:15:44 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-.ebuild,v 
1.5 2014/06/11 07:57:38 naota Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 else
MY_P=${PN}.${PV}
SRC_URI=http://mikutter.hachune.net/bin/${MY_P}.tar.gz;
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=~amd64
RUBY_S=${PN}
 fi
 
@@ -33,13 +33,21 @@
 
 ruby_add_rdepend dev-ruby/addressable
dev-ruby/bsearch
+   dev-ruby/delayer
dev-ruby/json
dev-ruby/memoize
=dev-ruby/oauth-0.4.7
-   dev-ruby/ruby-gtk2
+   dev-ruby/rcairo
+   =dev-ruby/ruby-gettext-3.0.1
+   =dev-ruby/ruby-gtk2-2.2.0
+   dev-ruby/ruby-hmac
dev-ruby/typed-array
virtual/ruby-ssl
 
+RUBY_PATCHES=(
+   ${FILESDIR}/${PN}-0.2.2.1537-disable-bundler.patch
+)
+
 all_ruby_unpack() {
if [ ${PV} =  ];then
git-2_src_unpack



1.42 net-misc/mikutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/mikutter/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   22 Mar 2014 08:29:28 -  1.41
+++ ChangeLog   11 Jun 2014 07:57:38 -  1.42
@@ 

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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 08:05:55

  Modified: ChangeLog package.mask
  Log:
  Mask multilib tdb as well (for samba).

Revision  ChangesPath
1.9066   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9065
retrieving revision 1.9066
diff -u -r1.9065 -r1.9066
--- ChangeLog   11 Jun 2014 07:56:08 -  1.9065
+++ ChangeLog   11 Jun 2014 08:05:54 -  1.9066
@@ -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.9065 2014/06/11 
07:56:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9066 2014/06/11 
08:05:54 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!
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask multilib tdb as well (for samba).
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask multilib samba3.
 
   10 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:



1.15780  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15779
retrieving revision 1.15780
diff -u -r1.15779 -r1.15780
--- package.mask11 Jun 2014 07:56:08 -  1.15779
+++ package.mask11 Jun 2014 08:05:54 -  1.15780
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15779 2014/06/11 
07:56:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15780 2014/06/11 
08:05:54 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
@@ -246,6 +246,7 @@
 =media-plugins/gst-plugins-xvid-0.10.23-r1:0.10
 =media-plugins/gst-plugins-xvideo-0.10.36-r1:0.10
 =app-emulation/emul-linux-x86-gstplugins-20140508-r1
+=sys-libs/tdb-1.3.0-r1
 =net-fs/samba-3.6.23-r1
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)






[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/

2014-06-11 Thread José María Alonso
commit: 22b65d877276dff51693d77cbada3020b980c029
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Jun 11 08:06:38 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Jun 11 08:06:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=22b65d87

dev-lisp/cl-colors: Moved to EAPI 5 and git-2

---
 dev-lisp/cl-colors/cl-colors-.ebuild | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/cl-colors/cl-colors-.ebuild 
b/dev-lisp/cl-colors/cl-colors-.ebuild
index 996c61c..ceec653 100644
--- a/dev-lisp/cl-colors/cl-colors-.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-inherit common-lisp-2 eutils git
+EAPI=5
+
+inherit common-lisp-3 eutils git-2
 
 DESCRIPTION=A simple package for different color representations in Common 
Lisp.
-HOMEPAGE=http://common-lisp.net/project/cl-colors/;
-EGIT_REPO_URI=git://github.com/tpapp/cl-colors.git
+HOMEPAGE=http://cliki.net/cl-colors;
+EGIT_REPO_URI=git://github.com/tpapp/${PN}.git
 
 LICENSE=LLGPL-2.1
 SLOT=0
@@ -17,10 +18,8 @@ IUSE=
 RDEPEND=dev-lisp/alexandria
dev-lisp/let-plus
 
-src_compile() { true; }
-
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
-   dodoc introduction.txt README
+   common-lisp-install-sources
+   common-lisp-install-asdf
+   dodoc introduction.txt README.org
 }



[gentoo-commits] gentoo-x86 commit in sys-libs/tdb: tdb-1.3.0-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 08:07:01

  Modified: ChangeLog
  Added:tdb-1.3.0-r1.ebuild
  Log:
  Enable multilib support, needed by net-fs/samba.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.64 sys-libs/tdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   24 May 2014 00:18:30 -  1.63
+++ ChangeLog   11 Jun 2014 08:07:01 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/tdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.63 2014/05/24 
00:18:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.64 2014/06/11 
08:07:01 mgorny Exp $
+
+*tdb-1.3.0-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +tdb-1.3.0-r1.ebuild:
+  Enable multilib support, needed by net-fs/samba.
 
   24 May 2014; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unneded useflags from metadata.xml



1.1  sys-libs/tdb/tdb-1.3.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.1content-type=text/plain

Index: tdb-1.3.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.1 
2014/06/11 08:07:01 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit waf-utils multilib-minimal python-single-r1

DESCRIPTION=A simple database API
HOMEPAGE=http://tdb.samba.org/;
SRC_URI=http://samba.org/ftp/tdb/${P}.tar.gz;

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

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RDEPEND=python? ( ${PYTHON_DEPS} )
DEPEND=
${RDEPEND}
app-text/docbook-xml-dtd:4.2

WAF_BINARY=${S}/buildtools/bin/waf

src_prepare() {
multilib_copy_sources
}

multilib_src_configure() {
local extra_opts=()
if ! multilib_is_native_abi || ! use python; then
extra_opts+=( --disable-python )
fi

waf-utils_src_configure \
${extra_opts[@]}
}

multilib_src_test() {
# the default src_test runs 'make test' and 'make check', letting
# the tests fail occasionally (reason: unknown)
emake check
}

multilib_src_install() {
waf-utils_src_install
}






[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.23-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 08:08:30

  Modified: ChangeLog
  Added:samba-3.6.23-r1.ebuild
  Log:
  Enable multilib support in samba-3.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.672net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.672view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.672content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.671r2=1.672

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.671
retrieving revision 1.672
diff -u -r1.671 -r1.672
--- ChangeLog   4 Jun 2014 06:51:23 -   1.671
+++ ChangeLog   11 Jun 2014 08:08:30 -  1.672
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.671 2014/06/04 
06:51:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.672 2014/06/11 
08:08:30 mgorny Exp $
+
+*samba-3.6.23-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +samba-3.6.23-r1.ebuild:
+  Enable multilib support in samba-3.
 
 *samba-4.1.8 (04 Jun 2014)
 



1.1  net-fs/samba/samba-3.6.23-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild?rev=1.1content-type=text/plain

Index: samba-3.6.23-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.23-r1.ebuild,v 1.1 
2014/06/11 08:08:30 mgorny Exp $

EAPI=5

inherit pam versionator multilib multilib-minimal eutils flag-o-matic systemd

MY_PV=${PV/_/}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Library bits of the samba network filesystem
HOMEPAGE=http://www.samba.org/;
SRC_URI=mirror://samba/stable/${MY_P}.tar.gz
LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind

DEPEND=dev-libs/popt
=sys-libs/talloc-2.0.5[${MULTILIB_USEDEP}]
=sys-libs/tdb-1.2.9[${MULTILIB_USEDEP}]
=sys-libs/tevent-0.9.18[${MULTILIB_USEDEP}]
virtual/libiconv[${MULTILIB_USEDEP}]
ads? ( virtual/krb5[${MULTILIB_USEDEP}] sys-fs/e2fsprogs
client? ( sys-apps/keyutils ) )
avahi? ( net-dns/avahi[dbus] )
caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
client? ( !net-fs/mount-cifs
dev-libs/iniparser[${MULTILIB_USEDEP}] )
cluster? ( =dev-db/ctdb-1.13 )
cups? ( net-print/cups )
debug? ( dev-libs/dmalloc )
dmapi? ( sys-apps/dmapi )
fam? ( virtual/fam[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
ldb? ( sys-libs/ldb )
pam? ( virtual/pam[${MULTILIB_USEDEP}]
winbind? ( dev-libs/iniparser[${MULTILIB_USEDEP}] )
)
readline? ( =sys-libs/readline-5.2 )
selinux? ( sec-policy/selinux-samba )
syslog? ( virtual/logger )

RDEPEND=${DEPEND}
kernel_linux? ( ads? ( net-fs/cifs-utils[ads] )
client? ( net-fs/cifs-utils ) )

# Disable tests since we don't want to build that much here
RESTRICT=test

SBINPROGS=
BINPROGS=
KRBPLUGIN=
PLUGINEXT=.so
SHAREDMODS=

S=${WORKDIR}/${MY_P}

# TODO:
# - enable iPrint on Prefix/OSX and Darwin?
# - selftest-prefix? selftest?
# - AFS?

CONFDIR=${FILESDIR}/$(get_version_component_range 1-2)

REQUIRED_USE=
ads? ( ldap )
swat? ( server )


pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
if use winbind 
[[ $(tc-getCC)$ == *gcc* ]] 
[[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]]
then
eerror It is a known issue that ${P} will not build 
with 
eerror winbind use flag enabled when using gcc  4.3 .
eerror Please use at least the latest stable gcc 
version.
die Using sys-devel/gcc  4.3 with winbind use flag.
fi
fi
}

pkg_setup() {
if use server ; then
SBINPROGS=${SBINPROGS} bin/smbd bin/nmbd
BINPROGS=${BINPROGS} bin/testparm bin/smbstatus bin/smbcontrol 

[gentoo-commits] gentoo-x86 commit in sys-block/fio: ChangeLog fio-2.1.10.ebuild

2014-06-11 Thread Tim Harder (radhermit)
radhermit14/06/11 08:09:47

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

Revision  ChangesPath
1.46 sys-block/fio/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   15 May 2014 00:13:35 -  1.45
+++ ChangeLog   11 Jun 2014 08:09:47 -  1.46
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/fio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.45 2014/05/15 
00:13:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.46 2014/06/11 
08:09:47 radhermit Exp $
+
+*fio-2.1.10 (11 Jun 2014)
+
+  11 Jun 2014; Tim Harder radher...@gentoo.org +fio-2.1.10.ebuild:
+  Version bump.
 
 *fio-2.1.9 (15 May 2014)
 



1.1  sys-block/fio/fio-2.1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild?rev=1.1content-type=text/plain

Index: fio-2.1.10.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild,v 1.1 
2014/06/11 08:09:47 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils python-r1 toolchain-funcs

MY_PV=${PV/_rc/-rc}
MY_P=${PN}-${MY_PV}

DESCRIPTION=Jens Axboe's Flexible IO tester
HOMEPAGE=http://brick.kernel.dk/snaps/;
SRC_URI=http://brick.kernel.dk/snaps/${MY_P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~x86
IUSE=aio gnuplot gtk numa zlib

DEPEND=aio? ( dev-libs/libaio )
gtk? (
dev-libs/glib:2
x11-libs/gtk+:2
)
numa? ( sys-process/numactl )
zlib? ( sys-libs/zlib )
RDEPEND=${DEPEND}
gnuplot? (
sci-visualization/gnuplot
${PYTHON_DEPS}
)

S=${WORKDIR}/${MY_P}

src_prepare() {
sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die
epatch_user

# Many checks don't have configure flags.
sed -i \
-e s:\pkg-config\:$(tc-getPKG_CONFIG): \
-e '/if compile_prog  -lz zlib *; *then/  's::if $(usex 
zlib true false) ; then: \
-e '/if compile_prog  -laio libaio ; then/'s::if $(usex 
aio true false) ; then: \
configure || die
}

src_configure() {
# not a real configure script
./configure \
--extra-cflags=${CFLAGS} ${CPPFLAGS} \
--cc=$(tc-getCC) \
$(usex gtk '--enable-gfio' '') \
$(usex numa '' '--disable-numa') \
|| die 'configure failed'
}

src_compile() {
emake V=1 OPTFLAGS=
}

src_install() {
emake install DESTDIR=${D} prefix=${EPREFIX}/usr 
mandir=${EPREFIX}/usr/share/man

if use gnuplot ; then
python_replicate_script ${ED}/usr/bin/fio2gnuplot
else
rm ${ED}/usr/bin/{fio2gnuplot,fio_generate_plots} || die
rm 
${ED}/usr/share/man/man1/{fio2gnuplot,fio_generate_plots}.1 || die
rm ${ED}/usr/share/fio/*.gpm || die
rmdir ${ED}/usr/share/fio/ 2/dev/null
fi

# This tool has security/parallel issues -- it hardcodes 
/tmp/template.fio.
rm ${ED}/usr/bin/genfio || die

dodoc README REPORTING-BUGS HOWTO
docinto examples
dodoc examples/*
}






[gentoo-commits] gentoo-x86 commit in app-emacs/po-mode: ChangeLog po-mode-0.19.1.ebuild po-mode-0.18.3.1.ebuild

2014-06-11 Thread Ulrich Mueller (ulm)
ulm 14/06/11 08:18:36

  Modified: ChangeLog
  Added:po-mode-0.19.1.ebuild
  Removed:  po-mode-0.18.3.1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.47 app-emacs/po-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   17 May 2014 13:59:57 -  1.46
+++ ChangeLog   11 Jun 2014 08:18:36 -  1.47
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/po-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.46 
2014/05/17 13:59:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.47 
2014/06/11 08:18:36 ulm Exp $
+
+*po-mode-0.19.1 (11 Jun 2014)
+
+  11 Jun 2014; Ulrich Müller u...@gentoo.org -po-mode-0.18.3.1.ebuild,
+  +po-mode-0.19.1.ebuild:
+  Version bump. Remove old.
 
   17 May 2014; Agostino Sarubbo a...@gentoo.org po-mode-0.18.3.2.ebuild:
   Stable for alpha, wrt bug #504558



1.1  app-emacs/po-mode/po-mode-0.19.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/po-mode-0.19.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/po-mode/po-mode-0.19.1.ebuild?rev=1.1content-type=text/plain

Index: po-mode-0.19.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.19.1.ebuild,v 
1.1 2014/06/11 08:18:36 ulm Exp $

EAPI=5

inherit elisp

DESCRIPTION=Major mode for GNU gettext PO files
HOMEPAGE=http://www.gnu.org/software/gettext/;
SRC_URI=mirror://gnu/gettext/gettext-${PV}.tar.gz

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos

S=${WORKDIR}/gettext-${PV}/gettext-tools/misc
ELISP_REMOVE=start-po.el
SITEFILE=50${PN}-gentoo.el






[gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.24.1-r3.ebuild util-linux-2.24.2.ebuild util-linux-2.24.1-r2.ebuild ChangeLog

2014-06-11 Thread Tobias Klausmann (klausman)
klausman14/06/11 08:24:01

  Modified: util-linux-2.24.1-r3.ebuild
util-linux-2.24.2.ebuild
util-linux-2.24.1-r2.ebuild ChangeLog
  Log:
  Fix fdisk compile failure on Alpha
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.2  sys-apps/util-linux/util-linux-2.24.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild?r1=1.1r2=1.2

Index: util-linux-2.24.1-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- util-linux-2.24.1-r3.ebuild 2 May 2014 10:04:08 -   1.1
+++ util-linux-2.24.1-r3.ebuild 11 Jun 2014 08:24:01 -  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/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v 1.1 
2014/05/02 10:04:08 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r3.ebuild,v 1.2 
2014/06/11 08:24:01 klausman Exp $
 
 EAPI=4
 
@@ -67,6 +67,8 @@
fi
epatch ${FILESDIR}/${PN}-2.24-skip-last-tests.patch #491742
epatch ${FILESDIR}/${PN}-2.24-last-tests.patch #501408
+   # http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/9237
+   epatch ${FILESDIR}/${PN}-2.24-fix-fdisk-on-alpha.patch
find tests/ -name bigyear -delete #489794
elibtoolize
 }



1.3  sys-apps/util-linux/util-linux-2.24.2.ebuild

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

Index: util-linux-2.24.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- util-linux-2.24.2.ebuild28 May 2014 18:01:28 -  1.2
+++ util-linux-2.24.2.ebuild11 Jun 2014 08:24:01 -  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/util-linux/util-linux-2.24.2.ebuild,v 1.2 
2014/05/28 18:01:28 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.3 
2014/06/11 08:24:01 klausman Exp $
 
 EAPI=4
 
@@ -66,6 +66,8 @@
eautoreconf
fi
epatch ${FILESDIR}/${PN}-2.24-last-tests.patch #501408
+   # http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/9237
+   epatch ${FILESDIR}/${PN}-2.24-fix-fdisk-on-alpha.patch
find tests/ -name bigyear -delete #489794
elibtoolize
 }



1.9  sys-apps/util-linux/util-linux-2.24.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?r1=1.8r2=1.9

Index: util-linux-2.24.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- util-linux-2.24.1-r2.ebuild 14 May 2014 18:13:29 -  1.8
+++ util-linux-2.24.1-r2.ebuild 11 Jun 2014 08:24:01 -  1.9
@@ -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/util-linux/util-linux-2.24.1-r2.ebuild,v 1.8 
2014/05/14 18:13:29 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v 1.9 
2014/06/11 08:24:01 klausman Exp $
 
 EAPI=4
 
@@ -62,6 +62,8 @@
fi
epatch ${FILESDIR}/${PN}-2.24-skip-last-tests.patch #491742
epatch ${FILESDIR}/${PN}-2.24-last-tests.patch #501408
+   # http://marc.info/?l=util-linux-ngm=140223032032288w=2
+   epatch 

[gentoo-commits] gentoo-x86 commit in sys-apps/util-linux/files: util-linux-2.24-fix-fdisk-on-alpha.patch

2014-06-11 Thread Tobias Klausmann (klausman)
klausman14/06/11 08:24:01

  Added:util-linux-2.24-fix-fdisk-on-alpha.patch
  Log:
  Fix fdisk compile failure on Alpha
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.1  
sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/files/util-linux-2.24-fix-fdisk-on-alpha.patch?rev=1.1content-type=text/plain

Index: util-linux-2.24-fix-fdisk-on-alpha.patch
===
--- libfdisk/src/bsd.c.orig 2014-06-11 10:15:47.0 +0200
+++ libfdisk/src/bsd.c  2014-06-11 10:16:18.0 +0200
@@ -787,8 +787,10 @@
case 0x06: /* DOS 16-bit =32M */
case 0xe1: /* DOS access   */
case 0xe3: /* DOS R/O  */
+#if !defined (__alpha__)
case 0xf2: /* DOS secondary*/
return BSD_FS_MSDOS;
+#endif
case 0x07: /* OS/2 HPFS*/
return BSD_FS_HPFS;
default:






[gentoo-commits] gentoo-x86 commit in media-gfx/rawtherapee: ChangeLog rawtherapee-4.1.ebuild

2014-06-11 Thread Tim Harder (radhermit)
radhermit14/06/11 08:30:28

  Modified: ChangeLog
  Added:rawtherapee-4.1.ebuild
  Log:
  Version bump (bug #506424).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.16 media-gfx/rawtherapee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   24 Jan 2014 08:34:02 -  1.15
+++ ChangeLog   11 Jun 2014 08:30:28 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/rawtherapee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.15 
2014/01/24 08:34:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.16 
2014/06/11 08:30:28 radhermit Exp $
+
+*rawtherapee-4.1 (11 Jun 2014)
+
+  11 Jun 2014; Tim Harder radher...@gentoo.org +rawtherapee-4.1.ebuild:
+  Version bump (bug #506424).
 
 *rawtherapee-4.0.12 (24 Jan 2014)
 



1.1  media-gfx/rawtherapee/rawtherapee-4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.1.ebuild?rev=1.1content-type=text/plain

Index: rawtherapee-4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.1.ebuild,v 1.1 
2014/06/11 08:30:28 radhermit Exp $

EAPI=5

inherit cmake-utils toolchain-funcs

DESCRIPTION=A powerful cross-platform raw image processing program
HOMEPAGE=http://www.rawtherapee.com/;
SRC_URI=http://rawtherapee.com/shared/source/${P}.tar.xz;

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

RDEPEND=bzip2? ( app-arch/bzip2 )
=x11-libs/gtk+-2.24.18:2
=dev-cpp/gtkmm-2.12:2.4
=dev-cpp/glibmm-2.16:2
dev-libs/expat
dev-libs/libsigc++:2
media-libs/libcanberra[gtk]
media-libs/tiff
media-libs/libpng
media-libs/libiptcdata
media-libs/lcms:2
sci-libs/fftw:3.0
sys-libs/zlib
virtual/jpeg
DEPEND=${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use openmp OPTION_OMP)
$(cmake-utils_use_with bzip2 BZIP)
-DDOCDIR=/usr/share/doc/${PF}
-DCREDITSDIR=/usr/share/${PN}
-DLICENCEDIR=/usr/share/${PN}
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 08:33:31

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.6  dev-perl/DateManip/DateManip-6.410.0.ebuild

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

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DateManip-6.410.0.ebuild11 Jun 2014 07:55:28 -  1.5
+++ DateManip-6.410.0.ebuild11 Jun 2014 08:33:31 -  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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.5 
2014/06/11 07:55:28 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.6 
2014/06/11 08:33:31 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.107dev-perl/DateManip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   11 Jun 2014 07:55:28 -  1.106
+++ ChangeLog   11 Jun 2014 08:33:31 -  1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.106 
2014/06/11 07:55:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.107 
2014/06/11 08:33:31 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  ia64 stable wrt bug #511730
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   amd64 stable wrt bug #511730






[gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-cga/

2014-06-11 Thread José María Alonso
commit: ba446c0abdb4d9ebafc1e374525710c175112257
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Jun 11 08:35:46 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Jun 11 08:35:46 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ba446c0a

dev-lisp/sb-cga: Moved to EAPI 5 and git-2. Build doc

---
 dev-lisp/sb-cga/sb-cga-.ebuild | 28 +---
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/sb-cga/sb-cga-.ebuild 
b/dev-lisp/sb-cga/sb-cga-.ebuild
index 0e0d061..5d66fa6 100644
--- a/dev-lisp/sb-cga/sb-cga-.ebuild
+++ b/dev-lisp/sb-cga/sb-cga-.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-inherit common-lisp-2 git
+EAPI=5
+
+inherit common-lisp-3 git-2
 
 DESCRIPTION=Computer graphics algebra library for SBCL.
 HOMEPAGE=http://github.com/3b/sb-cga;
@@ -12,13 +13,26 @@ EGIT_REPO_URI=git://github.com/3b/sb-cga.git
 LICENSE=MIT
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~sparc ~x86
-IUSE=
+IUSE=doc
 
 RDEPEND=dev-lisp/sbcl
dev-lisp/alexandria
 
+src_prepare() {
+   if use doc ; then
+   sed -e 's/--css/--css-include/' -i doc/Makefile || die
+   fi
+}
+
+src_compile() {
+   if use doc ; then
+   cd doc || die
+   emake
+   fi
+}
+
 src_install() {
-   common-lisp-install *.{lisp,asd} ports/
-   common-lisp-symlink-asdf
-   dodoc NOTES || die
+   common-lisp-install-sources *.lisp ports
+   common-lisp-install-asdf
+   use doc  dodoc README  dohtml doc/sb-cga.html
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/

2014-06-11 Thread José María Alonso
commit: 1f050dc0777e01448439ff42d8cbeb72a4448d96
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Jun 11 08:37:16 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Jun 11 08:37:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=1f050dc0

dev-lisp/cl-colors: Fix src_install

---
 dev-lisp/cl-colors/cl-colors-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-colors/cl-colors-.ebuild 
b/dev-lisp/cl-colors/cl-colors-.ebuild
index ceec653..3d3a9d6 100644
--- a/dev-lisp/cl-colors/cl-colors-.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-.ebuild
@@ -19,7 +19,7 @@ RDEPEND=dev-lisp/alexandria
dev-lisp/let-plus
 
 src_install() {
-   common-lisp-install-sources
+   common-lisp-install-sources *.lisp
common-lisp-install-asdf
dodoc introduction.txt README.org
 }



[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 08:52:14

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/DateManip/DateManip-6.410.0.ebuild

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

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DateManip-6.410.0.ebuild11 Jun 2014 08:33:31 -  1.6
+++ DateManip-6.410.0.ebuild11 Jun 2014 08:52:14 -  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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.6 
2014/06/11 08:33:31 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.7 
2014/06/11 08:52:14 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.108dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   11 Jun 2014 08:33:31 -  1.107
+++ ChangeLog   11 Jun 2014 08:52:14 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.107 
2014/06/11 08:33:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.108 
2014/06/11 08:52:14 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  ppc64 stable wrt bug #511730
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   ia64 stable wrt bug #511730






[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 08:53:05

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  ppc stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  dev-perl/DateManip/DateManip-6.410.0.ebuild

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

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DateManip-6.410.0.ebuild11 Jun 2014 08:52:14 -  1.7
+++ DateManip-6.410.0.ebuild11 Jun 2014 08:53:05 -  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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.7 
2014/06/11 08:52:14 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.8 
2014/06/11 08:53:05 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND=



1.109dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   11 Jun 2014 08:52:14 -  1.108
+++ ChangeLog   11 Jun 2014 08:53:05 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.108 
2014/06/11 08:52:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.109 
2014/06/11 08:53:05 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  ppc stable wrt bug #511730
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   ppc64 stable wrt bug #511730






[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 08:54:08

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Log:
  sparc stable wrt bug #511730
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-perl/DateManip/DateManip-6.410.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?r1=1.8r2=1.9

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DateManip-6.410.0.ebuild11 Jun 2014 08:53:05 -  1.8
+++ DateManip-6.410.0.ebuild11 Jun 2014 08:54:08 -  1.9
@@ -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-perl/DateManip/DateManip-6.410.0.ebuild,v 1.8 
2014/06/11 08:53:05 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.9 
2014/06/11 08:54:08 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
 IUSE=test
 
 RDEPEND=



1.110dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   11 Jun 2014 08:53:05 -  1.109
+++ ChangeLog   11 Jun 2014 08:54:08 -  1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.109 
2014/06/11 08:53:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.110 
2014/06/11 08:54:08 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
+  sparc stable wrt bug #511730
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   ppc stable wrt bug #511730






[gentoo-commits] gentoo-x86 commit in net-irc/emech: emech-3.0.3-r1.ebuild ChangeLog

2014-06-11 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/11 08:55:32

  Modified: emech-3.0.3-r1.ebuild ChangeLog
  Log:
  Respect CFLAGS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.3  net-irc/emech/emech-3.0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?r1=1.2r2=1.3

Index: emech-3.0.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emech-3.0.3-r1.ebuild   6 Jun 2014 11:45:27 -   1.2
+++ emech-3.0.3-r1.ebuild   11 Jun 2014 08:55:32 -  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/net-irc/emech/emech-3.0.3-r1.ebuild,v 1.2 
2014/06/06 11:45:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild,v 1.3 
2014/06/11 08:55:32 pinkbyte Exp $
 
 EAPI=5
 
@@ -23,8 +23,12 @@
-e 's: help/:/usr/share/energymech/help/:' \
-e 's: messages/:/usr/share/energymech/messages/:' \
src/config.h.in || die
-   # Respect LDFLAGS
-   sed -i -e '/LFLAGS/s/\$(PIPEFLAG)/\0 \$(OPTIMIZE) \$(LDFLAGS)/' 
src/Makefile.in || die
+   # Respect CFLAGS and LDFLAGS
+   sed -i \
+   -e '/^LFLAGS/s/\$(PIPEFLAG)/\0 \$(OPTIMIZE) \$(LDFLAGS)/' \
+   -e '/^GDBFLAG/d' \
+   -e '/^PIPEFLAG/d' \
+   src/Makefile.in || die
 
epatch_user
 }



1.16 net-irc/emech/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   6 Jun 2014 11:45:27 -   1.15
+++ ChangeLog   11 Jun 2014 08:55:32 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/emech
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.15 2014/06/06 
11:45:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.16 2014/06/11 
08:55:32 pinkbyte Exp $
+
+  11 Jun 2014; Sergey Popov pinkb...@gentoo.org emech-3.0.3-r1.ebuild:
+  Respect CFLAGS
 
   06 Jun 2014; Sergey Popov pinkb...@gentoo.org emech-3.0.3-r1.ebuild:
   Stable on amd64 and x86, wrt bug #502880






[gentoo-commits] gentoo-x86 commit in dev-perl/DateManip: DateManip-6.410.0.ebuild ChangeLog DateManip-6.400.0.ebuild DateManip-6.370.0.ebuild DateManip-6.310.0.ebuild DateManip-5.56.ebuild DateManip-

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 08:57:56

  Modified: DateManip-6.410.0.ebuild ChangeLog
  Removed:  DateManip-6.400.0.ebuild DateManip-6.370.0.ebuild
DateManip-6.310.0.ebuild DateManip-5.56.ebuild
DateManip-6.380.0.ebuild
  Log:
  x86 stable wrt bug #511730; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/DateManip/DateManip-6.410.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild?r1=1.9r2=1.10

Index: DateManip-6.410.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DateManip-6.410.0.ebuild11 Jun 2014 08:54:08 -  1.9
+++ DateManip-6.410.0.ebuild11 Jun 2014 08:57:55 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.9 
2014/06/11 08:54:08 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.410.0.ebuild,v 1.10 
2014/06/11 08:57:55 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Perl date manipulation routines
 
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
 IUSE=test
 
 RDEPEND=



1.111dev-perl/DateManip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   11 Jun 2014 08:54:08 -  1.110
+++ ChangeLog   11 Jun 2014 08:57:55 -  1.111
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/DateManip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.110 
2014/06/11 08:54:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.111 
2014/06/11 08:57:55 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org -DateManip-5.56.ebuild,
+  -DateManip-6.310.0.ebuild, -DateManip-6.370.0.ebuild,
+  -DateManip-6.380.0.ebuild, -DateManip-6.400.0.ebuild,
+  DateManip-6.410.0.ebuild:
+  x86 stable wrt bug #511730; Drop old.
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org DateManip-6.410.0.ebuild:
   sparc stable wrt bug #511730






[gentoo-commits] gentoo-x86 commit in net-irc/emech: emech-3.0.3-r1.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 09:00:22

  Modified: emech-3.0.3-r1.ebuild ChangeLog
  Log:
  ppc stable wrt bug #502880
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  net-irc/emech/emech-3.0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild?r1=1.3r2=1.4

Index: emech-3.0.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emech-3.0.3-r1.ebuild   11 Jun 2014 08:55:32 -  1.3
+++ emech-3.0.3-r1.ebuild   11 Jun 2014 09:00:22 -  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/net-irc/emech/emech-3.0.3-r1.ebuild,v 1.3 
2014/06/11 08:55:32 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.3-r1.ebuild,v 1.4 
2014/06/11 09:00:22 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc x86
+KEYWORDS=amd64 ppc x86
 
 IUSE=debug session tcl
 



1.17 net-irc/emech/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/emech/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   11 Jun 2014 08:55:32 -  1.16
+++ ChangeLog   11 Jun 2014 09:00:22 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/emech
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.16 2014/06/11 
08:55:32 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.17 2014/06/11 
09:00:22 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org emech-3.0.3-r1.ebuild:
+  ppc stable wrt bug #502880
 
   11 Jun 2014; Sergey Popov pinkb...@gentoo.org emech-3.0.3-r1.ebuild:
   Respect CFLAGS






[gentoo-commits] gentoo-x86 commit in net-irc/emech: ChangeLog emech-3.0.2.ebuild

2014-06-11 Thread Sergey Popov (pinkbyte)
pinkbyte14/06/11 09:03:20

  Modified: ChangeLog
  Removed:  emech-3.0.2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.18 net-irc/emech/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   11 Jun 2014 09:00:22 -  1.17
+++ ChangeLog   11 Jun 2014 09:03:20 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/emech
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.17 2014/06/11 
09:00:22 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.18 2014/06/11 
09:03:20 pinkbyte Exp $
+
+  11 Jun 2014; Sergey Popov pinkb...@gentoo.org -emech-3.0.2.ebuild:
+  Drop old
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org emech-3.0.3-r1.ebuild:
   ppc stable wrt bug #502880






[gentoo-commits] gentoo-x86 commit in eclass: elisp-common.eclass

2014-06-11 Thread Ulrich Mueller (ulm)
ulm 14/06/11 09:13:36

  Modified: elisp-common.eclass
  Log:
  Update version number in example.

Revision  ChangesPath
1.90 eclass/elisp-common.eclass

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

Index: elisp-common.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- elisp-common.eclass 24 May 2014 08:48:40 -  1.89
+++ elisp-common.eclass 11 Jun 2014 09:13:36 -  1.90
@@ -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/eclass/elisp-common.eclass,v 1.89 
2014/05/24 08:48:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.90 
2014/06/11 09:13:36 ulm Exp $
 #
 # @ECLASS: elisp-common.eclass
 # @MAINTAINER:
@@ -30,15 +30,15 @@
 # to your DEPEND/RDEPEND line and use the functions provided here to
 # bring the files to the correct locations.
 #
-# If your package requires a minimum Emacs version, e.g. Emacs 23, then
-# the dependency should be on =virtual/emacs-23 instead.  Because the
+# If your package requires a minimum Emacs version, e.g. Emacs 24, then
+# the dependency should be on =virtual/emacs-24 instead.  Because the
 # user can select the Emacs executable with eselect, you should also
 # make sure that the active Emacs version is sufficient.  This can be
 # tested with function elisp-need-emacs(), which would typically be
 # called from pkg_setup(), as in the following example:
 #
 # @CODE
-#  elisp-need-emacs 23 || die Emacs version too low
+#  elisp-need-emacs 24 || die Emacs version too low
 # @CODE
 #
 # Please note that such tests should be limited to packages that are






[gentoo-commits] proj/emacs:master commit in: eclass/

2014-06-11 Thread Ulrich Müller
commit: f88edb9ae964ded03304698cb8e39041fbc9a311
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Wed Jun 11 09:16:22 2014 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Wed Jun 11 09:16:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=f88edb9a

elisp-common.eclass: Update version number in example.

---
 eclass/elisp-common.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index bc8cda7..14d99ee 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -30,15 +30,15 @@
 # to your DEPEND/RDEPEND line and use the functions provided here to
 # bring the files to the correct locations.
 #
-# If your package requires a minimum Emacs version, e.g. Emacs 23, then
-# the dependency should be on =virtual/emacs-23 instead.  Because the
+# If your package requires a minimum Emacs version, e.g. Emacs 24, then
+# the dependency should be on =virtual/emacs-24 instead.  Because the
 # user can select the Emacs executable with eselect, you should also
 # make sure that the active Emacs version is sufficient.  This can be
 # tested with function elisp-need-emacs(), which would typically be
 # called from pkg_setup(), as in the following example:
 #
 # @CODE
-#  elisp-need-emacs 23 || die Emacs version too low
+#  elisp-need-emacs 24 || die Emacs version too low
 # @CODE
 #
 # Please note that such tests should be limited to packages that are



[gentoo-commits] gentoo-x86 commit in dev-perl/perl-PBS: ChangeLog Manifest metadata.xml perl-PBS-0.33.ebuild

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 09:30:35

  Removed:  ChangeLog Manifest metadata.xml
perl-PBS-0.33.ebuild
  Log:
  Dead upstream, deprecated EAPI, masked a long time ago. No last rites



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-glfw/

2014-06-11 Thread José María Alonso
commit: 5f7845bcda91c3a5019be5d1aa934b0ead65c238
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Jun 11 09:33:55 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Jun 11 09:33:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5f7845bc

dev-lisp/cl-glfw: new live ebuild

---
 dev-lisp/cl-glfw/cl-glfw-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/cl-glfw/cl-glfw-.ebuild 
b/dev-lisp/cl-glfw/cl-glfw-.ebuild
new file mode 100644
index 000..63f7598
--- /dev/null
+++ b/dev-lisp/cl-glfw/cl-glfw-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=Set of CFFI bindings for the GLFW OpenGL helper library
+HOMEPAGE=http://www.cliki.net/cl-glfw;
+EGIT_REPO_URI=git://repo.or.cz/${PN}.git
+
+LICENSE=public-domain
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=doc examples
+
+RDEPEND=media-libs/glfw
+
+src_install() {
+   common-lisp-install-sources lib
+   common-lisp-install-asdf
+   use doc  dodoc README  dohtml index.html
+   use examples  doins -r examples
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clinch/

2014-06-11 Thread José María Alonso
commit: a5eba45e930278a00d8f57ab817801e4e46894ff
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Wed Jun 11 09:40:35 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Wed Jun 11 09:40:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a5eba45e

dev-lisp/clinch: new live ebuild

---
 dev-lisp/clinch/clinch-.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/clinch/clinch-.ebuild 
b/dev-lisp/clinch/clinch-.ebuild
new file mode 100644
index 000..a26f7e1
--- /dev/null
+++ b/dev-lisp/clinch/clinch-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=Common Lisp 3D/2D Graphics Engine for OpenGL
+HOMEPAGE=https://github.com/BradWBeer/CLinch;
+EGIT_REPO_URI=git://github.com/BradWBeer/CLinch.git
+
+LICENSE=BSD-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+RDEPEND=dev-lisp/cl-cairo2
+   dev-lisp/cffi
+   dev-lisp/cl-opengl
+   dev-lisp/lispbuilder-sdl
+   dev-lisp/sb-cga
+   dev-lisp/trivial-garbage
+   dev-lisp/xmls
+   media-libs/freeimage



[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog

2014-06-11 Thread Michael Haubenwallner (haubi)
haubi   14/06/11 10:39:29

  Modified: ChangeLog
  Log:
  forgot to commit ChangeLog for: bump aixrtl ELT-patches for libtool-2.4.2.418

Revision  ChangesPath
1.1285   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1284
retrieving revision 1.1285
diff -u -r1.1284 -r1.1285
--- ChangeLog   10 Jun 2014 18:37:35 -  1.1284
+++ ChangeLog   11 Jun 2014 10:39:29 -  1.1285
@@ -1,10 +1,15 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1284 2014/06/10 
18:37:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1285 2014/06/11 
10:39:29 haubi Exp $
 
   10 Jun 2014; Michał Górny mgo...@gentoo.org +gstreamer.eclass:
   Add new, multilib-capable eclass for gstreamer plugins.
 
+  10 Jun 2014; Michael Haubenwallner ha...@gentoo.org
+  +ELT-patches/aixrtl/2.4.2.418-cmds.c, +ELT-patches/aixrtl/2.4.2.418-cmds.cxx,
+  +ELT-patches/aixrtl/2.4.2.418-soname:
+  bump aixrtl ELT-patches for libtool-2.4.2.418
+
   08 Jun 2014; Michał Górny mgo...@gentoo.org multilib-build.eclass:
   Work around lack of arch defines in swig, bug #509792.
 






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:48:26

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  alpha stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.7  dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

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

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XML-Stream-1.230.0.ebuild   9 Jun 2014 11:01:25 -   1.6
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:48:26 -  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-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.6 
2014/06/09 11:01:25 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.7 
2014/06/11 10:48:26 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.30 dev-perl/XML-Stream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   9 Jun 2014 11:01:25 -   1.29
+++ ChangeLog   11 Jun 2014 10:48:26 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.29 
2014/06/09 11:01:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.30 
2014/06/11 10:48:26 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  alpha stable wrt bug #511732
 
   09 Jun 2014; Markus Meier mae...@gentoo.org XML-Stream-1.230.0.ebuild:
   arm stable, bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:49:22

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.8  dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

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

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:48:26 -  1.7
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:49:21 -  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-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.7 
2014/06/11 10:48:26 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.8 
2014/06/11 10:49:21 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.31 dev-perl/XML-Stream/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   11 Jun 2014 10:48:26 -  1.30
+++ ChangeLog   11 Jun 2014 10:49:21 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.30 
2014/06/11 10:48:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.31 
2014/06/11 10:49:21 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  amd64 stable wrt bug #511732
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   alpha stable wrt bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:50:29

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.9  dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?r1=1.8r2=1.9

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:49:21 -  1.8
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:50:29 -  1.9
@@ -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-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.8 
2014/06/11 10:49:21 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.9 
2014/06/11 10:50:29 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.32 dev-perl/XML-Stream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   11 Jun 2014 10:49:21 -  1.31
+++ ChangeLog   11 Jun 2014 10:50:29 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.31 
2014/06/11 10:49:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.32 
2014/06/11 10:50:29 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  ia64 stable wrt bug #511732
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   amd64 stable wrt bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:53:53

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.10 dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?r1=1.9r2=1.10

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:50:29 -  1.9
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:53:53 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.9 
2014/06/11 10:50:29 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.10 
2014/06/11 10:53:53 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.33 dev-perl/XML-Stream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   11 Jun 2014 10:50:29 -  1.32
+++ ChangeLog   11 Jun 2014 10:53:53 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.32 
2014/06/11 10:50:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.33 
2014/06/11 10:53:53 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  x86 stable wrt bug #511732
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   ia64 stable wrt bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:55:04

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.11 dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?r1=1.10r2=1.11

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:53:53 -  1.10
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:55:04 -  1.11
@@ -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-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.10 
2014/06/11 10:53:53 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.11 
2014/06/11 10:55:04 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ppc64 ~sparc x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.34 dev-perl/XML-Stream/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   11 Jun 2014 10:53:53 -  1.33
+++ ChangeLog   11 Jun 2014 10:55:04 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.33 
2014/06/11 10:53:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.34 
2014/06/11 10:55:04 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  ppc64 stable wrt bug #511732
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   x86 stable wrt bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:57:46

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Log:
  ppc stable wrt bug #511732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.12 dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?r1=1.11r2=1.12

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:55:04 -  1.11
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:57:46 -  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/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.11 
2014/06/11 10:55:04 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.12 
2014/06/11 10:57:46 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.35 dev-perl/XML-Stream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   11 Jun 2014 10:55:04 -  1.34
+++ ChangeLog   11 Jun 2014 10:57:46 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.34 
2014/06/11 10:55:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.35 
2014/06/11 10:57:46 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
+  ppc stable wrt bug #511732
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   ppc64 stable wrt bug #511732






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-Stream: XML-Stream-1.230.0.ebuild ChangeLog XML-Stream-1.22.ebuild

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 10:59:03

  Modified: XML-Stream-1.230.0.ebuild ChangeLog
  Removed:  XML-Stream-1.22.ebuild
  Log:
  sparc stable wrt bug #511732; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.13 dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild?r1=1.12r2=1.13

Index: XML-Stream-1.230.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- XML-Stream-1.230.0.ebuild   11 Jun 2014 10:57:46 -  1.12
+++ XML-Stream-1.230.0.ebuild   11 Jun 2014 10:59:02 -  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/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.12 
2014/06/11 10:57:46 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/XML-Stream/XML-Stream-1.230.0.ebuild,v 1.13 
2014/06/11 10:59:02 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86
 IUSE=ssl
 
 RDEPEND=dev-perl/Authen-SASL



1.36 dev-perl/XML-Stream/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-Stream/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   11 Jun 2014 10:57:46 -  1.35
+++ ChangeLog   11 Jun 2014 10:59:02 -  1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/XML-Stream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.35 
2014/06/11 10:57:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Stream/ChangeLog,v 1.36 
2014/06/11 10:59:02 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org -XML-Stream-1.22.ebuild,
+  XML-Stream-1.230.0.ebuild:
+  sparc stable wrt bug #511732; Drop old.
 
   11 Jun 2014; Mikle Kolyada zlog...@gentoo.org XML-Stream-1.230.0.ebuild:
   ppc stable wrt bug #511732






[gentoo-commits] proj/elfix:master commit in: misc/install-xattr/

2014-06-11 Thread Anthony G. Basile
commit: 22bb503d1f3cb9b7251f43fd8ea7936bdf7e2654
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Wed Jun 11 11:22:11 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Wed Jun 11 11:24:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=22bb503d

misc/install-xattr: fix pointer issues in which()

This fixes the following two issues:
1. free(canfile) was called before we had finished using canfile.
2. strcmp(portpath, canpath) was segfaulting if portpath == NULL.

---
 misc/install-xattr/install-xattr.c | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/misc/install-xattr/install-xattr.c 
b/misc/install-xattr/install-xattr.c
index 4a165d0..126ffb9 100644
--- a/misc/install-xattr/install-xattr.c
+++ b/misc/install-xattr/install-xattr.c
@@ -164,8 +164,8 @@ copyxattr(const char *source, const char *target)
 static char *
 which(char *mypath)
 {
-   char *path, *env_path = getenv(PATH); /* 
$PATH to search for system install */
-   char *portpath, *portage_bin_path = getenv(PORTAGE_BIN_PATH); /* We 
skip $PORTAGE_BIN_PATH/install  */
+   /* $PATH for system install */
+   char *path = NULL, *env_path = getenv(PATH);
 
/* If we don't have $PATH in our environment, then pick a sane path. */
if (env_path == NULL) {
@@ -175,24 +175,22 @@ which(char *mypath)
} else
path = xstrdup(env_path);
 
+   /* $PORTAGE_BIN_PATH for portage install */
+   char *portpath = NULL, *portage_bin_path = getenv(PORTAGE_BIN_PATH);
+
/* If we have a $PORTAGE_BIN_PATH, then assume portage's install is at
-* $PORTAGE_BIN_PATH/install.  See if this file exists, and if it does
+* $PORTAGE_BIN_PATH/install.  Check if this file exists, and if it does
 * set portpath = $PORTAGE_BIN_PATH/install.  If it doesn't then set
 * portpath = NULL.
 */
-
-   if (portage_bin_path == NULL)
-   portpath = NULL;
-   else {
+   if (portage_bin_path != NULL) {
struct stat s;
 
portpath = path_join(portage_bin_path, install);
portpath = realpath(portpath, NULL);
 
-   if (stat(portpath, s) != 0)  /* If the path doesn't 
exsist, then portpath = NULL*/
-   portpath = NULL;
-   else
-   if (!S_ISREG(s.st_mode))  /* If it exists and isn't a 
file/sym link, portpath = NULL */
+   if (stat(portpath, s) == 0)  /* If the path exsist but 
isn't a file/sym link, portpath = NULL */
+   if (!S_ISREG(s.st_mode))
portpath = NULL;
}
 
@@ -206,7 +204,6 @@ which(char *mypath)
while (dir) {
canfile = path_join(dir, install);
canpath = realpath(canfile, NULL);
-   free(canfile);
 
/* ignore invalid paths that cannot be canonicalized */
if (!canpath)
@@ -221,8 +218,9 @@ which(char *mypath)
/* If portage install's canonical path == candidate install's 
canonical path,
 * then we skip this path otheriwise we get into an infinite 
self-invocation.
 */
-   if (!strcmp(portpath, canpath))
-   goto skip;
+   if (portpath)
+   if (!strcmp(portpath, canpath))
+   goto skip;
 
/* If the canpath exists and is either a regular file or sym 
link,
 * assume we found the system's install.
@@ -242,6 +240,8 @@ which(char *mypath)
dir = strtok_r(NULL, :, savedptr);
}
 
+   free(portpath);
+
if (env_path == NULL)
err(1, failed to find 'install' in standard utilities path);
else



[gentoo-commits] gentoo-x86 commit in dev-ruby/jwt: ChangeLog jwt-1.0.0.ebuild

2014-06-11 Thread Hans de Graaff (graaff)
graaff  14/06/11 11:35:07

  Modified: ChangeLog jwt-1.0.0.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/jwt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 May 2014 05:40:44 -  1.11
+++ ChangeLog   11 Jun 2014 11:35:07 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/jwt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.11 2014/05/24 
05:40:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/ChangeLog,v 1.12 2014/06/11 
11:35:07 graaff Exp $
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org jwt-1.0.0.ebuild:
+  Add ruby21.
 
 *jwt-1.0.0 (24 May 2014)
 



1.2  dev-ruby/jwt/jwt-1.0.0.ebuild

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

Index: jwt-1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jwt-1.0.0.ebuild24 May 2014 05:40:44 -  1.1
+++ jwt-1.0.0.ebuild11 Jun 2014 11:35:07 -  1.2
@@ -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/dev-ruby/jwt/jwt-1.0.0.ebuild,v 1.1 
2014/05/24 05:40:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-1.0.0.ebuild,v 1.2 
2014/06/11 11:35:07 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 






[gentoo-commits] gentoo-x86 commit in www-servers/monkeyd: monkeyd-1.5.1.ebuild ChangeLog monkeyd-1.5.0.ebuild

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 11:53:24

  Modified: ChangeLog
  Added:monkeyd-1.5.1.ebuild
  Removed:  monkeyd-1.5.0.ebuild
  Log:
  Version bump, remove older unstable
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.70 www-servers/monkeyd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   26 May 2014 17:26:25 -  1.69
+++ ChangeLog   11 Jun 2014 11:53:24 -  1.70
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/monkeyd
 # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.69 
2014/05/26 17:26:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.70 
2014/06/11 11:53:24 blueness Exp $
+
+*monkeyd-1.5.1 (11 Jun 2014)
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org +monkeyd-1.5.1.ebuild,
+  -monkeyd-1.5.0.ebuild:
+  Version bump, remove older unstable
 
 *monkeyd-1.5.0 (26 May 2014)
 



1.1  www-servers/monkeyd/monkeyd-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.1.ebuild?rev=1.1content-type=text/plain

Index: monkeyd-1.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.1.ebuild,v 
1.1 2014/06/11 11:53:24 blueness Exp $

EAPI=5

inherit toolchain-funcs depend.php multilib

MY_P=${PN/d}-${PV}
DESCRIPTION=A small, fast, and scalable web server
HOMEPAGE=http://www.monkey-project.com/;
SRC_URI=http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86

# ssl is broken, so we turn it off until fixed
IUSE=-debug jemalloc php minimal musl uclibc monkeyd_plugins_auth 
monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi 
+monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril

# uclibc is often compiled without backtrace info so we should
# force this off.  If someone complains, consider relaxing it.
# ssl is borken, so we remove ssl? ( monkeyd_plugins_polarssl )
REQUIRED_USE=uclibc? ( !debug )

DEPEND=jemalloc? ( =dev-libs/jemalloc-3.3.1 )
RDEPEND=php? ( dev-lang/php )

S=${WORKDIR}/${MY_P}

WEBROOT=/var/www/localhost

pkg_setup() {
use php  require_php_cgi

if use debug; then
ewarn
ewarn 
\033[1;33m**\033[00m
ewarn Do not use debug in production!
ewarn 
\033[1;33m**\033[00m
ewarn
fi
}

src_prepare() {
# Unconditionally get rid of the bundled jemalloc
rm -rf ${S}/deps
epatch ${FILESDIR}/${PN}-1.5.0-use-system-jemalloc.patch
epatch ${FILESDIR}/${PN}-1.5.0-fix-CPPFLAGS.patch

# Don't install the banana script, we use ${FILESDIR}/monkeyd.initd 
instead
sed -i '/Creating bin\/banana/d' configure || die No configure file
sed -i '/create_banana_script bindir/d' configure || die No configure 
file

# Don't explicitly strip files
sed -i -e '/$STRIP /d' -e 's/install -s -m 644/install -m 755/' 
configure || die No configure file

# We don't need the includes, sym link to libmonkey.so, or monkey.cp 
when not installing the .so
use minimal  {
sed -i '/install -d \\$(INCDIR)/d' configure || die No 
configure file
sed -i '/install -m 644 src\/include\/\*.h \\$(INCDIR)/d' 
configure || die No configure file
sed -i '/ln -sf/d' configure || die No configure file
sed -i '/install -d \\$(LIBDIR)\/pkgconfig/d' configure || die 
No configure file
sed -i '/install -m 644 monkey.pc \\$(LIBDIR)\/pkgconfig/d' 
configure || die No configure file
}

# Unquiet build
sed -i '/^CC\s/d' configure || die No configure file
sed -i 's/^\(CC_QUIET=\).*/\1 \\\$(CC)/' configure || die No configure 
file
sed -i 's/^\(.*MAKE.*\)-s\(.*\)$/\1\2/' configure || die No configure 
file
makes=$(find . -iname 

[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.0.0_p481.ebuild

2014-06-11 Thread Jeroen Roovers (jer)
jer 14/06/11 11:54:12

  Modified: ChangeLog ruby-2.0.0_p481.ebuild
  Log:
  Stable for HPPA (bug #512904).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.656dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.656view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.656content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.655r2=1.656

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -r1.655 -r1.656
--- ChangeLog   10 Jun 2014 22:25:08 -  1.655
+++ ChangeLog   11 Jun 2014 11:54:11 -  1.656
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.655 2014/06/10 
22:25:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.656 2014/06/11 
11:54:11 jer Exp $
+
+  11 Jun 2014; Jeroen Roovers j...@gentoo.org ruby-2.0.0_p481.ebuild:
+  Stable for HPPA (bug #512904).
 
   10 Jun 2014; Jeroen Roovers j...@gentoo.org ruby-1.9.3_p547.ebuild:
   Stable for HPPA (bug #512904).



1.2  dev-lang/ruby/ruby-2.0.0_p481.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p481.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p481.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p481.ebuild?r1=1.1r2=1.2

Index: ruby-2.0.0_p481.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p481.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-2.0.0_p481.ebuild  10 May 2014 09:04:57 -  1.1
+++ ruby-2.0.0_p481.ebuild  11 Jun 2014 11:54:12 -  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-lang/ruby/ruby-2.0.0_p481.ebuild,v 1.1 
2014/05/10 09:04:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p481.ebuild,v 1.2 
2014/06/11 11:54:12 jer Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE=|| ( Ruby-BSD BSD-2 )
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
 IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in net-misc/minissdpd: minissdpd-1.2.20140610.ebuild ChangeLog

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 11:58:21

  Modified: ChangeLog
  Added:minissdpd-1.2.20140610.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.11 net-misc/minissdpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Sep 2013 13:20:11 -   1.10
+++ ChangeLog   11 Jun 2014 11:58:21 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/minissdpd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.10 
2013/09/07 13:20:11 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/minissdpd/ChangeLog,v 1.11 
2014/06/11 11:58:21 blueness Exp $
+
+*minissdpd-1.2.20140610 (11 Jun 2014)
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +minissdpd-1.2.20140610.ebuild:
+  Version bump
 
 *minissdpd-1.2.20130907 (07 Sep 2013)
 



1.1  net-misc/minissdpd/minissdpd-1.2.20140610.ebuild

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

Index: minissdpd-1.2.20140610.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/minissdpd/minissdpd-1.2.20140610.ebuild,v 1.1 
2014/06/11 11:58:21 blueness Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION=MiniSSDP Daemon
SRC_URI=http://miniupnp.free.fr/files/${P}.tar.gz;
HOMEPAGE=http://miniupnp.free.fr/;

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

DEPEND=
RDEPEND==sys-apps/net-tools-1.60_p20120127084908[old-output]
|| ( net-misc/miniupnpd net-libs/miniupnpc )

src_prepare() {
epatch ${FILESDIR}/${PN}-1.2-respect-CC.patch
epatch ${FILESDIR}/${PN}-1.2-remove-initd.patch
}

src_compile() {
emake CC=$(tc-getCC)
}

src_install () {
einstall PREFIX=${D}
newinitd ${FILESDIR}/${PN}.initd ${PN}
newconfd ${FILESDIR}/${PN}.confd ${PN}
dodoc Changelog.txt README
doman minissdpd.1
}






[gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.15.15.ebuild ChangeLog

2014-06-11 Thread Tiziano Mueller (dev-zero)
dev-zero14/06/11 12:05:38

  Modified: mwlib-0.15.15.ebuild ChangeLog
  Log:
  Add missing build-time dependencies required now that we build from a github 
tarball.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1A5D023975B0583D!)

Revision  ChangesPath
1.2  dev-python/mwlib/mwlib-0.15.15.ebuild

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

Index: mwlib-0.15.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.15.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mwlib-0.15.15.ebuild6 Jun 2014 14:14:53 -   1.1
+++ mwlib-0.15.15.ebuild11 Jun 2014 12:05:38 -  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/mwlib/mwlib-0.15.15.ebuild,v 1.1 
2014/06/06 14:14:53 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.15.15.ebuild,v 1.2 
2014/06/11 12:05:38 dev-zero Exp $
 
 EAPI=5
 
@@ -38,8 +38,10 @@
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip
+   dev-util/re2c
+   dev-python/cython[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
-   test? ( =dev-python/wsgiintercept-0.6 )
+   test? ( =dev-python/wsgiintercept-0.6[${PYTHON_USEDEP}] )
 
 # TODO: requires ploticus to generate timelines
 



1.33 dev-python/mwlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   6 Jun 2014 14:14:53 -   1.32
+++ ChangeLog   11 Jun 2014 12:05:38 -  1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/mwlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.32 
2014/06/06 14:14:53 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.33 
2014/06/11 12:05:38 dev-zero Exp $
+
+  11 Jun 2014; Tiziano Müller dev-z...@gentoo.org mwlib-0.15.15.ebuild:
+  Add missing build-time dependencies required now that we build from a github
+  tarball.
 
 *mwlib-0.15.15 (06 Jun 2014)
 






[gentoo-commits] dev/graaff:master commit in: dev-ruby/skydrive/

2014-06-11 Thread Hans de Graaff
commit: 70b550b6a7288040cf120b93263c3906a78bbdde
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Wed Jun 11 12:10:22 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Wed Jun 11 12:10:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=70b550b6

Initial import.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/skydrive/ChangeLog | 10 
 dev-ruby/skydrive/Manifest  |  1 +
 dev-ruby/skydrive/metadata.xml  |  5 
 dev-ruby/skydrive/skydrive-0.1.5.ebuild | 41 +
 4 files changed, 57 insertions(+)

diff --git a/dev-ruby/skydrive/ChangeLog b/dev-ruby/skydrive/ChangeLog
new file mode 100644
index 000..cf9d747
--- /dev/null
+++ b/dev-ruby/skydrive/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/skydrive
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*skydrive-0.1.5 (11 Jun 2014)
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org +skydrive-0.1.5.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/skydrive/Manifest b/dev-ruby/skydrive/Manifest
new file mode 100644
index 000..643ac50
--- /dev/null
+++ b/dev-ruby/skydrive/Manifest
@@ -0,0 +1 @@
+DIST skydrive-0.1.5.gem 18944 SHA256 
a10e9b12b7a7142367dbd3ea9b9b9c3cf3302274c6739b6721135dd9b60fa34a SHA512 
bb9cab8c93f6993e4126ba30a3ff2a979dce822b1cca37a12c09a8b9c388332d496e30fa3a969acdca028158b58f7d5008293d5a1e5d9048196e372c71fdad25
 WHIRLPOOL 
d30fe9df3ca6febb205e4e73fb9800a510aacbfe8765e38bd4dbc09ef0745e6b0718a7dad2a765bdf90a160e7e7b9c87f589ef5e1b11fa506178cd7bbf1610d0

diff --git a/dev-ruby/skydrive/metadata.xml b/dev-ruby/skydrive/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/skydrive/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata

diff --git a/dev-ruby/skydrive/skydrive-0.1.5.ebuild 
b/dev-ruby/skydrive/skydrive-0.1.5.ebuild
new file mode 100644
index 000..29f7867
--- /dev/null
+++ b/dev-ruby/skydrive/skydrive-0.1.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_RECIPE_TEST=rspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=Simple ruby client library for Skydrive cloud storage service 
with OAuth2
+HOMEPAGE=https://github.com/ronyv89/skydrive;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+ruby_add_rdepend 
+   dev-ruby/activesupport
+   dev-ruby/httmultiparty
+   =dev-ruby/httparty-0.11.0
+   =dev-ruby/oauth2-0.9.2
+
+
+ruby_add_bdepend test? ( dev-ruby/rspec_multi_matchers dev-ruby/webmock )
+
+all_ruby_prepare() {
+   sed -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/^end/ s:^:#:' \
+   -i spec/spec_helper.rb || die
+
+   # Fails for some reason, not investigated why yet.
+   rm spec/skydrive/user_spec.rb || die
+
+   rm .rspec || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/httmultiparty/

2014-06-11 Thread Hans de Graaff
commit: 5d7386159302c30f17813c39b33a255a912662d3
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Wed Jun 11 11:50:48 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Wed Jun 11 11:50:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5d738615

Initial import. Dependency for dev-ruby/skydrive.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/httmultiparty/ChangeLog   | 10 
 dev-ruby/httmultiparty/Manifest|  1 +
 dev-ruby/httmultiparty/httmultiparty-0.3.14.ebuild | 28 ++
 dev-ruby/httmultiparty/metadata.xml|  5 
 4 files changed, 44 insertions(+)

diff --git a/dev-ruby/httmultiparty/ChangeLog b/dev-ruby/httmultiparty/ChangeLog
new file mode 100644
index 000..6d3f978
--- /dev/null
+++ b/dev-ruby/httmultiparty/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/httmultiparty
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*httmultiparty-0.3.14 (11 Jun 2014)
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org +httmultiparty-0.3.14.ebuild,
+  +metadata.xml:
+  Initial import. Dependency for dev-ruby/skydrive.
+

diff --git a/dev-ruby/httmultiparty/Manifest b/dev-ruby/httmultiparty/Manifest
new file mode 100644
index 000..ac037a2
--- /dev/null
+++ b/dev-ruby/httmultiparty/Manifest
@@ -0,0 +1 @@
+DIST httmultiparty-0.3.14.tar.gz 6844 SHA256 
9fb6abbe1d2dbf06eb217672d094ecc1195560dc905e3cd67cdbb4dfad91509e SHA512 
804e434054693d92d68d896cb0a8818d4d68da4fe7d8b6517b631ee93ff43c070fad4798802758c440b9389ec51c6f8b5758316cbabcfdef72ee3ec06035
 WHIRLPOOL 
a183522005424a0fdf4200d89a45e025c2326b58b422ffde2a5736f55ff7208b82ad67760fba60c769a0f7e26c28ee97df1514ef4648cd4f7042c5ffb0ef71ba

diff --git a/dev-ruby/httmultiparty/httmultiparty-0.3.14.ebuild 
b/dev-ruby/httmultiparty/httmultiparty-0.3.14.ebuild
new file mode 100644
index 000..3da14c3
--- /dev/null
+++ b/dev-ruby/httmultiparty/httmultiparty-0.3.14.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_RECIPE_TEST=rspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=A thin wrapper around HTTParty to provide multipart uploads
+HOMEPAGE=https://github.com/jwagener/httmultiparty;
+SRC_URI=https://github.com/jwagener/httmultiparty/archive/v${PV}.tar.gz - 
${P}.tar.gz
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+ruby_add_rdepend 
+   =dev-ruby/httparty-0.7.3
+   dev-ruby/multipart-post
+   dev-ruby/mimemagic
+

diff --git a/dev-ruby/httmultiparty/metadata.xml 
b/dev-ruby/httmultiparty/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/httmultiparty/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata



[gentoo-commits] dev/graaff:master commit in: dev-ruby/mimemagic/

2014-06-11 Thread Hans de Graaff
commit: e13e6fb96f0a5208fef67d2caab3d10c05d263ca
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Wed Jun 11 11:48:03 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Wed Jun 11 11:48:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e13e6fb9

Initial import. Dependency for forthcoming dev-ruby/httmultiparty.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/mimemagic/ChangeLog  | 10 ++
 dev-ruby/mimemagic/Manifest   |  1 +
 dev-ruby/mimemagic/metadata.xml   |  5 +
 dev-ruby/mimemagic/mimemagic-0.2.1.ebuild | 25 +
 4 files changed, 41 insertions(+)

diff --git a/dev-ruby/mimemagic/ChangeLog b/dev-ruby/mimemagic/ChangeLog
new file mode 100644
index 000..b8417bd
--- /dev/null
+++ b/dev-ruby/mimemagic/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/mimemagic
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mimemagic-0.2.1 (11 Jun 2014)
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org +mimemagic-0.2.1.ebuild,
+  +metadata.xml:
+  Initial import. Dependency for forthcoming dev-ruby/httmultiparty.
+

diff --git a/dev-ruby/mimemagic/Manifest b/dev-ruby/mimemagic/Manifest
new file mode 100644
index 000..84a4ac1
--- /dev/null
+++ b/dev-ruby/mimemagic/Manifest
@@ -0,0 +1 @@
+DIST mimemagic-0.2.1.gem 318464 SHA256 
782626139f62610265acfe443b4d1fcb2b1002a57a2d301cf718c262e3a059d9 SHA512 
999801380fe1162a62e9a5661f17c23102f0848ee4e3dd2d8b4cb6e8eba35e72b4f8860c7473928cd5159a9bad81a116e50565437e719c121e2f9e5147cf49ad
 WHIRLPOOL 
00719904fb4683e589f17ae86cecb4cad256fba98bace11963e72c3b49fca61181cbdf3738d49ef05b83f23f275edab246e19657f96584f601d041e70c366f5d

diff --git a/dev-ruby/mimemagic/metadata.xml b/dev-ruby/mimemagic/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/mimemagic/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata

diff --git a/dev-ruby/mimemagic/mimemagic-0.2.1.ebuild 
b/dev-ruby/mimemagic/mimemagic-0.2.1.ebuild
new file mode 100644
index 000..f69ce5c
--- /dev/null
+++ b/dev-ruby/mimemagic/mimemagic-0.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+inherit ruby-fakegem
+
+DESCRIPTION=Fast mime detection by extension or content
+HOMEPAGE=https://github.com/minad/mimemagic;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+ruby_add_bdepend test? ( dev-ruby/bacon )
+
+each_ruby_test() {
+   ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
+}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/rspec_multi_matchers/

2014-06-11 Thread Hans de Graaff
commit: 0e740b36ef66eabbda9ebff9b558d77889414a27
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Wed Jun 11 12:02:44 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Wed Jun 11 12:02:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=0e740b36

Initial import. Dependency of dev-ruby/skydrive.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/rspec_multi_matchers/ChangeLog| 10 +
 dev-ruby/rspec_multi_matchers/Manifest |  1 +
 dev-ruby/rspec_multi_matchers/metadata.xml |  5 +
 .../rspec_multi_matchers-1.2.1.ebuild  | 26 ++
 4 files changed, 42 insertions(+)

diff --git a/dev-ruby/rspec_multi_matchers/ChangeLog 
b/dev-ruby/rspec_multi_matchers/ChangeLog
new file mode 100644
index 000..719b3c7
--- /dev/null
+++ b/dev-ruby/rspec_multi_matchers/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/rspec_multi_matchers
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*rspec_multi_matchers-1.2.1 (11 Jun 2014)
+
+  11 Jun 2014; Hans de Graaff gra...@gentoo.org
+  +rspec_multi_matchers-1.2.1.ebuild, +metadata.xml:
+  Initial import. Dependency of dev-ruby/skydrive.
+

diff --git a/dev-ruby/rspec_multi_matchers/Manifest 
b/dev-ruby/rspec_multi_matchers/Manifest
new file mode 100644
index 000..e8d8f41
--- /dev/null
+++ b/dev-ruby/rspec_multi_matchers/Manifest
@@ -0,0 +1 @@
+DIST rspec_multi_matchers-1.2.1.gem 8704 SHA256 
ad98d8246bca45e17735330619644c2e504c02b3c845b184441262dce426fc6e SHA512 
3d72c60dc865328bfadc36bd37e67e9255a859a103bc4b21ec8acee6bf4d9d51bcc3964c5b1d6ad6ea5b62da5cc7d5d81dfa0e4068352466073417c7643e9c85
 WHIRLPOOL 
2b09c83d4abb2bd53f866323f0ee8d795b331996514240e877a08f6d63ab615a1ef14a2b66d26a2270e5ac6e7a72d5385dba26e0797406ed6115c1d57b80c50c

diff --git a/dev-ruby/rspec_multi_matchers/metadata.xml 
b/dev-ruby/rspec_multi_matchers/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/rspec_multi_matchers/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata

diff --git a/dev-ruby/rspec_multi_matchers/rspec_multi_matchers-1.2.1.ebuild 
b/dev-ruby/rspec_multi_matchers/rspec_multi_matchers-1.2.1.ebuild
new file mode 100644
index 000..627c19b
--- /dev/null
+++ b/dev-ruby/rspec_multi_matchers/rspec_multi_matchers-1.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.rdoc
+
+RUBY_FAKEGEM_RECIPE_TEST=rspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=test collection using each or other enumerable methods
+HOMEPAGE=http://github.com/gregwebs/rspec-multi-matchers;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+all_ruby_prepare() {
+   # Fails on whitespace differences with newer rspec.
+   rm spec/lib/match_each_spec.rb || die
+}



[gentoo-commits] gentoo-x86 commit in dev-perl/Scalar-Properties: Scalar-Properties-1.100.860-r1.ebuild ChangeLog Scalar-Properties-1.100.860.ebuild

2014-06-11 Thread Mikle Kolyada (zlogene)
zlogene 14/06/11 12:28:48

  Modified: Scalar-Properties-1.100.860-r1.ebuild ChangeLog
  Removed:  Scalar-Properties-1.100.860.ebuild
  Log:
  Merge stable keywords from -r0; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild?r1=1.1r2=1.2

Index: Scalar-Properties-1.100.860-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Scalar-Properties-1.100.860-r1.ebuild   1 May 2014 17:46:14 -   
1.1
+++ Scalar-Properties-1.100.860-r1.ebuild   11 Jun 2014 12:28: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/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v
 1.1 2014/05/01 17:46:14 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v
 1.2 2014/06/11 12:28:48 zlogene Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=run-time properties on scalar variables
 
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=amd64 hppa ia64 ~ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=
 
 SRC_TEST=do



1.24 dev-perl/Scalar-Properties/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   1 May 2014 17:46:14 -   1.23
+++ ChangeLog   11 Jun 2014 12:28:48 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Scalar-Properties
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.23 
2014/05/01 17:46:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.24 
2014/06/11 12:28:48 zlogene Exp $
+
+  11 Jun 2014; Mikle Kolyada zlog...@gentoo.org
+  -Scalar-Properties-1.100.860.ebuild, Scalar-Properties-1.100.860-r1.ebuild:
+  Merge stable keywords from -r0; Drop old.
 
 *Scalar-Properties-1.100.860-r1 (01 May 2014)
 






[gentoo-commits] proj/kde:master commit in: kde-base/kio-extras/

2014-06-11 Thread Michael Palimaka
commit: 153155fcb6ba97af8f731f7b37177a4cf636b735
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jun 11 12:45:56 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 11 12:45:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=153155fc

[kde-base/kio-extras] Whitespace.

Package-Manager: portage-2.2.10

---
 kde-base/kio-extras/kio-extras-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kio-extras/kio-extras-.ebuild 
b/kde-base/kio-extras/kio-extras-.ebuild
index 74acbcf..acfa6cf 100644
--- a/kde-base/kio-extras/kio-extras-.ebuild
+++ b/kde-base/kio-extras/kio-extras-.ebuild
@@ -76,4 +76,3 @@ pkg_postrm() {
kde5_pkg_postinst
fdo-mime_mime_database_update
 }
-



[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap: offlineimap-6.5.6.ebuild ChangeLog offlineimap-6.5.4.ebuild offlineimap-6.5.4-r1.ebuild offlineimap-6.3.4.ebuild

2014-06-11 Thread Thomas Kahle (tomka)
tomka   14/06/11 12:52:01

  Modified: ChangeLog
  Added:offlineimap-6.5.6.ebuild
  Removed:  offlineimap-6.5.4.ebuild
offlineimap-6.5.4-r1.ebuild
offlineimap-6.3.4.ebuild
  Log:
  Bump to 6.5.6, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.97 net-mail/offlineimap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   14 Jan 2014 15:10:17 -  1.96
+++ ChangeLog   11 Jun 2014 12:52:01 -  1.97
@@ -1,6 +1,15 @@
 # ChangeLog for net-mail/offlineimap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.96 
2014/01/14 15:10:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.97 
2014/06/11 12:52:01 tomka Exp $
+
+*offlineimap-6.5.6 (11 Jun 2014)
+
+  11 Jun 2014; Thomas Kahle to...@gentoo.org +offlineimap-6.5.6.ebuild,
+  -files/offlineimap-6.3.2-darwin10.patch,
+  -files/offlineimap-6.3.4-fix-manpage-headings.patch,
+  -offlineimap-6.3.4.ebuild, -offlineimap-6.5.4-r1.ebuild,
+  -offlineimap-6.5.4.ebuild:
+  Bump to 6.5.6, remove old
 
   14 Jan 2014; Agostino Sarubbo a...@gentoo.org offlineimap-6.5.5.ebuild:
   Stable for ppc, wrt bug #495866



1.1  net-mail/offlineimap/offlineimap-6.5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild?rev=1.1content-type=text/plain

Index: offlineimap-6.5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild,v 1.1 
2014/06/11 12:52:01 tomka Exp $

EAPI=5

# Normally you need only one version of this.
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE=threads,sqlite?,ssl?

inherit eutils distutils-r1

DESCRIPTION=Powerful IMAP/Maildir synchronization and reader support
HOMEPAGE=http://offlineimap.org;
SRC_URI=https://github.com/OfflineIMAP/${PN}/tarball/v${PV} - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=doc ssl sqlite

RDEPEND=
DEPEND=doc? ( dev-python/docutils )
S=${WORKDIR}/${PN}

src_unpack() {
unpack ${A}
mv *-${PN}-* ${S}/
}

src_prepare() {
distutils-r1_src_prepare
# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 
284925
epatch ${FILESDIR}/${PN}-6.5.3.1-darwin10.patch
}

src_compile() {
distutils-r1_src_compile
if use doc ; then
cd docs
rst2man.py MANUAL.rst offlineimap.1 || die building manpage 
failed
fi
}

src_install() {
distutils-r1_src_install
dodoc offlineimap.conf offlineimap.conf.minimal
if use doc ; then
cd docs
doman offlineimap.1 || die installing manpage failed
fi
}

pkg_preinst() {
if has_version ${CATEGORY}/${PN}-6.4 ; then
elog If you upgraded from 6.3.* then you may need to update 
your config:
elog 
elog If you use nametrans= settings on a remote repository, 
you will have
elog to add a \reverse\ nametrans setting to the local 
repository, so that
elog it knows which folders it should (not) create on the 
remote side.
elog 
fi
}

pkg_postinst() {
elog 
elog You will need to configure offlineimap by creating 
~/.offlineimaprc
elog Sample configurations are in /usr/share/doc/${PF}/
elog 
elog If you connect via ssl/tls and don't use CA cert checking, it 
will
elog display the server's cert fingerprint and require you to add it 
to the
elog configuration file to be sure it connects to the same server 
every
elog time. This serves to help fixing CVE-2010-4532 (offlineimap 
doesn't
elog check SSL server certificate) in cases where you have no CA cert.
elog 

if use sqlite ; then
elog The sqlite USE flag only 

[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap/files: offlineimap-6.3.4-fix-manpage-headings.patch offlineimap-6.3.2-darwin10.patch

2014-06-11 Thread Thomas Kahle (tomka)
tomka   14/06/11 12:52:02

  Removed:  offlineimap-6.3.4-fix-manpage-headings.patch
offlineimap-6.3.2-darwin10.patch
  Log:
  Bump to 6.5.6, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/

2014-06-11 Thread Michael Palimaka
commit: 3d5695e8a62e9fd66db29bc2e5b4d22075a90ada
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jun 11 13:16:44 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 11 13:16:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3d5695e8

[x11-misc/compton-conf] Avoid needless src_unpack override.

Package-Manager: portage-2.2.10

---
 x11-misc/compton-conf/compton-conf-0.1.0.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-0.1.0.ebuild 
b/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
index bbcb112..cb675d5 100644
--- a/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
+++ b/x11-misc/compton-conf/compton-conf-0.1.0.ebuild
@@ -28,7 +28,4 @@ DEPEND=dev-qt/qtcore:4
x11-misc/compton
 RDEPEND=${DEPEND}
 
-src_unpack() {
-   default
-   S=${WORKDIR}
-}
+S=${WORKDIR}



[gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/

2014-06-11 Thread Thomas Kahle
commit: baf35ab2771c331b2b5dcd25323edfb7d735fdb1
Author: Thomas Kahle thomas.kahle AT ovgu DOT de
AuthorDate: Wed Jun 11 13:18:08 2014 +
Commit: Thomas Kahle tom111 AT gmx DOT de
CommitDate: Wed Jun 11 13:18:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=baf35ab2

Update live ebuild

Package-Manager: portage-2.2.8-r1

---
 sci-mathematics/Macaulay2/ChangeLog |  3 +++
 sci-mathematics/Macaulay2/Macaulay2-.ebuild | 15 +++
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sci-mathematics/Macaulay2/ChangeLog 
b/sci-mathematics/Macaulay2/ChangeLog
index d28de71..b54b9b7 100644
--- a/sci-mathematics/Macaulay2/ChangeLog
+++ b/sci-mathematics/Macaulay2/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jun 2014; Thomas Kahle to...@gentoo.org Macaulay2-.ebuild:
+  Update live ebuild
+
   10 Jun 2014; Thomas Kahle to...@gentoo.org Macaulay2-.ebuild:
   update live ebuild
 

diff --git a/sci-mathematics/Macaulay2/Macaulay2-.ebuild 
b/sci-mathematics/Macaulay2/Macaulay2-.ebuild
index 888dc99..40b96f5 100644
--- a/sci-mathematics/Macaulay2/Macaulay2-.ebuild
+++ b/sci-mathematics/Macaulay2/Macaulay2-.ebuild
@@ -8,17 +8,16 @@ PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit autotools elisp-common eutils flag-o-matic git-r3 python-single-r1 
toolchain-funcs
 
-# Those packages will be built internally.
-FACTORY=factory-4.0.0
+FACTORY=factory-4.0.0+m4
+FACTORY_GFTABLES=factory.4.0.1-gftables
 
 DESCRIPTION=Research tool for commutative algebra and algebraic geometry
 HOMEPAGE=http://www.math.uiuc.edu/Macaulay2/;
+BASE_URI=http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/trunk;
 SRC_URI=
-   
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/factory-gftables.tar.gz
-   
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${FACTORY}.tar.gz
-   
http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/trunk/gtest-1.7.0.tar.gz;
-#  
http://www.mathematik.uni-osnabrueck.de/normaliz/Normaliz2.8/Normaliz2.8.zip;
-# Need normaliz for an up to date normaliz.m2
+   ${BASE_URI}/${FACTORY}.tar.gz
+   ${BASE_URI}/${FACTORY_GFTABLES}.tar.gz
+   ${BASE_URI}/gtest-1.7.0.tar.gz
 EGIT_REPO_URI=git://github.com/Macaulay2/M2.git
 
 SLOT=0
@@ -99,7 +98,7 @@ src_prepare() {
# other program. We build it internally and don't install it.
cp ${DISTDIR}/${FACTORY}.tar.gz ${S}/BUILD/tarfiles/ \
|| die copy failed
-   cp ${DISTDIR}/factory-gftables.tar.gz ${S}/BUILD/tarfiles/ \
+   cp ${DISTDIR}/${FACTORY_GFTABLES}.tar.gz ${S}/BUILD/tarfiles/ \
|| die copy failed
# Macaulay2 developers want that gtest is built internally because
# the documentation says it may fail if build with options not the



[gentoo-commits] proj/qt:master commit in: dev-libs/quazip/

2014-06-11 Thread Michael Palimaka
commit: 829a463c485195f9deb6ba03409f646d861275bb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jun 11 13:33:12 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 11 13:33:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=829a463c

[dev-libs/quazip] Add missing metadata.

Package-Manager: portage-2.2.10

---
 dev-libs/quazip/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-libs/quazip/metadata.xml b/dev-libs/quazip/metadata.xml
new file mode 100644
index 000..4bf6dbc
--- /dev/null
+++ b/dev-libs/quazip/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci/herd
+  maintainer
+emails...@gentoo.org/email
+  /maintainer
+/pkgmetadata



[gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/

2014-06-11 Thread Michael Palimaka
commit: ef76e6b258f2303cb1d697c7fd8f4bf9e2456b1c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jun 11 13:35:57 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 11 13:35:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ef76e6b2

[dev-libs/libsystemd-qt] Remove version with unsatisfiable dependencies.

Package-Manager: portage-2.2.10

---
 dev-libs/libsystemd-qt/Manifest |  1 -
 dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/dev-libs/libsystemd-qt/Manifest b/dev-libs/libsystemd-qt/Manifest
index 16c7e52..cff2de1 100644
--- a/dev-libs/libsystemd-qt/Manifest
+++ b/dev-libs/libsystemd-qt/Manifest
@@ -1,2 +1 @@
-DIST libsystemd-qt-207.zip 52951 SHA256 
3ab0dc0856f330d1cd10b8d077c55bc13fc583dae238d04368eb23fa5a75604d SHA512 
8b9a076d6ac067ed1c950852d123d13915a9f1182654edb107e6f73223e36f03b419456a567c4524d175e047bc5ddfdad7387af311094abbdda1365afadc866c
 WHIRLPOOL 
fb0d47463c45ae4b7e7c5d72fc0f793af2c29d9bc85144d92b4b614b0bf33de00f09ff0a6f763af76c999a76bd7892c1fec9310e78adca713d8632d98ecb5d37
 DIST libsystemd-qt-208.zip 48324 SHA256 
87a04e0bb3e27ff280a21b8fc2488572b13e3e7cf3ae687e841dae6bb15fe80e SHA512 
8355c93b46727a6affbf5e0d53ca3277486eb2431ae2cc0cb993c2e940f2b56df283bbca6272b3faa4e887d71a78fabd96b2fd11e6f397fd9ef27df21a8b15e2
 WHIRLPOOL 
adebef493d551852e8c9bec5dccf9dfcbd88e5a24595ddf21bda975b3a499979df8aa37c2f0f325fe13c8ea05401dc5a6b2b43ac1fc6c79ef8b6c13390376c77

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild 
b/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild
deleted file mode 100644
index 8bc2517..000
--- a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI=https://github.com/scarpin0/${PN}.git;
-   inherit git-2
-   KEYWORDS=
-   SYSTEMD_VERSION==sys-apps/systemd-207
-else
-   SRC_URI=https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip - 
${P}.zip
-   KEYWORDS=~amd64
-   SYSTEMD_VERSION=~sys-apps/systemd-${PV}
-fi
-
-DESCRIPTION=Qt wrapper for systemd API
-HOMEPAGE=https://github.com/scarpin0/libsystemd-qt;
-
-LICENSE=LGPL-2.1
-SLOT=0
-IUSE=debug qml test
-
-RDEPEND=
-   ${SYSTEMD_VERSION}
-   dev-qt/qtdbus:4
-   dev-qt/qtcore:5
-   qml? ( dev-qt/qtdeclarative:5 )
-
-DEPEND=${RDEPEND}
-   test? ( dev-qt/qttest:5 )
-
-
-DOCS=( README.md )
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use test BUILD_QTSYSTEMD_TESTS)
-   $(cmake-utils_use qml BUILD_QTSYSTEMD_QMLPLUGIN)
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] proj/qt:master commit in: dev-ruby/qt4-qtruby/

2014-06-11 Thread Michael Palimaka
commit: b31d22d9058e15d92da64631d5f87129664173e0
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jun 11 13:39:04 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jun 11 13:39:04 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b31d22d9

[dev-ruby/qt4-qtruby] Remove unfetchable package.

---
 dev-ruby/qt4-qtruby/Manifest|  1 -
 dev-ruby/qt4-qtruby/metadata.xml| 17 ---
 dev-ruby/qt4-qtruby/qt4-qtruby-2.2.0.ebuild | 78 -
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/qt4-qtruby/Manifest b/dev-ruby/qt4-qtruby/Manifest
deleted file mode 100644
index d16205a..000
--- a/dev-ruby/qt4-qtruby/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qt4-qtruby-2.2.0.tar.gz 1006471 SHA256 
bf4267038a435d63a60c96d929f8d4a3cd9641f38ba1425c3b82aef210841074 SHA512 
f5e570c8e55e2aa9b3a4d7e2b8db87a2a8984ffdae2f2460f41543adf9a347d36341a96de1037cc8de204ba0ca006989db9e333b55cd0b46cc602c8d34422489
 WHIRLPOOL 
03b1fb831e733e4c60fe2e0a146cfe7be2a06d36229e88906af06cfba08893f03c0826b1479a672660f638d1c988cb30c23614302c2deacc149b61e6e2be4062

diff --git a/dev-ruby/qt4-qtruby/metadata.xml b/dev-ruby/qt4-qtruby/metadata.xml
deleted file mode 100644
index eb2bb8b..000
--- a/dev-ruby/qt4-qtruby/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdruby/herd
-herdqt/herd
-use
-flag name=assistantEnable Qt assistant module support/flag
-flag name=phononEnable Qt Phonon module support/flag
-flag name=qt3supportEnable Qt Qt3support module/flag
-flag name=qtscriptEnable Qt Script module support/flag
-flag name=qttestEnable Qt Test module support/flag
-flag name=qwtEnable qwt bindings/flag
-flag name=qscintillaEnable bindings for qscintilla/flag
-flag name=webkitEnable Qt Webkit support/flag
-flag name=xmlpatternsEnable Qt Xmlpatters support/flag
-/use
-/pkgmetadata

diff --git a/dev-ruby/qt4-qtruby/qt4-qtruby-2.2.0.ebuild 
b/dev-ruby/qt4-qtruby/qt4-qtruby-2.2.0.ebuild
deleted file mode 100644
index 460dde4..000
--- a/dev-ruby/qt4-qtruby/qt4-qtruby-2.2.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit cmake-utils
-
-DESCRIPTION=Ruby bindings for Qt4
-HOMEPAGE=http://rubyforge.org/projects/korundum;
-SRC_URI=http://rubyforge.org/frs/download.php/75633/${P}.tar.gz;
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=assistant phonon qt3support qtscript qscintilla qttest qwt webkit 
xmlpatterns
-
-RDEPEND==dev-lang/ruby-1.8
-   kde-base/smokeqt
-   dev-qt/qtgui:4[accessibility,dbus]
-   dev-qt/qtopengl:4
-   dev-qt/qtsql:4
-   dev-qt/qtsvg:4[accessibility]
-   assistant? ( dev-qt/qthelp:4 )
-   phonon? ( dev-qt/qtphonon:4 )
-   qt3support? ( dev-qt/qt3support:4[accessibility] )
-   qtscript? ( dev-qt/qtscript:4 )
-   qttest? ( dev-qt/qttest:4 )
-   webkit? ( dev-qt/qtwebkit:4 )
-   xmlpatterns? ( dev-qt/qtxmlpatterns:4 )
-   qscintilla? ( =x11-libs/qscintilla-2* )
-   qwt? ( x11-libs/qwt:5 )
-DEPEND=${RDEPEND}
-
-# Dev notes:
-# Check the CMakeLists for optional components and automagic dependencies!
-# I'm not sure if the QT_USE_* options below actually work...
-# Also, make sure we are multilib compatible.
-# USE=qwt fails... but it's optional now.
-# This currently also installs Qt.rb and Qt3.rb, but i think we only want
-# Qt4.rb.
-
-src_configure() {
-   local MY_RUBYINC=$( ruby -rrbconfig -e 'puts 
Config::CONFIG[rubyhdrdir]' )
-   if [[ $MY_RUBYINC = nil ]]; then
-   MY_RUBYINC=$( ruby -rrbconfig -e 'puts 
Config::CONFIG[archdir]' )
-   fi
-   local MY_LIBRUBY=$( ruby -rrbconfig -e 'puts 
File.join(Config::CONFIG[libdir], Config::CONFIG[LIBRUBY])' )
-
-   # point to detected include and lib locations
-   # and build smokeqt but not smokekde
-   mycmakeargs=${mycmakeargs}
-   -DRUBY_INCLUDE_PATH=$MY_RUBYINC
-   -DRUBY_LIBRARY=$MY_LIBRUBY
-   -DENABLE_QTRUBY=on
-   -DENABLE_SMOKE=on
-   -DENABLE_SMOKEKDE=off
-   -DQT_USE_QTDESIGNER=true
-   $(cmake-utils_use assistant QT_USE_QTASSISTANT)
-   $(cmake-utils_use assistant QT_USE_QTASSISTANTCLIENT)
-   $(cmake-utils_use phonon QT_USE_PHONON)
-   $(cmake-utils_use_enable phonon PHONON_RUBY)
-   $(cmake-utils_use_enable phonon PHONON_SMOKE)
-   $(cmake-utils_use qt3support QT_USE_QT3SUPPORT)
-   $(cmake-utils_use_enable qtscript QTSCRIPT)
-   $(cmake-utils_use_enable qtscript QTSCRIPT-SMOKE)
-   $(cmake-utils_use_enable qttest QTTEST)
-   $(cmake-utils_use_enable qttest QTTEST-SMOKE)
-   $(cmake-utils_use_enable webkit QTWEBKIT_RUBY)
-   $(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
-   $(cmake-utils_use xmlpatterns 

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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 13:52:58

  Modified: ChangeLog
  Added:eyeD3-0.7.4-r2.ebuild
  Log:
  Wrap installed script properly. Add missing python-magic dep that causes 
auto-download to happen during install.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.69 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   1 Apr 2014 09:19:53 -   1.68
+++ ChangeLog   11 Jun 2014 13:52:58 -  1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.68 
2014/04/01 09:19:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 
2014/06/11 13:52:58 mgorny Exp $
+
+*eyeD3-0.7.4-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +eyeD3-0.7.4-r2.ebuild:
+  Wrap installed script properly. Add missing python-magic dep that causes 
auto-
+  download to happen during install.
 
 *eyeD3-0.7.4-r1 (01 Apr 2014)
 



1.1  dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild

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

Index: eyeD3-0.7.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.1 
2014/06/11 13:52:58 mgorny Exp $

EAPI=5

# For python3_{2,3}, see bugs 501338, 501340

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Module for manipulating ID3 (v1 + v2) tags in Python
HOMEPAGE=http://eyed3.nicfit.net/;
SRC_URI=http://eyed3.nicfit.net/releases/${P}.tgz;

LICENSE=GPL-2
SLOT=0.7
KEYWORDS=~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~x86-solaris
IUSE=

RDEPEND=!${CATEGORY}/${PN}-0.6.18-r1:0
dev-python/python-magic[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/paver[${PYTHON_USEDEP}]

python_prepare_all() {
# prevent the build system from installing unwrapped bash script
sed -i -e '/scripts/d' pavement.py || die

distutils-r1_python_prepare_all
}

python_install() {
distutils-r1_python_install

sed -e s:python:${EPYTHON}: bin/eyeD3  ${TMPDIR}/eyeD3 || die
python_doexe ${TMPDIR}/eyeD3
}

python_install_all() {
dodoc AUTHORS ChangeLog README.rst
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.2.60.ebuild ChangeLog

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:05:43

  Modified: ChangeLog
  Added:hardened-sources-3.2.60.ebuild
  Log:
  vanilla-3.2.60 + genpatches-3.2.16 + grsecurity-3.0-3.2.60-201406101410
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1066   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1066view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1066content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1065r2=1.1066

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1065
retrieving revision 1.1066
diff -u -r1.1065 -r1.1066
--- ChangeLog   10 Jun 2014 10:53:53 -  1.1065
+++ ChangeLog   11 Jun 2014 14:05:43 -  1.1066
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1065 2014/06/10 10:53:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1066 2014/06/11 14:05:43 blueness Exp $
+
+*hardened-sources-3.2.60 (11 Jun 2014)
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.2.60.ebuild:
+  vanilla-3.2.60 + genpatches-3.2.16 + grsecurity-3.0-3.2.60-201406101410
 
   10 Jun 2014; Anthony G. Basile bluen...@gentoo.org
   -hardened-sources-3.11.7-r1.ebuild, -hardened-sources-3.13.2-r3.ebuild,



1.1  sys-kernel/hardened-sources/hardened-sources-3.2.60.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60.ebuild?rev=1.1content-type=text/plain

Index: hardened-sources-3.2.60.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.60.ebuild,v
 1.1 2014/06/11 14:05:43 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=16
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=4200_fbcondecor-0.9.6.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 14:06:32

  Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
  Log:
  Remove the python-magic dependency wrt bug #488270, and remove the 
pavement.py line that tries to install it instead.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild

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

Index: eyeD3-0.7.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eyeD3-0.7.4-r2.ebuild   11 Jun 2014 13:52:58 -  1.1
+++ eyeD3-0.7.4-r2.ebuild   11 Jun 2014 14:06:32 -  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/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.1 2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.2 2014/06/11 14:06:32 mgorny Exp $
 
 EAPI=5
 
@@ -19,14 +19,15 @@
 KEYWORDS=~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=
 
-RDEPEND=!${CATEGORY}/${PN}-0.6.18-r1:0
-   dev-python/python-magic[${PYTHON_USEDEP}]
+RDEPEND=!${CATEGORY}/${PN}-0.6.18-r1:0
 DEPEND=${RDEPEND}
dev-python/paver[${PYTHON_USEDEP}]
 
 python_prepare_all() {
# prevent the build system from installing unwrapped bash script
-   sed -i -e '/scripts/d' pavement.py || die
+   # and prevent it from pulling optional python-magic
+   sed -i -e '/scripts/d' \
+   -e '/install_requires/d' pavement.py || die
 
distutils-r1_python_prepare_all
 }



1.70 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   11 Jun 2014 13:52:58 -  1.69
+++ ChangeLog   11 Jun 2014 14:06:32 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 
2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.70 
2014/06/11 14:06:32 mgorny Exp $
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org eyeD3-0.7.4-r2.ebuild:
+  Remove the python-magic dependency wrt bug #488270, and remove the 
pavement.py
+  line that tries to install it instead.
 
 *eyeD3-0.7.4-r2 (11 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: hardened-sources-3.14.6.ebuild ChangeLog

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:08:04

  Modified: ChangeLog
  Added:hardened-sources-3.14.6.ebuild
  Log:
  vanilla-3.14.6 + genpatches-3.14-10 + grsecurity-3.0-3.14.6-201406101411
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.1067   sys-kernel/hardened-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1067view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.1067content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.1066r2=1.1067

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -r1.1066 -r1.1067
--- ChangeLog   11 Jun 2014 14:05:43 -  1.1066
+++ ChangeLog   11 Jun 2014 14:08:04 -  1.1067
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1066 2014/06/11 14:05:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1067 2014/06/11 14:08:04 blueness Exp $
+
+*hardened-sources-3.14.6 (11 Jun 2014)
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +hardened-sources-3.14.6.ebuild:
+  vanilla-3.14.6 + genpatches-3.14-10 + grsecurity-3.0-3.14.6-201406101411
 
 *hardened-sources-3.2.60 (11 Jun 2014)
 



1.1  sys-kernel/hardened-sources/hardened-sources-3.14.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.6.ebuild?rev=1.1content-type=text/plain

Index: hardened-sources-3.14.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.6.ebuild,v
 1.1 2014/06/11 14:08:04 blueness Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base
K_GENPATCHES_VER=10
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}

UNIPATCH_LIST=${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2
UNIPATCH_EXCLUDE=
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch

DESCRIPTION=Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/;
IUSE=deblob

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86

RDEPEND==sys-devel/gcc-4.5

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT=sys-apps/gradm-3.0*

ewarn
ewarn Users of grsecurity's RBAC system must ensure they are using
ewarn ${GRADM_COMPAT}, which is compatible with ${PF}.
ewarn It is strongly recommended that the following command is issued
ewarn prior to booting a ${PF} kernel for the first time:
ewarn
ewarn emerge -na =${GRADM_COMPAT}
ewarn
}






[gentoo-commits] proj/hardened-patchset: New tag: 20140610

2014-06-11 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Wed Jun 11 14:09:39 2014 +

New tag: 20140610




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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 14:20:03

  Modified: ChangeLog
  Added:eyeD3-0.6.18-r2.ebuild
  Log:
  Convert the :0 slot to distutils-r1. Clean up.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.71 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   11 Jun 2014 14:06:32 -  1.70
+++ ChangeLog   11 Jun 2014 14:20:03 -  1.71
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.70 
2014/06/11 14:06:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.71 
2014/06/11 14:20:03 mgorny Exp $
+
+*eyeD3-0.6.18-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +eyeD3-0.6.18-r2.ebuild:
+  Convert the :0 slot to distutils-r1. Clean up.
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org eyeD3-0.7.4-r2.ebuild:
   Remove the python-magic dependency wrt bug #488270, and remove the 
pavement.py



1.1  dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild

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

Index: eyeD3-0.6.18-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild,v 
1.1 2014/06/11 14:20:03 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Module for manipulating ID3 (v1 + v2) tags in Python
HOMEPAGE=http://eyed3.nicfit.net/;
SRC_URI=http://eyed3.nicfit.net/releases/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris
IUSE=

python_configure_all() {
econf
}

python_install_all() {
local DOCS=( AUTHORS ChangeLog NEWS README TODO )
local HTML_DOCS=( *.html )
distutils-r1_python_install_all
}






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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 14:21:34

  Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
  Log:
  Restore ~arm after dropping python-magic dep.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild

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

Index: eyeD3-0.7.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eyeD3-0.7.4-r2.ebuild   11 Jun 2014 14:06:32 -  1.2
+++ eyeD3-0.7.4-r2.ebuild   11 Jun 2014 14:21:34 -  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-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.2 2014/06/11 14:06:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 
1.3 2014/06/11 14:21:34 mgorny Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0.7
-KEYWORDS=~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris
+KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=
 
 RDEPEND=!${CATEGORY}/${PN}-0.6.18-r1:0



1.72 dev-python/eyeD3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.71r2=1.72

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   11 Jun 2014 14:20:03 -  1.71
+++ ChangeLog   11 Jun 2014 14:21:34 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/eyeD3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.71 
2014/06/11 14:20:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.72 
2014/06/11 14:21:34 mgorny Exp $
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org eyeD3-0.7.4-r2.ebuild:
+  Restore ~arm after dropping python-magic dep.
 
 *eyeD3-0.6.18-r2 (11 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/hachoir-parser: hachoir-parser-1.3.4-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 14:25:30

  Modified: ChangeLog
  Added:hachoir-parser-1.3.4-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.11 dev-python/hachoir-parser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   16 Jun 2013 10:16:14 -  1.10
+++ ChangeLog   11 Jun 2014 14:25:30 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/hachoir-parser
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.10 
2013/06/16 10:16:14 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.11 
2014/06/11 14:25:30 mgorny Exp $
+
+*hachoir-parser-1.3.4-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org 
+hachoir-parser-1.3.4-r1.ebuild:
+  Convert to distutils-r1.
 
   16 Jun 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   python will maintain this: http://www.gossamer-



1.1  dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild?rev=1.1content-type=text/plain

Index: hachoir-parser-1.3.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild,v
 1.1 2014/06/11 14:25:30 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

DESCRIPTION=Package of Hachoir parsers used to open binary files
HOMEPAGE=http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser 
http://pypi.python.org/pypi/hachoir-parser;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND==dev-python/hachoir-core-1.3[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

python_configure_all() {
mydistutilsargs=( --setuptools )
}






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.02.ebuild ChangeLog

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:27:18

  Modified: stunnel-5.02.ebuild ChangeLog
  Log:
  Stable arm, ppc, ppc64.  Bug #503506
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  net-misc/stunnel/stunnel-5.02.ebuild

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

Index: stunnel-5.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stunnel-5.02.ebuild 10 Jun 2014 13:16:28 -  1.3
+++ stunnel-5.02.ebuild 11 Jun 2014 14:27:18 -  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/net-misc/stunnel/stunnel-5.02.ebuild,v 1.3 
2014/06/10 13:16:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.02.ebuild,v 1.4 
2014/06/11 14:27:18 blueness Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=ipv6 selinux tcpd
 
 DEPEND=tcpd? ( sys-apps/tcp-wrappers )



1.167net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.167view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.167content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.166r2=1.167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   10 Jun 2014 13:16:28 -  1.166
+++ ChangeLog   11 Jun 2014 14:27:18 -  1.167
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.166 
2014/06/10 13:16:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.167 
2014/06/11 14:27:18 blueness Exp $
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org stunnel-5.02.ebuild:
+  Stable arm, ppc, ppc64.  Bug #503506
 
   10 Jun 2014; Jeroen Roovers j...@gentoo.org stunnel-5.02.ebuild:
   Stable for HPPA (bug #503506).






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: ChangeLog stunnel-5.01.ebuild

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:31:53

  Modified: ChangeLog
  Removed:  stunnel-5.01.ebuild
  Log:
  Remove 5.01 and unneeded patches
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.168net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.167r2=1.168

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   11 Jun 2014 14:27:18 -  1.167
+++ ChangeLog   11 Jun 2014 14:31:53 -  1.168
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.167 
2014/06/11 14:27:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.168 
2014/06/11 14:31:53 blueness Exp $
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  -files/stunnel-3.26-gentoo.diff, -files/stunnel-4.54-listen-queue.patch,
+  -files/stunnel-4.54-xforwarded-for.patch,
+  -files/stunnel-4.56-listen-queue.patch,
+  -files/stunnel-4.56-xforwarded-for.patch, -files/stunnel.rc6,
+  -stunnel-5.01.ebuild:
+  Remove 5.01 and unneeded patches
 
   11 Jun 2014; Anthony G. Basile bluen...@gentoo.org stunnel-5.02.ebuild:
   Stable arm, ppc, ppc64.  Bug #503506






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel/files: stunnel-4.56-xforwarded-for.patch stunnel-4.54-listen-queue.patch stunnel-4.56-listen-queue.patch stunnel.rc6 stunnel-3.26-gentoo.diff stu

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:31:53

  Removed:  stunnel-4.56-xforwarded-for.patch
stunnel-4.54-listen-queue.patch
stunnel-4.56-listen-queue.patch stunnel.rc6
stunnel-3.26-gentoo.diff
stunnel-4.54-xforwarded-for.patch
  Log:
  Remove 5.01 and unneeded patches
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)



[gentoo-commits] gentoo-x86 commit in net-ftp/lftp: lftp-4.5.2.ebuild ChangeLog lftp-4.5.1.ebuild

2014-06-11 Thread Jeroen Roovers (jer)
jer 14/06/11 14:33:16

  Modified: ChangeLog
  Added:lftp-4.5.2.ebuild
  Removed:  lftp-4.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.474net-ftp/lftp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.474view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.474content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.473r2=1.474

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -r1.473 -r1.474
--- ChangeLog   2 Jun 2014 13:37:25 -   1.473
+++ ChangeLog   11 Jun 2014 14:33:16 -  1.474
@@ -1,6 +1,12 @@
 # ChangeLog for net-ftp/lftp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.473 2014/06/02 
13:37:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.474 2014/06/11 
14:33:16 jer Exp $
+
+*lftp-4.5.2 (11 Jun 2014)
+
+  11 Jun 2014; Jeroen Roovers j...@gentoo.org -lftp-4.5.1.ebuild,
+  +lftp-4.5.2.ebuild:
+  Version bump.
 
 *lftp-4.5.1 (02 Jun 2014)
 



1.1  net-ftp/lftp/lftp-4.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.2.ebuild?rev=1.1content-type=text/plain

Index: lftp-4.5.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.2.ebuild,v 1.1 
2014/06/11 14:33:16 jer Exp $

EAPI=5
inherit autotools eutils libtool

DESCRIPTION=A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program
HOMEPAGE=http://lftp.yar.ru/;
SRC_URI=http://${PN}.yar.ru/ftp/${P}.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris

IUSE=convert-mozilla-cookies +gnutls nls openssl socks5 +ssl verify-file
LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW )
IUSE+= ${LFTP_LINGUAS[@]/#/linguas_}

REQUIRED_USE=
ssl? ( ^^ ( openssl gnutls ) )


RDEPEND=
=sys-libs/ncurses-5.1
=sys-libs/readline-5.1
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
socks5? (
=net-proxy/dante-1.1.12
virtual/pam
)
ssl? (
gnutls? ( =net-libs/gnutls-1.2.3 )
openssl? ( =dev-libs/openssl-0.9.6 )
)
verify-file? (
dev-perl/string-crc32
virtual/perl-Digest-MD5
)


DEPEND=
${RDEPEND}
=sys-devel/libtool-2*
app-arch/xz-utils
nls? ( sys-devel/gettext )
virtual/pkgconfig


DOCS=(
BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
README.dnssec README.modules THANKS TODO
)

src_prepare() {
epatch \
${FILESDIR}/${PN}-4.0.2.91-lafile.patch \
${FILESDIR}/${PN}-4.3.5-autopoint.patch \
${FILESDIR}/${PN}-4.3.8-gets.patch

sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
eautoreconf
elibtoolize # for Darwin bundles
}

src_configure() {
econf \
$(use_enable nls) \
$(use_with gnutls) \
$(use_with openssl openssl ${EPREFIX}/usr) \
$(use_with socks5 socksdante ${EPREFIX}/usr) \
--enable-packager-mode \
--sysconfdir=${EPREFIX}/etc/${PN} \
--with-modules \
--without-included-regex
}

src_install() {
default
local script
for script in {convert-mozilla-cookies,verify-file}; do
use ${script} || { rm ${ED}/usr/share/${PN}/${script} || die 
;}
done
}






[gentoo-commits] gentoo-x86 commit in app-misc/hachoir-metadata: hachoir-metadata-1.3.3-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 14:40:48

  Modified: ChangeLog
  Added:hachoir-metadata-1.3.3-r1.ebuild
  Log:
  Convert to distutils-r1. Handle USE=qt4 properly.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  app-misc/hachoir-metadata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hachoir-metadata/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hachoir-metadata/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hachoir-metadata/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/hachoir-metadata/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   1 Jun 2013 12:06:53 -   1.8
+++ ChangeLog   11 Jun 2014 14:40:47 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/hachoir-metadata
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-metadata/ChangeLog,v 1.8 
2013/06/01 12:06:53 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-metadata/ChangeLog,v 1.9 
2014/06/11 14:40:47 mgorny Exp $
+
+*hachoir-metadata-1.3.3-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org
+  +hachoir-metadata-1.3.3-r1.ebuild:
+  Convert to distutils-r1. Handle USE=qt4 properly.
 
   01 Jun 2013; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due bug #151880



1.1  app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild?rev=1.1content-type=text/plain

Index: hachoir-metadata-1.3.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild,v
 1.1 2014/06/11 14:40:47 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Program to extract metadata using Hachoir library
HOMEPAGE=http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata 
http://pypi.python.org/pypi/hachoir-metadata;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=gnome gtk kde qt4

RDEPEND==dev-python/hachoir-core-1.3[${PYTHON_USEDEP}]
=dev-python/hachoir-parser-1.3[${PYTHON_USEDEP}]
gtk? ( =dev-python/pygtk-2.0[${PYTHON_USEDEP}] )
gnome? ( gnome-base/nautilus gnome-extra/zenity )
kde? ( kde-base/konqueror )
qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

python_prepare_all() {
if ! use gtk; then
sed -i -e '/SCRIPTS/s:, hachoir-metadata-gtk::' setup.py || 
die
fi

distutils-r1_python_prepare_all
}

python_configure_all() {
mydistutilsargs=( --setuptools )

use qt4 || mydistutilsargs+=( --disable-qt )
}

python_test() {
${PYTHON} test_doc.py || die Tests fail with ${EPYTHON}
}

python_install_all() {
distutils-r1_python_install_all

if use gnome; then
exeinto /usr/share/nautilus-scripts
doexe gnome/hachoir
fi

if use kde; then
exeinto /usr/bin
doexe kde/hachoir-metadata-kde
insinto /usr/share/apps/konqueror/servicemenus
doins kde/hachoir.desktop
fi

if ! use gtk; then
rm ${ED}usr/bin/hachoir-metadata-gtk*
fi
}

pkg_postinst() {
if use gnome; then
elog To enable the nautilus script, symlink it with:
elog  $ mkdir -p ~/.gnome2/nautilus-scripts
elog  $ ln -s /usr/share/nautilus-scripts/hachoir 
~/.gnome2/nautilus-script
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel/files: stunnel-3.26-gentoo.diff

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:41:33

  Added:stunnel-3.26-gentoo.diff
  Log:
  Restore patch for 3.26
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.7  net-misc/stunnel/files/stunnel-3.26-gentoo.diff

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/files/stunnel-3.26-gentoo.diff?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/files/stunnel-3.26-gentoo.diff?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/files/stunnel-3.26-gentoo.diff?r1=1.6r2=1.7







[gentoo-commits] gentoo-x86 commit in sys-libs/musl: ChangeLog musl-1.1.0.ebuild musl-1.0.1.ebuild

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:46:05

  Modified: ChangeLog
  Removed:  musl-1.1.0.ebuild musl-1.0.1.ebuild
  Log:
  Remove older versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.23 sys-libs/musl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   7 Jun 2014 16:00:13 -   1.22
+++ ChangeLog   11 Jun 2014 14:46:05 -  1.23
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/musl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.22 2014/06/07 
16:00:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.23 2014/06/11 
14:46:05 blueness Exp $
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org -musl-1.0.1.ebuild,
+  -musl-1.1.0.ebuild:
+  Remove older versions
 
 *musl-1.1.2 (07 Jun 2014)
 *musl-1.0.3 (07 Jun 2014)






[gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-python/

2014-06-11 Thread Reinis Danne
commit: a46f1ddebe4c111f40112ebb7531da4e3cacbd76
Author: Reinis Danne rei4dan AT gmail DOT com
AuthorDate: Wed Jun 11 14:44:55 2014 +
Commit: Reinis Danne rei4dan AT gmail DOT com
CommitDate: Wed Jun 11 14:44:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a46f1dde

sci-chemistry/openbabel-python: Update PYTHON_COMPAT

---
 sci-chemistry/openbabel-python/ChangeLog| 3 +++
 sci-chemistry/openbabel-python/openbabel-python-.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/ChangeLog 
b/sci-chemistry/openbabel-python/ChangeLog
index 701f15d..7e4afb9 100644
--- a/sci-chemistry/openbabel-python/ChangeLog
+++ b/sci-chemistry/openbabel-python/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jun 2014; Reinis Danne rei4...@gmail.com openbabel-python-.ebuild:
+  Update PYTHON_COMPAT.
+
   14 Feb 2014; Reinis Danne rei4...@gmail.com openbabel-python-.ebuild:
   Fix move to git-r3.
 

diff --git a/sci-chemistry/openbabel-python/openbabel-python-.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
index a9bf578..2ef4a53 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit cmake-utils eutils git-r3 multilib python-r1
 



[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: ChangeLog

2014-06-11 Thread Anthony G. Basile (blueness)
blueness14/06/11 14:41:33

  Modified: ChangeLog
  Log:
  Restore patch for 3.26
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.169net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.169view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.169content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.168r2=1.169

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   11 Jun 2014 14:31:53 -  1.168
+++ ChangeLog   11 Jun 2014 14:41:33 -  1.169
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.168 
2014/06/11 14:31:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.169 
2014/06/11 14:41:33 blueness Exp $
+
+  11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
+  +files/stunnel-3.26-gentoo.diff:
+  Restore patch for 3.26
 
   11 Jun 2014; Anthony G. Basile bluen...@gentoo.org
   -files/stunnel-3.26-gentoo.diff, -files/stunnel-4.54-listen-queue.patch,






[gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: fotoxx-14.06.1.ebuild ChangeLog fotoxx-14.04.ebuild

2014-06-11 Thread Andrey Grozin (grozin)
grozin  14/06/11 14:48:37

  Modified: ChangeLog
  Added:fotoxx-14.06.1.ebuild
  Removed:  fotoxx-14.04.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.63 media-gfx/fotoxx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   5 May 2014 11:17:23 -   1.62
+++ ChangeLog   11 Jun 2014 14:48:37 -  1.63
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/fotoxx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.62 
2014/05/05 11:17:23 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.63 
2014/06/11 14:48:37 grozin Exp $
+
+*fotoxx-14.06.1 (11 Jun 2014)
+
+  11 Jun 2014; Andrey Grozin gro...@gentoo.org -fotoxx-14.04.ebuild,
+  +fotoxx-14.06.1.ebuild, -files/fotoxx-14.04.patch,
+  +files/fotoxx-14.06.1.patch:
+  Version bump
 
 *fotoxx-14.05 (05 May 2014)
 



1.1  media-gfx/fotoxx/fotoxx-14.06.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-14.06.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-14.06.1.ebuild?rev=1.1content-type=text/plain

Index: fotoxx-14.06.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-14.06.1.ebuild,v 1.1 
2014/06/11 14:48:37 grozin Exp $

EAPI=4

inherit eutils toolchain-funcs fdo-mime

DESCRIPTION=Program for improving image files made with a digital camera
HOMEPAGE=http://www.kornelix.com/fotoxx.html;
SRC_URI=http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz;

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

DEPEND=
x11-libs/gtk+:3
media-libs/libpng
media-libs/tiff
media-libs/lcms:2
RDEPEND=${DEPEND}
media-libs/exiftool
media-gfx/ufraw[gtk]
media-gfx/dcraw
x11-misc/xdg-utils

src_prepare() {
epatch ${FILESDIR}/${PF}.patch
}

src_compile() {
tc-export CXX
emake
}

src_install() {
# For the Help menu items to work, *.html must be in 
/usr/share/doc/${PF},
# and README, changelog, translations, edit-menus, KB-shortcuts must 
not be compressed
emake DESTDIR=${D} install
newmenu desktop ${PN}.desktop
rm -f ${D}/usr/share/doc/${PF}/*.man
docompress -x /usr/share/doc
}

pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}






[gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-14.06.1.patch fotoxx-14.04.patch

2014-06-11 Thread Andrey Grozin (grozin)
grozin  14/06/11 14:48:38

  Added:fotoxx-14.06.1.patch
  Removed:  fotoxx-14.04.patch
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.1  media-gfx/fotoxx/files/fotoxx-14.06.1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-14.06.1.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-14.06.1.patch?rev=1.1content-type=text/plain

Index: fotoxx-14.06.1.patch
===
diff -r -U1 fotoxx-14.06.1.orig/Makefile fotoxx-14.06.1/Makefile
--- fotoxx-14.06.1.orig/Makefile2014-06-06 17:40:42.0 +0700
+++ fotoxx-14.06.1/Makefile 2014-06-12 01:33:21.967129937 +0700
@@ -5,5 +5,4 @@
 # defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O2 -Wall -ggdb 
-
-LDFLAGS ?= -rdynamic 
+CXXFLAGS += -Wall
+LDFLAGS += -rdynamic
 PREFIX ?= /usr
@@ -16,3 +15,3 @@
 LOCALESDIR = $(SHAREDIR)/locales
-DOCDIR = $(PREFIX)/share/doc/fotoxx
+DOCDIR = $(PREFIX)/share/doc/$(PF)
 MANDIR = $(PREFIX)/share/man/man1
@@ -21,4 +20,4 @@
 
-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
-LIBS = `pkg-config --libs gtk+-3.0`
+CFLAGS = $(CXXFLAGS) -c -DPF=\$(PF)\ `pkg-config --cflags gtk+-3.0`
+LIBS = `pkg-config --libs gtk+-3.0` -lpthread
 
@@ -80,3 +79,2 @@
rm -f  $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-   xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f  $(DESTDIR)$(MENUFILE)
@@ -87,2 +85,3 @@
mkdir -p  $(DESTDIR)$(DOCDIR)
+   mkdir -p  $(DESTDIR)$(APPDATADIR)
mkdir -p  $(DESTDIR)$(MANDIR)
@@ -101,6 +100,2 @@
rm -f fotoxx.1.gz
-   # menu (desktop) file
-   cp -f desktop $(DESTDIR)$(MENUFILE)
-   # chmod +x $(DESTDIR)$(MENUFILE)
-   xdg-desktop-menu install --novendor $(DESTDIR)$(MENUFILE)
 
@@ -111,3 +106,2 @@
rm -f  $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-   xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f  $(DESTDIR)$(MENUFILE)
diff -r -U1 fotoxx-14.06.1.orig/zfuncs.cc fotoxx-14.06.1/zfuncs.cc
--- fotoxx-14.06.1.orig/zfuncs.cc   2014-06-06 17:40:42.0 +0700
+++ fotoxx-14.06.1/zfuncs.cc2014-06-12 01:31:16.672135206 +0700
@@ -3864,3 +3864,3 @@
strncatv(zlocalesdir,199,work,/share/,zappname,/locales,null);  //  
/prefix/share/appname/locales
-   strncatv(zdocdir,199,work,/share/doc/,zappname,null); //  
/prefix/share/doc/appname
+   strncatv(zdocdir,199,work,/share/doc/,PF,null);   //  
/prefix/share/doc/$(PF)







[gentoo-commits] gentoo-x86 commit in sys-apps/pyrenamer: pyrenamer-0.6.0-r2.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 15:09:08

  Modified: ChangeLog
  Added:pyrenamer-0.6.0-r2.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  sys-apps/pyrenamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pyrenamer/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pyrenamer/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pyrenamer/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pyrenamer/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Mar 2014 17:29:49 -  1.4
+++ ChangeLog   11 Jun 2014 15:09:08 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pyrenamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pyrenamer/ChangeLog,v 1.4 
2014/03/10 17:29:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pyrenamer/ChangeLog,v 1.5 
2014/06/11 15:09:08 mgorny Exp $
+
+*pyrenamer-0.6.0-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +pyrenamer-0.6.0-r2.ebuild:
+  Convert to python-single-r1.
 
   10 Mar 2014; Samuli Suominen ssuomi...@gentoo.org 
pyrenamer-0.6.0-r1.ebuild:
   Pull in eyeD3  0.7 because the package doesn't support = 0.7 yet. No eyeD3



1.1  sys-apps/pyrenamer/pyrenamer-0.6.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pyrenamer/pyrenamer-0.6.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pyrenamer/pyrenamer-0.6.0-r2.ebuild?rev=1.1content-type=text/plain

Index: pyrenamer-0.6.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/pyrenamer/pyrenamer-0.6.0-r2.ebuild,v 1.1 
2014/06/11 15:09:08 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 gnome2

DESCRIPTION=Mass rename files
HOMEPAGE=http://www.infinicode.org/code/pyrenamer/;
SRC_URI=http://www.infinicode.org/code/${PN}/files/${P}.tar.gz;

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

RDEPEND=dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-python/gconf-python[${PYTHON_USEDEP}]
music? (
|| (
app-misc/hachoir-metadata[${PYTHON_USEDEP}]
dev-python/eyeD3-0.7[${PYTHON_USEDEP}]
)
)

pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
python_fix_shebang .
gnome2_src_prepare
}






[gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.24.1-r2.ebuild ChangeLog

2014-06-11 Thread Lars Wendler (polynomial-c)
polynomial-c14/06/11 15:26:03

  Modified: util-linux-2.24.1-r2.ebuild ChangeLog
  Log:
  Fixed application of alpha patch (bug #512966)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.10 sys-apps/util-linux/util-linux-2.24.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild?r1=1.9r2=1.10

Index: util-linux-2.24.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- util-linux-2.24.1-r2.ebuild 11 Jun 2014 08:24:01 -  1.9
+++ util-linux-2.24.1-r2.ebuild 11 Jun 2014 15:26:03 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v 1.9 
2014/06/11 08:24:01 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.1-r2.ebuild,v 1.10 
2014/06/11 15:26:03 polynomial-c Exp $
 
 EAPI=4
 
@@ -63,7 +63,7 @@
epatch ${FILESDIR}/${PN}-2.24-skip-last-tests.patch #491742
epatch ${FILESDIR}/${PN}-2.24-last-tests.patch #501408
# http://marc.info/?l=util-linux-ngm=140223032032288w=2
-   epatch ${FILESDIR}/${PN}-2.24-fdisk-on-alpha.patch
+   epatch ${FILESDIR}/${PN}-2.24-fix-fdisk-on-alpha.patch
find tests/ -name bigyear -delete #489794
elibtoolize
 }



1.463sys-apps/util-linux/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.463view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.463content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.462r2=1.463

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -r1.462 -r1.463
--- ChangeLog   11 Jun 2014 08:24:01 -  1.462
+++ ChangeLog   11 Jun 2014 15:26:03 -  1.463
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.462 
2014/06/11 08:24:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.463 
2014/06/11 15:26:03 polynomial-c Exp $
+
+  11 Jun 2014; Lars Wendler polynomia...@gentoo.org
+  util-linux-2.24.1-r2.ebuild:
+  Fixed application of alpha patch (bug #512966).
 
   11 Jun 2014; Tobias Klausmann klaus...@gentoo.org
   +files/util-linux-2.24-fix-fdisk-on-alpha.patch, util-linux-2.24.1-r2.ebuild,






[gentoo-commits] gentoo-x86 commit in www-client/qtweb: - New directory

2014-06-11 Thread Jeroen Roovers (jer)
jer 14/06/11 15:27:45

  Log:
  Directory /var/cvsroot/gentoo-x86/www-client/qtweb added to the repository



[gentoo-commits] gentoo-x86 commit in www-client/qtweb: ChangeLog metadata.xml qtweb-3.8.5_p108.ebuild Manifest

2014-06-11 Thread Jeroen Roovers (jer)
jer 14/06/11 15:29:23

  Added:ChangeLog metadata.xml qtweb-3.8.5_p108.ebuild
Manifest
  Log:
  Initial commit (bug #374377 by Anton Kochkov).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  www-client/qtweb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for www-client/qtweb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v 1.1 2014/06/11 
15:29:23 jer Exp $

*qtweb-3.8.5_p108 (11 Jun 2014)

  11 Jun 2014; Jeroen Roovers j...@gentoo.org +qtweb-3.8.5_p108.ebuild,
  +metadata.xml:
  Initial commit (bug #374377 by Anton Kochkov).




1.1  www-client/qtweb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailj...@gentoo.org/email
nameJeroen Roovers/name
/maintainer
/pkgmetadata



1.1  www-client/qtweb/qtweb-3.8.5_p108.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild?rev=1.1content-type=text/plain

Index: qtweb-3.8.5_p108.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 
1.1 2014/06/11 15:29:23 jer Exp $

EAPI=5
inherit qt4-r2

MY_PN=QtWeb

DESCRIPTION=Lightweight, fast, secure and portable browser for the Web
HOMEPAGE=http://www.qtweb.net/ https://code.google.com/p/qtweb/;
SRC_URI=https://codeload.github.com/magist3r/${MY_PN}/tar.gz/b${PV/*_p} - 
${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64

DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtwebkit:4

RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_PN}-b${PV/*_p}

src_install() {
dobin build/${MY_PN}
}



1.1  www-client/qtweb/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST qtweb-3.8.5_p108.tar.gz 1126836 SHA256 
4b0735af1ab88b8be0dc0ac0d5acfb3164293a73a26c6e61ef2203a4977bf0a3 SHA512 
7bb2f1760e41b91c65185cce2ce7cde639262d7b04256d766bb128a19046c97c645fab329676faa88a66407e1b551f914267dadb0e4f5f6c6f6d8ff9aedc8e46
 WHIRLPOOL 
f43cd7179cd548ceae8c1cd1c9df5f647363608d7c27a8799bd5a0c494b43f2f092a37c78e3f14d702dde3c2641f29c1708b4f79892aaea719a363898b7f4760
EBUILD qtweb-3.8.5_p108.ebuild 588 SHA256 
d9afd614d84c85c2da6beeaf1776730f5a7e9b3e5d5f594ee27738ed2ee9f1a6 SHA512 
98a7b6208b06cc50302497dede20afd9fae1067e871e82bbfc412b4f010d5a5f068e23f18cf903c603e579a3dffd901383e2c43b1812a6b69490aea4e66f8ce9
 WHIRLPOOL 
677a43a9f64eacd16d022e5cac4718297fa8e5c6a5404f4022c037a47cd48d49f7a35ad9426be50fcef2c52ab4eb281c19e2448b75fe6cbbbeed10fef896d15d
MISC ChangeLog 290 SHA256 
784df1f3cd514dd8461bcac60be185fd97215bfc341cec3ca47ff87cfaffbd2a SHA512 
bff02e339ce0e7a2c63ee494b40e8da26e6361b19aa98dc085eedec8fc0581cabc038b4be185bef5818d317eca12d387d5b4448a6b2a2cdcaae2e2a5325cbd11
 WHIRLPOOL 
66c065c92782159d79200688fc0f2aa45fd61ffad216cbd095bd6ac0931a00bd39bb9c975dbf475ca99b96224cb1d5154d0df328c014a8de12bf350cd7400aee
MISC metadata.xml 224 SHA256 
d7ffc52704d4bc0180f6f1c448ea4bdd0e3ff3a562384dc944af4a00debc9620 SHA512 
6487ad35c6f3d2e4876714919e7bb01fd65f57e7753cbfc318130727dded4fcf8632a06ab9b7a3016fc1ab127434d1d20de2dd0ef2cc63ad162023f2dbf64b1e
 WHIRLPOOL 
879ad2c41f2e1297b677803b2b0478ed2affc91059b198524795e1a128cf8ab6b9fbe78b53bdd3421041f27b419bce387a267e38925cd55b05e260abc998






[gentoo-commits] gentoo-x86 commit in www-client/qtweb: ChangeLog qtweb-3.8.5_p108.ebuild

2014-06-11 Thread Jeroen Roovers (jer)
jer 14/06/11 15:31:55

  Modified: ChangeLog qtweb-3.8.5_p108.ebuild
  Log:
  Reflect move to github in HOMEPAGE.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  www-client/qtweb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Jun 2014 15:29:23 -  1.1
+++ ChangeLog   11 Jun 2014 15:31:55 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/qtweb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v 1.1 2014/06/11 
15:29:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/ChangeLog,v 1.2 2014/06/11 
15:31:55 jer Exp $
+
+  11 Jun 2014; Jeroen Roovers j...@gentoo.org qtweb-3.8.5_p108.ebuild:
+  Reflect move to github in HOMEPAGE.
 
 *qtweb-3.8.5_p108 (11 Jun 2014)
 



1.2  www-client/qtweb/qtweb-3.8.5_p108.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild?r1=1.1r2=1.2

Index: qtweb-3.8.5_p108.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtweb-3.8.5_p108.ebuild 11 Jun 2014 15:29:23 -  1.1
+++ qtweb-3.8.5_p108.ebuild 11 Jun 2014 15:31:55 -  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/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 
1.1 2014/06/11 15:29:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 
1.2 2014/06/11 15:31:55 jer Exp $
 
 EAPI=5
 inherit qt4-r2
@@ -8,7 +8,7 @@
 MY_PN=QtWeb
 
 DESCRIPTION=Lightweight, fast, secure and portable browser for the Web
-HOMEPAGE=http://www.qtweb.net/ https://code.google.com/p/qtweb/;
+HOMEPAGE=http://www.qtweb.net/ https://github.com/magist3r/QtWeb;
 SRC_URI=https://codeload.github.com/magist3r/${MY_PN}/tar.gz/b${PV/*_p} - 
${P}.tar.gz
 
 LICENSE=GPL-2






[gentoo-commits] gentoo-x86 commit in kde-misc/kdirstat: kdirstat-2.7.5.ebuild ChangeLog

2014-06-11 Thread Manuel Rueger (mrueg)
mrueg   14/06/11 15:47:07

  Modified: kdirstat-2.7.5.ebuild ChangeLog
  Log:
  Use bitbucket mirror in SRC_URI.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.4  kde-misc/kdirstat/kdirstat-2.7.5.ebuild

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

Index: kdirstat-2.7.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdirstat-2.7.5.ebuild   19 Mar 2014 13:39:46 -  1.3
+++ kdirstat-2.7.5.ebuild   11 Jun 2014 15:47:07 -  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/kde-misc/kdirstat/kdirstat-2.7.5.ebuild,v 
1.3 2014/03/19 13:39:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild,v 
1.4 2014/06/11 15:47:07 mrueg Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Nice KDE replacement to the du command
 HOMEPAGE=https://bitbucket.org/jeromerobert/k4dirstat/;
-SRC_URI=${HOMEPAGE}get/k4dirstat-${PV}.tar.bz2
+SRC_URI=mirror://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2
 
 LICENSE=GPL-2
 SLOT=4



1.33 kde-misc/kdirstat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   19 Mar 2014 13:43:23 -  1.32
+++ ChangeLog   11 Jun 2014 15:47:07 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/kdirstat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.32 
2014/03/19 13:43:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.33 
2014/06/11 15:47:07 mrueg Exp $
+
+  11 Jun 2014; Manuel Rüger mr...@gentoo.org kdirstat-2.7.5.ebuild:
+  Use bitbucket mirror in SRC_URI.
 
   19 Mar 2014; Michael Palimaka kensing...@gentoo.org -kdirstat-2.7.3.ebuild:
   Remove old version vulnerable to CVE-2014-2527 wrt bug #504994.






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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:29:37

  Modified: ChangeLog package.mask
  Log:
  Mask multilib gconf  gnome-vfs, and respective gstreamer plugins.

Revision  ChangesPath
1.9067   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9066
retrieving revision 1.9067
diff -u -r1.9066 -r1.9067
--- ChangeLog   11 Jun 2014 08:05:54 -  1.9066
+++ ChangeLog   11 Jun 2014 16:29:36 -  1.9067
@@ -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.9066 2014/06/11 
08:05:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9067 2014/06/11 
16:29:36 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!
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask multilib gconf  gnome-vfs, and respective gstreamer plugins.
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask multilib tdb as well (for samba).
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:



1.15781  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15780
retrieving revision 1.15781
diff -u -r1.15780 -r1.15781
--- package.mask11 Jun 2014 08:05:54 -  1.15780
+++ package.mask11 Jun 2014 16:29:36 -  1.15781
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15780 2014/06/11 
08:05:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15781 2014/06/11 
16:29: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
@@ -248,6 +248,10 @@
 =app-emulation/emul-linux-x86-gstplugins-20140508-r1
 =sys-libs/tdb-1.3.0-r1
 =net-fs/samba-3.6.23-r1
+=gnome-base/gconf-3.2.6-r3
+=gnome-base/gnome-vfs-2.24.4-r2
+=media-plugins/gst-plugins-gconf-0.10.31-r1
+=media-plugins/gst-plugins-gnomevfs-0.10.36-r1
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] gentoo-x86 commit in gnome-base/gconf: gconf-3.2.6-r3.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:31:58

  Modified: ChangeLog
  Added:gconf-3.2.6-r3.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.296gnome-base/gconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.296view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.296content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/ChangeLog?r1=1.295r2=1.296

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog   17 May 2014 15:31:17 -  1.295
+++ ChangeLog   11 Jun 2014 16:31:58 -  1.296
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.295 
2014/05/17 15:31:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.296 
2014/06/11 16:31:58 mgorny Exp $
+
+*gconf-3.2.6-r3 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +gconf-3.2.6-r3.ebuild:
+  Enable multilib support.
 
   17 May 2014; Agostino Sarubbo a...@gentoo.org gconf-3.2.6-r2.ebuild:
   Stable for alpha, wrt bug #508862



1.1  gnome-base/gconf/gconf-3.2.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r3.ebuild?rev=1.1content-type=text/plain

Index: gconf-3.2.6-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r3.ebuild,v 1.1 
2014/06/11 16:31:58 mgorny Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME_ORG_MODULE=GConf
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_{6,7} )
PYTHON_REQ_USE=xml

inherit eutils gnome2 multilib-minimal python-r1

DESCRIPTION=GNOME configuration system and daemon
HOMEPAGE=http://projects.gnome.org/gconf/;

LICENSE=LGPL-2+
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=debug +introspection ldap policykit

RDEPEND=
${PYTHON_DEPS}
=dev-libs/glib-2.31:2[${MULTILIB_USEDEP}]
=dev-libs/dbus-glib-0.74:=[${MULTILIB_USEDEP}]
=sys-apps/dbus-1:=[${MULTILIB_USEDEP}]
=dev-libs/libxml2-2:2[${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-0.9.5:= )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
policykit? ( sys-auth/polkit:= )

DEPEND=${RDEPEND}
dev-libs/libxslt
dev-util/gtk-doc-am
=dev-util/intltool-0.35
virtual/pkgconfig[${MULTILIB_USEDEP}]

RDEPEND=${RDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtklibs-20140508-r1
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)

REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_setup() {
kill_gconf
}

src_prepare() {
# Do not start gconfd when installing schemas, fix bug #238276, 
upstream #631983
epatch ${FILESDIR}/${PN}-2.24.0-no-gconfd.patch

# Do not crash in gconf_entry_set_value() when entry pointer is NULL, 
upstream #631985
epatch ${FILESDIR}/${PN}-2.28.0-entry-set-value-sigsegv.patch

# From 'master'
# mconvert: enable recursive scheme lookup and fix a crasher
epatch ${FILESDIR}/${P}-mconvert-crasher.patch

# dbus: Don't spew to console when unable to connect to dbus daemon
epatch ${FILESDIR}/${P}-spew-console-error.patch

# gsettings-data-convert: Warn (and fix) invalid schema paths
epatch ${FILESDIR}/${P}-gsettings-data-convert-paths.patch

gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
gnome2_src_configure \
--disable-static \
--enable-gsettings-backend \
--with-gtk=3.0 \
--disable-orbit \
$(multilib_native_use_enable introspection) \
$(use_with ldap openldap) \
$(multilib_native_use_enable policykit defaults-service)

if multilib_is_native_abi; then
ln -s ${S}/doc/gconf/html doc/gconf/html || die
fi
}

multilib_src_install() {
gnome2_src_install
}

multilib_src_install_all() {
python_replicate_script ${ED}/usr/bin/gsettings-schema-convert

keepdir /etc/gconf/gconf.xml.mandatory
keepdir /etc/gconf/gconf.xml.defaults
# Make sure 

[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: gnome-vfs-2.24.4-r2.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:31:59

  Modified: ChangeLog
  Added:gnome-vfs-2.24.4-r2.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.348gnome-base/gnome-vfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.348view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.348content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?r1=1.347r2=1.348

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- ChangeLog   6 May 2013 03:50:08 -   1.347
+++ ChangeLog   11 Jun 2014 16:31:59 -  1.348
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/gnome-vfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.347 
2013/05/06 03:50:08 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.348 
2014/06/11 16:31:59 mgorny Exp $
+
+*gnome-vfs-2.24.4-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org +gnome-vfs-2.24.4-r2.ebuild:
+  Enable multilib support.
 
   06 May 2013; Patrick Lauer patr...@gentoo.org gnome-vfs-2.24.4-r1.ebuild:
   Automake 1.13 fix



1.1  gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild?rev=1.1content-type=text/plain

Index: gnome-vfs-2.24.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v 1.1 
2014/06/11 16:31:59 mgorny Exp $

EAPI=5
GCONF_DEBUG=no
GNOME_TARBALL_SUFFIX=bz2
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2 multilib-minimal virtualx

DESCRIPTION=Gnome Virtual Filesystem
HOMEPAGE=http://www.gnome.org/;

LICENSE=GPL-2 LGPL-2
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
IUSE=acl avahi doc fam gnutls ipv6 kerberos samba ssl

RDEPEND==gnome-base/gconf-2[${MULTILIB_USEDEP}]
=dev-libs/glib-2.9.3[${MULTILIB_USEDEP}]
=dev-libs/libxml2-2.6[${MULTILIB_USEDEP}]
app-arch/bzip2[${MULTILIB_USEDEP}]
gnome-base/gnome-mime-data
=x11-misc/shared-mime-info-0.14
=dev-libs/dbus-glib-0.71[${MULTILIB_USEDEP}]
acl? (
sys-apps/acl[${MULTILIB_USEDEP}]
sys-apps/attr[${MULTILIB_USEDEP}] )
avahi? ( =net-dns/avahi-0.6[${MULTILIB_USEDEP}] )
kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
fam? ( virtual/fam[${MULTILIB_USEDEP}] )
samba? ( =net-fs/samba-3[${MULTILIB_USEDEP}] )
ssl? (
gnutls? (
net-libs/gnutls[${MULTILIB_USEDEP}]
!gnome-extra/gnome-vfs-sftp )
!gnutls? (
=dev-libs/openssl-0.9.5[${MULTILIB_USEDEP}]
!gnome-extra/gnome-vfs-sftp ) )

DEPEND=${RDEPEND}
sys-devel/gettext
gnome-base/gnome-common
=dev-util/intltool-0.40
virtual/pkgconfig[${MULTILIB_USEDEP}]
=dev-util/gtk-doc-am-1.13
doc? ( =dev-util/gtk-doc-1 )
RDEPEND=${RDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtklibs-20140508-r1
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)

src_prepare() {
# Allow the Trash on afs filesystems (#106118)
epatch ${FILESDIR}/${PN}-2.12.0-afs.patch

# Fix compiling with headers missing
epatch ${FILESDIR}/${PN}-2.15.2-headers-define.patch

# Fix for crashes running programs via sudo
epatch ${FILESDIR}/${PN}-2.16.0-no-dbus-crash.patch

# Fix automagic dependencies, upstream bug #493475
epatch ${FILESDIR}/${PN}-2.20.0-automagic-deps.patch
epatch ${FILESDIR}/${PN}-2.20.1-automagic-deps.patch

# Fix to identify ${HOME} (#200897)
# thanks to debian folks
epatch ${FILESDIR}/${PN}-2.24.4-home_dir_fakeroot.patch

# Configure with gnutls-2.7, bug #253729
# Fix building with gnutls-2.12, bug #388895
epatch ${FILESDIR}/${PN}-2.24.4-gnutls27.patch

# Prevent duplicated volumes, bug #193083
epatch ${FILESDIR}/${PN}-2.24.0-uuid-mount.patch


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

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:32:55

  Modified: ChangeLog package.mask
  Log:
  Mask respective gtklibs bump.

Revision  ChangesPath
1.9068   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9067
retrieving revision 1.9068
diff -u -r1.9067 -r1.9068
--- ChangeLog   11 Jun 2014 16:29:36 -  1.9067
+++ ChangeLog   11 Jun 2014 16:32:54 -  1.9068
@@ -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.9067 2014/06/11 
16:29:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9068 2014/06/11 
16:32:54 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!
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
+  Mask respective gtklibs bump.
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask multilib gconf  gnome-vfs, and respective gstreamer plugins.
 
   11 Jun 2014; Michał Górny mgo...@gentoo.org package.mask:



1.15782  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15781
retrieving revision 1.15782
diff -u -r1.15781 -r1.15782
--- package.mask11 Jun 2014 16:29:36 -  1.15781
+++ package.mask11 Jun 2014 16:32:54 -  1.15782
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15781 2014/06/11 
16:29:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15782 2014/06/11 
16:32:54 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
@@ -252,6 +252,7 @@
 =gnome-base/gnome-vfs-2.24.4-r2
 =media-plugins/gst-plugins-gconf-0.10.31-r1
 =media-plugins/gst-plugins-gnomevfs-0.10.36-r1
+=app-emulation/emul-linux-x86-gtklibs-20140508-r2
 
 # Vladimir Smirnov ci...@gentoo.org (27 May 2014)
 # Masked for testing, will defenitely cause major breakage






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gconf: gst-plugins-gconf-0.10.31-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:32:59

  Modified: ChangeLog
  Added:gst-plugins-gconf-0.10.31-r1.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.119media-plugins/gst-plugins-gconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.119view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.119content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?r1=1.118r2=1.119

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   25 Feb 2013 23:20:13 -  1.118
+++ ChangeLog   11 Jun 2014 16:32:58 -  1.119
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-gconf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 
1.118 2013/02/25 23:20:13 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 
1.119 2014/06/11 16:32:58 mgorny Exp $
+
+*gst-plugins-gconf-0.10.31-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org
+  +gst-plugins-gconf-0.10.31-r1.ebuild:
+  Enable multilib support.
 
   25 Feb 2013; Gilles Dartiguelongue e...@gentoo.org
   -gst-plugins-gconf-0.10.30.ebuild:



1.1  
media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31-r1.ebuild?rev=1.1content-type=text/plain

Index: gst-plugins-gconf-0.10.31-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31-r1.ebuild,v
 1.1 2014/06/11 16:32:58 mgorny Exp $

EAPI=5

GST_ORG_MODULE=gst-plugins-good
inherit gnome2-utils gstreamer

DESCRIPTION=GStreamer plugin for wrapping GConf audio/video settings
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
IUSE=

RDEPEND==gnome-base/gconf-2[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}

GST_PLUGINS_BUILD=gconf gconftool

multilib_src_configure() {
gstreamer_multilib_src_configure \
--disable-schemas-install
}

multilib_src_compile() {
gstreamer_multilib_src_compile

if multilib_is_native_abi; then
emake -C gconf
fi
}

multilib_src_install() {
gstreamer_multilib_src_install

if multilib_is_native_abi; then
emake -C gconf DESTDIR=${D} install
fi
}

pkg_preinst() {
gnome2_gconf_savelist
}

pkg_postinst() {
gnome2_gconf_install
}






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtklibs/files: remove-native-20140508-r2

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:33:55

  Added:remove-native-20140508-r2
  Log:
  Add multilib gconf  gnome-vfs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
app-emulation/emul-linux-x86-gtklibs/files/remove-native-20140508-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/files/remove-native-20140508-r2?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/files/remove-native-20140508-r2?rev=1.1content-type=text/plain

Index: remove-native-20140508-r2
===
usr/lib32/libpixman-1.so
usr/lib32/libpixman-1.so.0
usr/lib32/libpixman-1.so.0.32.4
usr/lib32/pkgconfig/pixman-1.pc
usr/lib32/cairo/cairo-fdr.so
usr/lib32/cairo/cairo-fdr.so.0
usr/lib32/cairo/cairo-fdr.so.0.0.0
usr/lib32/cairo/cairo-sphinx.so
usr/lib32/cairo/cairo-sphinx.so.0
usr/lib32/cairo/cairo-sphinx.so.0.0.0
usr/lib32/cairo/libcairo-trace.so
usr/lib32/cairo/libcairo-trace.so.0
usr/lib32/cairo/libcairo-trace.so.0.0.0
usr/lib32/libcairo-gobject.so
usr/lib32/libcairo-gobject.so.2
usr/lib32/libcairo-gobject.so.2.11200.16
usr/lib32/libcairo-script-interpreter.so
usr/lib32/libcairo-script-interpreter.so.2
usr/lib32/libcairo-script-interpreter.so.2.11200.16
usr/lib32/libcairo.so
usr/lib32/libcairo.so.2
usr/lib32/libcairo.so.2.11200.16
usr/lib32/pkgconfig/cairo-egl.pc
usr/lib32/pkgconfig/cairo-fc.pc
usr/lib32/pkgconfig/cairo-ft.pc
usr/lib32/pkgconfig/cairo-gl.pc
usr/lib32/pkgconfig/cairo-glx.pc
usr/lib32/pkgconfig/cairo-gobject.pc
usr/lib32/pkgconfig/cairo-pdf.pc
usr/lib32/pkgconfig/cairo-png.pc
usr/lib32/pkgconfig/cairo-ps.pc
usr/lib32/pkgconfig/cairo-script.pc
usr/lib32/pkgconfig/cairo-svg.pc
usr/lib32/pkgconfig/cairo-tee.pc
usr/lib32/pkgconfig/cairo-xlib-xrender.pc
usr/lib32/pkgconfig/cairo-xlib.pc
usr/lib32/pkgconfig/cairo.pc
usr/bin/gdk-pixbuf-query-loaders32
usr/lib32/libgdk_pixbuf_xlib-2.0.so.0.3000.7
usr/lib32/libgdk_pixbuf-2.0.so
usr/lib32/libgdk_pixbuf_xlib-2.0.so
usr/lib32/pkgconfig/gdk-pixbuf-2.0.pc
usr/lib32/pkgconfig/gdk-pixbuf-xlib-2.0.pc
usr/lib32/libgdk_pixbuf-2.0.so.0.3000.7
usr/lib32/libgdk_pixbuf_xlib-2.0.so.0
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so
usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
usr/lib32/libgdk_pixbuf-2.0.so.0
usr/bin/pango-querymodules32
usr/lib32/libpango-1.0.so
usr/lib32/libpango-1.0.so.0
usr/lib32/libpango-1.0.so.0.3600.3
usr/lib32/libpangocairo-1.0.so
usr/lib32/libpangocairo-1.0.so.0
usr/lib32/libpangocairo-1.0.so.0.3600.3
usr/lib32/libpangoft2-1.0.so
usr/lib32/libpangoft2-1.0.so.0
usr/lib32/libpangoft2-1.0.so.0.3600.3
usr/lib32/libpangox-1.0.so
usr/lib32/libpangox-1.0.so.0
usr/lib32/libpangox-1.0.so.0.0.0
usr/lib32/libpangoxft-1.0.so
usr/lib32/libpangoxft-1.0.so.0
usr/lib32/libpangoxft-1.0.so.0.3600.3
usr/lib32/pango/1.8.0/modules/pango-arabic-lang.so
usr/lib32/pango/1.8.0/modules/pango-indic-lang.so
usr/lib32/pango/1.8.0/modules/pango-basic-fc.so
usr/lib32/pkgconfig/pango.pc
usr/lib32/pkgconfig/pangocairo.pc
usr/lib32/pkgconfig/pangoft2.pc
usr/lib32/pkgconfig/pangox.pc
usr/lib32/pkgconfig/pangoxft.pc
usr/lib32/libgraphite2.so
usr/lib32/libgraphite2.so.3
usr/lib32/libgraphite2.so.3.0.1
usr/lib32/pkgconfig/graphite2.pc
usr/lib32/libharfbuzz-gobject.so
usr/lib32/libharfbuzz-gobject.so.0
usr/lib32/libharfbuzz-gobject.so.0.923.0
usr/lib32/libharfbuzz.so
usr/lib32/libharfbuzz.so.0
usr/lib32/libharfbuzz.so.0.923.0
usr/lib32/pkgconfig/harfbuzz-gobject.pc
usr/lib32/pkgconfig/harfbuzz.pc
usr/lib32/libImlib.so
usr/lib32/libImlib.so.1
usr/lib32/libImlib.so.1.9.15
usr/lib32/pkgconfig/imlib.pc
usr/lib32/libatk-1.0.so
usr/lib32/libatk-1.0.so.0
usr/lib32/libatk-1.0.so.0.21009.1
usr/lib32/pkgconfig/atk.pc
usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so
usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so
usr/lib32/gtk-2.0/2.10.0/engines/libpixmap.so

[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gnomevfs: gst-plugins-gnomevfs-0.10.36-r1.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:33:17

  Modified: ChangeLog
  Added:gst-plugins-gnomevfs-0.10.36-r1.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.217media-plugins/gst-plugins-gnomevfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog?rev=1.217view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog?rev=1.217content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog?r1=1.216r2=1.217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   25 Feb 2013 23:38:21 -  1.216
+++ ChangeLog   11 Jun 2014 16:33:17 -  1.217
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-gnomevfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.216 
2013/02/25 23:38:21 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.217 
2014/06/11 16:33:17 mgorny Exp $
+
+*gst-plugins-gnomevfs-0.10.36-r1 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org
+  +gst-plugins-gnomevfs-0.10.36-r1.ebuild:
+  Enable multilib support.
 
   25 Feb 2013; Gilles Dartiguelongue e...@gentoo.org
   -gst-plugins-gnomevfs-0.10.35.ebuild:



1.1  
media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild?rev=1.1content-type=text/plain

Index: gst-plugins-gnomevfs-0.10.36-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild,v
 1.1 2014/06/11 16:33:17 mgorny Exp $

EAPI=5

GST_ORG_MODULE=gst-plugins-base
inherit gstreamer

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris
IUSE=

RDEPEND==gnome-base/gnome-vfs-2:2[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}

GST_PLUGINS_BUILD=gnome_vfs

src_prepare() {
gstreamer_system_link \
gst-libs/gst/tag:gstreamer-tag
}






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-gtklibs: emul-linux-x86-gtklibs-20140508-r2.ebuild ChangeLog

2014-06-11 Thread Michal Gorny (mgorny)
mgorny  14/06/11 16:33:55

  Modified: ChangeLog
  Added:emul-linux-x86-gtklibs-20140508-r2.ebuild
  Log:
  Add multilib gconf  gnome-vfs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.130app-emulation/emul-linux-x86-gtklibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.130view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?rev=1.130content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog?r1=1.129r2=1.130

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   29 May 2014 18:47:40 -  1.129
+++ ChangeLog   11 Jun 2014 16:33:55 -  1.130
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-gtklibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.129 
2014/05/29 18:47:40 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/ChangeLog,v 1.130 
2014/06/11 16:33:55 mgorny Exp $
+
+*emul-linux-x86-gtklibs-20140508-r2 (11 Jun 2014)
+
+  11 Jun 2014; Michał Górny mgo...@gentoo.org
+  +emul-linux-x86-gtklibs-20140508-r2.ebuild, +files/remove-native-20140508-r2:
+  Add multilib gconf  gnome-vfs.
 
   29 May 2014; Michał Górny mgo...@gentoo.org
   emul-linux-x86-gtklibs-20140406-r1.ebuild:



1.1  
app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140508-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140508-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140508-r2.ebuild?rev=1.1content-type=text/plain

Index: emul-linux-x86-gtklibs-20140508-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-gtklibs/emul-linux-x86-gtklibs-20140508-r2.ebuild,v
 1.1 2014/06/11 16:33:55 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE=GPL-2 LGPL-2 FTL LGPL-2.1 LGPL-3 MPL-1.1 MIT
KEYWORDS=-* ~amd64
IUSE=abi_x86_32

DEPEND=
RDEPEND=~app-emulation/emul-linux-x86-baselibs-${PV}
~app-emulation/emul-linux-x86-xlibs-${PV}
~app-emulation/emul-linux-x86-opengl-${PV}
!abi_x86_32? (
!=media-gfx/graphite2-1.2.4-r1[abi_x86_32(-)]
!=media-libs/harfbuzz-0.9.26-r1[abi_x86_32(-)]
)
abi_x86_32? (
=x11-libs/pixman-0.30.2-r1[abi_x86_32(-)]
=x11-libs/cairo-1.12.16-r1[abi_x86_32(-)]
=x11-libs/gdk-pixbuf-2.30.5-r1[abi_x86_32(-)]
=media-gfx/graphite2-1.2.4-r1[abi_x86_32(-)]
=media-libs/harfbuzz-0.9.26-r1[abi_x86_32(-)]
=x11-libs/pango-1.36.2-r1[abi_x86_32(-)]
=x11-libs/pangox-compat-0.0.2-r1[abi_x86_32(-)]
=media-libs/imlib-1.9.15-r4[abi_x86_32(-)]
=dev-libs/atk-2.10.0-r1[abi_x86_32(-)]
=x11-libs/gtk+-2.24.23-r1:2[abi_x86_32(-)]
=gnome-base/gconf-3.2.6-r3[abi_x86_32(-)]
=gnome-base/gnome-vfs-2.24.4-r2[abi_x86_32(-)]
)
# RDEPEND on opengl stuff needed due cairo, bug #410213

my_gdk_pixbuf_query_loaders() {
# causes segfault if set
unset __GL_NO_DSO_FINALIZER

local tmp_file=$(mktemp --suffix=tmp.XXgdk_pixbuf_queryloaders)
if [ -z ${tmp_file} ]; then
ewarn Cannot create temporary file
return 1
fi

if gdk-pixbuf-query-loaders32  ${tmp_file}; then
cat ${tmp_file}  
${ROOT}usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders.cache
else
ewarn Warning, gdk-pixbuf-query-loaders32 failed.
fi
rm ${tmp_file}
}

my_pango_querymodules() {
PANGO_CONFDIR=/etc/pango/i686-pc-linux-gnu
einfo Generating pango modules listing...

mkdir -p ${PANGO_CONFDIR}
local pango_conf=${PANGO_CONFDIR}/pango.modules
local tmp_file=$(mktemp -t tmp.XXpango_querymodules)
if [ -z ${tmp_file} ]; then
ewarn Cannot create temporary file
return 1
fi

if pango-querymodules32  ${tmp_file}; then
cat ${tmp_file}  ${pango_conf}
else
ewarn Cannot update pango.modules, file 

  1   2   >