[gentoo-commits] gentoo-x86 commit in app-misc/byobu: ChangeLog byobu-5.80.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 07:09:05

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

Revision  ChangesPath
1.85 app-misc/byobu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   24 Apr 2014 00:12:05 -  1.84
+++ ChangeLog   3 May 2014 07:09:05 -   1.85
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/byobu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.84 2014/04/24 
00:12:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.85 2014/05/03 
07:09:05 radhermit Exp $
+
+*byobu-5.80 (03 May 2014)
+
+  03 May 2014; Tim Harder  +byobu-5.80.ebuild:
+  Version bump.
 
 *byobu-5.78 (24 Apr 2014)
 



1.1  app-misc/byobu/byobu-5.80.ebuild

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

Index: byobu-5.80.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.80.ebuild,v 1.1 
2014/05/03 07:09:05 radhermit Exp $

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

inherit python-single-r1

DESCRIPTION="A set of profiles for the GNU Screen console window manager 
(app-misc/screen)"
HOMEPAGE="http://byobu.co";
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="screen"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
dev-libs/newt[${PYTHON_USEDEP}]
screen? ( app-misc/screen )
!screen? ( app-misc/tmux )"

src_prepare() {
python_fix_shebang .

# Set default system backend to screen
if use screen ; then
sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' 
etc/byobu/backend || die
fi
}

src_install() {
default

# Create symlinks for backends
dosym ${PN} /usr/bin/${PN}-screen
dosym ${PN} /usr/bin/${PN}-tmux

docompress -x /usr/share/doc/${PN}
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/http-cookie: ChangeLog http-cookie-1.0.2.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 07:10:03

  Modified: ChangeLog http-cookie-1.0.2.ebuild
  Log:
  Add missing dependency on dev-ruby/domain_name.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/http-cookie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Dec 2013 09:23:37 -  1.1
+++ ChangeLog   3 May 2014 07:10:03 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/http-cookie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.1 
2013/12/13 09:23:37 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.2 
2014/05/03 07:10:03 graaff Exp $
+
+  03 May 2014; Hans de Graaff  http-cookie-1.0.2.ebuild:
+  Add missing dependency on dev-ruby/domain_name.
 
 *http-cookie-1.0.2 (13 Dec 2013)
 



1.2  dev-ruby/http-cookie/http-cookie-1.0.2.ebuild

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

Index: http-cookie-1.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-cookie-1.0.2.ebuild13 Dec 2013 09:23:37 -  1.1
+++ http-cookie-1.0.2.ebuild3 May 2014 07:10:03 -   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/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.1 
2013/12/13 09:23:37 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.2 
2014/05/03 07:10:03 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -17,6 +17,8 @@
 KEYWORDS="~amd64"
 IUSE=""
 
+ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
+
 all_ruby_prepare() {
sed -i -e "/simplecov/d" Rakefile || die
 }






[gentoo-commits] gentoo-x86 commit in dev-python/llvmpy: llvmpy-0.12.5.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 07:24:32

  Modified: ChangeLog
  Added:llvmpy-0.12.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  dev-python/llvmpy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Apr 2014 17:09:04 -  1.5
+++ ChangeLog   3 May 2014 07:24:32 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/llvmpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.5 
2014/04/14 17:09:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.6 
2014/05/03 07:24:32 patrick Exp $
+
+*llvmpy-0.12.5 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +llvmpy-0.12.5.ebuild:
+  Bump
 
 *llvmpy-0.12.4 (14 Apr 2014)
 



1.1  dev-python/llvmpy/llvmpy-0.12.5.ebuild

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

Index: llvmpy-0.12.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.5.ebuild,v 1.1 
2014/05/03 07:24:32 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Python wrapper around the llvm C++ library"
HOMEPAGE="http://llvmpy.org/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

# fails with llvm-3.4
RDEPEND="=sys-devel/llvm-3.3*:=[multitarget]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"

PATCHES=( "${FILESDIR}"/${PN}-0.12.2-return-type.patch )

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

python_test() {
cd "${BUILD_DIR}"/lib* || die
${PYTHON} -c "import llvm; llvm.test()" || die
}

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






[gentoo-commits] proj/x11:master commit in: x11-libs/libSM/

2014-05-03 Thread Michał Górny
commit: e4cdfb02e97fdd8f56ecd408ea0f8b1b78b28a6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  3 07:24:44 2014 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  3 07:24:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e4cdfb02

x11-libs/libSM: Depend on multilib util-linux. Sync the conditionals with gx86.

Package-Manager: portage-2.2.10

---
 x11-libs/libSM/libSM-.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/x11-libs/libSM/libSM-.ebuild b/x11-libs/libSM/libSM-.ebuild
index 9b43cb1..9f3db9d 100644
--- a/x11-libs/libSM/libSM-.ebuild
+++ b/x11-libs/libSM/libSM-.ebuild
@@ -16,13 +16,9 @@ IUSE="doc ipv6 +uuid"
 RDEPEND=">=x11-libs/libICE-1.0.5[${MULTILIB_USEDEP}]
x11-libs/xtrans
x11-proto/xproto[${MULTILIB_USEDEP}]
-   !elibc_FreeBSD? ( !elibc_SunOS? (
-   uuid? (
-   >=sys-apps/util-linux-2.16
-   amd64? ( abi_x86_32? (
-   
app-emulation/emul-linux-x86-baselibs[development] ) )
-   )
-   ) )"
+   !elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
+   uuid? ( >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] )
+   ) ) )"
 DEPEND="${RDEPEND}"
 
 src_configure() {



[gentoo-commits] gentoo-x86 commit in dev-ruby/mixlib-cli: mixlib-cli-1.5.0.ebuild ChangeLog

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 07:29:51

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

Revision  ChangesPath
1.10 dev-ruby/mixlib-cli/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   13 Dec 2013 09:12:39 -  1.9
+++ ChangeLog   3 May 2014 07:29:51 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mixlib-cli
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/ChangeLog,v 1.9 
2013/12/13 09:12:39 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-cli/ChangeLog,v 1.10 
2014/05/03 07:29:51 graaff Exp $
+
+*mixlib-cli-1.5.0 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +mixlib-cli-1.5.0.ebuild:
+  Version bump.
 
 *mixlib-cli-1.4.0 (13 Dec 2013)
 



1.1  dev-ruby/mixlib-cli/mixlib-cli-1.5.0.ebuild

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

Index: mixlib-cli-1.5.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/mixlib-cli/mixlib-cli-1.5.0.ebuild,v 1.1 
2014/05/03 07:29:51 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Mixin for creating command line applications"
HOMEPAGE="http://github.com/opscode/mixlib-cli";
SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tgz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""






[gentoo-commits] gentoo-x86 commit in media-libs/lcms: lcms-2.6.ebuild ChangeLog

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 07:30:57

  Modified: ChangeLog
  Added:lcms-2.6.ebuild
  Log:
  Version bump, add default enabled threads use flag.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.169media-libs/lcms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   26 Apr 2014 22:12:14 -  1.168
+++ ChangeLog   3 May 2014 07:30:57 -   1.169
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/lcms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.168 
2014/04/26 22:12:14 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.169 
2014/05/03 07:30:57 radhermit Exp $
+
+*lcms-2.6 (03 May 2014)
+
+  03 May 2014; Tim Harder  +lcms-2.6.ebuild:
+  Version bump, add default enabled threads use flag.
 
   26 Apr 2014; Chema Alonso  lcms-1.19-r1.ebuild:
   Stable for amd64 wrt bug #504214



1.1  media-libs/lcms/lcms-2.6.ebuild

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

Index: lcms-2.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.6.ebuild,v 1.1 
2014/05/03 07:30:57 radhermit Exp $

EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
inherit autotools-multilib

DESCRIPTION="A lightweight, speed optimized color management engine"
HOMEPAGE="http://www.littlecms.com/";
SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"

LICENSE="MIT"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
IUSE="doc jpeg static-libs +threads test tiff zlib"

RDEPEND="jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] )
tiff? ( media-libs/tiff:0=[${MULTILIB_USEDEP}] )
zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r10
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}"

S=${WORKDIR}/lcms2-${PV}

src_configure() {
local myeconfargs=(
$(use_with jpeg)
$(use_with tiff)
$(use_with zlib)
$(use_with threads)
)
autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install

if use doc; then
docinto pdf
dodoc doc/*.pdf
fi
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libSM: libSM-1.2.2-r1.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 07:33:11

  Modified: ChangeLog
  Added:libSM-1.2.2-r1.ebuild
  Log:
  Depend on multilib util-linux. Do it in a revbump because util-linux is still 
masked.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.115x11-libs/libSM/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.115&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/ChangeLog?rev=1.115&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   15 Apr 2014 18:36:59 -  1.114
+++ ChangeLog   3 May 2014 07:33:11 -   1.115
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libSM
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.114 2014/04/15 
18:36:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.115 2014/05/03 
07:33:11 mgorny Exp $
+
+*libSM-1.2.2-r1 (03 May 2014)
+
+  03 May 2014; Michał Górny  +libSM-1.2.2-r1.ebuild:
+  Depend on multilib util-linux. Do it in a revbump because util-linux is still
+  masked.
 
   15 Apr 2014; Mike Frysinger  libSM-1.2.1-r1.ebuild,
   libSM-1.2.1.ebuild, libSM-1.2.2.ebuild:



1.1  x11-libs/libSM/libSM-1.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libSM/libSM-1.2.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: libSM-1.2.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.2.2-r1.ebuild,v 1.1 
2014/05/03 07:33:11 mgorny Exp $

EAPI=5

XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-2

DESCRIPTION="X.Org Session Management library"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
IUSE="doc ipv6 +uuid"

RDEPEND=">=x11-libs/libICE-1.0.5[${MULTILIB_USEDEP}]
x11-libs/xtrans
x11-proto/xproto[${MULTILIB_USEDEP}]
!elibc_FreeBSD? ( !elibc_SunOS? ( !elibc_Darwin? (
uuid? ( >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}] )
) ) )"
DEPEND="${RDEPEND}"

src_configure() {
local withuuid=$(use_with uuid libuuid)

# do not use uuid even if available in libc (like on FreeBSD)
use uuid || export ac_cv_func_uuid_create=no

if use uuid ; then
case ${CHOST} in
*-solaris*|*-darwin*)
if [[ ! -d ${EROOT}usr/include/uuid ]] &&
[[ -d ${ROOT}usr/include/uuid ]]
then
# Solaris and Darwin have uuid provided 
by the host
# system.  Since util-linux's version 
is based on this
# version, and on Darwin actually 
breaks host headers when
# installed, we can "pretend" for libSM 
we have libuuid
# installed, while in fact we don't
withuuid="--without-libuuid"
export HAVE_LIBUUID=yes
export 
LIBUUID_CFLAGS="-I${ROOT}usr/include/uuid"
# Darwin has uuid in libSystem
[[ ${CHOST} == *-solaris* ]] && export 
LIBUUID_LIBS="-luuid"
fi
;;
esac
fi
XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
$(use_enable doc docs)
$(use_with doc xmlto)
${withuuid}
--without-fop
)
xorg-2_src_configure
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 07:33:08

  Modified: ChangeLog package.mask
  Log:
  Mask new libSM with proper dependency on multilib util-linux.

Revision  ChangesPath
1.8912   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8911
retrieving revision 1.8912
diff -u -r1.8911 -r1.8912
--- ChangeLog   2 May 2014 18:27:14 -   1.8911
+++ ChangeLog   3 May 2014 07:33:07 -   1.8912
@@ -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.8911 2014/05/02 
18:27:14 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8912 2014/05/03 
07:33:07 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!
 
+  03 May 2014; Michał Górny  package.mask:
+  Mask new libSM with proper dependency on multilib util-linux.
+
   02 May 2014; Tom Wijsman  base/package.use.mask:
   Update MATE bluetooth mask to include mate-base/mate[bluetooth].
 



1.15642  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15641
retrieving revision 1.15642
diff -u -r1.15641 -r1.15642
--- package.mask2 May 2014 12:17:26 -   1.15641
+++ package.mask3 May 2014 07:33:08 -   1.15642
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15641 2014/05/02 
12:17:26 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15642 2014/05/03 
07:33: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
@@ -549,6 +549,7 @@
 >=sys-devel/libtool-2.4.2-r1
 >=virtual/acl-0-r2
 >=app-emulation/emul-linux-x86-baselibs-20140406-r3
+>=x11-libs/libSM-1.2.2-r1
 
 # Tom Wijsman  (21 Feb 2014)
 # MATE Desktop Environment >=1.7 introduction mask:






[gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.18.1.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 07:34:52

  Modified: ChangeLog
  Added:scrapy-0.18.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 dev-python/scrapy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   6 Dec 2013 05:44:16 -   1.16
+++ ChangeLog   3 May 2014 07:34:51 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/scrapy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.16 
2013/12/06 05:44:16 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.17 
2014/05/03 07:34:51 patrick Exp $
+
+*scrapy-0.18.1 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +scrapy-0.18.1.ebuild:
+  Bump
 
 *scrapy-0.18.0-r1 (06 Dec 2013)
 



1.1  dev-python/scrapy/scrapy-0.18.1.ebuild

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

Index: scrapy-0.18.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.18.1.ebuild,v 1.1 
2014/05/03 07:34:51 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"

inherit vcs-snapshot distutils-r1

DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc examples ibl test ssl"
PYTHON_MODNAME="scrapy scrapyd"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/boto[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
net-ftp/vsftpd
)"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/twisted-core
dev-python/twisted-conch
dev-python/twisted-mail
dev-python/twisted-web
>=dev-python/w3lib-1.1[${PYTHON_USEDEP}]
"

src_compile() {
distutils-r1_src_compile

if use doc; then
emake -C docs html || die "emake html failed"
fi
}

python_test() {
PYTHONPATH="${PWD}" bin/runtests.sh || die
}

src_install() {
distutils-r1_src_install
if use doc; then
dohtml -r "${S}"/docs/build/html/
fi
if use examples; then
insinto /usr/share/doc/"${PF}"/examples
doins -r "${S}"/examples/*
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.11.5.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 07:39:16

  Modified: ChangeLog
  Added:virtualenv-1.11.5.ebuild
  Log:
  Version bump, add python3_4 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.119dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   31 Mar 2014 20:35:56 -  1.118
+++ ChangeLog   3 May 2014 07:39:16 -   1.119
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.118 
2014/03/31 20:35:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.119 
2014/05/03 07:39:16 radhermit Exp $
+
+*virtualenv-1.11.5 (03 May 2014)
+
+  03 May 2014; Tim Harder  +virtualenv-1.11.5.ebuild:
+  Version bump, add python3_4 support.
 
   31 Mar 2014; Michał Górny  virtualenv-1.10-r1.ebuild,
   virtualenv-1.10.1.ebuild, virtualenv-1.11.3.ebuild, virtualenv-1.11.4.ebuild,



1.1  dev-python/virtualenv/virtualenv-1.11.5.ebuild

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

Index: virtualenv-1.11.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.5.ebuild,v 1.1 
2014/05/03 07:39:16 radhermit Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv";
SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
SLOT="0"
IUSE="doc test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)"

DOCS=( docs/index.rst docs/news.rst )
PATCHES=(
"${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
"${FILESDIR}"/${PN}-1.11.3-skip-broken-test.patch
)

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

python_install_all() {
use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. )
distutils-r1_python_install_all
}

python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in dev-python/demjson: demjson-2.0.ebuild ChangeLog

2014-05-03 Thread Ian Delaney (idella4)
idella4 14/05/03 07:48:21

  Modified: ChangeLog
  Added:demjson-2.0.ebuild
  Log:
  bump; add py3 pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.17 dev-python/demjson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   23 Jun 2011 14:46:54 -  1.16
+++ ChangeLog   3 May 2014 07:48:21 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/demjson
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.16 
2011/06/23 14:46:54 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.17 
2014/05/03 07:48:21 idella4 Exp $
+
+*demjson-2.0 (03 May 2014)
+
+  03 May 2014; Ian Delaney  +demjson-2.0.ebuild:
+  bump; add py3 pypy support
 
   23 Jun 2011; Markos Chandras  -demjson-1.5.ebuild:
   Remove old ebuilds. Requested by Arfrever



1.1  dev-python/demjson/demjson-2.0.ebuild

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

Index: demjson-2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/demjson-2.0.ebuild,v 1.1 
2014/05/03 07:48:21 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object 
Notation) compliant with RFC 4627"
HOMEPAGE="http://deron.meranda.us/python/demjson/ 
http://pypi.python.org/pypi/demjson";
SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
DISTUTILS_IN_SOURCE_BUILD=1

python_test() {
cd test
if python_is_python3; then
2to3 -w --no-diffs test_demjson.py
fi
"${PYTHON}" test_demjson.py
}

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






[gentoo-commits] gentoo-x86 commit in dev-ruby/multi_json: ChangeLog multi_json-1.9.3.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 07:52:07

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

Revision  ChangesPath
1.39 dev-ruby/multi_json/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   5 Apr 2014 23:39:34 -   1.38
+++ ChangeLog   3 May 2014 07:52:07 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/multi_json
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.38 
2014/04/05 23:39:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.39 
2014/05/03 07:52:07 graaff Exp $
+
+*multi_json-1.9.3 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +multi_json-1.9.3.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger  multi_json-1.5.0.ebuild,
   multi_json-1.6.1-r1.ebuild, multi_json-1.6.1.ebuild, multi_json-1.8.4.ebuild,



1.1  dev-ruby/multi_json/multi_json-1.9.3.ebuild

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

Index: multi_json-1.9.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v 1.1 
2014/05/03 07:52:07 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="yard"

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"

inherit ruby-fakegem

DESCRIPTION="A gem to provide swappable JSON backends"
HOMEPAGE="http://github.com/intridea/multi_json";
LICENSE="MIT"

KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 
=dev-ruby/activesupport-3* )"

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

ruby_add_bdepend "test? ( dev-ruby/json )"

USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"

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

# Remove unimportant rspec options not supported by rspec 2.6.
rm .rspec || die

# Remove specs specific to oj since we don't package oj yet.
sed -i -e '/defaults to the best available gem/,/^  end/ s:^:#:' \
-e '/Oj does not create symbols on parse/,/^end/ s:^:#:' \
-e '/with Oj.default_settings/,/^end/ s:^:#:' \
-e '/using one-shot parser/,/^  end/ s:^:#:' \
spec/multi_json_spec.rb

# Avoid simplecov which only works with ruby 1.9
sed -i -e '/simplecov/d' -e '/SimpleCov.formatter/,/SimpleCov.start/ d' 
spec/spec_helper.rb || die

# Remove unpackaged and for our purposes unneeded coveralls
sed -i -e '/coveralls/d' spec/spec_helper.rb || die

# Avoid testing unpackaged adapters
rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Compiled code is not supported for jruby 1.6
rm spec/json_gem_adapter_spec.rb || die
# jr_jackson is not supported but needed for the common 
tests.
rm spec/multi_json_spec.rb || die
;;
esac
}

each_ruby_test() {
for t in spec/*_spec.rb; do
${RUBY} -S rspec ${t} || die
done
}






[gentoo-commits] gentoo-x86 commit in dev-python/pip: pip-1.5.5.ebuild ChangeLog

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 07:51:54

  Modified: ChangeLog
  Added:pip-1.5.5.ebuild
  Log:
  Version bump, add python3_4 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.33 dev-python/pip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   25 Apr 2014 14:20:02 -  1.32
+++ ChangeLog   3 May 2014 07:51:54 -   1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.32 2014/04/25 
14:20:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.33 2014/05/03 
07:51:54 radhermit Exp $
+
+*pip-1.5.5 (03 May 2014)
+
+  03 May 2014; Tim Harder  +pip-1.5.5.ebuild:
+  Version bump, add python3_4 support.
 
   25 Apr 2014; Jeroen Roovers  pip-1.5.4-r1.ebuild:
   Marked ~hppa (bug #508282).



1.1  dev-python/pip/pip-1.5.5.ebuild

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

Index: pip-1.5.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.5.5.ebuild,v 1.1 
2014/05/03 07:51:54 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )

inherit bash-completion-r1 distutils-r1

DESCRIPTION="Installs python packages -- replacement for easy_install"
HOMEPAGE="http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="zsh-completion"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

# required test data isn't bundled with the tarball
RESTRICT="test"

python_install_all() {
local DOCS=( AUTHORS.txt docs/*.rst )
distutils-r1_python_install_all

COMPLETION="${T}"/completion.tmp

${EPYTHON} pip/runner.py completion --bash > "${COMPLETION}" || die
newbashcomp "${COMPLETION}" ${PN}

if use zsh-completion ; then
${EPYTHON} pip/runner.py completion --zsh > "${COMPLETION}" || 
die
insinto /usr/share/zsh/site-functions
newins "${COMPLETION}" _pip
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/tox: ChangeLog tox-1.7.1.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 07:57:37

  Modified: ChangeLog
  Added:tox-1.7.1.ebuild
  Log:
  Version bump, add python3_4 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.16 dev-python/tox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Feb 2014 10:18:40 -   1.15
+++ ChangeLog   3 May 2014 07:57:37 -   1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/tox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.15 2014/02/03 
10:18:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.16 2014/05/03 
07:57:37 radhermit Exp $
+
+*tox-1.7.1 (03 May 2014)
+
+  03 May 2014; Tim Harder  +tox-1.7.1.ebuild:
+  Version bump, add python3_4 support.
 
 *tox-1.7.0 (03 Feb 2014)
 



1.1  dev-python/tox/tox-1.7.1.ebuild

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

Index: tox-1.7.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.7.1.ebuild,v 1.1 
2014/05/03 07:57:37 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION="virtualenv-based automation of test activities"
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/virtualenv-1.11.2[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
>=dev-python/py-1.4.17[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

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

python_test() {
distutils_install_for_testing
py.test -x || die
}

python_install_all() {
use doc && HTML_DOCS=( "${S}"/doc/_build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in games-action/phobiaii: phobiaii-1.1.ebuild ChangeLog

2014-05-03 Thread Ulrich Mueller (ulm)
ulm 14/05/03 07:57:19

  Modified: phobiaii-1.1.ebuild ChangeLog
  Log:
  Change LICENSE to freedist, bug 505612.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.17 games-action/phobiaii/phobiaii-1.1.ebuild

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

Index: phobiaii-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- phobiaii-1.1.ebuild 24 Sep 2012 00:22:57 -  1.16
+++ phobiaii-1.1.ebuild 3 May 2014 07:57:19 -   1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 
1.16 2012/09/24 00:22:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 
1.17 2014/05/03 07:57:19 ulm Exp $
 
 inherit eutils games
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.lynxlabs.com/games/linuxphobia/index.html";
 SRC_URI="http://www.lynxlabs.com/games/linuxphobia/${MY_P}-i386.tar.bz2";
 
-LICENSE="as-is"
+LICENSE="freedist" #505612
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""



1.14 games-action/phobiaii/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   24 Sep 2012 00:22:57 -  1.13
+++ ChangeLog   3 May 2014 07:57:19 -   1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/phobiaii
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.13 
2012/09/24 00:22:57 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.14 
2014/05/03 07:57:19 ulm Exp $
+
+  03 May 2014; Ulrich Müller  phobiaii-1.1.ebuild:
+  Change LICENSE to freedist, bug 505612.
 
   24 Sep 2012; Mike Frysinger  phobiaii-1.1.ebuild:
   QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness)






[gentoo-commits] gentoo-x86 commit in dev-python/wtf-peewee: wtf-peewee-0.2.0.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:03:02

  Modified: ChangeLog
  Added:wtf-peewee-0.2.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  dev-python/wtf-peewee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   22 Nov 2013 06:56:41 -  1.3
+++ ChangeLog   3 May 2014 08:03:02 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wtf-peewee
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.3 
2013/11/22 06:56:41 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.4 
2014/05/03 08:03:02 patrick Exp $
+
+*wtf-peewee-0.2.0 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +wtf-peewee-0.2.0.ebuild:
+  Bump
 
 *wtf-peewee-0.1.5 (22 Nov 2013)
 



1.1  dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild

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

Index: wtf-peewee-0.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild,v 1.1 
2014/05/03 08:03:02 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

RESTRICT="test" # broken

DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/";
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz";
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/peewee[${PYTHON_USEDEP}]
dev-python/wtforms[${PYTHON_USEDEP}]
"
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/net-ssh: ChangeLog net-ssh-2.9.0.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 08:04:58

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

Revision  ChangesPath
1.125dev-ruby/net-ssh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?rev=1.125&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?rev=1.125&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   5 Apr 2014 13:52:56 -   1.124
+++ ChangeLog   3 May 2014 08:04:58 -   1.125
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/net-ssh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.124 
2014/04/05 13:52:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.125 
2014/05/03 08:04:58 graaff Exp $
+
+*net-ssh-2.9.0 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +net-ssh-2.9.0.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger  net-ssh-2.4.0.ebuild:
   Remove ree18 and ruby18 target.



1.1  dev-ruby/net-ssh/net-ssh-2.9.0.ebuild

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

Index: net-ssh-2.9.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/net-ssh/net-ssh-2.9.0.ebuild,v 1.1 
2014/05/03 08:04:58 graaff Exp $

EAPI=5
# no longer compatible with ruby 1.8.
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt"
RUBY_FAKEGEM_EXTRAINSTALL="support"

inherit ruby-fakegem

DESCRIPTION="Non-interactive SSH processing in pure Ruby"
HOMEPAGE="http://net-ssh.rubyforge.org/";
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
net-ssh-git-${PV}.tgz"

LICENSE="GPL-2"
SLOT="2.6"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
IUSE="test"

ruby_add_rdepend "virtual/ruby-ssl"
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"

each_ruby_test() {
${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyx: pyx-0.13.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:07:27

  Modified: ChangeLog
  Added:pyx-0.13.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.39 dev-python/pyx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   31 Mar 2014 21:01:35 -  1.38
+++ ChangeLog   3 May 2014 08:07:27 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.38 2014/03/31 
21:01:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.39 2014/05/03 
08:07:27 patrick Exp $
+
+*pyx-0.13 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +pyx-0.13.ebuild:
+  Bump
 
   31 Mar 2014; Michał Górny  pyx-0.12.1-r1.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/pyx/pyx-0.13.ebuild

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

Index: pyx-0.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.1 
2014/05/03 08:07:26 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

MY_P="${P/pyx/PyX}"

DESCRIPTION="Python package for the generation of encapsulated PostScript 
figures"
HOMEPAGE="http://pyx.sourceforge.net/";
SRC_URI="mirror://sourceforge/pyx/${MY_P}.tar.gz"

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

RDEPEND="virtual/tex-base"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base )"

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

DOCS=( AUTHORS CHANGES )

src_prepare() {
distutils-r1_src_prepare
sed -i \
-e 's/^build_t1code=.*/build_t1code=1/' \
-e 's/^build_pykpathsea=.*/build_pykpathsea=1/' \
setup.cfg || die "setup.cfg fix failed"
}

python_compile_all() {
if use doc; then
cd "${S}/faq"
VARTEXFONTS="${T}"/fonts make latexpdf
fi
}

python_install_all() {
use doc && dodoc faq/_build/latex/pyxfaq.pdf
}






[gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.3.0.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:12:00

  Modified: ChangeLog
  Added:testify-0.3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 dev-python/testify/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Apr 2013 05:44:01 -   1.9
+++ ChangeLog   3 May 2014 08:12:00 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.9 
2013/04/05 05:44:01 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.10 
2014/05/03 08:12:00 patrick Exp $
+
+*testify-0.3.0 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +testify-0.3.0.ebuild:
+  Bump
 
   05 Apr 2013; Ian Delaney  testify-0.2.10.ebuild:
   tests set to RESTRICT due to dep on versions of tornado long dropped from



1.1  dev-python/testify/testify-0.3.0.ebuild

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

Index: testify-0.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.3.0.ebuild,v 
1.1 2014/05/03 08:12:00 patrick Exp $

EAPI=5

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

inherit distutils-r1 vcs-snapshot

DESCRIPTION="A more pythonic replacement for the unittest module and nose"
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/";
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test"

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/sqlalchemy
www-servers/tornado[${PYTHON_USEDEP}]
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"

DOCS="README.md"

src_prepare_all() {
# Rm rogue test, Bug #438032
rm -f test/plugins//http_reporter_test.py
}

python_test() {
 "${PYTHON}" bin/${PN} test || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/ws4py: ws4py-0.3.3.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:12:25

  Modified: ChangeLog
  Added:ws4py-0.3.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-python/ws4py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 Feb 2014 05:58:37 -  1.11
+++ ChangeLog   3 May 2014 08:12:25 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ws4py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.11 
2014/02/24 05:58:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.12 
2014/05/03 08:12:25 patrick Exp $
+
+*ws4py-0.3.3 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +ws4py-0.3.3.ebuild:
+  Bump
 
 *ws4py-0.3.2 (24 Feb 2014)
 



1.1  dev-python/ws4py/ws4py-0.3.3.ebuild

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

Index: ws4py-0.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.3.3.ebuild,v 1.1 
2014/05/03 08:12:25 patrick Exp $

# We could depend on dev-python/cherrypy when USE=server, but
# that is an optional component ...
# Same for www-servers/tornado and USE=client ...

EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
PYTHON_REQ_USE="threads?"

inherit distutils-r1
if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
inherit git-2
else
inherit vcs-snapshot

SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi

DESCRIPTION="WebSocket support for Python"
HOMEPAGE="https://github.com/Lawouach/WebSocket-for-Python";

LICENSE="BSD"
SLOT="0"
IUSE="+client +server test +threads"

RDEPEND=""
DEPEND="test? (
${RDEPEND}
dev-python/unittest2[${PYTHON_USEDEP}]
>=dev-python/cherrypy-3.2.0[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
)"

python_test() {
esetup.py test || die
}

src_install() {
distutils-r1_src_install
use client || rm -rf "${ED}$(python_get_sitedir)"/ws4py/client
use server || rm -rf "${ED}$(python_get_sitedir)"/ws4py/server
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 08:17:07

  Modified: ChangeLog package.mask
  Log:
  Mask multilib media-sound/lash before committing.

Revision  ChangesPath
1.8913   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8912
retrieving revision 1.8913
diff -u -r1.8912 -r1.8913
--- ChangeLog   3 May 2014 07:33:07 -   1.8912
+++ ChangeLog   3 May 2014 08:17:06 -   1.8913
@@ -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.8912 2014/05/03 
07:33:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8913 2014/05/03 
08:17:06 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!
 
   03 May 2014; Michał Górny  package.mask:
+  Mask multilib media-sound/lash before committing.
+
+  03 May 2014; Michał Górny  package.mask:
   Mask new libSM with proper dependency on multilib util-linux.
 
   02 May 2014; Tom Wijsman  base/package.use.mask:



1.15643  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15642
retrieving revision 1.15643
diff -u -r1.15642 -r1.15643
--- package.mask3 May 2014 07:33:08 -   1.15642
+++ package.mask3 May 2014 08:17:06 -   1.15643
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15642 2014/05/03 
07:33:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15643 2014/05/03 
08:17:06 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
@@ -549,6 +549,7 @@
 >=sys-devel/libtool-2.4.2-r1
 >=virtual/acl-0-r2
 >=app-emulation/emul-linux-x86-baselibs-20140406-r3
+>=media-sound/lash-0.5.4-r2
 >=x11-libs/libSM-1.2.2-r1
 
 # Tom Wijsman  (21 Feb 2014)






[gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.0.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:18:21

  Modified: ChangeLog
  Added:isodate-0.5.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.25 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   31 Mar 2014 21:22:10 -  1.24
+++ ChangeLog   3 May 2014 08:18:21 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.24 
2014/03/31 21:22:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.25 
2014/05/03 08:18:21 patrick Exp $
+
+*isodate-0.5.0 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +isodate-0.5.0.ebuild:
+  Bump
 
   31 Mar 2014; Michał Górny  isodate-0.4.9-r1.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/isodate/isodate-0.5.0.ebuild

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

Index: isodate-0.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v 
1.1 2014/05/03 08:18:21 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="ISO 8601 date/time/duration parser and formater"
HOMEPAGE="http://pypi.python.org/pypi/isodate";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

DOCS=( CHANGES.txt README.rst TODO.txt )

python_test() {
local test
pushd "${BUILD_DIR}"/lib/
for test in ${PN}/tests/test_*.py
do
if ! "${PYTHON}" $test; then
die "Test $test failed under ${EPYTHON}"
fi
done
# Give some order to the output salad
einfo "Testsuite passed under ${EPYTHON}";einfo ""
}






[gentoo-commits] gentoo-x86 commit in app-arch/pbzip2/files: pbzip2-1.1.9-makefile.patch

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:20:17

  Added:pbzip2-1.1.9-makefile.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch?rev=1.1&content-type=text/plain

Index: pbzip2-1.1.9-makefile.patch
===
--- pbzip2-1.1.9/Makefile
+++ pbzip2-1.1.9/Makefile
@@ -3,7 +3,7 @@
 
 
 # Compiler to use
-CXX = g++
+#CXX = g++
 
 
 # Thread-related flags
@@ -17,7 +17,7 @@
 
 
 # Optimization flags
-CXXFLAGS = -O2
+#CXXFLAGS = -O2
 
 #CXXFLAGS += -g -Wall
 #CXXFLAGS += -ansi
@@ -50,7 +50,7 @@
 
 
 # Linker flags
-LDFLAGS =
+#LDFLAGS =
 
 
 # External libraries






[gentoo-commits] gentoo-x86 commit in app-arch/pbzip2: ChangeLog pbzip2-1.1.9.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:20:17

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

Revision  ChangesPath
1.121app-arch/pbzip2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   18 Jan 2014 01:43:37 -  1.120
+++ ChangeLog   3 May 2014 08:20:16 -   1.121
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/pbzip2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.120 
2014/01/18 01:43:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.121 
2014/05/03 08:20:16 radhermit Exp $
+
+*pbzip2-1.1.9 (03 May 2014)
+
+  03 May 2014; Tim Harder  +pbzip2-1.1.9.ebuild,
+  +files/pbzip2-1.1.9-makefile.patch:
+  Version bump.
 
   18 Jan 2014; Mike Frysinger  pbzip2-1.1.8.ebuild:
   Add arm64 love.



1.1  app-arch/pbzip2/pbzip2-1.1.9.ebuild

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

Index: pbzip2-1.1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.9.ebuild,v 1.1 
2014/05/03 08:20:16 radhermit Exp $

EAPI=5

inherit flag-o-matic eutils

DESCRIPTION="Parallel bzip2 (de)compressor using libbz2"
HOMEPAGE="http://compression.ca/pbzip2/";
SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz";

LICENSE="BZIP2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="static symlink"

LIB_DEPEND="app-arch/bzip2[static-libs(+)]"
RDEPEND="
!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
symlink? ( !app-arch/lbzip2[symlink] )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"

src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
tc-export CXX
use static && append-ldflags -static
}

src_install() {
dobin pbzip2
dodoc AUTHORS ChangeLog README
doman pbzip2.1
dosym pbzip2 /usr/bin/pbunzip2

if use symlink ; then
local s
for s in bzip2 bunzip2 bzcat ; do
dosym pbzip2 /usr/bin/${s}
done
fi
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/net-scp: ChangeLog net-scp-1.2.1.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 08:23:10

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

Revision  ChangesPath
1.44 dev-ruby/net-scp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Apr 2014 14:22:23 -   1.43
+++ ChangeLog   3 May 2014 08:23:10 -   1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/net-scp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.43 
2014/04/05 14:22:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.44 
2014/05/03 08:23:10 graaff Exp $
+
+*net-scp-1.2.1 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +net-scp-1.2.1.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger  net-scp-1.0.4-r1.ebuild:
   Remove ree18 and ruby18 target. Remove virtual/ruby-test-unit.



1.1  dev-ruby/net-scp/net-scp-1.2.1.ebuild

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

Index: net-scp-1.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.2.1.ebuild,v 1.1 
2014/05/03 08:23:10 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"

RUBY_FAKEGEM_TASK_TEST=""

inherit ruby-fakegem

DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
HOMEPAGE="http://net-ssh.rubyforge.org/scp";

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_bdepend "
doc? ( >=dev-ruby/net-ssh-2.6.5 )
test? (
>=dev-ruby/net-ssh-2.9.0
dev-ruby/mocha
)"

ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5"

each_ruby_test() {
${RUBY} -Ilib:test test/test_all.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiintercept: wsgiintercept-0.6.2.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:25:39

  Modified: ChangeLog
  Added:wsgiintercept-0.6.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-python/wsgiintercept/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Feb 2014 12:41:58 -   1.4
+++ ChangeLog   3 May 2014 08:25:39 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wsgiintercept
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.4 
2014/02/03 12:41:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.5 
2014/05/03 08:25:39 patrick Exp $
+
+*wsgiintercept-0.6.2 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +wsgiintercept-0.6.2.ebuild:
+  Bump
 
 *wsgiintercept-0.6.1 (03 Feb 2014)
 



1.1  dev-python/wsgiintercept/wsgiintercept-0.6.2.ebuild

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

Index: wsgiintercept-0.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.2.ebuild,v 
1.1 2014/05/03 08:25:39 patrick Exp $

EAPI=5

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

inherit distutils-r1

MY_PN="wsgi_intercept"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="WSGI application in place of a real URI for testing"
HOMEPAGE="https://pypi.python.org/pypi/wsgi_intercept 
https://github.com/cdent/python3-wsgi-intercept";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/httplib2[${PYTHON_USEDEP}]
>=dev-python/pytest-2.4[${PYTHON_USEDEP}]
>=dev-python/requests-2[${PYTHON_USEDEP}]
)"

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

PATCHES=( "${FILESDIR}/0.6.0-fix-tests.patch" )

python_test() {
py.test || die
}






[gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r2.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 08:27:56

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

Revision  ChangesPath
1.40 media-sound/lash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   25 Feb 2013 08:04:11 -  1.39
+++ ChangeLog   3 May 2014 08:27:56 -   1.40
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.39 
2013/02/25 08:04:11 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.40 
2014/05/03 08:27:56 mgorny Exp $
+
+*lash-0.5.4-r2 (03 May 2014)
+
+  03 May 2014; Michał Górny  +lash-0.5.4-r2.ebuild:
+  Convert to python-single-r1 & multilib.
 
   25 Feb 2013; Samuli Suominen  lash-0.5.4-r1.ebuild,
   +files/lash-0.5.4-gcc47.patch:
@@ -140,4 +145,3 @@
   and connects different kinds of virtual audio ports together (currently JACK
   and ALSA sequencer ports). It can also be used to move entire sessions
   between computers, or post sessions on the Internet for download.
-



1.1  media-sound/lash/lash-0.5.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: lash-0.5.4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v 1.1 
2014/05/03 08:27:56 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit autotools eutils multilib-minimal python-single-r1

DESCRIPTION="LASH Audio Session Handler"
HOMEPAGE="http://www.nongnu.org/lash/";
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="alsa debug gtk python static-libs" # doc

RDEPEND="dev-libs/libxml2
media-sound/jack-audio-connection-kit
>=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
alsa? ( media-libs/alsa-lib )
gtk? ( x11-libs/gtk+:2 )
python? ( ${PYTHON_DEPS} )
|| ( sys-libs/readline dev-libs/libedit )"
DEPEND="${RDEPEND}
virtual/pkgconfig
python? ( >=dev-lang/swig-1.3.40 )"
# doc? ( >=app-text/texi2html-5 )

DOCS="AUTHORS ChangeLog NEWS README TODO"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

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

src_prepare() {
sed -i \
-e '/texi2html/s:-number:&-sections:' \
docs/Makefile.am || die #422045

epatch \
"${FILESDIR}"/${P}-glibc2.8.patch \
"${FILESDIR}"/${P}-swig_version_comparison.patch \
"${FILESDIR}"/${P}-gcc47.patch

AT_M4DIR="m4" eautoreconf
}

multilib_src_configure() {
# 'no' could be '$(usex doc)' but we use the pregenerated 
lash-manual.html
export ac_cv_prog_lash_texi2html=no #422045

# --enable-pylash would disable it
local myconf=()
if ! multilib_is_native_abi || ! use python; then
myconf+=( --disable-pylash )
fi

if ! multilib_is_native_abi; then
# disable remaining configure checks
myconf+=(
JACK_CFLAGS=' '
JACK_LIBS=' '
XML2_CFLAGS=' '
XML2_LIBS=' '

vl_cv_lib_readline=no
)
fi

ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \
$(multilib_native_use_enable alsa alsa-midi) \
$(multilib_native_use_enable gtk gtk2) \
$(multilib_native_use_enable debug) \
"${myconf[@]}"
}

multilib_src_compile() {
if multilib_is_native_abi; then
default
else
emake -C liblash
fi
}

multilib_src_test() {
multilib_is_native_abi && default
}

multilib_src_install() {

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

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:27:25

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

Revision  ChangesPath
1.32 sys-fs/s3ql/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   30 Mar 2014 22:06:48 -  1.31
+++ ChangeLog   3 May 2014 08:27:25 -   1.32
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/s3ql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.31 2014/03/30 
22:06:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.32 2014/05/03 
08:27:25 radhermit Exp $
+
+*s3ql-1.18.1 (03 May 2014)
+
+  03 May 2014; Tim Harder  +s3ql-1.18.1.ebuild:
+  Version bump.
 
 *s3ql-2.8.1 (30 Mar 2014)
 



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

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

Index: s3ql-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/s3ql/s3ql-1.18.1.ebuild,v 1.1 
2014/05/03 08:27:25 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION="A full-featured file system for online data storage"
HOMEPAGE="https://bitbucket.org/nikratio/s3ql/";
SRC_URI="https://bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="contrib doc test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
>=dev-python/llfuse-0.37[${PYTHON_USEDEP}]
dev-python/pycryptopp[${PYTHON_USEDEP}]
dev-python/pyliblzma[${PYTHON_USEDEP}]
sys-fs/fuse
virtual/python-argparse[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
net-misc/rsync[xattr]
virtual/python-unittest2[${PYTHON_USEDEP}]
)"

python_prepare_all() {
# use system setuptools
sed -i '/use_setuptools/d' setup.py || die

distutils-r1_python_prepare_all
}

python_test() {
if [[ ${EUID} -ne 0 ]] ; then
ewarn "Skipping tests: root privileges are required so userpriv 
must be disabled"
else
addwrite /dev/fuse
esetup.py test
fi
}

python_install_all() {
distutils-r1_python_install_all

if use contrib ; then
exeinto /usr/share/doc/${PF}/contrib
docompress -x /usr/share/doc/${PF}/contrib
doexe contrib/*.{py,sh}
doman contrib/*.1
fi

if use doc ; then
dodoc doc/manual.pdf
dohtml -r doc/html/*
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/encore: ChangeLog encore-0.5.1.ebuild

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:30:43

  Modified: ChangeLog
  Added:encore-0.5.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-python/encore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 Sep 2013 21:33:08 -  1.6
+++ ChangeLog   3 May 2014 08:30:43 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/encore
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.6 
2013/09/13 21:33:08 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/ChangeLog,v 1.7 
2014/05/03 08:30:43 patrick Exp $
+
+*encore-0.5.1 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +encore-0.5.1.ebuild:
+  Bump
 
   13 Sep 2013; Michał Górny  encore-0.3.ebuild,
   encore-0.4.0.ebuild:



1.1  dev-python/encore/encore-0.5.1.ebuild

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

Index: encore-0.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/encore/encore-0.5.1.ebuild,v 1.1 
2014/05/03 08:30:43 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Enthought Tool Suite: collection of core-level utility modules"
HOMEPAGE="https://github.com/enthought/encore";
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/nose[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)"

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

python_test() {
if [[ ${EPYTHON} == python2.6 ]]; then
ewarn "Tests disabled for ${EPYTHON}"
return 0
fi
nosetests || die
}

python_install_all() {
distutils-r1_python_install_all

use doc && dohtml -r docs/build/html/*

if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/whois: ChangeLog whois-5.1.2.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:33:11

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

Revision  ChangesPath
1.200net-misc/whois/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   20 Jan 2014 13:59:15 -  1.199
+++ ChangeLog   3 May 2014 08:33:11 -   1.200
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/whois
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.199 2014/01/20 
13:59:15 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.200 2014/05/03 
08:33:11 radhermit Exp $
+
+*whois-5.1.2 (03 May 2014)
+
+  03 May 2014; Tim Harder  +whois-5.1.2.ebuild:
+  Version bump.
 
 *whois-5.1.1 (20 Jan 2014)
 



1.1  net-misc/whois/whois-5.1.2.ebuild

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

Index: whois-5.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.2.ebuild,v 1.1 
2014/05/03 08:33:11 radhermit Exp $

EAPI=4
inherit eutils toolchain-funcs

MY_P=${P/-/_}
DESCRIPTION="improved Whois Client"
HOMEPAGE="http://www.linux.it/~md/software/";
SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="iconv idn nls"
RESTRICT="test" #59327

RDEPEND="iconv? ( virtual/libiconv )
idn? ( net-dns/libidn )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
app-arch/xz-utils
>=dev-lang/perl-5
nls? ( sys-devel/gettext )"

src_prepare() {
epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch

if use nls ; then
sed -i -e 's:#\(.*pos\):\1:' Makefile || die
else
sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die

# don't generate po files when nls is disabled (bug #419889)
sed -i -e '/^all:/s/ pos//' \
-e '/^install:/s/ install-pos//' Makefile || die
fi
}

src_configure() { :;} # expected no-op

src_compile() {
unset HAVE_ICONV HAVE_LIBIDN
use iconv && export HAVE_ICONV=1
use idn && export HAVE_LIBIDN=1
tc-export CC
emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
}

src_install() {
emake BASEDIR="${ED}" prefix=/usr install
insinto /etc
doins whois.conf
dodoc README debian/changelog

if [[ ${USERLAND} != "GNU" ]]; then
mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
mv "${ED}"/usr/bin/{whois,mdwhois} || die
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/pep8: pep8-1.5.6.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:36:17

  Modified: ChangeLog
  Added:pep8-1.5.6.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.26 dev-python/pep8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Apr 2014 14:23:48 -  1.25
+++ ChangeLog   3 May 2014 08:36:17 -   1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pep8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.25 2014/04/25 
14:23:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.26 2014/05/03 
08:36:17 patrick Exp $
+
+*pep8-1.5.6 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +pep8-1.5.6.ebuild:
+  Bump
 
   25 Apr 2014; Jeroen Roovers  pep8-1.4.6.ebuild:
   Marked ~hppa (bug #508282).



1.1  dev-python/pep8/pep8-1.5.6.ebuild

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

Index: pep8-1.5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.5.6.ebuild,v 1.1 
2014/05/03 08:36:17 patrick Exp $

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

inherit distutils-r1

DESCRIPTION="Python style guide checker"
HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

DOCS=( CHANGES.txt )

python_test() {
PYTHONPATH="${S}" "${PYTHON}" pep8.py -v --testsuite=testsuite || die
PYTHONPATH="${S}" "${PYTHON}" pep8.py --doctest -v || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-wtf: flask-wtf-0.9.5.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:38:27

  Modified: ChangeLog
  Added:flask-wtf-0.9.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 dev-python/flask-wtf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   21 Jan 2014 04:05:26 -  1.9
+++ ChangeLog   3 May 2014 08:38:27 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-wtf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.9 
2014/01/21 04:05:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-wtf/ChangeLog,v 1.10 
2014/05/03 08:38:27 patrick Exp $
+
+*flask-wtf-0.9.5 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +flask-wtf-0.9.5.ebuild:
+  Bump
 
   21 Jan 2014; Patrick Lauer  -flask-wtf-0.8.3.ebuild,
   -flask-wtf-0.8.4.ebuild, -flask-wtf-0.9.0.ebuild, -flask-wtf-0.9.1.ebuild,



1.1  dev-python/flask-wtf/flask-wtf-0.9.5.ebuild

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

Index: flask-wtf-0.9.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-wtf/flask-wtf-0.9.5.ebuild,v 1.1 
2014/05/03 08:38:27 patrick Exp $

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

inherit distutils-r1

MY_PN="Flask-WTF"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Simple integration of Flask and WTForms, including CSRF, file 
upload and Recaptcha integration."
HOMEPAGE="http://pythonhosted.org/Flask-WTF/ 
https://pypi.python.org/pypi/Flask-WTF";
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
>=dev-python/wtforms-1.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/flask-testing[${PYTHON_USEDEP}]
dev-python/flask-uploads[${PYTHON_USEDEP}]
dev-python/speaklater[${PYTHON_USEDEP}]
dev-python/flask-babel[${PYTHON_USEDEP}]
)"

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

python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}






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

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:38:26

  Modified: ChangeLog
  Added:autopep8-1.0.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.44 dev-python/autopep8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   27 Mar 2014 00:07:29 -  1.43
+++ ChangeLog   3 May 2014 08:38:26 -   1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/autopep8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.43 
2014/03/27 00:07:29 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.44 
2014/05/03 08:38:26 patrick Exp $
+
+*autopep8-1.0.1 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +autopep8-1.0.1.ebuild:
+  Bump
 
   27 Mar 2014; Sebastian Pipping  metadata.xml:
   Remove myself as maintainer, python herd still in



1.1  dev-python/autopep8/autopep8-1.0.1.ebuild

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

Index: autopep8-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild,v 
1.1 2014/05/03 08:38:26 patrick Exp $

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

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
HOMEPAGE="https://github.com/hhatto/autopep8 
http://pypi.python.org/pypi/autopep8";
SRC_URI="https://github.com/hhatto/${PN}/tarball/ver${PV} -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND=">=dev-python/pep8-1.5.6[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

python_test() {
"${PYTHON}" setup.py test || die
}

pkg_postinst() {
ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3"
ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45";
ewarn "(indentation checks inside triple-quotes)."
ewarn "If you do not want to be affected by this, then add the"
ewarn "following lines to your local package.mask:"
ewarn "  >=dev-python/pep8-1.3"
ewarn "  >=dev-python/autopep8-0.6"
}






[gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak/files: Makeinc.common gempak.env.d

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:40:46

  Removed:  Makeinc.common gempak.env.d
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in sci-geosciences/gempak: ChangeLog Manifest gempak-5.7.2_p2.ebuild gempak-5.7.4.ebuild metadata.xml

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:40:45

  Removed:  ChangeLog Manifest gempak-5.7.2_p2.ebuild
gempak-5.7.4.ebuild metadata.xml
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in dev-python/twitter: twitter-1.14.3.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:42:11

  Modified: ChangeLog
  Added:twitter-1.14.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-python/twitter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   7 Apr 2014 07:56:39 -   1.12
+++ ChangeLog   3 May 2014 08:42:11 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.12 
2014/04/07 07:56:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.13 
2014/05/03 08:42:11 patrick Exp $
+
+*twitter-1.14.3 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +twitter-1.14.3.ebuild:
+  Bump
 
 *twitter-1.14.1 (07 Apr 2014)
 



1.1  dev-python/twitter/twitter-1.14.3.ebuild

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

Index: twitter-1.14.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.14.3.ebuild,v 
1.1 2014/05/03 08:42:11 patrick Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
HOMEPAGE="http://mike.verdone.ca/twitter/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""






[gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-kolab: ChangeLog Manifest evolution-kolab-3.8.1.ebuild metadata.xml

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:43:46

  Removed:  ChangeLog Manifest evolution-kolab-3.8.1.ebuild
metadata.xml
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-kolab/files: evolution-kolab-3.4.3-no-hello-world.patch

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:43:46

  Removed:  evolution-kolab-3.4.3-no-hello-world.patch
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in www-apache/mod_ruby/files: 21_mod_ruby.conf

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:45:35

  Removed:  21_mod_ruby.conf
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in www-apache/mod_ruby: ChangeLog Manifest metadata.xml mod_ruby-1.3.0.ebuild

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:45:35

  Removed:  ChangeLog Manifest metadata.xml
mod_ruby-1.3.0.ebuild
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in dev-embedded/srecord: srecord-1.63.ebuild ChangeLog

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:46:36

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

Revision  ChangesPath
1.20 dev-embedded/srecord/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/srecord/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   1 Mar 2014 22:29:15 -   1.19
+++ ChangeLog   3 May 2014 08:46:36 -   1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/srecord
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/srecord/ChangeLog,v 1.19 
2014/03/01 22:29:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/srecord/ChangeLog,v 1.20 
2014/05/03 08:46:36 radhermit Exp $
+
+*srecord-1.63 (03 May 2014)
+
+  03 May 2014; Tim Harder  +srecord-1.63.ebuild:
+  Version bump.
 
   01 Mar 2014; Michał Górny  srecord-1.59.ebuild,
   srecord-1.60.ebuild, srecord-1.61.ebuild, srecord-1.62.ebuild:



1.1  dev-embedded/srecord/srecord-1.63.ebuild

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

Index: srecord-1.63.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/srecord/srecord-1.63.ebuild,v 
1.1 2014/05/03 08:46:36 radhermit Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="A collection of powerful tools for manipulating EPROM load files"
HOMEPAGE="http://srecord.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="static-libs test"

RDEPEND="dev-libs/libgcrypt:0"
DEPEND="${RDEPEND}
dev-libs/boost
sys-apps/groff
test? ( app-arch/sharutils )"

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.57-libtool.patch

cp etc/configure.ac "${S}"
eautoreconf
}

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

src_install() {
default
find "${D}" -name '*.la' -exec rm -f {} +
}






[gentoo-commits] gentoo-x86 commit in x11-misc/suxpanel/files: suxpanel-0.4b-makefile.patch suxpanel-0.4b-stdlib.patch

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:46:28

  Removed:  suxpanel-0.4b-makefile.patch
suxpanel-0.4b-stdlib.patch
  Log:
  Remove masked for removal package



[gentoo-commits] gentoo-x86 commit in x11-misc/suxpanel: ChangeLog Manifest metadata.xml suxpanel-0.4b-r3.ebuild

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:46:28

  Removed:  ChangeLog Manifest metadata.xml
suxpanel-0.4b-r3.ebuild
  Log:
  Remove masked for removal package



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

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 08:49:35

  Modified: ChangeLog package.mask
  Log:
  Clean some mask entries

Revision  ChangesPath
1.8914   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8913
retrieving revision 1.8914
diff -u -r1.8913 -r1.8914
--- ChangeLog   3 May 2014 08:17:06 -   1.8913
+++ ChangeLog   3 May 2014 08:49:34 -   1.8914
@@ -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.8913 2014/05/03 
08:17:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8914 2014/05/03 
08:49:34 pacho 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!
 
+  03 May 2014; Pacho Ramos  package.mask:
+  Clean some mask entries
+
   03 May 2014; Michał Górny  package.mask:
   Mask multilib media-sound/lash before committing.
 



1.15644  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15643
retrieving revision 1.15644
diff -u -r1.15643 -r1.15644
--- package.mask3 May 2014 08:17:06 -   1.15643
+++ package.mask3 May 2014 08:49:35 -   1.15644
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15643 2014/05/03 
08:17:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15644 2014/05/03 
08:49:35 pacho 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
@@ -41,15 +41,9 @@
 # http://mate-desktop.org/blog/2014-03-11-mate-desktop-singing-the-bluez
 net-wireless/mate-bluetooth
 
-# Justin Lecher  (03 Apr 2014)
-# Wrong license 465690
-# Fails to build and no fixes after years, #147574
-# removal in 30 days
-sci-geosciences/gempak
-
 # Mike Frysinger  (28 Apr 2014)
 # Use app-emulation/qemu instead.  It has USE=static-user to support building
-# static user helpers.  See #508098 for more info.
+# static user helpers.  See #508098 for more info. Removal in a month
 app-emulation/qemu-user
 
 # Manuel Rüger  (28 Apr 2014)
@@ -205,10 +199,6 @@
 >=x11-themes/gnome-themes-standard-3.12.0
 >=x11-wm/mutter-3.12.1
 
-# Patrick Lauer  (27 Apr 2014)
-# No longer installable with gnome-3.8 removal
-gnome-extra/evolution-kolab
-
 # Eray Aslan  (26 Apr 2014)
 # Non-functional and no longer needed - bug #450116
 # Removal in 30 days
@@ -434,25 +424,10 @@
 # removal in 30 days.
 dev-util/dissy
 
-# Hans de Graaff  (22 Mar 2014) Dead upstream (no
-# releases since 2008, website no longer available). Can only support
-# a single ruby version. Has security issues with shared code between
-# processes. Use a rack-based alternative instead.
-# Removal in 30 days.
-www-apache/mod_ruby
-
 # Sergey Popov  (20 Mar 2014)
 # Security mask of vulnerable versions, wrt bug #424167
  (19 Mar 2014)
-# The ebuild is appending CFLAGS -O0 to prevent segfaulting
-# on 64bit, a workaround that doesn't always work.
-# The ebuild fails to build wrt bug #500408, but it's no use
-# to fix the build if the end result is just constantly crashing.
-# Removal in 30 days, use alternative panels like x11-misc/fbpanel
-x11-misc/suxpanel
-
 # Lars Wendler  (14 Mar 2014)
 # Masked for security reasons.
 # Do NOT remove this mask or the affected packages without speaking to






[gentoo-commits] gentoo-x86 commit in media-gfx/gif2apng/files: gif2apng-1.9-flags.patch

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:54:25

  Added:gif2apng-1.9-flags.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.1  media-gfx/gif2apng/files/gif2apng-1.9-flags.patch

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

Index: gif2apng-1.9-flags.patch
===
--- gif2apng-1.9-src/Makefile
+++ gif2apng-1.9-src/Makefile
@@ -1,10 +1,9 @@
 PACKAGE= gif2apng
 CC = gcc
 SRC_DIRS   = . 7z zopfli
-CFLAGS = -Wall -pedantic
-CFLAGS_OPT = -O2
+CFLAGS += -Wall -pedantic
+CFLAGS_OPT =
 CFLAGS_7Z  = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized 
-Wno-parentheses
-LDFLAGS= -s
 LIBS   = -lstdc++ -lm -lz
 
 INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))






[gentoo-commits] gentoo-x86 commit in media-gfx/gif2apng: ChangeLog gif2apng-1.9.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:54:25

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

Revision  ChangesPath
1.6  media-gfx/gif2apng/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gif2apng/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   16 Sep 2013 15:27:51 -  1.5
+++ ChangeLog   3 May 2014 08:54:25 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/gif2apng
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2apng/ChangeLog,v 1.5 
2013/09/16 15:27:51 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2apng/ChangeLog,v 1.6 
2014/05/03 08:54:25 radhermit Exp $
+
+*gif2apng-1.9 (03 May 2014)
+
+  03 May 2014; Tim Harder  +gif2apng-1.9.ebuild,
+  +files/gif2apng-1.9-flags.patch:
+  Version bump.
 
 *gif2apng-1.8 (16 Sep 2013)
 



1.1  media-gfx/gif2apng/gif2apng-1.9.ebuild

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

Index: gif2apng-1.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2apng/gif2apng-1.9.ebuild,v 1.1 
2014/05/03 08:54:25 radhermit Exp $

EAPI="5"

inherit toolchain-funcs eutils

DESCRIPTION="create an APNG from a GIF"
HOMEPAGE="http://sourceforge.net/projects/gif2apng/";
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/unzip"

S=${WORKDIR}

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

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

src_install() {
dobin ${PN}
dodoc readme.txt
}






[gentoo-commits] gentoo-x86 commit in dev-python/pygeocoder: pygeocoder-1.2.4.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 08:57:28

  Modified: ChangeLog
  Added:pygeocoder-1.2.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-python/pygeocoder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   21 Oct 2013 07:45:14 -  1.4
+++ ChangeLog   3 May 2014 08:57:27 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygeocoder
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.4 
2013/10/21 07:45:14 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.5 
2014/05/03 08:57:27 patrick Exp $
+
+*pygeocoder-1.2.4 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +pygeocoder-1.2.4.ebuild:
+  Bump
 
 *pygeocoder-1.2.1 (21 Oct 2013)
 



1.1  dev-python/pygeocoder/pygeocoder-1.2.4.ebuild

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

Index: pygeocoder-1.2.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.4.ebuild,v 1.1 
2014/05/03 08:57:27 patrick Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1

DESCRIPTION="Python wrapper for Google Geocoding API V3"
HOMEPAGE="http://code.xster.net/pygeocoder/overview";
SRC_URI="http://code.xster.net/${PN}/downloads/${P}.tar.gz";

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






[gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: ChangeLog gifsicle-1.83.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 08:57:31

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

Revision  ChangesPath
1.50 media-gfx/gifsicle/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   28 Apr 2014 08:04:04 -  1.49
+++ ChangeLog   3 May 2014 08:57:31 -   1.50
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.49 
2014/04/28 08:04:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.50 
2014/05/03 08:57:31 radhermit Exp $
+
+*gifsicle-1.83 (03 May 2014)
+
+  03 May 2014; Tim Harder  +gifsicle-1.83.ebuild:
+  Version bump.
 
   28 Apr 2014; Chema Alonso  gifsicle-1.78.ebuild:
   Stable for amd64 wrt bug #502834



1.1  media-gfx/gifsicle/gifsicle-1.83.ebuild

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

Index: gifsicle-1.83.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.83.ebuild,v 
1.1 2014/05/03 08:57:31 radhermit Exp $

EAPI=5

DESCRIPTION="A command-line tool for creating, editing, and getting information 
about GIF images and animations"
HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/";
SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz";

LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
DEPEND="${RDEPEND}
X? ( x11-proto/xproto )"

src_configure() {
local myconf
use X || myconf='--disable-gifview'

econf ${myconf}
}






[gentoo-commits] gentoo-x86 commit in media-libs/giflib: ChangeLog giflib-5.0.6.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 09:02:53

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

Revision  ChangesPath
1.75 media-libs/giflib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   18 Apr 2014 14:32:12 -  1.74
+++ ChangeLog   3 May 2014 09:02:53 -   1.75
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/giflib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.74 
2014/04/18 14:32:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/ChangeLog,v 1.75 
2014/05/03 09:02:53 radhermit Exp $
+
+*giflib-5.0.6 (03 May 2014)
+
+  03 May 2014; Tim Harder  +giflib-5.0.6.ebuild:
+  Version bump, add subslot.
 
   18 Apr 2014; Julian Ospald  giflib-4.2.3-r1.ebuild,
   giflib-5.0.5-r1.ebuild:



1.1  media-libs/giflib/giflib-5.0.6.ebuild

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

Index: giflib-5.0.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-5.0.6.ebuild,v 1.1 
2014/05/03 09:02:53 radhermit Exp $

EAPI=5

inherit eutils libtool autotools-multilib

DESCRIPTION="Library to handle, display and manipulate GIF images"
HOMEPAGE="http://sourceforge.net/projects/giflib/";
SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0/6"
# Needs testing first.
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"

RDEPEND="
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140406-r1
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
)"
DEPEND="${RDEPEND}"

src_prepare() {
elibtoolize
}

src_configure() {
local myconfargs=(
$(use_enable static-libs static)
)
# No need for xmlto as they ship generated files.
ac_cv_prog_have_xmlto=no \
autotools-multilib_src_configure

}

src_install() {
autotools-multilib_src_install

# for static libs the .la file is required if built with +X
use static-libs || prune_libtool_files --all

doman doc/*.1
dodoc doc/*.txt
dohtml -r doc
}






[gentoo-commits] gentoo-x86 commit in media-sound/yoshimi: ChangeLog yoshimi-1.2.0.ebuild

2014-05-03 Thread Tim Harder (radhermit)
radhermit14/05/03 09:10:38

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

Revision  ChangesPath
1.14 media-sound/yoshimi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   13 May 2013 07:30:17 -  1.13
+++ ChangeLog   3 May 2014 09:10:38 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/yoshimi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.13 
2013/05/13 07:30:17 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.14 
2014/05/03 09:10:38 radhermit Exp $
+
+*yoshimi-1.2.0 (03 May 2014)
+
+  03 May 2014; Tim Harder  +yoshimi-1.2.0.ebuild:
+  Version bump.
 
 *yoshimi-1.1.0 (13 May 2013)
 



1.1  media-sound/yoshimi/yoshimi-1.2.0.ebuild

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

Index: yoshimi-1.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.0.ebuild,v 
1.1 2014/05/03 09:10:38 radhermit Exp $

EAPI=5
inherit eutils cmake-utils

DESCRIPTION="A software synthesizer based on ZynAddSubFX"
HOMEPAGE="http://yoshimi.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

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

RDEPEND="
>=dev-libs/mini-xml-2.5
>=media-libs/alsa-lib-1.0.17
media-libs/fontconfig
media-libs/libsndfile
>=media-sound/jack-audio-connection-kit-0.115.6
sci-libs/fftw:3.0
sys-libs/zlib
x11-libs/cairo
x11-libs/fltk:1[opengl]"
DEPEND="${RDEPEND}
dev-libs/boost
virtual/pkgconfig"

S=${WORKDIR}/${P}/src

DOCS="../${PV}.notes"

src_prepare() {
sed -i \
-e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
CMakeLists.txt || die

EPATCH_OPTS="-d .." epatch 
"${FILESDIR}"/${PN}-1.1.0-desktop-version.patch
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 09:15:14

  Modified: ChangeLog
  Added:python-bibtex-1.2.7.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.28 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   4 May 2012 15:12:16 -   1.27
+++ ChangeLog   3 May 2014 09:15:14 -   1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-bibtex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.27 
2012/05/04 15:12:16 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 
2014/05/03 09:15:14 patrick Exp $
+
+*python-bibtex-1.2.7 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +python-bibtex-1.2.7.ebuild:
+  Bump
 
   04 May 2012; Patrick Lauer  python-bibtex-1.2.4.ebuild,
   python-bibtex-1.2.5.ebuild:
@@ -111,4 +116,3 @@
   Initial import. Thanks to John Steele Scott ,
   Jean-Luc Jox  and Ronny Haryanto .
   This closes bug #20027.
-



1.1  dev-python/python-bibtex/python-bibtex-1.2.7.ebuild

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

Index: python-bibtex-1.2.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7.ebuild,v 
1.1 2014/05/03 09:15:14 patrick Exp $

EAPI="3"

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"

inherit distutils eutils

DESCRIPTION="A Python extension to parse BibTeX files"
HOMEPAGE="http://pybliographer.org/";
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"

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

RDEPEND="
dev-libs/glib:2
>=app-text/recode-3.6-r1"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
distutils_src_prepare

# Disable tests during installation.
sed -e "/self.run_command ('check')/d" -i setup.py
}

src_test() {
testing() {
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" check
}
python_execute_function testing
}






[gentoo-commits] gentoo-x86 commit in dev-python/pSQL: pSQL-1.2.1.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 09:22:02

  Modified: ChangeLog
  Added:pSQL-1.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-python/pSQL/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Sep 2013 17:53:21 -  1.2
+++ ChangeLog   3 May 2014 09:22:02 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pSQL
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.2 2013/09/20 
17:53:21 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.3 2014/05/03 
09:22:02 patrick Exp $
+
+*pSQL-1.2.1 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +pSQL-1.2.1.ebuild:
+  Bump
 
   20 Sep 2013; Justin Lecher  pSQL-1.2.0.ebuild, metadata.xml:
   Add missing REQUIRED_USE



1.1  dev-python/pSQL/pSQL-1.2.1.ebuild

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

Index: pSQL-1.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild,v 1.1 
2014/05/03 09:22:02 patrick Exp $

EAPI=5

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

inherit python-r1

DESCRIPTION="MySQL abstraction layer for python"
HOMEPAGE="http://software.fionet.com/pSQL/";
SRC_URI="http://software.fionet.com/pSQL/release/${P}.tar.gz";

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

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
dev-python/mysql-python[${PYTHON_USEDEP}]
dev-python/egenix-mx-base[${PYTHON_USEDEP}]"
DEPEND=""

src_install() {
python_parallel_foreach_impl python_domodule pSQL.py

dodoc *pSQL
}






[gentoo-commits] gentoo-x86 commit in dev-python/serpent: serpent-1.5.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 09:25:23

  Modified: ChangeLog
  Added:serpent-1.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 dev-python/serpent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   31 Mar 2014 20:26:50 -  1.9
+++ ChangeLog   3 May 2014 09:25:23 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/serpent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.9 
2014/03/31 20:26:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.10 
2014/05/03 09:25:23 patrick Exp $
+
+*serpent-1.5 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +serpent-1.5.ebuild:
+  Bump
 
   31 Mar 2014; Michał Górny  serpent-1.2.ebuild,
   serpent-1.3.ebuild, serpent-1.4.ebuild:



1.1  dev-python/serpent/serpent-1.5.ebuild

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

Index: serpent-1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.5.ebuild,v 1.1 
2014/05/03 09:25:23 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="A simple serialization library based on ast.literal_eval"
HOMEPAGE="https://pypi.python.org/packages/source/s/serpent/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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






[gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16-r4.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 09:27:38

  Modified: ChangeLog
  Added:ladspa-cmt-1.16-r4.ebuild
  Log:
  Enable multilib support. Replace invalid userland_Darwin with elibc_Darwin.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.55 media-libs/ladspa-cmt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   24 Apr 2014 13:30:26 -  1.54
+++ ChangeLog   3 May 2014 09:27:38 -   1.55
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.54 
2014/04/24 13:30:26 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.55 
2014/05/03 09:27:38 mgorny Exp $
+
+*ladspa-cmt-1.16-r4 (03 May 2014)
+
+  03 May 2014; Michał Górny  +ladspa-cmt-1.16-r4.ebuild:
+  Enable multilib support. Replace invalid userland_Darwin with elibc_Darwin.
 
   24 Apr 2014; Julian Ospald  ladspa-cmt-1.16-r3.ebuild:
   fix deps



1.1  media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.1&content-type=text/plain

Index: ladspa-cmt-1.16-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.1 
2014/05/03 09:27:38 mgorny Exp $

EAPI=5

inherit eutils multilib toolchain-funcs multilib-minimal

S="${WORKDIR}/cmt/src"
MY_P="cmt_src_${PV}"

DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
HOMEPAGE="http://www.ladspa.org/";
SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz";

KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""

DEPEND="media-libs/ladspa-sdk[${MULTILIB_USEDEP}]"
RDEPEND=""

src_prepare() {
sed -i \
-e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-e 's|/usr/local/include||g' \
-e 's|/usr/local/lib||g' makefile \
|| die "sed makefile failed"
sed -i -e "s/^CXXFLAGS*/CXXFLAGS = ${CXXFLAGS} \$(INCLUDES) -Wall 
-fPIC\n#/" \
"${S}/makefile" || die "sed makefile failed (CXXFLAGS)"

cd "${S}" || die
epatch "${FILESDIR}/${P}-mallocstdlib.patch"
epatch "${FILESDIR}/${P}-respect-ldflags.patch"
epatch "${FILESDIR}/${P}-sa.patch"
use elibc_Darwin && epatch "${FILESDIR}/${P}-darwin.patch"
multilib_copy_sources
}

multilib_src_compile() {
tc-export CXX
emake PLUGIN_LIB="cmt.so"
}

multilib_src_install() {
insopts -m755
insinto /usr/$(get_libdir)/ladspa
doins *.so
}

multilib_src_install_all() {
insinto /usr/share/ladspa/rdf/
doins "${FILESDIR}/cmt.rdf"

dodoc ../README
dohtml ../doc/*
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 09:27:46

  Modified: ChangeLog package.mask
  Log:
  Mask multilib ladspa-cmt.

Revision  ChangesPath
1.8915   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8914
retrieving revision 1.8915
diff -u -r1.8914 -r1.8915
--- ChangeLog   3 May 2014 08:49:34 -   1.8914
+++ ChangeLog   3 May 2014 09:27:45 -   1.8915
@@ -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.8914 2014/05/03 
08:49:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8915 2014/05/03 
09:27:45 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!
 
+  03 May 2014; Michał Górny  package.mask:
+  Mask multilib ladspa-cmt.
+
   03 May 2014; Pacho Ramos  package.mask:
   Clean some mask entries
 



1.15645  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15644
retrieving revision 1.15645
diff -u -r1.15644 -r1.15645
--- package.mask3 May 2014 08:49:35 -   1.15644
+++ package.mask3 May 2014 09:27:45 -   1.15645
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15644 2014/05/03 
08:49:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15645 2014/05/03 
09:27:45 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
@@ -524,6 +524,7 @@
 >=sys-devel/libtool-2.4.2-r1
 >=virtual/acl-0-r2
 >=app-emulation/emul-linux-x86-baselibs-20140406-r3
+>=media-libs/ladspa-cmt-1.16-r4
 >=media-sound/lash-0.5.4-r2
 >=x11-libs/libSM-1.2.2-r1
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: ChangeLog rb-inotify-0.9.4.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 09:28:11

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

Revision  ChangesPath
1.29 dev-ruby/rb-inotify/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   20 Apr 2014 08:11:14 -  1.28
+++ ChangeLog   3 May 2014 09:28:11 -   1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rb-inotify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.28 
2014/04/20 08:11:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.29 
2014/05/03 09:28:11 graaff Exp $
+
+*rb-inotify-0.9.4 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +rb-inotify-0.9.4.ebuild:
+  Version bump.
 
   20 Apr 2014; Hans de Graaff  rb-inotify-0.9.3.ebuild:
   Add ruby21.



1.1  dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild

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

Index: rb-inotify-0.9.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild,v 1.1 
2014/05/03 09:28:11 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"

RUBY_FAKEGEM_EXTRAINSTALL="VERSION"

RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"

inherit ruby-fakegem

DESCRIPTION="A thorough inotify wrapper for Ruby using FFI."
HOMEPAGE="https://github.com/nex3/rb-inotify";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE=""

ruby_add_rdepend "virtual/ruby-ffi"

ruby_add_bdepend "doc? ( dev-ruby/yard )"

all_ruby_prepare() {
# Avoid unneeded dependency on jeweler.
sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e 
'/class Jeweler/,/^end/ s:^:#:' Rakefile || die

# Remove mandatory markup processor from yard options, bug 436112.
sed -i -e '/maruku/d' .yardopts || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# jruby has a native implementation and should not list 
ffi
# in the gemspec.
sed -i -e '/ffi/d' rb-inotify.gemspec || die
;;
*)
;;
esac
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.17.ebuild ChangeLog

2014-05-03 Thread Ian Delaney (idella4)
idella4 14/05/03 09:33:40

  Modified: ChangeLog
  Added:django-pipeline-1.3.17.ebuild
  Log:
  bump; drop py2.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.22 dev-python/django-pipeline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   26 Apr 2014 13:16:03 -  1.21
+++ ChangeLog   3 May 2014 09:33:40 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-pipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.21 
2014/04/26 13:16:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.22 
2014/05/03 09:33:40 idella4 Exp $
+
+*django-pipeline-1.3.17 (03 May 2014)
+
+  03 May 2014; Ian Delaney  +django-pipeline-1.3.17.ebuild,
+  django-pipeline-1.3.16.ebuild:
+  bump; drop py2.6
 
 *django-pipeline-1.3.16 (26 Apr 2014)
 



1.1  dev-python/django-pipeline/django-pipeline-1.3.17.ebuild

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

Index: django-pipeline-1.3.17.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.17.ebuild,v
 1.1 2014/05/03 09:33:40 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="An asset packaging library for Django"
HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/ 
https://github.com/cyberdelia/django-pipeline";

# PyPi releases lack docs/ subdir:
# https://github.com/cyberdelia/django-pipeline/pull/254
SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> 
${P}-gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND=">=dev-python/django-1.5.6[${PYTHON_USEDEP}]
dev-python/jsmin[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
test? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] )"
# As usual for test phase
DISTUTILS_IN_SOURCE_BUILD=1

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

python_test() {
PYTHONPATH=. django-admin.py test --settings=tests.settings tests \
|| die "Tests failed under ${EPYTHON}"
}

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






[gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: fluidsynth-1.1.6-r1.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 09:44:12

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

Revision  ChangesPath
1.78 media-sound/fluidsynth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   27 Dec 2012 08:17:26 -  1.77
+++ ChangeLog   3 May 2014 09:44:11 -   1.78
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/fluidsynth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.77 
2012/12/27 08:17:26 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.78 
2014/05/03 09:44:11 mgorny Exp $
+
+*fluidsynth-1.1.6-r1 (03 May 2014)
+
+  03 May 2014; Michał Górny  +fluidsynth-1.1.6-r1.ebuild:
+  Enable multilib support.
 
   27 Dec 2012; Raúl Porcel  fluidsynth-1.1.6.ebuild:
   alpha/sparc stable wrt #444388



1.1  media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: fluidsynth-1.1.6-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.1 
2014/05/03 09:44:11 mgorny Exp $

EAPI=5
inherit cmake-multilib flag-o-matic

DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the 
Soundfont 2 specifications."
HOMEPAGE="http://www.fluidsynth.org/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline 
sndfile"

RDEPEND=">=dev-libs/glib-2.6.5:2[${MULTILIB_USEDEP}]
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}]
lash? ( >=media-sound/lash-0.5[${MULTILIB_USEDEP}] ) )
dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )
jack? ( media-sound/jack-audio-connection-kit[${MULTILIB_USEDEP}] )
ladspa? ( >=media-libs/ladspa-sdk-1.12[${MULTILIB_USEDEP}]
>=media-libs/ladspa-cmt-1.15[${MULTILIB_USEDEP}] )
pulseaudio? ( >=media-sound/pulseaudio-0.9.8[${MULTILIB_USEDEP}] )
portaudio? ( >=media-libs/portaudio-19_pre[${MULTILIB_USEDEP}] )
readline? ( sys-libs/readline[${MULTILIB_USEDEP}] )
sndfile? ( >=media-libs/libsndfile-1.0.18[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]"

src_configure() {
# autotools based build system has AC_CHECK_LIB(pthread, 
pthread_create) wrt
# bug #436762
append-flags -pthread

mycmakeargs=(
$(cmake-utils_use alsa enable-alsa)
$(cmake-utils_use dbus enable-dbus)
$(cmake-utils_use debug enable-debug)
$(cmake-utils_use jack enable-jack)
-Denable-ladcca=OFF
$(cmake-utils_use ladspa enable-ladspa)
$(cmake-utils_use sndfile enable-libsndfile)
$(cmake-utils_use portaudio enable-portaudio)
$(cmake-utils_use pulseaudio enable-pulseaudio)
$(cmake-utils_use readline enable-readline)
)

if use alsa; then
mycmakeargs+=( $(cmake-utils_use lash enable-lash) )
else
mycmakeargs+=( -Denable-lash=OFF )
fi

cmake-multilib_src_configure
}

src_install() {
cmake-multilib_src_install

dodoc AUTHORS NEWS README THANKS TODO doc/*.txt

docinto pdf
dodoc doc/*.pdf

if use examples; then
docinto examples
dodoc doc/*.c
fi
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 09:44:10

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

Revision  ChangesPath
1.8916   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8915
retrieving revision 1.8916
diff -u -r1.8915 -r1.8916
--- ChangeLog   3 May 2014 09:27:45 -   1.8915
+++ ChangeLog   3 May 2014 09:44:09 -   1.8916
@@ -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.8915 2014/05/03 
09:27:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8916 2014/05/03 
09:44:09 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!
 
   03 May 2014; Michał Górny  package.mask:
+  Mask multilib fluidsynth.
+
+  03 May 2014; Michał Górny  package.mask:
   Mask multilib ladspa-cmt.
 
   03 May 2014; Pacho Ramos  package.mask:



1.15646  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15645
retrieving revision 1.15646
diff -u -r1.15645 -r1.15646
--- package.mask3 May 2014 09:27:45 -   1.15645
+++ package.mask3 May 2014 09:44:09 -   1.15646
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15645 2014/05/03 
09:27:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15646 2014/05/03 
09:44:09 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
@@ -527,6 +527,7 @@
 >=media-libs/ladspa-cmt-1.16-r4
 >=media-sound/lash-0.5.4-r2
 >=x11-libs/libSM-1.2.2-r1
+>=media-sound/fluidsynth-1.1.6-r1
 
 # Tom Wijsman  (21 Feb 2014)
 # MATE Desktop Environment >=1.7 introduction mask:






[gentoo-commits] gentoo-x86 commit in dev-python/pyramid: pyramid-1.5.ebuild ChangeLog

2014-05-03 Thread Patrick Lauer (patrick)
patrick 14/05/03 09:47:32

  Modified: ChangeLog
  Added:pyramid-1.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-python/pyramid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 Mar 2014 08:19:21 -  1.1
+++ ChangeLog   3 May 2014 09:47:32 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyramid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.1 
2014/03/14 08:19:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.2 
2014/05/03 09:47:32 patrick Exp $
+
+*pyramid-1.5 (03 May 2014)
+
+  03 May 2014; Patrick Lauer  +pyramid-1.5.ebuild:
+  Bump
 
 *pyramid-1.4.3 (14 Mar 2014)
 



1.1  dev-python/pyramid/pyramid-1.5.ebuild

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

Index: pyramid-1.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.ebuild,v 1.1 
2014/05/03 09:47:32 patrick Exp $

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

inherit distutils-r1

RESTRICT="test" # Can't package dependencies

DESCRIPTION="A small open source Python web framework."
HOMEPAGE="http://www.pylonsproject.org/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
# tests would pull in net-zope/zope-deprecation with its deps - not a good idea

RDEPEND="
dev-python/chameleon[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/repoze-lru[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
net-zope/zope-interface[${PYTHON_USEDEP}]
dev-python/translationstring[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/venusian[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
#test? ( dev-python/webtest[${PYTHON_USEDEP}]
#   dev-python/nose[${PYTHON_USEDEP}]
#   dev-python/coverage[${PYTHON_USEDEP}]
#   dev-python/virtualenv[${PYTHON_USEDEP}]
#   )
#"

python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}






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

2014-05-03 Thread Ulrich Mueller (ulm)
ulm 14/05/03 10:03:13

  Modified: heroes3-demo-1.3.1a.ebuild ChangeLog
  Log:
  Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, 
bug 505768.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

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

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

Index: heroes3-demo-1.3.1a.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- heroes3-demo-1.3.1a.ebuild  17 Jan 2013 07:13:42 -  1.5
+++ heroes3-demo-1.3.1a.ebuild  3 May 2014 10:03:13 -   1.6
@@ -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/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
 1.5 2013/01/17 07:13:42 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v
 1.6 2014/05/03 10:03:13 ulm Exp $
 
 inherit eutils unpacker games
 
@@ -10,13 +10,12 @@
 HOMEPAGE="http://www.lokigames.com/products/heroes3/";
 SRC_URI="mirror://lokigames/loki_demos/${PN}.run"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
-
 # Should also work on ppc
 KEYWORDS="~amd64 x86"
 IUSE=""
-RESTRICT="strip"
+RESTRICT="mirror bindist strip"
 
 DEPEND="games-util/loki_patch"
 RDEPEND=">=sys-libs/lib-compat-loki-0.2



1.6  games-strategy/heroes3-demo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Jan 2013 07:13:42 -  1.5
+++ ChangeLog   3 May 2014 10:03:13 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/heroes3-demo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.5 
2013/01/17 07:13:42 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.6 
2014/05/03 10:03:13 ulm Exp $
+
+  03 May 2014; Ulrich Müller  heroes3-demo-1.3.1a.ebuild:
+  Change LICENSE to all-rights-reserved, add mirror and bindist restrictions,
+  bug 505768.
 
   17 Jan 2013; Tupone Alfredo  heroes3-demo-1.3.1a.ebuild:
   Use QA_PREBUILT Bug #451782 by diego






[gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ladspa-cmt-1.16-r4.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:11:41

  Modified: ladspa-cmt-1.16-r4.ebuild ChangeLog
  Log:
  Fix description, and clean up the Manifest.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild?r1=1.1&r2=1.2

Index: ladspa-cmt-1.16-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ladspa-cmt-1.16-r4.ebuild   3 May 2014 09:27:38 -   1.1
+++ ladspa-cmt-1.16-r4.ebuild   3 May 2014 10:11:41 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.1 
2014/05/03 09:27:38 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r4.ebuild,v 1.2 
2014/05/03 10:11:41 mgorny Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 S="${WORKDIR}/cmt/src"
 MY_P="cmt_src_${PV}"
 
-DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
+DESCRIPTION="CMT (computer music toolkit) LADSPA library plugins"
 HOMEPAGE="http://www.ladspa.org/";
 SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz";
 



1.56 media-libs/ladspa-cmt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   3 May 2014 09:27:38 -   1.55
+++ ChangeLog   3 May 2014 10:11:41 -   1.56
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.55 
2014/05/03 09:27:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.56 
2014/05/03 10:11:41 mgorny Exp $
+
+  03 May 2014; Michał Górny  ladspa-cmt-1.16-r4.ebuild:
+  Fix description, and clean up the Manifest.
 
 *ladspa-cmt-1.16-r4 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/fribidi/files: fribidi-0.19.6-page-size-header.patch

2014-05-03 Thread Ian Whyman (thev00d00)
thev00d0014/05/03 10:11:56

  Added:fribidi-0.19.6-page-size-header.patch
  Log:
  Version Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  
dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fribidi/files/fribidi-0.19.6-page-size-header.patch?rev=1.1&content-type=text/plain

Index: fribidi-0.19.6-page-size-header.patch
===
diff -ur fribidi-0.19.6.old/lib/common.h fribidi-0.19.6/lib/common.h
--- fribidi-0.19.6.old/lib/common.h 2012-12-30 00:12:59.0 +
+++ fribidi-0.19.6/lib/common.h 2014-05-03 11:04:19.969727962 +0100
@@ -130,14 +130,8 @@
 /* FRIBIDI_CHUNK_SIZE is the number of bytes in each chunk of memory being
  * allocated for data structure pools. */
 #ifndef FRIBIDI_CHUNK_SIZE
-# if HAVE_ASM_PAGE_H
-#  ifndef __FRIBIDI_DOC
-#   include 
-#  endif /* __FRIBIDI_DOC */
-#  define FRIBIDI_CHUNK_SIZE (PAGE_SIZE - 16)
-# else /* !HAVE_ASM_PAGE_H */
-#  define FRIBIDI_CHUNK_SIZE (4096 - 16)
-# endif/* !HAVE_ASM_PAGE_H */
+# include 
+# define FRIBIDI_CHUNK_SIZE (sysconf(_SC_PAGESIZE) - 16)
 #else /* FRIBIDI_CHUNK_SIZE */
 # if FRIBIDI_CHUNK_SIZE < 256
 #  error FRIBIDI_CHUNK_SIZE now should define the size of a chunk in bytes.






[gentoo-commits] gentoo-x86 commit in dev-libs/fribidi: fribidi-0.19.6.ebuild ChangeLog

2014-05-03 Thread Ian Whyman (thev00d00)
thev00d0014/05/03 10:11:56

  Modified: ChangeLog
  Added:fribidi-0.19.6.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.82 dev-libs/fribidi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   10 Aug 2013 22:08:07 -  1.81
+++ ChangeLog   3 May 2014 10:11:56 -   1.82
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/fribidi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.81 
2013/08/10 22:08:07 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/ChangeLog,v 1.82 
2014/05/03 10:11:56 thev00d00 Exp $
+
+*fribidi-0.19.6 (03 May 2014)
+
+  03 May 2014; Ian Whyman 
+  +files/fribidi-0.19.6-page-size-header.patch, +fribidi-0.19.6.ebuild:
+  Version Bump
 
 *fribidi-0.19.5-r2 (10 Aug 2013)
 



1.1  dev-libs/fribidi/fribidi-0.19.6.ebuild

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

Index: fribidi-0.19.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.6.ebuild,v 1.1 
2014/05/03 10:11:56 thev00d00 Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1

inherit autotools eutils autotools-multilib

DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
HOMEPAGE="http://fribidi.org/";
SRC_URI="http://fribidi.org/download/${P}.tar.bz2";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
IUSE="static-libs"

RESTRICT="test" #397347

RDEPEND=">=dev-libs/glib-2:2[${MULTILIB_USEDEP}]
abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

DOCS=( AUTHORS NEWS README ChangeLog THANKS TODO )

src_prepare() {
epatch \
"${FILESDIR}"/${PN}-0.19.2-nodoc.patch \
"${FILESDIR}"/${P}-page-size-header.patch

# Fix compability with dev-libs/glib >= 2.31
sed -i \
-e '/include/s:::' \
-e '/include/s:::' \
charset/fribidi-char-sets.c lib/mem.h || die

autotools-multilib_src_prepare
}

src_configure() {
# --with-glib=yes is required for #345621 to ensure "Requires: 
glib-2.0" is
# present in /usr/lib/pkgconfig/fribidi.pc
local myeconfargs=( --with-glib=yes )
autotools-multilib_src_configure
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:13:37

  Modified: ChangeLog package.mask
  Log:
  Add SDL mixer library to multilib p.mask.

Revision  ChangesPath
1.8917   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8916
retrieving revision 1.8917
diff -u -r1.8916 -r1.8917
--- ChangeLog   3 May 2014 09:44:09 -   1.8916
+++ ChangeLog   3 May 2014 10:13:36 -   1.8917
@@ -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.8916 2014/05/03 
09:44:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8917 2014/05/03 
10:13: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!
 
   03 May 2014; Michał Górny  package.mask:
+  Add SDL mixer library to multilib p.mask.
+
+  03 May 2014; Michał Górny  package.mask:
   Mask multilib fluidsynth.
 
   03 May 2014; Michał Górny  package.mask:



1.15647  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15646
retrieving revision 1.15647
diff -u -r1.15646 -r1.15647
--- package.mask3 May 2014 09:44:09 -   1.15646
+++ package.mask3 May 2014 10:13:36 -   1.15647
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15646 2014/05/03 
09:44:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15647 2014/05/03 
10:13: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
@@ -528,6 +528,8 @@
 >=media-sound/lash-0.5.4-r2
 >=x11-libs/libSM-1.2.2-r1
 >=media-sound/fluidsynth-1.1.6-r1
+>=media-libs/sdl-mixer-1.2.12-r4
+>=media-libs/sdl2-mixer-2.0.0-r1
 
 # Tom Wijsman  (21 Feb 2014)
 # MATE Desktop Environment >=1.7 introduction mask:






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:25:47

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

Revision  ChangesPath
1.2  media-libs/sdl2-mixer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-mixer/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   28 Aug 2013 21:44:34 -  1.1
+++ ChangeLog   3 May 2014 10:25:47 -   1.2
@@ -1,10 +1,14 @@
 # ChangeLog for media-libs/sdl2-mixer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-mixer/ChangeLog,v 1.1 
2013/08/28 21:44:34 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-mixer/ChangeLog,v 1.2 
2014/05/03 10:25:47 mgorny Exp $
+
+*sdl2-mixer-2.0.0-r1 (03 May 2014)
+
+  03 May 2014; Michał Górny  +sdl2-mixer-2.0.0-r1.ebuild:
+  Enable multilib support.
 
 *sdl2-mixer-2.0.0 (28 Aug 2013)
 
   28 Aug 2013; Julian Ospald  +sdl2-mixer-2.0.0.ebuild,
   +metadata.xml:
   initial import wrt #481796
-



1.1  media-libs/sdl2-mixer/sdl2-mixer-2.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-mixer/sdl2-mixer-2.0.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-mixer/sdl2-mixer-2.0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: sdl2-mixer-2.0.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl2-mixer/sdl2-mixer-2.0.0-r1.ebuild,v 1.1 
2014/05/03 10:25:47 mgorny Exp $

EAPI=5
inherit eutils multilib-minimal

MY_P=SDL2_mixer-${PV}
DESCRIPTION="Simple Direct Media Layer Mixer Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/";
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz";

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity tremor vorbis +wav"
REQUIRED_USE="
midi? ( || ( timidity fluidsynth ) )
timidity? ( midi )
fluidsynth? ( midi )
mp3? ( || ( smpeg mad ) )
smpeg? ( mp3 )
mad? ( mp3 )
mod? ( || ( mikmod modplug ) )
mikmod? ( mod )
modplug? ( mod )
tremor? ( vorbis )
"

RDEPEND="media-libs/libsdl2[${MULTILIB_USEDEP}]
flac? ( media-libs/flac[${MULTILIB_USEDEP}] )
midi? (
fluidsynth? ( media-sound/fluidsynth[${MULTILIB_USEDEP}] )
timidity? ( media-sound/timidity++ )
)
mp3? (
mad? ( media-libs/libmad[${MULTILIB_USEDEP}] )
smpeg? ( media-libs/smpeg2[${MULTILIB_USEDEP}] )
)
mod? (
modplug? ( media-libs/libmodplug[${MULTILIB_USEDEP}] )
mikmod? ( media-libs/libmikmod[${MULTILIB_USEDEP}] )
)
vorbis? (
tremor? ( media-libs/tremor[${MULTILIB_USEDEP}] )
!tremor? (
media-libs/libvorbis[${MULTILIB_USEDEP}]
media-libs/libogg[${MULTILIB_USEDEP}] )
)"
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \
--disable-sdltest \
--enable-music-cmd \
$(use_enable wav music-wave) \
$(use_enable mod music-mod) \
$(use_enable modplug music-mod-modplug) \
--disable-music-mod-modplug-shared \
$(use_enable mikmod music-mod-mikmod) \
--disable-music-mod-mikmod-shared \
$(use_enable midi music-midi) \
$(use_enable timidity music-midi-timidity) \
$(use_enable fluidsynth music-midi-fluidsynth) \
--disable-music-fluidsynth-shared \
$(use_enable vorbis music-ogg) \
$(use_enable tremor music-ogg-tremor) \
--disable-music-ogg-shared \
$(use_enable flac music-flac) \
--disable-music-flac-shared \
$(use_enable mp3 music-mp3) \
$(use_enable smpeg music-mp3-s

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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:34:42

  Modified: ChangeLog
  Added:sdl-mixer-1.2.12-r4.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.125media-libs/sdl-mixer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   24 Feb 2013 18:04:28 -  1.124
+++ ChangeLog   3 May 2014 10:34:42 -   1.125
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/sdl-mixer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.124 
2013/02/24 18:04:28 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.125 
2014/05/03 10:34:42 mgorny Exp $
+
+*sdl-mixer-1.2.12-r4 (03 May 2014)
+
+  03 May 2014; Michał Górny  +sdl-mixer-1.2.12-r4.ebuild:
+  Enable multilib support.
 
   24 Feb 2013; Agostino Sarubbo  sdl-mixer-1.2.12-r3.ebuild:
   Stable for sh, wrt bug #455490



1.1  media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild?rev=1.1&content-type=text/plain

Index: sdl-mixer-1.2.12-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.1 
2014/05/03 10:34:42 mgorny Exp $

EAPI=5
inherit eutils multilib-minimal

MY_P=${P/sdl-/SDL_}
DESCRIPTION="Simple Direct Media Layer Mixer Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/";
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz";

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity vorbis +wav"
REQUIRED_USE="
midi? ( || ( timidity fluidsynth ) )
timidity? ( midi )
fluidsynth? ( midi )
mp3? ( || ( smpeg mad ) )
smpeg? ( mp3 )
mad? ( mp3 )
mod? ( || ( mikmod modplug ) )
mikmod? ( mod )
modplug? ( mod )
"

RDEPEND=">=media-libs/libsdl-1.2.10[${MULTILIB_USEDEP}]
flac? ( media-libs/flac[${MULTILIB_USEDEP}] )
midi? (
fluidsynth? ( media-sound/fluidsynth[${MULTILIB_USEDEP}] )
timidity? ( media-sound/timidity++ )
)
mp3? (
mad? ( media-libs/libmad[${MULTILIB_USEDEP}] )
smpeg? ( >=media-libs/smpeg-0.4.4-r1[${MULTILIB_USEDEP}] )
)
mod? (
modplug? ( media-libs/libmodplug[${MULTILIB_USEDEP}] )
mikmod? ( >=media-libs/libmikmod-3.1.10[${MULTILIB_USEDEP}] )
)
vorbis? (
media-libs/libvorbis[${MULTILIB_USEDEP}]
media-libs/libogg[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-sdl-20140406-r1
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
)"
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch \
"${FILESDIR}"/${P}-wav.patch \
"${FILESDIR}"/${P}-clang.patch \
"${FILESDIR}"/${P}-mikmod-r58{7,8}.patch #445980
sed -i \
-e '/link.*play/s/-o/$(LDFLAGS) -o/' \
Makefile.in || die
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \
--disable-dependency-tracking \
--disable-music-flac-shared \
--disable-music-fluidsynth-shared \
--disable-music-mod-shared \
--disable-music-mp3-shared \
--disable-music-ogg-shared \
$(use_enable wav music-wave) \
$(use_enable vorbis music-ogg) \
$(use_enable mikmod music-mod) \
$(use_enable modplug music-mod-modplug) \
$(use_enable flac music-flac) \
$(u

[gentoo-commits] gentoo-x86 commit in kde-misc/kcm-grub2: metadata.xml kcm-grub2-0.6.4-r1.ebuild ChangeLog

2014-05-03 Thread Ian Whyman (thev00d00)
thev00d0014/05/03 10:36:53

  Modified: metadata.xml ChangeLog
  Added:kcm-grub2-0.6.4-r1.ebuild
  Log:
  Correctly set paths for Gentoo's Grub2, thanks to Fitzcarraldo in #508462
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  kde-misc/kcm-grub2/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml22 Apr 2013 09:52:48 -  1.5
+++ metadata.xml3 May 2014 10:36:52 -   1.6
@@ -3,7 +3,7 @@
 
 kde
 
-   thev00...@gentoo.org
+   thevoo...@gentoo.org
Ian Whyman
 
 



1.14 kde-misc/kcm-grub2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   18 Jan 2014 18:49:08 -  1.13
+++ ChangeLog   3 May 2014 10:36:53 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/kcm-grub2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.13 
2014/01/18 18:49:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/ChangeLog,v 1.14 
2014/05/03 10:36:53 thev00d00 Exp $
+
+*kcm-grub2-0.6.4-r1 (03 May 2014)
+
+  03 May 2014; Ian Whyman  +kcm-grub2-0.6.4-r1.ebuild,
+  metadata.xml:
+  Correctly set paths for Gentoo's Grub2, thanks to Fitzcarraldo in #508462
 
   18 Jan 2014; Pacho Ramos  kcm-grub2-0.6.4.ebuild:
   amd64 stable, bug #491040



1.1  kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: kcm-grub2-0.6.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.6.4-r1.ebuild,v 1.1 
2014/05/03 10:36:52 thev00d00 Exp $

EAPI=5

KDE_LINGUAS="ca ca@valencia cs da de el es et fi fr ga gl hu it lt nl pa pl pt
pt_BR ro ru sk sl sv uk tr zh_TW"
inherit kde4-base

DESCRIPTION="KCModule for configuring the GRUB2 bootloader."
HOMEPAGE="http://kde-apps.org/content/show.php?content=139643";
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-3"

KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="+hwinfo imagemagick packagekit"

COMMON_DEPEND="
hwinfo? ( sys-apps/hwinfo )
imagemagick? ( media-gfx/imagemagick )
packagekit? ( app-admin/packagekit-qt4 )
"
DEPEND="${COMMON_DEPEND}
dev-util/automoc
"
RDEPEND="${COMMON_DEPEND}
$(add_kdebase_dep kcmshell)
"

src_configure() {
local mycmakeargs=(
"-DWITHQApt=OFF"
"-DGRUB_INSTALL_EXE=/usr/sbin/grub2-install"
"-DGRUB_MKCONFIG_EXE=/usr/sbin/grub2-mkconfig"
"-DGRUB_PROBE_EXE=/usr/sbin/grub2-probe"
"-DGRUB_SET_DEFAULT_EXE=/usr/sbin/grub2-set-default"
"-DGRUB_MENU=/boot/grub/grub.cfg"
"-DGRUB_CONFIG=/etc/default/grub"
"-DGRUB_ENV=/boot/grub/grubenv"
"-DGRUB_MEMTEST=/etc/grub.d/39_memtest86+"
$(cmake-utils_use_with packagekit QPackageKit)
$(cmake-utils_use_with imagemagick ImageMagick)
$(cmake-utils_use_with hwinfo HD)
)
cmake-utils_src_configure
}






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

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:49:36

  Modified: ChangeLog package.mask
  Log:
  Add updated emul-linux-x86-sdl to multilib p.mask.

Revision  ChangesPath
1.8918   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8917
retrieving revision 1.8918
diff -u -r1.8917 -r1.8918
--- ChangeLog   3 May 2014 10:13:36 -   1.8917
+++ ChangeLog   3 May 2014 10:49:35 -   1.8918
@@ -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.8917 2014/05/03 
10:13:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8918 2014/05/03 
10:49:35 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   03 May 2014; Michał Górny  package.mask:
+  Add updated emul-linux-x86-sdl to multilib p.mask.
+
+  03 May 2014; Michał Górny  package.mask:
   Add SDL mixer library to multilib p.mask.
 
   03 May 2014; Michał Górny  package.mask:



1.15648  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15647
retrieving revision 1.15648
diff -u -r1.15647 -r1.15648
--- package.mask3 May 2014 10:13:36 -   1.15647
+++ package.mask3 May 2014 10:49:35 -   1.15648
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15647 2014/05/03 
10:13:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15648 2014/05/03 
10:49:35 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
@@ -530,6 +530,7 @@
 >=media-sound/fluidsynth-1.1.6-r1
 >=media-libs/sdl-mixer-1.2.12-r4
 >=media-libs/sdl2-mixer-2.0.0-r1
+>=app-emulation/emul-linux-x86-sdl-20140406-r2
 
 # Tom Wijsman  (21 Feb 2014)
 # MATE Desktop Environment >=1.7 introduction mask:






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: emul-linux-x86-sdl-20140406-r2.ebuild ChangeLog

2014-05-03 Thread Michal Gorny (mgorny)
mgorny  14/05/03 10:49:38

  Modified: ChangeLog
  Added:emul-linux-x86-sdl-20140406-r2.ebuild
  Log:
  Update to cover all libraries that were converted.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.76 app-emulation/emul-linux-x86-sdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.76&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.76&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   18 Apr 2014 22:18:46 -  1.75
+++ ChangeLog   3 May 2014 10:49:38 -   1.76
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/emul-linux-x86-sdl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.75 
2014/04/18 22:18:46 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.76 
2014/05/03 10:49:38 mgorny Exp $
+
+*emul-linux-x86-sdl-20140406-r2 (03 May 2014)
+
+  03 May 2014; Michał Górny 
+  +emul-linux-x86-sdl-20140406-r2.ebuild:
+  Update to cover all libraries that were converted.
 
 *emul-linux-x86-sdl-20140406-r1 (18 Apr 2014)
 



1.1  
app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-sdl-20140406-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-sdl/emul-linux-x86-sdl-20140406-r2.ebuild,v
 1.1 2014/05/03 10:49:38 mgorny Exp $

EAPI=5
inherit emul-linux-x86

LICENSE="LGPL-2 LGPL-2.1 ZLIB"
KEYWORDS="-* ~amd64"
IUSE="abi_x86_32"

DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
~app-emulation/emul-linux-x86-baselibs-${PV}
~app-emulation/emul-linux-x86-soundlibs-${PV}
~app-emulation/emul-linux-x86-medialibs-${PV}
abi_x86_32? (
>=media-libs/openal-1.15.1-r1[abi_x86_32(-)]
>=media-libs/freealut-1.1.0-r3[abi_x86_32(-)]
>=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
>=media-libs/sdl-gfx-2.0.24-r1[abi_x86_32(-)]
>=media-libs/sdl-image-1.2.12-r1[abi_x86_32(-)]
>=media-libs/sdl-mixer-1.2.12-r4[abi_x86_32(-)]
>=media-libs/sdl-net-1.2.8-r1[abi_x86_32(-)]
>=media-libs/sdl-sound-1.0.3-r1[abi_x86_32(-)]
>=media-libs/sdl-ttf-2.0.11-r1[abi_x86_32(-)]
>=media-libs/smpeg-0.4.4-r10[abi_x86_32(-)]
)"

src_prepare() {
use abi_x86_32 || emul-linux-x86_src_prepare
}

src_install() {
use abi_x86_32 || emul-linux-x86_src_install
}






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

2014-05-03 Thread Vladimir Smirnov (civil)
civil   14/05/03 11:01:11

  Modified: ChangeLog
  Added:openvz-sources-2.6.32.88.4.ebuild
  Log:
  Version bump, requested by maintainer.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.224sys-kernel/openvz-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   30 Apr 2014 15:11:36 -  1.223
+++ ChangeLog   3 May 2014 11:01:11 -   1.224
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/openvz-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.223 
2014/04/30 15:11:36 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.224 
2014/05/03 11:01:11 civil Exp $
+
+*openvz-sources-2.6.32.88.4 (03 May 2014)
+
+  03 May 2014; Vladimir Smirnov 
+  +openvz-sources-2.6.32.88.4.ebuild:
+  Version bump, requested by maintainer.
 
   30 Apr 2014; Maxim Koltsov 
   -openvz-sources-2.6.32.81.3.ebuild, -openvz-sources-2.6.32.85.17.ebuild:



1.1  sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild

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

Index: openvz-sources-2.6.32.88.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild,v
 1.1 2014/05/03 11:01:11 civil Exp $

EAPI="5"

inherit versionator

OVZ_KV="0$(get_version_component_range 4).$(get_version_component_range 5)"

CKV=$(get_version_component_range 1-3)
OKV=${OKV:-${CKV}}
EXTRAVERSION=-${PN/-*}-${OVZ_KV}
ETYPE="sources"
KV_FULL=${CKV}${EXTRAVERSION}
if [[ ${PR} != "r0" ]]; then
KV_FULL+=-${PR}
EXTRAVERSION+=-${PR}
fi
S=${WORKDIR}/linux-${KV_FULL}

# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed.
KV_MAJOR=$(get_version_component_range 1 ${OKV})
KV_MINOR=$(get_version_component_range 2 ${OKV})
KV_PATCH=$(get_version_component_range 3 ${OKV})

KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz"

inherit kernel-2
#detect_version

KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""

DESCRIPTION="Kernel sources with OpenVZ patchset"
HOMEPAGE="http://www.openvz.org";
SRC_URI="${KERNEL_URI} ${ARCH_URI}

http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz";

UNIPATCH_STRICTORDER=1
UNIPATCH_LIST="${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz"

K_EXTRAEINFO="This openvz kernel uses RHEL6 patchset instead of vanilla kernel.
This patchset considered to be more stable and security supported by upstream,
but for us RHEL6 patchset is very fragile and fails to build in many
configurations so if you have problems use config files from openvz team
http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV}";






[gentoo-commits] gentoo-x86 commit in net-misc/guacamole-server: guacamole-server-0.9.0.ebuild ChangeLog

2014-05-03 Thread Andreas Schuerch (nativemad)
nativemad14/05/03 12:06:44

  Modified: ChangeLog
  Added:guacamole-server-0.9.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
C1DE54B2)

Revision  ChangesPath
1.2  net-misc/guacamole-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 Nov 2013 12:48:44 -  1.1
+++ ChangeLog   3 May 2014 12:06:44 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/guacamole-server
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.1 
2013/11/26 12:48:44 nativemad Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.2 
2014/05/03 12:06:44 nativemad Exp $
+
+*guacamole-server-0.9.0 (03 May 2014)
+
+  03 May 2014; Andreas Schuerch 
+  +guacamole-server-0.9.0.ebuild:
+  version bump.
 
 *guacamole-server-0.8.3 (26 Nov 2013)
 



1.1  net-misc/guacamole-server/guacamole-server-0.9.0.ebuild

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

Index: guacamole-server-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.0.ebuild,v
 1.1 2014/05/03 12:06:44 nativemad Exp $

EAPI=5

inherit eutils
DESCRIPTION="This is the proxy-daemon used by www-apps/guacamole."

HOMEPAGE="http://guacamole.sourceforge.net/";
SRC_URI="mirror://sourceforge/guacamole/${P}.tar.gz"

LICENSE="AGPL-3"

SLOT="0"

KEYWORDS="~x86"

IUSE="rdesktop vnc ssh pulseaudio vorbis"

DEPEND="x11-libs/cairo
ssh? ( x11-libs/pango
net-libs/libssh )
rdesktop? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 )
vnc? ( net-libs/libvncserver
pulseaudio? ( media-sound/pulseaudio ) )
vorbis? ( media-libs/libvorbis )"

RDEPEND="${DEPEND}"

src_configure() {
econf --with-init-dir=/etc/init.d
}

src_compile() {
emake || die
}

src_install() {
emake DESTDIR="${D}" install || die
}






[gentoo-commits] gentoo-x86 commit in www-apps/guacamole: guacamole-0.9.0.ebuild ChangeLog

2014-05-03 Thread Andreas Schuerch (nativemad)
nativemad14/05/03 12:09:01

  Modified: ChangeLog
  Added:guacamole-0.9.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
C1DE54B2)

Revision  ChangesPath
1.10 www-apps/guacamole/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/guacamole/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Feb 2014 15:56:28 -  1.9
+++ ChangeLog   3 May 2014 12:09:01 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/guacamole
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/ChangeLog,v 1.9 
2014/02/25 15:56:28 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/ChangeLog,v 1.10 
2014/05/03 12:09:01 nativemad Exp $
+
+*guacamole-0.9.0 (03 May 2014)
+
+  03 May 2014; Andreas Schuerch  +guacamole-0.9.0.ebuild:
+  version bump.
 
   25 Feb 2014; Andreas Schuerch  -guacamole-0.6.2.ebuild,
   -guacamole-0.7.0.ebuild, -guacamole-0.8.0.ebuild:



1.1  www-apps/guacamole/guacamole-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/guacamole/guacamole-0.9.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/guacamole/guacamole-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: guacamole-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.9.0.ebuild,v 
1.1 2014/05/03 12:09:01 nativemad Exp $

EAPI=5

inherit eutils
DESCRIPTION="Guacamole is a html5 vnc client as servlet"
HOMEPAGE="http://guacamole.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${PN}-client-${PV}.tar.gz
mysql? ( 
http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.0.tar.gz
 )
ldap? ( 
http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.0.tar.gz
 )"
S="${WORKDIR}/${PN}-client-${PV}"

LICENSE="AGPL-3"

SLOT="0"

KEYWORDS="~x86"

IUSE="ldap mysql"

DEPEND="dev-java/maven-bin"

RDEPEND="${DEPEND}
www-servers/tomcat
>virtual/jre-1.6
net-misc/guacamole-server
mysql? ( virtual/mysql )
ldap? ( net-nds/openldap )"

src_compile() {
mkdir "${HOME}"/.m2
cat /usr/share/`readlink /usr/bin/mvn | sed 
's:mvn:maven-bin:'`/conf/settings.xml | \
sed -e 's:/path/to/local/repo:'${HOME}/.m2':g' -e 's:

[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.35.ebuild ChangeLog

2014-05-03 Thread Anthony G. Basile (blueness)
blueness14/05/03 12:18:01

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

Revision  ChangesPath
1.64 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   27 Mar 2014 14:54:26 -  1.63
+++ ChangeLog   3 May 2014 12:18:01 -   1.64
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.63 
2014/03/27 14:54:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.64 
2014/05/03 12:18:01 blueness Exp $
+
+*libmicrohttpd-0.9.35 (03 May 2014)
+
+  03 May 2014; Anthony G. Basile 
+  +libmicrohttpd-0.9.35.ebuild:
+  Version bump
 
   27 Mar 2014; Mike Gilbert  libmicrohttpd-0.9.33.ebuild,
   libmicrohttpd-0.9.34.ebuild:



1.1  net-libs/libmicrohttpd/libmicrohttpd-0.9.35.ebuild

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

Index: libmicrohttpd-0.9.35.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.35.ebuild,v 
1.1 2014/05/03 12:18:01 blueness Exp $

EAPI="5"

MY_P="${P/_/}"

DESCRIPTION="A small C library that makes it easy to run an HTTP server as part 
of another application."
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/";
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"

IUSE="epoll messages ssl static-libs test"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
LICENSE="LGPL-2.1"
SLOT="0"

RDEPEND="ssl? (
dev-libs/libgcrypt:0
net-libs/gnutls
)"

DEPEND="${RDEPEND}
test?   (
ssl? ( >=net-misc/curl-7.25.0-r1[ssl] )
)"

S=${WORKDIR}/${MY_P}

DOCS="AUTHORS NEWS README ChangeLog"

src_configure() {
econf \
--enable-bauth \
--enable-dauth \
--disable-spdy \
$(use_enable epoll) \
$(use_enable test curl) \
$(use_enable messages) \
$(use_enable messages postprocessor) \
$(use_enable ssl https) \
$(use_with ssl gnutls) \
$(use_enable static-libs static)
}

src_install() {
default

use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
}






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

2014-05-03 Thread Anthony G. Basile (blueness)
blueness14/05/03 12:37:33

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -r1.1035 -r1.1036
--- ChangeLog   28 Apr 2014 12:13:25 -  1.1035
+++ ChangeLog   3 May 2014 12:37:33 -   1.1036
@@ -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.1035 2014/04/28 12:13:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1036 2014/05/03 12:37:33 blueness Exp $
+
+*hardened-sources-3.2.58 (03 May 2014)
+
+  03 May 2014; Anthony G. Basile 
+  +hardened-sources-3.2.58.ebuild:
+  vanilla-3.2.59 + genpatches-3.2-16 + grsecurity-3.0-3.2.58-201405011748
 
 *hardened-sources-3.14.2 (28 Apr 2014)
 



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

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

Index: hardened-sources-3.2.58.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.58.ebuild,v
 1.1 2014/05/03 12:37:33 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 sys-kernel/hardened-sources: hardened-sources-3.14.2-r1.ebuild ChangeLog

2014-05-03 Thread Anthony G. Basile (blueness)
blueness14/05/03 12:41:12

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1036
retrieving revision 1.1037
diff -u -r1.1036 -r1.1037
--- ChangeLog   3 May 2014 12:37:33 -   1.1036
+++ ChangeLog   3 May 2014 12:41:12 -   1.1037
@@ -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.1036 2014/05/03 12:37:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1037 2014/05/03 12:41:12 blueness Exp $
+
+*hardened-sources-3.14.2-r1 (03 May 2014)
+
+  03 May 2014; Anthony G. Basile 
+  +hardened-sources-3.14.2-r1.ebuild:
+  vanilla-3.14.2 + genpatches-3.14-5 + grsecurity-3.0-3.14.2-201405011752
 
 *hardened-sources-3.2.58 (03 May 2014)
 



1.1  
sys-kernel/hardened-sources/hardened-sources-3.14.2-r1.ebuild

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

Index: hardened-sources-3.14.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.2-r1.ebuild,v
 1.1 2014/05/03 12:41:12 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="5"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
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] gentoo-x86 commit in dev-ruby/test-unit-rr: ChangeLog test-unit-rr-1.0.3-r1.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 12:45:04

  Modified: ChangeLog
  Added:test-unit-rr-1.0.3-r1.ebuild
  Log:
  Add ruby21. Drop alpha, sparc due to bug 465948.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.22 dev-ruby/test-unit-rr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Apr 2014 14:56:49 -   1.21
+++ ChangeLog   3 May 2014 12:45:04 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/test-unit-rr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog,v 1.21 
2014/04/05 14:56:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/ChangeLog,v 1.22 
2014/05/03 12:45:04 graaff Exp $
+
+*test-unit-rr-1.0.3-r1 (03 May 2014)
+
+  03 May 2014; Hans de Graaff 
+  +test-unit-rr-1.0.3-r1.ebuild:
+  Add ruby21. Drop alpha, sparc due to bug 465948.
 
   05 Apr 2014; Manuel Rüger  test-unit-rr-1.0.2.ebuild,
   test-unit-rr-1.0.3.ebuild:



1.1  dev-ruby/test-unit-rr/test-unit-rr-1.0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: test-unit-rr-1.0.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.3-r1.ebuild,v 
1.1 2014/05/03 12:45:04 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="RR adapter for Test::Unit."
HOMEPAGE="http://rubyforge.org/projects/test-unit/";

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""

ruby_add_rdepend ">=dev-ruby/rr-1.1.1 >=dev-ruby/test-unit-2.5.2"

each_ruby_test() {
${RUBY} test/run-test.rb || die
}






[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-3.13.10.ebuild hardened-sources-3.14.1.ebuild hardened-sources-3.13.8-r2.ebuild hardened-sources-3.2.57.eb

2014-05-03 Thread Anthony G. Basile (blueness)
blueness14/05/03 12:51:34

  Modified: ChangeLog
  Removed:  hardened-sources-3.13.10.ebuild
hardened-sources-3.14.1.ebuild
hardened-sources-3.13.8-r2.ebuild
hardened-sources-3.2.57.ebuild
hardened-sources-3.13.8-r1.ebuild
hardened-sources-3.2.57-r3.ebuild
hardened-sources-3.2.56-r2.ebuild
hardened-sources-3.2.57-r2.ebuild
hardened-sources-3.14.2.ebuild
hardened-sources-3.2.56-r1.ebuild
hardened-sources-3.13.9.ebuild
  Log:
  Remove older unstables
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1037
retrieving revision 1.1038
diff -u -r1.1037 -r1.1038
--- ChangeLog   3 May 2014 12:41:12 -   1.1037
+++ ChangeLog   3 May 2014 12:51:34 -   1.1038
@@ -1,6 +1,15 @@
 # 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.1037 2014/05/03 12:41:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1038 2014/05/03 12:51:34 blueness Exp $
+
+  03 May 2014; Anthony G. Basile 
+  -hardened-sources-3.13.10.ebuild, -hardened-sources-3.13.8-r1.ebuild,
+  -hardened-sources-3.13.8-r2.ebuild, -hardened-sources-3.13.9.ebuild,
+  -hardened-sources-3.14.1.ebuild, -hardened-sources-3.14.2.ebuild,
+  -hardened-sources-3.2.56-r1.ebuild, -hardened-sources-3.2.56-r2.ebuild,
+  -hardened-sources-3.2.57-r2.ebuild, -hardened-sources-3.2.57-r3.ebuild,
+  -hardened-sources-3.2.57.ebuild:
+  Remove older unstables
 
 *hardened-sources-3.14.2-r1 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gettext: ChangeLog ruby-gettext-3.1.2.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 13:02:03

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

Revision  ChangesPath
1.130dev-ruby/ruby-gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.130&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.130&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   5 Apr 2014 23:11:38 -   1.129
+++ ChangeLog   3 May 2014 13:02:03 -   1.130
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gettext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.129 
2014/04/05 23:11:38 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.130 
2014/05/03 13:02:03 graaff Exp $
+
+*ruby-gettext-3.1.2 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +ruby-gettext-3.1.2.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger  ruby-gettext-2.3.3.ebuild,
   ruby-gettext-2.3.8.ebuild, ruby-gettext-3.1.1.ebuild:



1.1  dev-ruby/ruby-gettext/ruby-gettext-3.1.2.ebuild

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

Index: ruby-gettext-3.1.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/ruby-gettext/ruby-gettext-3.1.2.ebuild,v 1.1 
2014/05/03 13:02:03 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_NAME="${PN/ruby-/}"
RUBY_FAKEGEM_VERSION="${PV%_*}"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_TASK_TEST="none"

RUBY_FAKEGEM_EXTRAINSTALL="po"

inherit ruby-fakegem

DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools 
modeled after GNU gettext package"
HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html";

KEYWORDS="~amd64 ~arm ~hppa ~ia64"
IUSE="doc test"
SLOT="0"
LICENSE="Ruby"

ruby_add_rdepend ">=dev-ruby/locale-2.0.5 dev-ruby/text"

ruby_add_bdepend "doc? ( dev-ruby/yard )
dev-ruby/racc"
ruby_add_bdepend "test? (
dev-ruby/test-unit:2
dev-ruby/test-unit-rr )"

RDEPEND+=" sys-devel/gettext"
DEPEND+=" sys-devel/gettext"

all_ruby_prepare() {
# Fix broken racc invocation
sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die

# Avoid bundler dependency
sed -i -e '/bundler/,/helper.install/ s:^:#:' \
-e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die

# Avoid dependency on developer-specific tools.
sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
}

each_ruby_test() {
# Upstream tries to daisy-chain rake calls but they fail badly
# with our setup, so run it manually.
${RUBY} test/run-test.rb || die "tests failed"
}

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}
doins -r samples
}






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs/files: remove-native-20131008-r18 remove-native-20131008-r19 remove-native-20131008-r12 remove-native-20131008-r13 remove-na

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 13:02:02

  Removed:  remove-native-20131008-r18
remove-native-20131008-r19
remove-native-20131008-r12
remove-native-20131008-r13
remove-native-20131008-r14
remove-native-20131008-r15
remove-native-20131008-r16
remove-native-20131008-r17
remove-native-20131008-r21
remove-native-20131008-r20
remove-native-20131008-r22
  Log:
  Drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: ChangeLog emul-linux-x86-baselibs-20140406-r2.ebuild emul-linux-x86-baselibs-20131008-r11.ebuild emul-linux-x86-baselibs-20

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 13:02:02

  Modified: ChangeLog
  Removed:  emul-linux-x86-baselibs-20140406-r2.ebuild
emul-linux-x86-baselibs-20131008-r11.ebuild
emul-linux-x86-baselibs-20131008-r15.ebuild
emul-linux-x86-baselibs-20131008-r18.ebuild
emul-linux-x86-baselibs-20131008-r20.ebuild
emul-linux-x86-baselibs-20131008-r12.ebuild
emul-linux-x86-baselibs-20131008-r13.ebuild
emul-linux-x86-baselibs-20131008-r14.ebuild
emul-linux-x86-baselibs-20131008-r22.ebuild
emul-linux-x86-baselibs-20131008-r17.ebuild
emul-linux-x86-baselibs-20131008-r21.ebuild
emul-linux-x86-baselibs-20131008-r19.ebuild
emul-linux-x86-baselibs-20131008-r16.ebuild
emul-linux-x86-baselibs-20140406.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.199app-emulation/emul-linux-x86-baselibs/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog   2 May 2014 16:15:36 -   1.198
+++ ChangeLog   3 May 2014 13:02:02 -   1.199
@@ -1,6 +1,28 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.198 
2014/05/02 16:15:36 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.199 
2014/05/03 13:02:02 pacho Exp $
+
+  03 May 2014; Pacho Ramos 
+  -emul-linux-x86-baselibs-20131008-r11.ebuild,
+  -emul-linux-x86-baselibs-20131008-r12.ebuild,
+  -emul-linux-x86-baselibs-20131008-r13.ebuild,
+  -emul-linux-x86-baselibs-20131008-r14.ebuild,
+  -emul-linux-x86-baselibs-20131008-r15.ebuild,
+  -emul-linux-x86-baselibs-20131008-r16.ebuild,
+  -emul-linux-x86-baselibs-20131008-r17.ebuild,
+  -emul-linux-x86-baselibs-20131008-r18.ebuild,
+  -emul-linux-x86-baselibs-20131008-r19.ebuild,
+  -emul-linux-x86-baselibs-20131008-r20.ebuild,
+  -emul-linux-x86-baselibs-20131008-r21.ebuild,
+  -emul-linux-x86-baselibs-20131008-r22.ebuild,
+  -emul-linux-x86-baselibs-20140406-r2.ebuild,
+  -emul-linux-x86-baselibs-20140406.ebuild, -files/remove-native-20131008-r12,
+  -files/remove-native-20131008-r13, -files/remove-native-20131008-r14,
+  -files/remove-native-20131008-r15, -files/remove-native-20131008-r16,
+  -files/remove-native-20131008-r17, -files/remove-native-20131008-r18,
+  -files/remove-native-20131008-r19, -files/remove-native-20131008-r20,
+  -files/remove-native-20131008-r21, -files/remove-native-20131008-r22:
+  Drop old
 
 *emul-linux-x86-baselibs-20140406-r3 (02 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: emul-linux-x86-baselibs-20140406-r3.ebuild emul-linux-x86-baselibs-20140406-r1.ebuild ChangeLog

2014-05-03 Thread Pacho Ramos (pacho)
pacho   14/05/03 13:04:10

  Modified: emul-linux-x86-baselibs-20140406-r3.ebuild
emul-linux-x86-baselibs-20140406-r1.ebuild
ChangeLog
  Log:
  We need newer glibc (#509434 by Mikael Magnusson)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild?r1=1.1&r2=1.2

Index: emul-linux-x86-baselibs-20140406-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-baselibs-20140406-r3.ebuild  2 May 2014 16:15:36 -   
1.1
+++ emul-linux-x86-baselibs-20140406-r3.ebuild  3 May 2014 13:04:10 -   
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild,v
 1.1 2014/05/02 16:15:36 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r3.ebuild,v
 1.2 2014/05/03 13:04:10 pacho Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -77,7 +77,7 @@
>=sys-devel/libtool-2.4.2-r1[abi_x86_32(-)]
>=virtual/acl-0-r2[abi_x86_32(-)]
)
-   >=sys-libs/glibc-2.15" # bug 340613
+   >=sys-libs/glibc-2.16" # bug 340613
 
 PYTHON_UPDATER_IGNORE="1"
 



1.4  
app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild?r1=1.3&r2=1.4

Index: emul-linux-x86-baselibs-20140406-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-baselibs-20140406-r1.ebuild  20 Apr 2014 12:19:03 -  
1.3
+++ emul-linux-x86-baselibs-20140406-r1.ebuild  3 May 2014 13:04:10 -   
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild,v
 1.3 2014/04/20 12:19:03 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20140406-r1.ebuild,v
 1.4 2014/05/03 13:04:10 pacho Exp $
 
 EAPI=5
 inherit emul-linux-x86
@@ -71,7 +71,7 @@
>=sys-apps/file-5.18-r1[abi_x86_32(-)]
>=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)]
)
-   >=sys-libs/glibc-2.15" # bug 340613
+   >=sys-libs/glibc-2.16" # bug 340613
 
 PYTHON_UPDATER_IGNORE="1"
 



1.200app-emulation/emul-linux-x86-baselibs/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   3 May 2014 13:02:02 -   1.199
+++ ChangeLog   3 May 2014 13:04:10 -   1.200
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog

[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.34.ebuild ChangeLog

2014-05-03 Thread Anthony G. Basile (blueness)
blueness14/05/03 13:10:56

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

Revision  ChangesPath
1.4  net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild

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

Index: libmicrohttpd-0.9.34.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmicrohttpd-0.9.34.ebuild 27 Mar 2014 14:54:26 -  1.3
+++ libmicrohttpd-0.9.34.ebuild 3 May 2014 13:10:55 -   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-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 
1.3 2014/03/27 14:54:26 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 
1.4 2014/05/03 13:10:55 blueness Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 IUSE="epoll messages ssl static-libs test"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 



1.65 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   3 May 2014 12:18:01 -   1.64
+++ ChangeLog   3 May 2014 13:10:55 -   1.65
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.64 
2014/05/03 12:18:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.65 
2014/05/03 13:10:55 blueness Exp $
+
+  03 May 2014; Anthony G. Basile 
+  libmicrohttpd-0.9.34.ebuild:
+  Stable on ppc, ppc64, arm.  Bug #509094
 
 *libmicrohttpd-0.9.35 (03 May 2014)
 






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201405-02.xml

2014-05-03 Thread Sean Amoss (ackle)
ackle   14/05/03 13:24:49

  Added:glsa-201405-02.xml
  Log:
  GLSA 201405-02 by Yury German (BlueKnight)

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201405-02.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201405-02.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201405-02.xml?rev=1.1&content-type=text/plain

Index: glsa-201405-02.xml
===



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

  libSRTP: Denial of Service
  A vulnerability in libSRTP can result in a Denial of Service
condition.
  
  libsrtp
  May 03, 2014
  May 03, 2014: 1
  472302
  remote
  

  1.4.4_p20121108-r1
  1.4.4_p20121108-r1

  
  
libSRTP is an Open-source implementation of the Secure Real-time
  Transport Protocol.

  
  
A flaw was found in how the crypto_policy_set_from_profile_for_rtp()
  function applies cryptographic profiles to an srtp_policy in libSRTP.

  
  
A remote attacker could exploit this vulnerability to crash an
  application linked against libSRTP, resulting in Denial of Service.

  
  
There is no known workaround at this time.
  
  
All libSRTP users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose
  ">=net-libs/libsrtp-1.4.4_p20121108-r1"


  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2139";>CVE-2013-2139
  
  Zlogene
  
BlueKnight
  







[gentoo-commits] gentoo-x86 commit in net-misc/guacamole-server: guacamole-server-0.9.0.ebuild ChangeLog

2014-05-03 Thread Andreas Schuerch (nativemad)
nativemad14/05/03 13:44:03

  Modified: guacamole-server-0.9.0.ebuild ChangeLog
  Log:
  corrected libssh2 dep
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
C1DE54B2)

Revision  ChangesPath
1.2  net-misc/guacamole-server/guacamole-server-0.9.0.ebuild

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

Index: guacamole-server-0.9.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guacamole-server-0.9.0.ebuild   3 May 2014 12:06:44 -   1.1
+++ guacamole-server-0.9.0.ebuild   3 May 2014 13:44:03 -   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/guacamole-server/guacamole-server-0.9.0.ebuild,v
 1.1 2014/05/03 12:06:44 nativemad Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/guacamole-server/guacamole-server-0.9.0.ebuild,v
 1.2 2014/05/03 13:44:03 nativemad Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 DEPEND="x11-libs/cairo
ssh? ( x11-libs/pango
-   net-libs/libssh )
+   net-libs/libssh2 )
rdesktop? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 )
vnc? ( net-libs/libvncserver
pulseaudio? ( media-sound/pulseaudio ) )



1.3  net-misc/guacamole-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 May 2014 12:06:44 -   1.2
+++ ChangeLog   3 May 2014 13:44:03 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/guacamole-server
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.2 
2014/05/03 12:06:44 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/guacamole-server/ChangeLog,v 1.3 
2014/05/03 13:44:03 nativemad Exp $
+
+  03 May 2014; Andreas Schuerch 
+  guacamole-server-0.9.0.ebuild:
+  corrected libssh2 dep
 
 *guacamole-server-0.9.0 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-shadow: ChangeLog ruby-shadow-2.3.4.ebuild

2014-05-03 Thread Hans de Graaff (graaff)
graaff  14/05/03 13:49:14

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

Revision  ChangesPath
1.33 dev-ruby/ruby-shadow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   5 Apr 2014 23:01:55 -   1.32
+++ ChangeLog   3 May 2014 13:49:14 -   1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-shadow
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ChangeLog,v 1.32 
2014/04/05 23:01:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ChangeLog,v 1.33 
2014/05/03 13:49:14 graaff Exp $
+
+*ruby-shadow-2.3.4 (03 May 2014)
+
+  03 May 2014; Hans de Graaff  +ruby-shadow-2.3.4.ebuild:
+  Version bump.
 
   05 Apr 2014; Manuel Rüger  -ruby-shadow-2.2.0.ebuild,
   -ruby-shadow-2.3.1.ebuild, -ruby-shadow-2.3.2.ebuild,



1.1  dev-ruby/ruby-shadow/ruby-shadow-2.3.4.ebuild

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

Index: ruby-shadow-2.3.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ruby-shadow-2.3.4.ebuild,v 1.1 
2014/05/03 13:49:14 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README README.euc"

inherit multilib ruby-fakegem

DESCRIPTION="ruby shadow bindings"
HOMEPAGE="https://github.com/apalmblad/ruby-shadow http://ttsky.net";

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""

each_ruby_configure() {
${RUBY} extconf.rb || die "Configuration failed."
sed -i -e "/^ldflags  =/s/$/ \$(LDFLAGS)/" Makefile || die
}

each_ruby_compile() {
emake V=1
mkdir -p lib
cp shadow$(get_modname) lib/ || die
}






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.4.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:52:05

  Modified: ChangeLog
  Added:pecl-apcu-4.0.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.7  dev-php/pecl-apcu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 Sep 2013 02:26:02 -  1.6
+++ ChangeLog   3 May 2014 13:52:04 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-apcu
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.6 
2013/09/16 02:26:02 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.7 
2014/05/03 13:52:04 olemarkus Exp $
+
+*pecl-apcu-4.0.4 (03 May 2014)
+
+  03 May 2014; Ole Markus With  +pecl-apcu-4.0.4.ebuild:
+  Version bump
 
   16 Sep 2013; Patrick Lauer  pecl-apcu-4.0.2.ebuild:
   Whitespace



1.1  dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild?rev=1.1&content-type=text/plain

Index: pecl-apcu-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild,v 
1.1 2014/05/03 13:52:04 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="apcu"
PHP_EXT_PECL_PKG="APCu"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO"

USE_PHP="php5-5 php5-3 php5-4"

S="${WORKDIR}/apcu-${PV}"
PHP_EXT_S="${WORKDIR}/apcu-${PV}"

inherit php-ext-pecl-r2 confutils eutils

S="${WORKDIR}/apcu-${PV}"

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Stripped down version of APC supporting only user cache."
LICENSE="PHP-3.01"
SLOT="0"
IUSE="+mmap"

DEPEND=""
RDEPEND="${DEPEND}"

LOCKS="pthreadmutex pthreadrw spinlock semaphore"

LUSE=""
for l in ${LOCKS}; do
LUSE+="lock_${l} "
done

IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}"

REQUIRED_USE="^^ ( $LUSE )"

src_configure() {
my_conf="--enable-apcu"
use mmap || my_conf+=" --disable-apcu-mmap"

enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0

php-ext-source-r2_src_configure
}

src_install() {
php-ext-pecl-r2_src_install

dodir "${PHP_EXT_SHARED_DIR}"
insinto "${PHP_EXT_SHARED_DIR}"
doins apc.php
}

pkg_postinst() {
elog "The apc.php file shipped with this release of pecl-apcu was"
elog "installed into ${PHP_EXT_SHARED_DIR}/."
}






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-mongo: pecl-mongo-1.5.1.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:55:14

  Modified: ChangeLog
  Added:pecl-mongo-1.5.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.9  dev-php/pecl-mongo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 Oct 2013 14:13:53 -  1.8
+++ ChangeLog   3 May 2014 13:55:14 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-mongo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.8 
2013/10/22 14:13:53 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.9 
2014/05/03 13:55:14 olemarkus Exp $
+
+*pecl-mongo-1.5.1 (03 May 2014)
+
+  03 May 2014; Ole Markus With  +pecl-mongo-1.5.1.ebuild:
+  Version bump
 
 *pecl-mongo-1.4.4 (22 Oct 2013)
 



1.1  dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-mongo-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/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild,v 
1.1 2014/05/03 13:55:14 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="mongo"

USE_PHP="php5-5 php5-4"

inherit php-ext-pecl-r2

DESCRIPTION="MongoDB database driver"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201405-03.xml

2014-05-03 Thread Sean Amoss (ackle)
ackle   14/05/03 13:56:18

  Added:glsa-201405-03.xml
  Log:
  GLSA 201405-03

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201405-03.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201405-03.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201405-03.xml?rev=1.1&content-type=text/plain

Index: glsa-201405-03.xml
===



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

  WeeChat: Multiple vulnerabilities
  Two vulnerabilities have been found in WeeChat, the worst of which
may allow execution of arbitrary code.
  
  weechat
  May 03, 2014
  May 03, 2014: 1
  442600
  remote
  

  0.3.9.2
  0.3.9.2

  
  
Wee Enhanced Environment for Chat (WeeChat) is a light and extensible
  console IRC client.

  
  
Two vulnerabilities have been discovered in WeeChat:


  The hook_process() function does not properly handle shell expansions
(CVE-2012-5534).
  
  WeeChat does not properly decode colors which could cause a
heap-based buffer overflow (CVE-2012-5854).
  

  
  
A remote attacker could entice a user to open a specially crafted script
  or send messages with specially crafted colors, possibly resulting in
  execution of arbitrary code with the privileges of the process, or a
  Denial of Service condition.

  
  
There is no known workaround at this time.
  
  
All WeeChat users should upgrade to the latest version:


  # emerge --sync
  # emerge --ask --oneshot --verbose ">=net-irc/weechat-0.3.9.2"

  
  
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5534";>CVE-2012-5534
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5854";>CVE-2012-5854
  
  ackle
  ackle







[gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.5.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:58:25

  Modified: ChangeLog
  Added:xdebug-client-2.2.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.70 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Aug 2013 13:41:39 -  1.69
+++ ChangeLog   3 May 2014 13:58:25 -   1.70
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xdebug-client
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.69 
2013/08/23 13:41:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.70 
2014/05/03 13:58:25 olemarkus Exp $
+
+*xdebug-client-2.2.5 (03 May 2014)
+
+  03 May 2014; Ole Markus With 
+  +xdebug-client-2.2.5.ebuild:
+  Version bump
 
   23 Aug 2013; Agostino Sarubbo  xdebug-client-2.2.3.ebuild:
   Stable for ppc64, wrt bug #480460



1.1  dev-php/xdebug-client/xdebug-client-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-client-2.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild,v 1.1 
2014/05/03 13:58:25 olemarkus Exp $

EAPI=5

KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
HOMEPAGE="http://www.xdebug.org/";
SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz";
LICENSE="Xdebug"
SLOT="0"
IUSE="libedit"

S="${WORKDIR}/xdebug-${MY_PV}/debugclient"

DEPEND="libedit? ( dev-libs/libedit )"
RDEPEND="${DEPEND}"

src_configure() {
econf $(use_with libedit)
}

src_install() {
newbin debugclient xdebug
}






[gentoo-commits] gentoo-x86 commit in dev-embedded/u-boot-tools: u-boot-tools-2014.01.ebuild ChangeLog

2014-05-03 Thread Mikle Kolyada (zlogene)
zlogene 14/05/03 14:04:44

  Modified: u-boot-tools-2014.01.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #502646
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild?r1=1.2&r2=1.3

Index: u-boot-tools-2014.01.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- u-boot-tools-2014.01.ebuild 1 Apr 2014 19:00:56 -   1.2
+++ u-boot-tools-2014.01.ebuild 3 May 2014 14:04:44 -   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-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild,v 
1.2 2014/04/01 19:00:56 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild,v 
1.3 2014/05/03 14:04:44 zlogene Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



1.36 dev-embedded/u-boot-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   1 Apr 2014 19:00:56 -   1.35
+++ ChangeLog   3 May 2014 14:04:44 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/u-boot-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.35 
2014/04/01 19:00:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.36 
2014/05/03 14:04:44 zlogene Exp $
+
+  03 May 2014; Mikle Kolyada  u-boot-tools-2014.01.ebuild:
+  amd64 stable wrt bug #502646
 
   01 Apr 2014; Markus Meier  u-boot-tools-2014.01.ebuild:
   arm stable, bug #502646






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

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:09:36

  Modified: ChangeLog foomatic-db-4.0.20140105.ebuild
  Log:
  arm stable, bug #508140
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   25 Apr 2014 12:54:57 -  1.93
+++ ChangeLog   3 May 2014 14:09:35 -   1.94
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/foomatic-db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.93 
2014/04/25 12:54:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.94 
2014/05/03 14:09:35 maekke Exp $
+
+  03 May 2014; Markus Meier 
+  foomatic-db-4.0.20140105.ebuild:
+  arm stable, bug #508140
 
   25 Apr 2014; Jeroen Roovers  
foomatic-db-4.0.20140105.ebuild:
   Stable for HPPA (bug #508140).



1.4  net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild

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

Index: foomatic-db-4.0.20140105.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- foomatic-db-4.0.20140105.ebuild 25 Apr 2014 12:54:57 -  1.3
+++ foomatic-db-4.0.20140105.ebuild 3 May 2014 14:09:35 -   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-print/foomatic-db/foomatic-db-4.0.20140105.ebuild,v 
1.3 2014/04/25 12:54:57 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-4.0.20140105.ebuild,v 
1.4 2014/05/03 14:09:35 maekke Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""






[gentoo-commits] gentoo-x86 commit in net-analyzer/nethogs: ChangeLog nethogs-0.8.0-r3.ebuild

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

  Modified: ChangeLog nethogs-0.8.0-r3.ebuild
  Log:
  add ~arm, bug #505974
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.24 net-analyzer/nethogs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nethogs/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   17 Feb 2014 00:44:37 -  1.23
+++ ChangeLog   3 May 2014 14:10:14 -   1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nethogs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nethogs/ChangeLog,v 1.23 
2014/02/17 00:44:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nethogs/ChangeLog,v 1.24 
2014/05/03 14:10:14 maekke Exp $
+
+  03 May 2014; Markus Meier  nethogs-0.8.0-r3.ebuild:
+  add ~arm, bug #505974
 
 *nethogs-0.8.0-r3 (17 Feb 2014)
 



1.2  net-analyzer/nethogs/nethogs-0.8.0-r3.ebuild

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

Index: nethogs-0.8.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nethogs/nethogs-0.8.0-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nethogs-0.8.0-r3.ebuild 17 Feb 2014 00:44:37 -  1.1
+++ nethogs-0.8.0-r3.ebuild 3 May 2014 14:10:14 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nethogs/nethogs-0.8.0-r3.ebuild,v 1.1 
2014/02/17 00:44:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nethogs/nethogs-0.8.0-r3.ebuild,v 1.2 
2014/05/03 14:10:14 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 
 RDEPEND="
net-libs/libpcap






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

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:10:12

  Modified: ChangeLog foomatic-db-ppds-4.0.20140105.ebuild
  Log:
  arm stable, bug #508140
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   25 Apr 2014 12:55:03 -  1.46
+++ ChangeLog   3 May 2014 14:10:12 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/foomatic-db-ppds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.46 
2014/04/25 12:55:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.47 
2014/05/03 14:10:12 maekke Exp $
+
+  03 May 2014; Markus Meier 
+  foomatic-db-ppds-4.0.20140105.ebuild:
+  arm stable, bug #508140
 
   25 Apr 2014; Jeroen Roovers 
   foomatic-db-ppds-4.0.20140105.ebuild:



1.4  
net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild

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

Index: foomatic-db-ppds-4.0.20140105.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- foomatic-db-ppds-4.0.20140105.ebuild25 Apr 2014 12:55:03 -  
1.3
+++ foomatic-db-ppds-4.0.20140105.ebuild3 May 2014 14:10:12 -   
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild,v
 1.3 2014/04/25 12:55:03 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20140105.ebuild,v
 1.4 2014/05/03 14:10:12 maekke Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"






[gentoo-commits] gentoo-x86 commit in dev-libs/granite: ChangeLog granite-0.2.3.1.ebuild

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:11:22

  Modified: ChangeLog granite-0.2.3.1.ebuild
  Log:
  add ~arm, bug #506150
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.7  dev-libs/granite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   7 Apr 2014 15:31:18 -   1.6
+++ ChangeLog   3 May 2014 14:11:22 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/granite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v 1.6 2014/04/07 
15:31:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v 1.7 2014/05/03 
14:11:22 maekke Exp $
+
+  03 May 2014; Markus Meier  granite-0.2.3.1.ebuild:
+  add ~arm, bug #506150
 
 *granite-0.2.3.1 (07 Apr 2014)
 



1.2  dev-libs/granite/granite-0.2.3.1.ebuild

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

Index: granite-0.2.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/granite/granite-0.2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- granite-0.2.3.1.ebuild  7 Apr 2014 15:31:18 -   1.1
+++ granite-0.2.3.1.ebuild  3 May 2014 14:11:22 -   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-libs/granite/granite-0.2.3.1.ebuild,v 
1.1 2014/04/07 15:31:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/granite-0.2.3.1.ebuild,v 
1.2 2014/05/03 14:11:22 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.32






[gentoo-commits] gentoo-x86 commit in www-client/midori: ChangeLog midori-0.5.8.ebuild

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:11:51

  Modified: ChangeLog midori-0.5.8.ebuild
  Log:
  add ~arm, bug #506150
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.127www-client/midori/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.127&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.127&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   7 Apr 2014 16:59:24 -   1.126
+++ ChangeLog   3 May 2014 14:11:51 -   1.127
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/midori
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.126 
2014/04/07 16:59:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.127 
2014/05/03 14:11:51 maekke Exp $
+
+  03 May 2014; Markus Meier  midori-0.5.8.ebuild:
+  add ~arm, bug #506150
 
   07 Apr 2014; Samuli Suominen  midori-0.5.5.ebuild:
   Remove GTK+-3.x and WebKit2 support from 0.5.5 since it doesn't build with



1.4  www-client/midori/midori-0.5.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?r1=1.3&r2=1.4

Index: midori-0.5.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- midori-0.5.8.ebuild 7 Apr 2014 15:23:37 -   1.3
+++ midori-0.5.8.ebuild 3 May 2014 14:11:51 -   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/www-client/midori/midori-0.5.8.ebuild,v 1.3 
2014/04/07 15:23:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v 1.4 
2014/05/03 14:11:51 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
EGIT_REPO_URI="git://git.xfce.org/apps/${PN}"
_live_inherits=git-2
 else
-   KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"

SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2";
 fi
 






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

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:12:09

  Modified: ChangeLog layman-2.0.0-r3.ebuild
  Log:
  arm stable, bug #508882
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.192app-portage/layman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog   29 Apr 2014 20:37:56 -  1.191
+++ ChangeLog   3 May 2014 14:12:09 -   1.192
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.191 
2014/04/29 20:37:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.192 
2014/05/03 14:12:09 maekke Exp $
+
+  03 May 2014; Markus Meier  layman-2.0.0-r3.ebuild:
+  arm stable, bug #508882
 
   29 Apr 2014; Mikle Kolyada  layman-2.0.0-r3.ebuild:
   x86 stable wrt bug #508882



1.6  app-portage/layman/layman-2.0.0-r3.ebuild

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

Index: layman-2.0.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- layman-2.0.0-r3.ebuild  29 Apr 2014 20:37:56 -  1.5
+++ layman-2.0.0-r3.ebuild  3 May 2014 14:12:09 -   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/app-portage/layman/layman-2.0.0-r3.ebuild,v 
1.5 2014/04/29 20:37:56 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0-r3.ebuild,v 
1.6 2014/05/03 14:12:09 maekke Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bazaar cvs darcs +git mercurial subversion test"
 
 DEPEND="test? ( dev-vcs/subversion )"






[gentoo-commits] gentoo-x86 commit in dev-python/testscenarios: ChangeLog testscenarios-0.4-r4.ebuild

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:12:40

  Modified: ChangeLog testscenarios-0.4-r4.ebuild
  Log:
  add ~arm, bug #506510
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.11 dev-python/testscenarios/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   2 Apr 2014 12:52:41 -   1.10
+++ ChangeLog   3 May 2014 14:12:40 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testscenarios
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.10 
2014/04/02 12:52:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.11 
2014/05/03 14:12:40 maekke Exp $
+
+  03 May 2014; Markus Meier  testscenarios-0.4-r4.ebuild:
+  add ~arm, bug #506510
 
   02 Apr 2014; Jeroen Roovers  testscenarios-0.4-r4.ebuild:
   Marked ~hppa (bug #506510).



1.6  dev-python/testscenarios/testscenarios-0.4-r4.ebuild

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

Index: testscenarios-0.4-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testscenarios-0.4-r4.ebuild 2 Apr 2014 12:52:41 -   1.5
+++ testscenarios-0.4-r4.ebuild 3 May 2014 14:12:40 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 
1.5 2014/04/02 12:52:41 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 
1.6 2014/05/03 14:12:40 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}






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

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:13:25

  Modified: wqy-bitmapfont-1.0.0_rc1.ebuild ChangeLog
  Log:
  arm stable, bug #508572
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.4  media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild?r1=1.3&r2=1.4

Index: wqy-bitmapfont-1.0.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wqy-bitmapfont-1.0.0_rc1.ebuild 26 Apr 2014 17:21:37 -  1.3
+++ wqy-bitmapfont-1.0.0_rc1.ebuild 3 May 2014 14:13:25 -   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/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild,v
 1.3 2014/04/26 17:21:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild,v
 1.4 2014/05/03 14:13:25 maekke Exp $
 
 inherit font
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.27 media-fonts/wqy-bitmapfont/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 Apr 2014 17:21:37 -  1.26
+++ ChangeLog   3 May 2014 14:13:25 -   1.27
@@ -1,6 +1,10 @@
 # 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.26 
2014/04/26 17:21:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-bitmapfont/ChangeLog,v 1.27 
2014/05/03 14:13:25 maekke Exp $
+
+  03 May 2014; Markus Meier 
+  wqy-bitmapfont-1.0.0_rc1.ebuild:
+  arm stable, bug #508572
 
   26 Apr 2014; Jeroen Roovers  
wqy-bitmapfont-1.0.0_rc1.ebuild:
   Stable for HPPA (bug #508572).






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: ChangeLog openntpd-20080406-r8.ebuild

2014-05-03 Thread Markus Meier (maekke)
maekke  14/05/03 14:14:32

  Modified: ChangeLog openntpd-20080406-r8.ebuild
  Log:
  arm stable, bug #507846
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches="arm", signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.114net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   29 Apr 2014 20:39:31 -  1.113
+++ ChangeLog   3 May 2014 14:14:31 -   1.114
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.113 
2014/04/29 20:39:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.114 
2014/05/03 14:14:31 maekke Exp $
+
+  03 May 2014; Markus Meier  openntpd-20080406-r8.ebuild:
+  arm stable, bug #507846
 
   29 Apr 2014; Jeroen Roovers  openntpd-20080406-r8.ebuild:
   Stable for HPPA (bug #507846).



1.3  net-misc/openntpd/openntpd-20080406-r8.ebuild

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

Index: openntpd-20080406-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openntpd-20080406-r8.ebuild 29 Apr 2014 20:39:31 -  1.2
+++ openntpd-20080406-r8.ebuild 3 May 2014 14:14:31 -   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-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.2 
2014/04/29 20:39:31 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r8.ebuild,v 1.3 
2014/05/03 14:14:31 maekke Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
 IUSE="ssl selinux"
 
 RDEPEND="ssl? ( dev-libs/openssl )






  1   2   3   >