[gentoo-commits] gentoo-x86 commit in sci-electronics/gspiceui/files: gspiceui-1.1.0-flags.patch

2015-07-04 Thread Thomas Beierlein (tomjbe)
tomjbe  15/07/04 07:09:07

  Added:gspiceui-1.1.0-flags.patch
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x24083D3E28343508)

Revision  ChangesPath
1.1  sci-electronics/gspiceui/files/gspiceui-1.1.0-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/files/gspiceui-1.1.0-flags.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/files/gspiceui-1.1.0-flags.patch?rev=1.1&content-type=text/plain

Index: gspiceui-1.1.0-flags.patch
===
--- src/Makefile.old2015-07-03 18:06:15.0 +0200
+++ src/Makefile2015-07-03 18:08:50.0 +0200
@@ -69,13 +69,7 @@
 #  -Ofast Optimize till it hurts : "-O3" + enable opts not valid for all 
standard-compliants
 #  -OsOptimize for size
 #  -OgOptimize debugging experience but don't break debugging
-ifeq ($(GSPICEUI_DBG),0)
-  # Options for release (not using -Wall since it's GCC specific)
-  CXXFLAGS := -O1 -pipe $(shell $(WXCFG) --cxxflags)
-else
-  # Options for development
-  CXXFLAGS := -g -Og -Wall -Wextra -pipe $(shell $(WXCFG) --cxxflags)
-endif
+  CXXFLAGS += $(shell $(WXCFG) --cxxflags)
 
 # The following suppresses spurious warnings from gcc with wxWidgets v2.8.12
 ifeq ($(GSPICEUI_WXLIB),2.8)
@@ -134,7 +128,7 @@
 #   -o specify the output file name
 
 $(BINDIR)/$(PROG) : $(OBJS)
-   $(CXX) -pipe -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
+   $(CXX) -pipe -o $(BINDIR)/$(PROG) obj/*.o $(LDFLAGS) $(LIBS)
 ifeq ($(ROOT)/GSpiceUI.app,$(wildcard $(ROOT)/GSpiceUI.app))
cp $(BINDIR)/$(PROG) $(ROOT)/GSpiceUI.app/Contents/MacOS/gspiceui
 endif






[gentoo-commits] gentoo-x86 commit in sci-electronics/gspiceui: ChangeLog gspiceui-1.1.0.ebuild

2015-07-04 Thread Thomas Beierlein (tomjbe)
tomjbe  15/07/04 07:09:07

  Modified: ChangeLog
  Added:gspiceui-1.1.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x24083D3E28343508)

Revision  ChangesPath
1.10 sci-electronics/gspiceui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Jun 2013 04:15:05 -  1.9
+++ ChangeLog   4 Jul 2015 07:09:07 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for sci-electronics/gspiceui
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v 1.9 
2013/06/19 04:15:05 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v 1.10 
2015/07/04 07:09:07 tomjbe Exp $
+
+*gspiceui-1.1.0 (04 Jul 2015)
+
+  04 Jul 2015; Thomas Beierlein  +gspiceui-1.1.0.ebuild,
+  +files/gspiceui-1.1.0-flags.patch:
+  Version bump
 
   19 Jun 2013; Sébastien Fabbro  metadata.xml:
   Switch to sci-electronics herd



1.1  sci-electronics/gspiceui/gspiceui-1.1.0.ebuild

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

Index: gspiceui-1.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/gspiceui/gspiceui-1.1.0.ebuild,v 1.1 
2015/07/04 07:09:07 tomjbe Exp $

EAPI="5"

WX_GTK_VER="3.0"
inherit eutils wxwidgets

MY_P="${PN}-v${PV}0"

DESCRIPTION="GUI frontend for Ngspice and Gnucap"
HOMEPAGE="http://www.geda.seul.org/tools/gspiceui/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples schematics waveform"

DEPEND="x11-libs/wxGTK:3.0[X]
sci-electronics/electronics-menu"
RDEPEND="${DEPEND}
|| ( sci-electronics/ngspice sci-electronics/gnucap )
waveform? ( sci-electronics/gwave )
schematics? ( sci-electronics/geda )"

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

src_prepare() {
# Use Gentoo LDFLAGS and CXXFLAGS
epatch "${FILESDIR}/${P}-flags.patch"

# Adjusting the doc path at src/main/HelpTasks.cpp
sed -i -e \

"s:/share/gspiceui/html/User-Manual.html:/share/doc/${PF}/html/User-Manual.html:g"
 \
src/main/HelpTasks.cpp || die

# Adjusting call to gwave program
sed -i -e "s/gwave2/gwave/g" src/TypeDefs.hpp || die
}

src_install() {
dobin bin/gspiceui
dodoc ChangeLog ReadMe ToDo release-notes-v1.1.00.txt
doman gspiceui.1
newicon src/icons/gspiceui-48x48.xpm gspiceui.xpm

dohtml html/*.html html/*.jpg html/*.png

# installing examples and according model and symbol files
if use examples ; then
insinto /usr/share/doc/${PF}/sch
doins -r sch/*
insinto /usr/share/doc/${PF}/lib
doins -r lib/*
fi

make_desktop_entry gspiceui "GNU Spice GUI" gspiceui "Electronics"
}

pkg_postinst() {
if use examples ; then
elog "If you want to use the examples, copy and extract from"
elog "/usr/share/doc/${PF} the sch and lib directory"
elog "side by side to your home directory to be able"
elog "to generate the netlists as normal user."
fi
}






[gentoo-commits] proj/multilib-portage:master commit in: app-emulation/wine/

2015-07-04 Thread Thomas Sachau
commit: 1bd67f5e85b4c280aa76071a51dc602b5ff2b5ce
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul  4 07:12:42 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sat Jul  4 07:12:42 2015 +
URL:
https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=1bd67f5e

Version bump

 .../wine/{wine-1.7.45.ebuild => wine-1.7.46.ebuild}  | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine/wine-1.7.45.ebuild 
b/app-emulation/wine/wine-1.7.46.ebuild
similarity index 98%
rename from app-emulation/wine/wine-1.7.45.ebuild
rename to app-emulation/wine/wine-1.7.46.ebuild
index b7e828f..ff7a850 100644
--- a/app-emulation/wine/wine-1.7.45.ebuild
+++ b/app-emulation/wine/wine-1.7.46.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.45.ebuild,v 1.1 
2015/06/18 06:06:00 np-hardass Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.46.ebuild,v 1.1 
2015/06/30 02:59:17 np-hardass Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@ PLOCALE_BACKUP="en"
 inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
+   EGIT_REPO_URI="git://source.winehq.org/git/wine.git 
http://source.winehq.org/git/wine.git";
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
@@ -282,6 +282,13 @@ usr/share/applications/wine-winecfg.desktop"
 wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
 
+   # bug #549768
+   if [[ $(gcc-major-version) = 5 ]]; then
+   eerror "You need gcc-4.x to build wine; see 
https://bugs.gentoo.org/549768";
+   eerror
+   return 1
+   fi
+
if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + 
$(gcc-minor-version) )) -lt 404 ]]; then
eerror "You need gcc-4.4+ to build 64-bit wine"
eerror
@@ -330,7 +337,6 @@ src_prepare() {
"${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
-   "${FILESDIR}"/${PN}-1.7.45-libunwind-osx-only.patch # only 
applies to this version
)
if use gstreamer; then
# See http://bugs.winehq.org/show_bug.cgi?id=30557



[gentoo-commits] proj/multilib-portage:master commit in: app-emulation/wine/

2015-07-04 Thread Thomas Sachau
commit: 89478e8a89e1e0fc8becc61db05630731d66a6ba
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul  4 07:27:18 2015 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sat Jul  4 07:27:18 2015 +
URL:
https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=89478e8a

Add missing Manifest

 app-emulation/wine/Manifest | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 49e3508..224d498 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -10,13 +10,13 @@ AUX wine-1.7.39-gstreamer-v5-staging-post.patch 1175 SHA256 
034dc11ef6ecb9d4d8a9
 AUX wine-1.7.39-gstreamer-v5-staging-pre.patch 1237 SHA256 
2d5ba5b40d4e6ea48906f48d098fca05ad98ad75bf58f3b5a86f1dbf8353e7bf SHA512 
4e0b0a64ae591307569db840968059dd22d3e06fbc766b7215d3b7b6ec01f989bf25a95c3674263b669fa142c2a0736a71cba2de5a57becef0eab40df480fe39
 WHIRLPOOL 
83f20e69af5f4c17e7fd7c3a3befa9517b4e021d3a5acc6854648647a503cbfafee82a959f67e38e4b5fafc52088f6b94d9f451793ebe88bee937b80c1ab15f6
 AUX wine-1.7.45-libunwind-osx-only.patch 1477 SHA256 
01c73e559acdb5acf8393d0c5cb03ac1c1fa06714b87ff208fd545cc0bca9f23 SHA512 
f11ce2df3f6f010fb3e7ee3761ecce72a92807ef0c62955886c08f333fcde6f543282f6cda4a0a9950414fe56583a78cb5bc8124263cd8a2b0904d3b506ef8ac
 WHIRLPOOL 
edc4708f102de65943e7ee436e6c2b65b31a377495fdae6ac7354141d1fd595967d978495744b04fa765299fe1b81150326a14e61ff4491cac7ea2d63f5f34bb
 DIST wine-1.7.34-gstreamer-v5.patch.bz2 5703 SHA256 
c3bb6f669f46d9f2d7ba494a2264cee457349f559d4b0758db80e39eb22f2aee SHA512 
e780394e8739a58593d264322c462bfe9040c1cabce93b84d24f09040026368efb4ac34a6a302beb6048d14b4ac835b87a0c515b52c1a0c143aa4e15691eb01b
 WHIRLPOOL 
1befbb0fbd026d6e833c5d72341064dd6e12157e1b7df58e349b9985648bfbc63f70e9cab45b61155515ac65057968e30ba313e71e183b8027153c9392d89192
-DIST wine-1.7.45.tar.bz2 22312840 SHA256 
a30cef1ee4ceaee4b6c9c2ad96df3b8a8847278246e7727624db314c68adaa23 SHA512 
409e7c5b75e5311b02697b993b5d6a5cd08cf7e2e2b4feb295b8a5b88b4edf5034c3bd9feafd208892b05082970a198542e046d31ca3629edd6e505d4bbff45e
 WHIRLPOOL 
f662ae6370003f7f31e4be5397fa69b4847581770d2d5d72b6de0ac88617995fb0e3206957075bc7d247cc9f11ae5a29a8e82344fd1c22b480edfc307d25c48f
+DIST wine-1.7.46.tar.bz2 22356320 SHA256 
9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b SHA512 
42710c39436fcd66d2a245da9d8242f3c909c58e0f0178a74562ae9d5360e8dc5908a336633edd8f717fb5c5ba07310fc24a2ec57cb447900ff8f57b59e5ec1d
 WHIRLPOOL 
8ca9a25301559001176eb542defbfae279760a4e758b6563431900608ca4efa1ea01a2f3ea56039c4116052be58ee7c4a8ab6df773c3c6fdd65599e1ed376b60
 DIST wine-gentoo-2015.03.07.tar.bz2 85419 SHA256 
f13f93dc49bbc33a294c4d511b6e01aec2d38bff77a1e44d07668291add1ab04 SHA512 
bae1d2d5575d340d01f44008104f0e5ec0c4a4982995dec37d501594cd21d07a2b4ad4465c4273646d5bf6521996b4b82471097864be75342abe3e7d478a56bd
 WHIRLPOOL 
0f254dd692e87a1f71dd19f6c1c8c59b8a91b994e75912a2e6e3ba5e875b85119fe497a331a95c2ce33bbf5f064143d23ee00275da92c494227de0807c9abb06
 DIST wine-mono-4.5.6.msi 53705216 SHA256 
ac681f737f83742d786706529eb85f4bc8d6b8dcdfa9e2e336b71973bc25 SHA512 
4d8df04c1d0da09d1abe423dd271e5dd14a193d607fb54e214d2e340827f7c33829342d1580b6907d7cf466e70993d743c6e1ca9a026d4b6225dd7c1fc8b1386
 WHIRLPOOL 
9a68e502da0be6768e92d88f2ccace607300f3a331e0f9e1b6d60e9c6c2d4eb635b902f03e13aad73461dd5f0c2691c7b41958356ebb7f445e8def4282c675d3
-DIST wine-staging-1.7.45.tar.gz 9216075 SHA256 
06180e1189e8669892e8b3d640810306b0310c508842272eccc65034534e9411 SHA512 
051f10237306cac13dcfba0ee3453facbadf821a2eb5751d507bfcf86a936a08a236e1787d025378e3039e0fe91958bbb64b1fa90f5ea1a1b53d1d53788a5eb2
 WHIRLPOOL 
0277059d933cad1ae3449ec4028e7935f5a73c2790629ed0d0d6321bac0804caeaed282eef9fa1282ab85454123781c8cf2061e0220478685fc76405f3876757
+DIST wine-staging-1.7.46.tar.gz 9204220 SHA256 
a3b681f38917889bc6dce3ea3e78e91da75789f212b69fd1a10a5bac329761d3 SHA512 
24861e1adf882465c3f9f6e0aee47776dd18418342eff57d36eacfadc166bdea40a53318c7fce3871742559904a1d757ea9a9c0f0624da678a3e9ea2d400
 WHIRLPOOL 
d091925e99dc830ff1a6e49ec9c6f7cd1fc7e40920be2e4a5a10c4b7bc3a5b2109487eb32c5426f31b22baf53216b9b7caeb1b4faf6be8c2b5ecc8233d4ae198
 DIST wine_gecko-2.36-x86.msi 29718016 SHA256 
afa457ce8f9885225b6e549dd6f154713ce15bf063c23e38c1327d2f869e128a SHA512 
6099240fb76368ed9bb6b775d5972b6124972ace92ccfe1051caeb8884d9e12d40c35220419f0d02443584bf2d82799dfca8206410d171470ce15903703924f0
 WHIRLPOOL 
4b8fc20a8b228268f3407ca425427a2d91f81ff9e6f0860d4f3eb156c97e3ec1ea83ca3510ee10bfb37598f91c3323a46ba75eace3334632b26cbd45959dc908
 DIST wine_gecko-2.36-x86_64.msi 31222784 SHA256 
701b84004bf584a2dae7c1296121172c933321cb795c3817b64435fd3364ed44 SHA512 
814b13268beeac4d0ace4ab62dbc29ccd92fc13a135499b8ea5a14355992d576268e1e401b28906e8379a826159c5bb051ad274a1e64dd0d5424d495f8e10e10
 WHIRLPOOL 
dbd0e275bdca2ff7a1930daa62d23fd438a90f71b0fed1096b34b8d00a3f51cb91468ce61acaa9361a57deb9f3cfe70a21d16fc23de95cb4e0f7f957d4

[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: ChangeLog bundler-1.8.9.ebuild

2015-07-04 Thread Hans de Graaff (graaff)
graaff  15/07/04 07:34:14

  Modified: ChangeLog bundler-1.8.9.ebuild
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.102dev-ruby/bundler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   3 Jul 2015 18:41:09 -   1.101
+++ ChangeLog   4 Jul 2015 07:34:14 -   1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.101 
2015/07/03 18:41:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.102 
2015/07/04 07:34:14 graaff Exp $
+
+  04 Jul 2015; Hans de Graaff  bundler-1.8.9.ebuild:
+  Create stable candidate.
 
   03 Jul 2015; Manuel Rüger  -bundler-1.7.3.ebuild:
   Remove old.



1.2  dev-ruby/bundler/bundler-1.8.9.ebuild

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

Index: bundler-1.8.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.8.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bundler-1.8.9.ebuild11 May 2015 18:17:38 -  1.1
+++ bundler-1.8.9.ebuild4 Jul 2015 07:34:14 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.8.9.ebuild,v 1.1 
2015/05/11 18:17:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.8.9.ebuild,v 1.2 
2015/07/04 07:34:14 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby19 ruby20"
 
 #RUBY_FAKEGEM_RECIPE_TEST="rspec"
 






[gentoo-commits] gentoo-x86 commit in dev-java/bsf: bsf-2.4.0-r2.ebuild ChangeLog

2015-07-04 Thread Patrice Clement (monsieurp)
monsieurp15/07/04 08:26:22

  Modified: ChangeLog
  Added:bsf-2.4.0-r2.ebuild
  Log:
  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing 
imports due to jython:2.7 move. Drop ppc+ppc64. Fix bug 553892.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.59 dev-java/bsf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   31 Dec 2011 13:27:47 -  1.58
+++ ChangeLog   4 Jul 2015 08:26:22 -   1.59
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/bsf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v 1.58 2011/12/31 
13:27:47 sera Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/ChangeLog,v 1.59 2015/07/04 
08:26:22 monsieurp Exp $
+
+*bsf-2.4.0-r2 (04 Jul 2015)
+
+  04 Jul 2015; Patrice Clement  +bsf-2.4.0-r2.ebuild,
+  +files/bsf-2.4.0-PyJavaInstance.patch:
+  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing
+  imports due to jython:2.7 move. Drop ppc+ppc64. Fix bug 553892.
 
   31 Dec 2011; Ralph Sennhauser  bsf-2.4.0-r1.ebuild:
   Drop ia64 support #345433



1.1  dev-java/bsf/bsf-2.4.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: bsf-2.4.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/bsf/bsf-2.4.0-r2.ebuild,v 1.1 
2015/07/04 08:26:22 monsieurp Exp $

EAPI="5"
JAVA_PKG_IUSE="doc examples source"

inherit java-pkg-2 eutils java-ant-2

DESCRIPTION="Bean Script Framework"
HOMEPAGE="http://commons.apache.org/bsf/";
SRC_URI="mirror://apache/jakarta/bsf/source/${PN}-src-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="2.3"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"

# If you add new ones, add them to ant-apache-bsf too for use dependencies
IUSE="javascript python tcl"

CDEPEND="dev-java/commons-logging:0
dev-java/xalan:0
python? ( dev-java/jython:2.7 )
javascript? ( dev-java/rhino:1.6 )
tcl? ( dev-java/jacl:0 )"
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
${CDEPEND}"

JAVA_ANT_REWRITE_CLASSPATH="yes"

java_prepare() {
rm -v lib/*.jar || die
rm samples/*/*.class || die

java-ant_ignore-system-classes

# somebody forgot to add them to source tarball... fetched from svn
cp "${FILESDIR}/${P}-build-properties.xml" build-properties.xml || die

# Silence javadoc.
java-ant_xml-rewrite -f build.xml -c \
-e javadoc \
-a failonerror \
-v no

# http://bugs.jython.org/issue1814
# Also, bsf is an old project (2011) and hasn't officially taken the 
leap to
# jython-2.7. This patch fixes the issue.
epatch "${FILESDIR}"/${P}-PyJavaInstance.patch
}

src_compile() {
local pkgs="commons-logging,xalan"
local antflags="-Dxalan.present=true"

if use python; then
antflags="${antflags} -Djython.present=true"
pkgs="${pkgs},jython-2.7"
fi
if use javascript; then
antflags="${antflags} -Drhino.present=true"
pkgs="${pkgs},rhino-1.6"
fi
if use tcl; then
antflags="${antflags} -Djacl.present=true"
pkgs="${pkgs},jacl"
fi

local cp="$(java-pkg_getjars ${pkgs})"
eant -Dgentoo.classpath="${cp}" ${antflags} jar

# stupid clean
mv build/lib/${PN}.jar "${S}" || die
use doc && eant -Dgentoo.classpath="${cp}" ${antflags} javadocs
}

src_install() {
java-pkg_dojar ${PN}.jar

java-pkg_dolauncher ${PN} --main org.apache.bsf.Main

dodoc CHANGES.txt NOTICE.txt README.txt RELEASE-NOTE.txt TODO.txt || die

use doc && java-pkg_dojavadoc build/javadocs
u

[gentoo-commits] gentoo-x86 commit in dev-java/bsf/files: bsf-2.4.0-PyJavaInstance.patch

2015-07-04 Thread Patrice Clement (monsieurp)
monsieurp15/07/04 08:26:22

  Added:bsf-2.4.0-PyJavaInstance.patch
  Log:
  EAPI 5 bump. dev-java/jython SLOT bump from :0 to :2.7. Patch to add missing 
imports due to jython:2.7 move. Drop ppc+ppc64. Fix bug 553892.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.1  dev-java/bsf/files/bsf-2.4.0-PyJavaInstance.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/files/bsf-2.4.0-PyJavaInstance.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bsf/files/bsf-2.4.0-PyJavaInstance.patch?rev=1.1&content-type=text/plain

Index: bsf-2.4.0-PyJavaInstance.patch
===
--- src/org/apache/bsf/engines/jython/JythonEngine.java.orig2015-07-04 
08:00:17.12000 +
+++ src/org/apache/bsf/engines/jython/JythonEngine.java 2015-07-04 
08:04:55.23000 +
@@ -26,7 +26,7 @@
 import org.apache.bsf.util.BSFFunctions;
 import org.python.core.Py;
 import org.python.core.PyException;
-import org.python.core.PyJavaInstance;
+import org.python.core.PyJavaType;
 import org.python.core.PyObject;
 import org.python.util.InteractiveInterpreter;
 
@@ -110,8 +110,9 @@
   
   Object result = interp.eval ("bsf_temp_fn()");
   
-  if (result != null && result instanceof PyJavaInstance)
-  result = ((PyJavaInstance)result).__tojava__(Object.class);
+  if (result != null && result instanceof PyJavaType)
+  //result = ((PyJavaInstance)result).__tojava__(Object.class);
+  result = 
PyJavaType.wrapJavaObject(result).__tojava__(Object.class);
   return result;
   } catch (PyException e) {
   throw new BSFException (BSFException.REASON_EXECUTION_ERROR,
@@ -126,8 +127,9 @@
  Object script) throws BSFException {
try {
  Object result = interp.eval (byteify(script.toString ()));
- if (result != null && result instanceof PyJavaInstance)
-   result = ((PyJavaInstance)result).__tojava__(Object.class);
+ if (result != null && result instanceof PyJavaType)
+//result = ((PyJavaInstance)result).__tojava__(Object.class);
+result = PyJavaType.wrapJavaObject(result).__tojava__(Object.class);
  return result;
} catch (PyException e) {
  throw new BSFException (BSFException.REASON_EXECUTION_ERROR,






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

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 08:30:48

  Modified: ChangeLog
  Added:multi_json-1.11.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.62 dev-ruby/multi_json/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   12 Jun 2015 04:20:05 -  1.61
+++ ChangeLog   4 Jul 2015 08:30:48 -   1.62
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/multi_json
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.61 
2015/06/12 04:20:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.62 
2015/07/04 08:30:48 mrueg Exp $
+
+*multi_json-1.11.2 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +multi_json-1.11.2.ebuild:
+  Version bump.
 
 *multi_json-1.11.1 (12 Jun 2015)
 



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

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

Index: multi_json-1.11.2.ebuild
===
# Copyright 1999-2015 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.11.2.ebuild,v 1.1 
2015/07/04 08:30:48 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC="yard"

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

RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"

inherit ruby-fakegem

SRC_URI="https://github.com/intridea/multi_json/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
DESCRIPTION="A gem to provide swappable JSON backends"
HOMEPAGE="https://github.com/intridea/multi_json";
LICENSE="MIT"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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-1.0 
=dev-ruby/activesupport-3* )"

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

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

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

# 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_test() {
for t in spec/*_spec.rb; do
${RUBY} -S rspec-3 ${t} || die
done
}






[gentoo-commits] dev/mrueg:master commit in: dev-ruby/terminal-table/

2015-07-04 Thread Manuel Rüger
commit: 94f2502a560d12835d0fa97631fd6422cbccde07
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 08:43:26 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 08:43:26 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=94f2502a

[dev-ruby/terminal-table] Version bump.

Package-Manager: portage-2.2.20

 dev-ruby/terminal-table/Manifest   |  1 +
 .../terminal-table/terminal-table-1.5.1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/terminal-table/Manifest b/dev-ruby/terminal-table/Manifest
index b3505f5..f2eda11 100644
--- a/dev-ruby/terminal-table/Manifest
+++ b/dev-ruby/terminal-table/Manifest
@@ -1 +1,2 @@
 DIST terminal-table-1.4.5.gem 14336 SHA256 
bf81561a406d3389fcd08fc7fb980f2810d1aaf99b9e06fc1916c83d1999 SHA512 
c5ed0c9d8058056d9b4da4cb6ccdc4854821585b1d5bee56e8bf8829e8cd9e6a97bb9da7314c1475c7b89a39dad60e9ad957d4659ba0b4f0f8197296dd612eb9
 WHIRLPOOL 
cd598eac06f781d121e4bda5c172d996ee14f3b356c9482473bd5e4804ee173558170dcf1bf37287f1b7ab3f054bd7a255485ad9b9b2a7c82e68034cb5e382db
+DIST terminal-table-1.5.1.tar.gz 10882 SHA256 
b70ec65df23578d95fd610f188a16d3e35343dfaf7e016be799c2a5121b20b21 SHA512 
e31b1216618c058bc8cedefa50c2cc5bfc280f09cdf7e503b9253f601e90076ae5db1ce44574ba3ac807f8c2113a78f6c6c088d6a7076d96a57b88094e99443d
 WHIRLPOOL 
bf818f66ef3d5d18c206077434d370940f6f5e1a5f54faf89a13955fb0baaf7e1b4f5c8ca358763300de216ccf091b76c15ee437d39a0a82386f861afd07b2c7

diff --git a/dev-ruby/terminal-table/terminal-table-1.5.1.ebuild 
b/dev-ruby/terminal-table/terminal-table-1.5.1.ebuild
new file mode 100644
index 000..b08bc4b
--- /dev/null
+++ b/dev-ruby/terminal-table/terminal-table-1.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc Todo.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple, feature rich ascii table generation library"
+HOMEPAGE="https://github.com/tj/terminal-table";
+SRC_URI="https://github.com/tj/terminal-table/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/term-ansicolor )"
+
+all_ruby_prepare() {
+   # See https://github.com/visionmedia/terminal-table/issues/33
+   sed -i -e "/should account for the colspan when selecting columns/,+6d"\
+   -e "/should only increase column size for multi-column if it is 
unavoidable/,+9d" spec/table_spec.rb || die
+}



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

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 08:43:55

  Modified: ChangeLog
  Added:rb-gsl-1.16.0.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.13 dev-ruby/rb-gsl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Jul 2015 06:40:21 -   1.12
+++ ChangeLog   4 Jul 2015 08:43:55 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rb-gsl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.12 2015/07/03 
06:40:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.13 2015/07/04 
08:43:55 mrueg Exp $
+
+*rb-gsl-1.16.0.6 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +rb-gsl-1.16.0.6.ebuild:
+  Version bump.
 
   03 Jul 2015; Hans de Graaff  -rb-gsl-1.15.3.1.ebuild:
   Cleanup.



1.1  dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild

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

Index: rb-gsl-1.16.0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.6.ebuild,v 1.1 
2015/07/04 08:43:55 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_NAME="gsl"
inherit ruby-fakegem multilib

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"

RUBY_FAKEGEM_TASK_TEST="test:libs"
DESCRIPTION="Ruby interface to GNU Scientific Library"
HOMEPAGE="https://github.com/SciRuby/rb-gsl";

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

DEPEND+=" >=sci-libs/gsl-1.15"
RDEPEND+=" >=sci-libs/gsl-1.15"

RUBY_S="${PN}-${P}"

ruby_add_bdepend "dev-ruby/narray"
ruby_add_rdepend "dev-ruby/narray"

each_ruby_prepare() {
sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so 
"+$LDFLAGS' -e 's/src/lib/' ext/gsl_native/extconf.rb || die
}

each_ruby_configure() {
${RUBY} -Cext/gsl_native extconf.rb || die
}

each_ruby_compile() {
emake -Cext/gsl_native V=1
cp ext/gsl_native/*$(get_modname) lib/ || die
}

each_ruby_test() {
${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
}






[gentoo-commits] gentoo-x86 commit in dev-perl/autovivification: autovivification-0.160.0.ebuild ChangeLog autovivification-0.140.0.ebuild autovivification-0.150.0.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 08:45:30

  Modified: ChangeLog
  Added:autovivification-0.160.0.ebuild
  Removed:  autovivification-0.140.0.ebuild
autovivification-0.150.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-perl/autovivification/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 May 2015 16:22:50 -  1.6
+++ ChangeLog   4 Jul 2015 08:45:30 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/autovivification
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.6 
2015/05/16 16:22:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.7 
2015/07/04 08:45:30 mrueg Exp $
+
+*autovivification-0.160.0 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  
+autovivification-0.160.0.ebuild,
+  -autovivification-0.140.0.ebuild, -autovivification-0.150.0.ebuild:
+  Version bump. Remove old.
 
 *autovivification-0.150.0 (16 May 2015)
 



1.1  dev-perl/autovivification/autovivification-0.160.0.ebuild

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

Index: autovivification-0.160.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.160.0.ebuild,v
 1.1 2015/07/04 08:45:30 mrueg Exp $
EAPI=5
MODULE_AUTHOR=VPIT
MODULE_VERSION=0.16
inherit perl-module

DESCRIPTION="Lexically disable autovivification"
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="virtual/perl-XSLoader"
DEPEND="${RDEPEND}
virtual/perl-Exporter
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Test-Simple"

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-embedded/gputils: gputils-1.4.0.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 08:56:49

  Modified: ChangeLog
  Added:gputils-1.4.0.ebuild
  Log:
  bump thanks to Tiger, bug 553752
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.51 dev-embedded/gputils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   9 Jun 2015 13:20:17 -   1.50
+++ ChangeLog   4 Jul 2015 08:56:49 -   1.51
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/gputils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.50 
2015/06/09 13:20:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.51 
2015/07/04 08:56:49 perfinion Exp $
+
+*gputils-1.4.0 (04 Jul 2015)
+
+  04 Jul 2015; Jason Zaman  +gputils-1.4.0.ebuild:
+  bump thanks to Tiger, bug 553752
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml



1.1  dev-embedded/gputils/gputils-1.4.0.ebuild

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

Index: gputils-1.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-1.4.0.ebuild,v 
1.1 2015/07/04 08:56:49 perfinion Exp $

EAPI="5"

inherit toolchain-funcs

DESCRIPTION="Collection of tools including assembler, linker and librarian for 
PIC microcontrollers"
HOMEPAGE="http://gputils.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

src_configure() {
tc-ld-disable-gold
default
}

src_install() {
default
dodoc doc/gputils.pdf
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.13.ebuild ChangeLog libXaw-1.0.11-r2.ebuild libXaw-1.0.11-r1.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 09:58:44

  Modified: ChangeLog
  Added:libXaw-1.0.13.ebuild
  Removed:  libXaw-1.0.11-r2.ebuild libXaw-1.0.11-r1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.133x11-libs/libXaw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   3 Mar 2015 11:15:44 -   1.132
+++ ChangeLog   4 Jul 2015 09:58:44 -   1.133
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.132 
2015/03/03 11:15:44 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.133 
2015/07/04 09:58:44 mrueg Exp $
+
+*libXaw-1.0.13 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +libXaw-1.0.13.ebuild,
+  -libXaw-1.0.11-r1.ebuild, -libXaw-1.0.11-r2.ebuild:
+  Version bump. Remove old.
 
   03 Mar 2015; Yixun Lan  libXaw-1.0.12.ebuild:
   add arm64 support, tested on A53 board



1.1  x11-libs/libXaw/libXaw-1.0.13.ebuild

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

Index: libXaw-1.0.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.13.ebuild,v 1.1 
2015/07/04 09:58:44 mrueg Exp $

EAPI=5

XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-2

DESCRIPTION="X.Org Xaw library"

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="deprecated"

RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
>=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
>=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}]
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable deprecated xaw6)
$(use_enable doc specs)
$(use_with doc xmlto)
--without-fop
)
xorg-2_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-2.15.ebuild ChangeLog xkeyboard-config-2.11.ebuild xkeyboard-config-2.12.ebuild xkeyboard-config-2.13.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:00:59

  Modified: ChangeLog
  Added:xkeyboard-config-2.15.ebuild
  Removed:  xkeyboard-config-2.11.ebuild
xkeyboard-config-2.12.ebuild
xkeyboard-config-2.13.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.216x11-misc/xkeyboard-config/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   14 Mar 2015 14:29:06 -  1.215
+++ ChangeLog   4 Jul 2015 10:00:59 -   1.216
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/xkeyboard-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.215 
2015/03/14 14:29:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.216 
2015/07/04 10:00:59 mrueg Exp $
+
+*xkeyboard-config-2.15 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xkeyboard-config-2.15.ebuild,
+  -xkeyboard-config-2.11.ebuild, -xkeyboard-config-2.12.ebuild,
+  -xkeyboard-config-2.13.ebuild:
+  Version bump. Remove old.
 
   14 Mar 2015; Markus Meier  xkeyboard-config-2.14.ebuild:
   arm stable, bug #530652



1.1  x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild

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

Index: xkeyboard-config-2.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild,v
 1.1 2015/07/04 10:00:59 mrueg Exp $

EAPI=5

XORG_STATIC=no
inherit xorg-2

EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"

DESCRIPTION="X keyboard configuration database"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig";
[[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""

LICENSE="MIT"
SLOT="0"

RDEPEND=">=x11-apps/xkbcomp-1.2.3
>=x11-libs/libX11-1.4.3"
DEPEND="${RDEPEND}
dev-util/intltool
>=x11-proto/xproto-7.0.20"

XORG_CONFIGURE_OPTIONS=(
--with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
--enable-compat-rules
# do not check for runtime deps
--disable-runtime-deps
--with-xkb-rules-symlink=xorg
)

src_prepare() {
xorg-2_src_prepare
if [[ ${XORG_EAUTORECONF} != no ]]; then
intltoolize --copy --automake || die
fi
}

src_compile() {
# cleanup to make sure .dir files are regenerated
# bug #328455 c#26
xorg-2_src_compile clean
xorg-2_src_compile
}






[gentoo-commits] gentoo-x86 commit in x11-terms/xterm: xterm-318.ebuild ChangeLog xterm-312.ebuild xterm-297.ebuild xterm-304.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:03:06

  Modified: ChangeLog
  Added:xterm-318.ebuild
  Removed:  xterm-312.ebuild xterm-297.ebuild xterm-304.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.410x11-terms/xterm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.410&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.410&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?r1=1.409&r2=1.410

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   30 Mar 2015 12:31:49 -  1.409
+++ ChangeLog   4 Jul 2015 10:03:06 -   1.410
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/xterm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.409 
2015/03/30 12:31:49 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.410 
2015/07/04 10:03:06 mrueg Exp $
+
+*xterm-318 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xterm-318.ebuild,
+  -xterm-297.ebuild, -xterm-304.ebuild, -xterm-312.ebuild:
+  Version bump. Remove old.
 
 *xterm-317 (30 Mar 2015)
 



1.1  x11-terms/xterm/xterm-318.ebuild

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

Index: xterm-318.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-318.ebuild,v 1.1 
2015/07/04 10:03:06 mrueg Exp $

EAPI=5

inherit eutils flag-o-matic multilib

DESCRIPTION="Terminal Emulator for X Windows"
HOMEPAGE="http://invisible-island.net/xterm/";
SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
IUSE="+openpty toolbar truetype unicode Xaw3d"

COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
>=sys-libs/ncurses-5.7-r7
x11-apps/xmessage
x11-libs/libX11
x11-libs/libXaw
x11-libs/libXft
x11-libs/libxkbfile
x11-libs/libXmu
x11-libs/libXrender
x11-libs/libXt
unicode? ( x11-apps/luit )
Xaw3d? ( x11-libs/libXaw3d )"
RDEPEND="${COMMON_DEPEND}
media-fonts/font-misc-misc"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
x11-proto/kbproto
x11-proto/xproto"

DOCS=( README{,.i18n} ctlseqs.txt )

pkg_setup() {
DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
}

src_configure() {
# 454736
# Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
# something sane like pkg-config or ncurses5-config and stops guessing 
libs
# Everything gets linked against ncurses anyways, so don't shout
append-libs $(pkg-config --libs ncurses)

econf \
--libdir="${EPREFIX}"/etc \
--disable-full-tgetent \
--with-app-defaults="${DEFAULTS_DIR}" \
--disable-setuid \
--disable-setgid \
--with-utempter \
--with-x \
$(use_with Xaw3d) \
--disable-imake \
--enable-256-color \
--enable-broken-osc \
--enable-broken-st \
--enable-exec-xterm \
$(use_enable truetype freetype) \
--enable-i18n \
--enable-load-vt-fonts \
--enable-logging \
$(use_enable openpty) \
$(use_enable toolbar) \
$(use_enable unicode mini-luit) \
$(use_enable unicode luit) \
--enable-wide-chars \
--enable-dabbrev \
--enable-warnings
}

src_install() {
default

dohtml xterm.log.html
domenu *.desktop

# Fix permissions -- it grabs them from live system, and they can
# be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
# respectively (#69510).
# (info from Thomas Dickey) - Donnie Berkholz

[gentoo-commits] gentoo-x86 commit in dev-libs/libevdev: libevdev-1.4.3.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:05:28

  Modified: ChangeLog
  Added:libevdev-1.4.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.27 dev-libs/libevdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   8 Apr 2015 17:51:55 -   1.26
+++ ChangeLog   4 Jul 2015 10:05:28 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libevdev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v 1.26 
2015/04/08 17:51:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/ChangeLog,v 1.27 
2015/07/04 10:05:28 mrueg Exp $
+
+*libevdev-1.4.3 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +libevdev-1.4.3.ebuild:
+  Version bump.
 
   08 Apr 2015; Michał Górny  libevdev-1.3.ebuild,
   libevdev-1.4.ebuild:



1.1  dev-libs/libevdev/libevdev-1.4.3.ebuild

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

Index: libevdev-1.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevdev/libevdev-1.4.3.ebuild,v 
1.1 2015/07/04 10:05:28 mrueg Exp $

EAPI=5
XORG_MULTILIB=yes
PYTHON_COMPAT=( python2_7 )

inherit python-any-r1 xorg-2

EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"

DESCRIPTION="Handler library for evdev events"

if [[ ${PV} == * ]] ; then
SRC_URI=""
else
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz";
fi

RESTRICT="test" # Tests need to run as root.
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
IUSE=""

DEPEND="${PYTHON_DEPS}"






[gentoo-commits] gentoo-x86 commit in x11-apps/xmag: xmag-1.0.6.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:07:32

  Modified: ChangeLog
  Added:xmag-1.0.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.57 x11-apps/xmag/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmag/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmag/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmag/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   11 Apr 2015 21:45:22 -  1.56
+++ ChangeLog   4 Jul 2015 10:07:32 -   1.57
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xmag
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.56 2015/04/11 
21:45:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.57 2015/07/04 
10:07:32 mrueg Exp $
+
+*xmag-1.0.6 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xmag-1.0.6.ebuild:
+  Version bump.
 
   11 Apr 2015; Manuel Rüger  -xmag-1.0.4.ebuild:
   Remove old.



1.1  x11-apps/xmag/xmag-1.0.6.ebuild

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

Index: xmag-1.0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.6.ebuild,v 1.1 
2015/07/04 10:07:32 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION="X.Org xmag application"

KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libXaw
x11-libs/libXmu
x11-libs/libXt
x11-libs/libX11"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-misc/xcompmgr: xcompmgr-1.1.7.ebuild ChangeLog xcompmgr-1.1.5.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:17:04

  Modified: ChangeLog
  Added:xcompmgr-1.1.7.ebuild
  Removed:  xcompmgr-1.1.5.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.53 x11-misc/xcompmgr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   4 Jun 2015 13:47:58 -   1.52
+++ ChangeLog   4 Jul 2015 10:17:04 -   1.53
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xcompmgr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.52 
2015/06/04 13:47:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.53 
2015/07/04 10:17:04 mrueg Exp $
+
+*xcompmgr-1.1.7 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xcompmgr-1.1.7.ebuild,
+  -xcompmgr-1.1.5.ebuild:
+  Version bump. Remove old.
 
   04 Jun 2015; Pacho Ramos  xcompmgr-1.1.6.ebuild:
   x11-libs/libXext is needed (#514142)



1.1  x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild

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

Index: xcompmgr-1.1.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild,v 
1.1 2015/07/04 10:17:04 mrueg Exp $

EAPI=5

XORG_STATIC=no
inherit xorg-2

DESCRIPTION="X Compositing manager"
HOMEPAGE="http://freedesktop.org/Software/xapps";
SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2";

LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="
x11-libs/libXrender
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXcomposite
x11-libs/libXext
"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-apps/xkbevd: xkbevd-1.1.4.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:20:40

  Modified: ChangeLog
  Added:xkbevd-1.1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.64 x11-apps/xkbevd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbevd/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbevd/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xkbevd/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   11 Apr 2015 21:50:45 -  1.63
+++ ChangeLog   4 Jul 2015 10:20:40 -   1.64
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xkbevd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.63 2015/04/11 
21:50:45 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.64 2015/07/04 
10:20:40 mrueg Exp $
+
+*xkbevd-1.1.4 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xkbevd-1.1.4.ebuild:
+  Version bump.
 
   11 Apr 2015; Manuel Rüger  -xkbevd-1.1.2.ebuild:
   Remove old.



1.1  x11-apps/xkbevd/xkbevd-1.1.4.ebuild

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

Index: xkbevd-1.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/xkbevd-1.1.4.ebuild,v 1.1 
2015/07/04 10:20:40 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION="XKB event daemon"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
DEPEND="${RDEPEND}
sys-devel/bison"






[gentoo-commits] gentoo-x86 commit in x11-apps/xlsatoms: xlsatoms-1.1.2.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:24:18

  Modified: ChangeLog
  Added:xlsatoms-1.1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.56 x11-apps/xlsatoms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   11 Apr 2015 21:51:49 -  1.55
+++ ChangeLog   4 Jul 2015 10:24:18 -   1.56
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xlsatoms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.55 
2015/04/11 21:51:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/ChangeLog,v 1.56 
2015/07/04 10:24:18 mrueg Exp $
+
+*xlsatoms-1.1.2 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xlsatoms-1.1.2.ebuild:
+  Version bump.
 
   11 Apr 2015; Manuel Rüger  -xlsatoms-1.1.0.ebuild:
   Remove old.



1.1  x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild

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

Index: xlsatoms-1.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild,v 
1.1 2015/07/04 10:24:18 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION="list interned atoms defined on server"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libxcb"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-vesa: xf86-video-vesa-2.3.4.ebuild ChangeLog xf86-video-vesa-2.3.2.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:26:52

  Modified: ChangeLog
  Added:xf86-video-vesa-2.3.4.ebuild
  Removed:  xf86-video-vesa-2.3.2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.71 x11-drivers/xf86-video-vesa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog?rev=1.71&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog?rev=1.71&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   8 Oct 2013 05:06:57 -   1.70
+++ ChangeLog   4 Jul 2015 10:26:52 -   1.71
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-vesa
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 
1.70 2013/10/08 05:06:57 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 
1.71 2015/07/04 10:26:52 mrueg Exp $
+
+*xf86-video-vesa-2.3.4 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xf86-video-vesa-2.3.4.ebuild,
+  -xf86-video-vesa-2.3.2.ebuild:
+  Version bump. Remove old.
 
   08 Oct 2013; Agostino Sarubbo  xf86-video-vesa-2.3.3.ebuild:
   Stable for x86, wrt bug #475480



1.1  x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-vesa-2.3.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild,v
 1.1 2015/07/04 10:26:52 mrueg Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="Generic VESA video driver"
KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND=">=x11-base/xorg-server-1.6
>=x11-libs/libpciaccess-0.12.901"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-wacom: xf86-input-wacom-0.30.0.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:29:35

  Modified: ChangeLog
  Added:xf86-input-wacom-0.30.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.97 x11-drivers/xf86-input-wacom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.97&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.97&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   27 Mar 2015 01:11:35 -  1.96
+++ ChangeLog   4 Jul 2015 10:29:35 -   1.97
@@ -1,6 +1,11 @@
 # ChangeLog for x11-drivers/xf86-input-wacom
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 
1.96 2015/03/27 01:11:35 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 
1.97 2015/07/04 10:29:35 mrueg Exp $
+
+*xf86-input-wacom-0.30.0 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xf86-input-wacom-0.30.0.ebuild:
+  Version bump.
 
 *xf86-input-wacom-0.29.0 (27 Mar 2015)
 



1.1  x11-drivers/xf86-input-wacom/xf86-input-wacom-0.30.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.30.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.30.0.ebuild?rev=1.1&content-type=text/plain

Index: xf86-input-wacom-0.30.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.30.0.ebuild,v
 1.1 2015/07/04 10:29:35 mrueg Exp $

EAPI=5

inherit linux-info xorg-2

DESCRIPTION="Driver for Wacom tablets and drawing devices"
HOMEPAGE="http://linuxwacom.sourceforge.net/";
LICENSE="GPL-2"
EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
[[ ${PV} != * ]] && \
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"

KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"

# depend on libwacom for its udev rules, bug #389633
RDEPEND="dev-libs/libwacom
virtual/udev
>=x11-base/xorg-server-1.7
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXinerama"
DEPEND="${RDEPEND}
x11-proto/randrproto"

pkg_setup() {
linux-info_pkg_setup

XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
)
}

src_install() {
xorg-2_src_install

rm -rf "${ED}"/usr/share/hal
}

pkg_pretend() {
linux-info_pkg_setup

if ! linux_config_exists \
|| ! linux_chkconfig_present TABLET_USB_WACOM \
|| ! linux_chkconfig_present INPUT_EVDEV; then
echo
ewarn "If you use a USB Wacom tablet, you need to enable 
support in your kernel"
ewarn "  Device Drivers --->"
ewarn "Input device support --->"
ewarn "  <*>   Event interface"
ewarn "  [*]   Tablets  --->"
ewarn "<*>   Wacom Intuos/Graphire tablet support (USB)"
echo
fi
}






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-qxl: xf86-video-qxl-0.1.4.ebuild ChangeLog xf86-video-qxl-0.1.2.ebuild xf86-video-qxl-0.1.1.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:31:59

  Modified: ChangeLog
  Added:xf86-video-qxl-0.1.4.ebuild
  Removed:  xf86-video-qxl-0.1.2.ebuild
xf86-video-qxl-0.1.1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.29 x11-drivers/xf86-video-qxl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   19 Feb 2015 08:52:52 -  1.28
+++ ChangeLog   4 Jul 2015 10:31:59 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-qxl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.28 
2015/02/19 08:52:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.29 
2015/07/04 10:31:59 mrueg Exp $
+
+*xf86-video-qxl-0.1.4 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xf86-video-qxl-0.1.4.ebuild,
+  -xf86-video-qxl-0.1.1.ebuild, -xf86-video-qxl-0.1.2.ebuild:
+  Version bump. Remove old.
 
   19 Feb 2015; Agostino Sarubbo  xf86-video-qxl-0.1.3.ebuild:
   Stable for x86, wrt bug #530652



1.1  x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-qxl-0.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild,v
 1.1 2015/07/04 10:31:59 mrueg Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="QEMU QXL paravirt video driver"

KEYWORDS="~amd64 ~x86"
IUSE="xspice"

RDEPEND="xspice? ( app-emulation/spice )
x11-base/xorg-server[-minimal]
>=x11-libs/libdrm-2.4.46"
DEPEND="${RDEPEND}
x11-proto/xf86dgaproto
>=app-emulation/spice-protocol-0.12.0"

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable xspice)
)
xorg-2_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.2.ebuild ChangeLog xdpyinfo-1.3.0-r1.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:35:06

  Modified: ChangeLog
  Added:xdpyinfo-1.3.2.ebuild
  Removed:  xdpyinfo-1.3.0-r1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.90 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   3 Mar 2015 10:42:39 -   1.89
+++ ChangeLog   4 Jul 2015 10:35:06 -   1.90
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.89 
2015/03/03 10:42:39 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.90 
2015/07/04 10:35:06 mrueg Exp $
+
+*xdpyinfo-1.3.2 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xdpyinfo-1.3.2.ebuild,
+  -xdpyinfo-1.3.0-r1.ebuild:
+  Version bump. Remove old.
 
   03 Mar 2015; Yixun Lan  xdpyinfo-1.3.1.ebuild:
   add arm64 support, tested on A53 board



1.1  x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild

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

Index: xdpyinfo-1.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild,v 
1.1 2015/07/04 10:35:06 mrueg Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="Display information utility for X"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris ~x86-winnt"
IUSE="dga dmx xinerama"

RDEPEND="
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libXxf86vm
x11-libs/libxcb
dga? ( x11-libs/libXxf86dga )
dmx? ( x11-libs/libdmx )
xinerama? ( x11-libs/libXinerama )
"
DEPEND="${RDEPEND}
x11-proto/compositeproto
x11-proto/inputproto
x11-proto/kbproto
x11-proto/renderproto
x11-proto/xf86vidmodeproto
x11-proto/xextproto
x11-proto/xproto
dga? ( x11-proto/xf86dgaproto )
dmx? ( x11-proto/dmxproto )
xinerama? ( x11-proto/xineramaproto )
"

pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
"--without-xf86misc"
$(use_with dga)
$(use_with dmx)
$(use_with xinerama)
)

}






[gentoo-commits] gentoo-x86 commit in kde-plasma/kwin: kwin-5.3.2-r1.ebuild ChangeLog kwin-5.3.2.ebuild

2015-07-04 Thread Johannes Huber (johu)
johu15/07/04 10:37:04

  Modified: ChangeLog
  Added:kwin-5.3.2-r1.ebuild
  Removed:  kwin-5.3.2.ebuild
  Log:
  Revision bump re-adds gles2 patch, bug #551448.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.5  kde-plasma/kwin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Jun 2015 20:50:13 -  1.4
+++ ChangeLog   4 Jul 2015 10:37:03 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for kde-plasma/kwin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.4 2015/06/30 
20:50:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/ChangeLog,v 1.5 2015/07/04 
10:37:03 johu Exp $
+
+*kwin-5.3.2-r1 (04 Jul 2015)
+
+  04 Jul 2015; Johannes Huber  +kwin-5.3.2-r1.ebuild,
+  -kwin-5.3.2.ebuild:
+  Revision bump re-adds gles2 patch, bug #551448.
 
 *kwin-5.3.2 (30 Jun 2015)
 



1.1  kde-plasma/kwin/kwin-5.3.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kwin/kwin-5.3.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: kwin-5.3.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kwin/kwin-5.3.2-r1.ebuild,v 1.1 
2015/07/04 10:37:03 johu Exp $

EAPI=5

KDE_HANDBOOK="true"
KDE_TEST="true"
VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="KDE window manager"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
IUSE="gles2 wayland"

COMMON_DEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kio)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem X)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep plasma)
$(add_plasma_dep kdecoration)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5[gles2=,opengl(+)]
dev-qt/qtmultimedia:5[qml]
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras
media-libs/libepoxy
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
>=x11-libs/libxcb-1.10
x11-libs/xcb-util-cursor
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
wayland? (
$(add_plasma_dep kwayland)
>=dev-libs/libinput-0.10
>=dev-libs/wayland-1.2
virtual/libudev:=
>=x11-libs/libxkbcommon-0.4.1
)
"
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
!kde-base/kwin
!kde-base/systemsettings
"
DEPEND="${COMMON_DEPEND}
dev-qt/designer:5
dev-qt/qtconcurrent:5
media-libs/mesa[egl,gles2?]
x11-proto/xproto
test? ( x11-libs/xcb-util-wm )
"

PATCHES=( "${FILESDIR}/${PN}-5.3.1-gles2.patch" )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package wayland)
$(cmake-utils_use_find_package wayland KF5Wayland)
$(cmake-utils_use_find_package wayland Libinput)
$(cmake-utils_use_find_package wayland UDev)
)

kde5_src_configure
}






[gentoo-commits] gentoo-x86 commit in x11-apps/xcmsdb: xcmsdb-1.0.5.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:37:16

  Modified: ChangeLog
  Added:xcmsdb-1.0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.54 x11-apps/xcmsdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcmsdb/ChangeLog?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcmsdb/ChangeLog?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xcmsdb/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   11 Apr 2015 21:53:02 -  1.53
+++ ChangeLog   4 Jul 2015 10:37:16 -   1.54
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xcmsdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.53 2015/04/11 
21:53:02 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.54 2015/07/04 
10:37:16 mrueg Exp $
+
+*xcmsdb-1.0.5 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +xcmsdb-1.0.5.ebuild:
+  Version bump.
 
   11 Apr 2015; Manuel Rüger  -xcmsdb-1.0.3.ebuild:
   Remove old.



1.1  x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild

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

Index: xcmsdb-1.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild,v 1.1 
2015/07/04 10:37:16 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION="Device Color Characterization utility for X Color Management 
System"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-misc/rendercheck: rendercheck-1.5.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:39:24

  Modified: ChangeLog
  Added:rendercheck-1.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.23 x11-misc/rendercheck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   27 Mar 2011 16:13:03 -  1.22
+++ ChangeLog   4 Jul 2015 10:39:24 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/rendercheck
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.22 
2011/03/27 16:13:03 klausman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.23 
2015/07/04 10:39:24 mrueg Exp $
+
+*rendercheck-1.5 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +rendercheck-1.5.ebuild:
+  Version bump.
 
   27 Mar 2011; Tobias Klausmann  rendercheck-1.4.ebuild:
   Keyworded on alpha, bug #360685
@@ -89,4 +94,3 @@
   This tests an implementation of X's Render extension against independent
   calculations of the expected results. The ebuild is based on
   x11-misc/xcompmgr.
-



1.1  x11-misc/rendercheck/rendercheck-1.5.ebuild

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

Index: rendercheck-1.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.5.ebuild,v 1.1 
2015/07/04 10:39:24 mrueg Exp $

EAPI=5

XORG_MODULE=app/
XORG_STATIC=no
inherit xorg-2

DESCRIPTION="Tests for compliance with X RENDER extension"

KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libXrender
x11-libs/libX11"
DEPEND="${RDEPEND}"






[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine/

2015-07-04 Thread Manuel Rüger
commit: b7aa3f1ad3187d1e910832090c80a8fcbec2adf6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 10:45:31 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 10:45:31 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b7aa3f1a

[www-apps/redmine] Add ruby21 support to Redmine 3. Add slot deps.

Package-Manager: portage-2.2.20

 www-apps/redmine/redmine-2.6.5.ebuild | 4 ++--
 www-apps/redmine/redmine-3.0.3.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/redmine/redmine-2.6.5.ebuild 
b/www-apps/redmine/redmine-2.6.5.ebuild
index 99d348c..62d5921 100644
--- a/www-apps/redmine/redmine-2.6.5.ebuild
+++ b/www-apps/redmine/redmine-2.6.5.ebuild
@@ -23,11 +23,11 @@ IUSE="ldap imagemagick fastcgi passenger"
 ruby_add_rdepend "
dev-ruby/rubygems
>=dev-ruby/rails-3.2.19:3.2
-   >=dev-ruby/jquery-rails-3.1.1
+   >=dev-ruby/jquery-rails-3.1.1:3
dev-ruby/i18n:0.6
>=dev-ruby/coderay-1.1.0
dev-ruby/builder:3
-   dev-ruby/mime-types
+   dev-ruby/mime-types:*
=dev-ruby/request_store-1.0.5
>=dev-ruby/rbpdf-1.18.1
ldap? ( >=dev-ruby/ruby-net-ldap-0.3.1 )

diff --git a/www-apps/redmine/redmine-3.0.3.ebuild 
b/www-apps/redmine/redmine-3.0.3.ebuild
index 9959ac3..d07cbbc 100644
--- a/www-apps/redmine/redmine-3.0.3.ebuild
+++ b/www-apps/redmine/redmine-3.0.3.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/www-apps/redmine/redmine-2.4.6.ebuild,v 1.2 
2014/08/06 00:06:01 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 inherit eutils depend.apache ruby-ng user
 
 DESCRIPTION="A flexible project management web application written using Ruby 
on Rails framework"
@@ -21,10 +21,10 @@ IUSE="ldap fastcgi passenger" #imagemagick
 ruby_add_rdepend "
dev-ruby/rubygems
>=dev-ruby/rails-4.2.1:4.2
-   >=dev-ruby/jquery-rails-3.1.1
+   >=dev-ruby/jquery-rails-3.1.1:3
>=dev-ruby/coderay-1.1.0
dev-ruby/builder:3
-   dev-ruby/mime-types
+   dev-ruby/mime-types:*
=dev-ruby/request_store-1.0.5
>=dev-ruby/rbpdf-1.18.5
dev-ruby/actionpack-action_caching



[gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-2.40.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 10:48:05

  Modified: ChangeLog
  Added:HTTP-BrowserDetect-2.40.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.100dev-perl/HTTP-BrowserDetect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   13 Jun 2015 22:51:27 -  1.99
+++ ChangeLog   4 Jul 2015 10:48:05 -   1.100
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 
1.99 2015/06/13 22:51:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 
1.100 2015/07/04 10:48:05 dilfridge Exp $
+
+*HTTP-BrowserDetect-2.40.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +HTTP-BrowserDetect-2.40.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel 
   HTTP-BrowserDetect-1.500.0.ebuild, HTTP-BrowserDetect-1.770.0.ebuild:



1.1  
dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-2.40.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-2.40.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-2.40.0.ebuild?rev=1.1&content-type=text/plain

Index: HTTP-BrowserDetect-2.40.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-2.40.0.ebuild,v
 1.1 2015/07/04 10:48:05 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=OALDERS
MODULE_VERSION=2.04
inherit perl-module

DESCRIPTION="Determine Web browser, version, and platform from an HTTP user 
agent string"

SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
IUSE="test"

RDEPEND=""
DEPEND="
>=dev-perl/Module-Build-0.280.0
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-JSON-PP
dev-perl/Path-Tiny
dev-perl/Test-FailWarnings
virtual/perl-Test-Simple
dev-perl/Test-Most
dev-perl/Test-NoWarnings
)
"

SRC_TEST="do parallel"






[gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-rails: ChangeLog jquery-rails-4.0.3.ebuild jquery-rails-3.1.2.ebuild

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 10:49:22

  Modified: ChangeLog
  Removed:  jquery-rails-4.0.3.ebuild jquery-rails-3.1.2.ebuild
  Log:
  Remove vulnerable.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.47 dev-ruby/jquery-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   16 Jun 2015 20:10:43 -  1.46
+++ ChangeLog   4 Jul 2015 10:49:22 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/jquery-rails
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.46 
2015/06/16 20:10:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.47 
2015/07/04 10:49:22 mrueg Exp $
+
+  04 Jul 2015; Manuel Rüger  -jquery-rails-3.1.2.ebuild,
+  -jquery-rails-4.0.3.ebuild:
+  Remove vulnerable.
 
 *jquery-rails-4.0.4 (16 Jun 2015)
 *jquery-rails-3.1.3 (16 Jun 2015)






[gentoo-commits] gentoo-x86 commit in www-plugins/kpartsplugin/files: kpartsplugin-20120723-segfault.patch

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 11:05:33

  Added:kpartsplugin-20120723-segfault.patch
  Log:
  Revision bump, add patch by Mario Kicherer to fix bug 553318
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  
www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch?rev=1.1&content-type=text/plain

Index: kpartsplugin-20120723-segfault.patch
===
commit e883f236c476830fec2306b6b4ad90ec27f643a1
Author: Mario Kicherer 
Date:   Fri Jun 26 11:34:21 2015 +0200

fix crash after kpart selection dialog

diff --git a/src/kpartsplugin.cpp b/src/kpartsplugin.cpp
index a9ee9df..56c4aa4 100644
--- a/src/kpartsplugin.cpp
+++ b/src/kpartsplugin.cpp
@@ -120,8 +120,8 @@ public:
 dlg.exec();
 rememberChoice = dlg.checkBoxRemember->checkState() == Qt::Checked;
 /// fetch first (and only) selected item in list
-QList::ConstIterator 
it(dlg.listWidget->selectedItems().constBegin());
-return (*it)->text();
+QList it(dlg.listWidget->selectedItems());
+return it.at(0)->text();
 }
 
 };






[gentoo-commits] gentoo-x86 commit in www-plugins/kpartsplugin: kpartsplugin-20120723-r2.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 11:05:33

  Modified: ChangeLog
  Added:kpartsplugin-20120723-r2.ebuild
  Log:
  Revision bump, add patch by Mario Kicherer to fix bug 553318
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.20 www-plugins/kpartsplugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Apr 2014 12:06:17 -  1.19
+++ ChangeLog   4 Jul 2015 11:05:33 -   1.20
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/kpartsplugin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.19 
2014/04/26 12:06:17 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/ChangeLog,v 1.20 
2015/07/04 11:05:33 dilfridge Exp $
+
+*kpartsplugin-20120723-r2 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +files/kpartsplugin-20120723-segfault.patch, 
+kpartsplugin-20120723-r2.ebuild:
+  Revision bump, add patch by Mario Kicherer to fix bug 553318
 
   26 Apr 2014; Johannes Huber  -kpartsplugin-20120723.ebuild,
   kpartsplugin-20120723-r1.ebuild:



1.1  www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild?rev=1.1&content-type=text/plain

Index: kpartsplugin-20120723-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild,v
 1.1 2015/07/04 11:05:33 dilfridge Exp $

EAPI=5

inherit kde4-base nsplugins

DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into 
non-KDE browsers"
HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/";
SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2";

LICENSE="GPL-3 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="debug"

PATCHES=( "${FILESDIR}/${P}-segfault.patch" )

src_prepare() {
echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" 
>> CMakeLists.txt || die
kde4-base_src_prepare
}






[gentoo-commits] gentoo-x86 commit in virtual/perl-Socket: perl-Socket-2.13.0.ebuild perl-Socket-2.18.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 11:14:10

  Modified: perl-Socket-2.13.0.ebuild perl-Socket-2.18.0.ebuild
ChangeLog
  Log:
  Copy keywords from Perl 5.20 / 5.22
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.12 virtual/perl-Socket/perl-Socket-2.13.0.ebuild

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

Index: perl-Socket-2.13.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Socket-2.13.0.ebuild   18 Feb 2015 08:38:27 -  1.11
+++ perl-Socket-2.13.0.ebuild   4 Jul 2015 11:14:10 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v 1.11 
2015/02/18 08:38:27 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.13.0.ebuild,v 1.12 
2015/07/04 11:14:10 dilfridge Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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 ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.2  virtual/perl-Socket/perl-Socket-2.18.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild?r1=1.1&r2=1.2

Index: perl-Socket-2.18.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Socket-2.18.0.ebuild   12 Jun 2015 22:04:17 -  1.1
+++ perl-Socket-2.18.0.ebuild   4 Jul 2015 11:14:10 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild,v 1.1 
2015/06/12 22:04:17 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Socket/perl-Socket-2.18.0.ebuild,v 1.2 
2015/07/04 11:14:10 dilfridge Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.30 virtual/perl-Socket/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   12 Jun 2015 22:04:17 -  1.29
+++ ChangeLog   4 Jul 2015 11:14:10 -   1.30
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Socket
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v 1.29 
2015/06/12 22:04:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Socket/ChangeLog,v 1.30 
2015/07/04 11:14:10 dilfridge Exp $
+
+  04 Jul 2015; Andreas K. Huettel 
+  perl-Socket-2.13.0.ebuild, perl-Socket-2.18.0.ebuild:
+  Copy keywords from Perl 5.20 / 5.22
 
 *perl-Socket-2.18.0 (12 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Server-Simple: HTTP-Server-Simple-0.500.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 11:15:17

  Modified: ChangeLog
  Added:HTTP-Server-Simple-0.500.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.60 dev-perl/HTTP-Server-Simple/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   22 Aug 2014 17:59:57 -  1.59
+++ ChangeLog   4 Jul 2015 11:15:17 -   1.60
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTTP-Server-Simple
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 
1.59 2014/08/22 17:59:57 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 
1.60 2015/07/04 11:15:17 dilfridge Exp $
+
+*HTTP-Server-Simple-0.500.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +HTTP-Server-Simple-0.500.0.ebuild:
+  Version bump
 
 *HTTP-Server-Simple-0.440.0-r1 (22 Aug 2014)
 



1.1  
dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.500.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.500.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.500.0.ebuild?rev=1.1&content-type=text/plain

Index: HTTP-Server-Simple-0.500.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.500.0.ebuild,v
 1.1 2015/07/04 11:15:17 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=FALCONE
MODULE_VERSION=0.50
inherit perl-module eutils

DESCRIPTION="Lightweight HTTP Server"

SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"

RDEPEND="
dev-perl/CGI
>=virtual/perl-Socket-1.940.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"

SRC_TEST="do parallel"






[gentoo-commits] gentoo-x86 commit in dev-perl/ImageSize: ImageSize-3.300.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 11:20:13

  Modified: ChangeLog
  Added:ImageSize-3.300.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.85 dev-perl/ImageSize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   22 Aug 2014 20:59:08 -  1.84
+++ ChangeLog   4 Jul 2015 11:20:13 -   1.85
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/ImageSize
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.84 
2014/08/22 20:59:08 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.85 
2015/07/04 11:20:13 dilfridge Exp $
+
+*ImageSize-3.300.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +ImageSize-3.300.0.ebuild:
+  Version bump
 
 *ImageSize-3.232.0-r1 (22 Aug 2014)
 



1.1  dev-perl/ImageSize/ImageSize-3.300.0.ebuild

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

Index: ImageSize-3.300.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ImageSize/ImageSize-3.300.0.ebuild,v 1.1 
2015/07/04 11:20:13 dilfridge Exp $

EAPI=5

MY_PN=Image-Size
MODULE_AUTHOR=RJRAY
MODULE_VERSION=3.300
inherit perl-module

DESCRIPTION="A library to extract height/width from images"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-IO-Compress
>=virtual/perl-File-Spec-0.800.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
)
"

SRC_TEST="do parallel"
mydoc="ToDo"






[gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.4.ebuild ChangeLog

2015-07-04 Thread Jeroen Roovers (jer)
jer 15/07/04 11:25:04

  Modified: gettext-0.19.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #551828).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.8  sys-devel/gettext/gettext-0.19.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?r1=1.7&r2=1.8

Index: gettext-0.19.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gettext-0.19.4.ebuild   28 Jun 2015 12:42:58 -  1.7
+++ gettext-0.19.4.ebuild   4 Jul 2015 11:25:04 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 
1.7 2015/06/28 12:42:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 
1.8 2015/07/04 11:25:04 jer Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs 
elibc_glibc elibc_musl"
 
 # only runtime goes multilib



1.270sys-devel/gettext/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   28 Jun 2015 12:42:58 -  1.269
+++ ChangeLog   4 Jul 2015 11:25:04 -   1.270
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.269 
2015/06/28 12:42:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.270 
2015/07/04 11:25:04 jer Exp $
+
+  04 Jul 2015; Jeroen Roovers  gettext-0.19.4.ebuild:
+  Stable for HPPA (bug #551828).
 
   28 Jun 2015; Mikle Kolyada  gettext-0.19.4.ebuild:
   alpha stable wrt bug #551828






[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_dashboard/

2015-07-04 Thread Manuel Rüger
commit: cdc8072893438e138b8c726495218c46d794e0e1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:26:05 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:26:05 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cdc80728

[www-apps/redmine_dashboard] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild 
b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
index ea67980..8bed386 100644
--- a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
+++ b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="A Redmine plugin which adds an issue dashboard that supports drag 
and drop and various filters"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_bootstrap_kit/

2015-07-04 Thread Manuel Rüger
commit: a4fcfcf3d88fe35191ecd4f21331dffaf763af89
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:27:24 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:27:24 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a4fcfcf3

[www-apps/redmine_bootstrap_kit] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild 
b/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild
index 2984732..d95ccb9 100644
--- a/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild
+++ b/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="Installs JQuery UI Bootstrap as Redmine plugins to load it 
globally"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_scrum/

2015-07-04 Thread Manuel Rüger
commit: 6c021de2da6d8076fd89c312c2b379fbc070163d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:29:41 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:29:41 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6c021de2

[www-apps/redmine_scrum] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_scrum/redmine_scrum-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_scrum/redmine_scrum-0.11.1.ebuild 
b/www-apps/redmine_scrum/redmine_scrum-0.11.1.ebuild
index 6ee8ec0..040e78c 100644
--- a/www-apps/redmine_scrum/redmine_scrum-0.11.1.ebuild
+++ b/www-apps/redmine_scrum/redmine_scrum-0.11.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="A Redmine plugin which allows to follow Scrum methodology"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_checklists/

2015-07-04 Thread Manuel Rüger
commit: 7b226816bfb76b49002b84ad013f1e43430f9c8c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:28:42 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:28:42 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=7b226816

[www-apps/redmine_checklists] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild 
b/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild
index 9ee9d5f..2817d24 100644
--- a/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild
+++ b/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="Checklist Plugin creates simple checklists for Redmine issues"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_code_review/

2015-07-04 Thread Manuel Rüger
commit: 797b5500ff2709be2d6007ebfe214608aead798a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:29:15 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:29:15 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=797b5500

[www-apps/redmine_code_review] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild 
b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
index 2bea9a3..e20e72e 100644
--- a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
+++ b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="A plugin which lets you annotate source code within the 
repository browser"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_git_hosting/

2015-07-04 Thread Manuel Rüger
commit: d789cf8f99b706919d6bf7077cd8a0db2b6f886c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:31:18 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:31:18 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d789cf8f

[www-apps/redmine_git_hosting] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild 
b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
index a4fa8e7..18dbfa0 100644
--- a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
+++ b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="A Redmine plugin which makes configuring your own Git hosting 
easy"



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_jenkins/

2015-07-04 Thread Manuel Rüger
commit: fe16d8038447e58ef208ea5d3decbd43250070ed
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:30:28 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:30:28 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=fe16d803

[www-apps/redmine_jenkins] Add ruby21 support.

Package-Manager: portage-2.2.20

 www-apps/redmine_jenkins/redmine_jenkins-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_jenkins/redmine_jenkins-1.0.1.ebuild 
b/www-apps/redmine_jenkins/redmine_jenkins-1.0.1.ebuild
index db86384..ff5fa19 100644
--- a/www-apps/redmine_jenkins/redmine_jenkins-1.0.1.ebuild
+++ b/www-apps/redmine_jenkins/redmine_jenkins-1.0.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 inherit ruby-ng user
 
 DESCRIPTION="A Redmine plugin which makes building your Jenkins projects easy"



[gentoo-commits] gentoo-x86 commit in kde-misc/systemd-kcm: systemd-kcm-1.2.0.ebuild ChangeLog systemd-kcm-1.1.0.ebuild

2015-07-04 Thread Johannes Huber (johu)
johu15/07/04 11:38:28

  Modified: ChangeLog
  Added:systemd-kcm-1.2.0.ebuild
  Removed:  systemd-kcm-1.1.0.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.2  kde-misc/systemd-kcm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Jun 2015 20:43:23 -  1.1
+++ ChangeLog   4 Jul 2015 11:38:28 -   1.2
@@ -1,6 +1,12 @@
-# ChangeLog for kde-misc/kcmsystemd
+# ChangeLog for kde-misc/systemd-kcm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/ChangeLog,v 1.1 
2015/06/29 20:43:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/ChangeLog,v 1.2 
2015/07/04 11:38:28 johu Exp $
+
+*systemd-kcm-1.2.0 (04 Jul 2015)
+
+  04 Jul 2015; Johannes Huber  +systemd-kcm-1.2.0.ebuild,
+  -systemd-kcm-1.1.0.ebuild:
+  Version bump, remove old.
 
   11 Jun 2015; Johannes Huber  -kcmsystemd-0.6.1.ebuild:
   Remove old.



1.1  kde-misc/systemd-kcm/systemd-kcm-1.2.0.ebuild

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

Index: systemd-kcm-1.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.2.0.ebuild,v 1.1 
2015/07/04 11:38:28 johu Exp $

EAPI=5

CMAKE_MIN_VERSION="3.0.0"
inherit kde5

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"

IUSE=""
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"

DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwidgetsaddons)
>=dev-libs/boost-1.45
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
sys-apps/systemd
"
RDEPEND="${DEPEND}
!kde-misc/kcmsystemd:4
!kde-misc/systemd-kcm:4
"






[gentoo-commits] gentoo-x86 commit in net-print/cups-filters: cups-filters-1.0.71.ebuild ChangeLog

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 11:37:42

  Modified: cups-filters-1.0.71.ebuild ChangeLog
  Log:
  Stable on alpha, bug 553836
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.3  net-print/cups-filters/cups-filters-1.0.71.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild?r1=1.2&r2=1.3

Index: cups-filters-1.0.71.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cups-filters-1.0.71.ebuild  4 Jul 2015 05:20:35 -   1.2
+++ cups-filters-1.0.71.ebuild  4 Jul 2015 11:37:42 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.2 
2015/07/04 05:20:35 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.71.ebuild,v 1.3 
2015/07/04 11:37:42 klausman Exp $
 
 EAPI=5
 
@@ -11,10 +11,10 @@
 if [[ "${PV}" == "" ]] ; then
inherit bzr
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters";
-   KEYWORDS="hppa ppc64"
+   KEYWORDS="alpha hppa ppc64"
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups PDF filters"
 
HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat";



1.156net-print/cups-filters/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.156&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?rev=1.156&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   4 Jul 2015 05:20:35 -   1.155
+++ ChangeLog   4 Jul 2015 11:37:42 -   1.156
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/cups-filters
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.155 
2015/07/04 05:20:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.156 
2015/07/04 11:37:42 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann 
+  cups-filters-1.0.71.ebuild:
+  Stable on alpha, bug 553836
 
   04 Jul 2015; Jeroen Roovers  cups-filters-1.0.71.ebuild:
   Stable for HPPA PPC64 (bug #553836).






[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_logs/

2015-07-04 Thread Manuel Rüger
commit: efa023db9295d2680fcd53ba7792fed9d61caff5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:56:07 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:56:07 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=efa023db

[www-apps/redmine_logs] Initial version.

Package-Manager: portage-2.2.20

 www-apps/redmine_logs/Manifest  |  1 +
 www-apps/redmine_logs/metadata.xml  |  8 
 www-apps/redmine_logs/redmine_logs-0.1.0.ebuild | 63 +
 3 files changed, 72 insertions(+)

diff --git a/www-apps/redmine_logs/Manifest b/www-apps/redmine_logs/Manifest
new file mode 100644
index 000..2409fb1
--- /dev/null
+++ b/www-apps/redmine_logs/Manifest
@@ -0,0 +1 @@
+DIST redmine_logs-0.1.0.zip 21454 SHA256 
c3ae49f369747ea895da36045ad913516c1a7b86dc7882edbbfe45d06922249e SHA512 
bd4d875ff10a73448fa748987a085f26b2f75fa9aebe4cdd34907a01dd9bfe5e06d046526e2aacc65eb3926be91e74c2d845d3bdc3c5065c4c6a4b740ac63a13
 WHIRLPOOL 
e3e6a870959aa544e3fd5ef2c7591df0ca8b7a546eb5382ba4ac0c993053dcd9422a2bee065488c4d39a7bef8ea39e34a8517eb1240bbffb21cf57e46f01eec7

diff --git a/www-apps/redmine_logs/metadata.xml 
b/www-apps/redmine_logs/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/www-apps/redmine_logs/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild 
b/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild
new file mode 100644
index 000..88e9524
--- /dev/null
+++ b/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+inherit ruby-ng user
+
+DESCRIPTION="A plugin lets you download Redmine's log files from 
administration page"
+HOMEPAGE="http://www.r-labs.org/projects/logs 
https://bitbucket.org/haru_iida/redmine_logs";
+SRC_URI="https://bitbucket.org/haru_iida/redmine_logs/downloads/${P}.zip";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" app-arch/unzip"
+
+ruby_add_rdepend "
+   >=www-apps/redmine-3"
+
+REDMINE_DIR="/var/lib/redmine"
+
+pkg_setup() {
+   enewgroup redmine
+   enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
+}
+
+all_ruby_install() {
+   dodoc README.rdoc
+   rm README.rdoc GPL.txt .flow || die
+   dodir "${REDMINE_DIR}"/plugins/${PN}
+   insinto "${REDMINE_DIR}"/plugins/${PN}
+   doins -r .
+   fowners -R redmine:redmine "${REDMINE_DIR}"/plugins/${PN}
+}
+
+pkg_postinst() {
+   einfo
+   elog "Please run emerge --config =${PF}"
+   einfo
+}
+
+pkg_config() {
+   local RAILS_ENV=${RAILS_ENV:-production}
+   if [ ! -L /usr/bin/ruby ]; then
+   eerror "/usr/bin/ruby is not a valid symlink to any ruby 
implementation."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+   if [[ $RUBY_TARGETS != *$( eselect ruby show | awk 'NR==2' | tr  -d ' ' 
 )* ]]; then
+   eerror "/usr/bin/ruby is currently not included in redmine's 
ruby targets: ${RUBY_TARGETS}."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+
+   local RUBY=${RUBY:-ruby}
+   einfo "Upgrading the plugin migrations."
+   cd "${EPREFIX}${REDMINE_DIR}" || die
+   RAILS_ENV="${RAILS_ENV}" ${RUBY} -S rake redmine:plugins:migrate || die
+}



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_logs/

2015-07-04 Thread Manuel Rüger
commit: 125d3967db948ad6e084863e06e29fef0b079b27
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  4 11:58:37 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  4 11:58:37 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=125d3967

[www-apps/redmine_logs] Add RUBY_S.

Package-Manager: portage-2.2.20

 www-apps/redmine_logs/redmine_logs-0.1.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild 
b/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild
index 88e9524..6340d5e 100644
--- a/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild
+++ b/www-apps/redmine_logs/redmine_logs-0.1.0.ebuild
@@ -23,6 +23,8 @@ ruby_add_rdepend "
 
 REDMINE_DIR="/var/lib/redmine"
 
+RUBY_S=${PN}
+
 pkg_setup() {
enewgroup redmine
enewuser redmine -1 -1 "${REDMINE_DIR}" redmine



[gentoo-commits] gentoo-x86 commit in media-libs/opusfile: ChangeLog opusfile-0.6.ebuild

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 12:01:50

  Modified: ChangeLog opusfile-0.6.ebuild
  Log:
  Stable on alpha, bug 511778
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.21 media-libs/opusfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   31 May 2015 10:42:25 -  1.20
+++ ChangeLog   4 Jul 2015 12:01:50 -   1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/opusfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.20 
2015/05/31 10:42:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.21 
2015/07/04 12:01:50 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  opusfile-0.6.ebuild:
+  Stable on alpha, bug 511778
 
   31 May 2015; Markus Meier  opusfile-0.6.ebuild:
   arm stable, bug #511778



1.11 media-libs/opusfile/opusfile-0.6.ebuild

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

Index: opusfile-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- opusfile-0.6.ebuild 31 May 2015 10:42:25 -  1.10
+++ opusfile-0.6.ebuild 4 Jul 2015 12:01:50 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 
1.10 2015/05/31 10:42:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 
1.11 2015/07/04 12:01:50 klausman Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
 IUSE="doc fixed-point +float +http static-libs"
 
 RDEPEND="media-libs/libogg






[gentoo-commits] gentoo-x86 commit in media-sound/sox: sox-14.4.2.ebuild ChangeLog

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 12:01:41

  Modified: sox-14.4.2.ebuild ChangeLog
  Log:
  Stable on alpha, bug 511778
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.9  media-sound/sox/sox-14.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild?r1=1.8&r2=1.9

Index: sox-14.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sox-14.4.2.ebuild   31 May 2015 10:43:00 -  1.8
+++ sox-14.4.2.ebuild   4 Jul 2015 12:01:41 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild,v 1.8 
2015/05/31 10:43:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild,v 1.9 
2015/07/04 12:01:41 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 RDEPEND="



1.166media-sound/sox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   31 May 2015 10:43:00 -  1.165
+++ ChangeLog   4 Jul 2015 12:01:41 -   1.166
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.165 
2015/05/31 10:43:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.166 
2015/07/04 12:01:41 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  sox-14.4.2.ebuild:
+  Stable on alpha, bug 511778
 
   31 May 2015; Markus Meier  sox-14.4.2.ebuild:
   arm stable, bug #511778






[gentoo-commits] gentoo-x86 commit in sys-apps/collectl: collectl-3.7.4.ebuild ChangeLog

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 12:13:26

  Modified: collectl-3.7.4.ebuild ChangeLog
  Log:
  Stable on alpha, bug 521512
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.2  sys-apps/collectl/collectl-3.7.4.ebuild

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

Index: collectl-3.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- collectl-3.7.4.ebuild   15 Sep 2014 06:24:38 -  1.1
+++ collectl-3.7.4.ebuild   4 Jul 2015 12:13:26 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.7.4.ebuild,v 
1.1 2014/09/15 06:24:38 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/collectl-3.7.4.ebuild,v 
1.2 2015/07/04 12:13:26 klausman Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.8.8



1.24 sys-apps/collectl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   29 May 2015 07:46:14 -  1.23
+++ ChangeLog   4 Jul 2015 12:13:26 -   1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/collectl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.23 
2015/05/29 07:46:14 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/collectl/ChangeLog,v 1.24 
2015/07/04 12:13:26 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  collectl-3.7.4.ebuild:
+  Stable on alpha, bug 521512
 
 *collectl-4.0.2 (29 May 2015)
 






[gentoo-commits] gentoo-x86 commit in app-text/itex2mml: - New directory

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 12:15:10

  Log:
  Directory /var/cvsroot/gentoo-x86/app-text/itex2mml added to the repository



[gentoo-commits] gentoo-x86 commit in net-misc/rygel: rygel-0.26.1.ebuild ChangeLog rygel-0.24.2.ebuild

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 12:24:15

  Modified: rygel-0.26.1.ebuild ChangeLog
  Removed:  rygel-0.24.2.ebuild
  Log:
  Needs to be rebuilt with libunistring subslot bumps, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-misc/rygel/rygel-0.26.1.ebuild

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

Index: rygel-0.26.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rygel-0.26.1.ebuild 9 Jun 2015 10:33:42 -   1.1
+++ rygel-0.26.1.ebuild 4 Jul 2015 12:24:15 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild,v 1.1 
2015/06/09 10:33:42 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.26.1.ebuild,v 1.2 
2015/07/04 12:24:15 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -36,7 +36,7 @@
introspection? ( >=dev-libs/gobject-introspection-1.33.4 )
sqlite? (
>=dev-db/sqlite-3.5:3
-   dev-libs/libunistring
+   dev-libs/libunistring:=
)
tracker? ( >=app-misc/tracker-0.16:= )
transcode? (



1.69 net-misc/rygel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   26 Jun 2015 09:23:49 -  1.68
+++ ChangeLog   4 Jul 2015 12:24:15 -   1.69
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/rygel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.68 2015/06/26 
09:23:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.69 2015/07/04 
12:24:15 pacho Exp $
+
+  04 Jul 2015; Pacho Ramos  -rygel-0.24.2.ebuild,
+  rygel-0.26.1.ebuild:
+  Needs to be rebuilt with libunistring subslot bumps, drop old
 
   26 Jun 2015; Agostino Sarubbo  rygel-0.24.4.ebuild:
   Stable for x86, wrt bug #551814






[gentoo-commits] gentoo-x86 commit in dev-perl/Inline: Inline-0.800.0.ebuild ChangeLog Inline-0.530.0.ebuild

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:25:30

  Modified: ChangeLog
  Added:Inline-0.800.0.ebuild
  Removed:  Inline-0.530.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.69 dev-perl/Inline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   25 Feb 2015 23:18:06 -  1.68
+++ ChangeLog   4 Jul 2015 12:25:30 -   1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Inline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.68 2015/02/25 
23:18:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.69 2015/07/04 
12:25:30 dilfridge Exp $
+
+*Inline-0.800.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel  
+Inline-0.800.0.ebuild,
+  -Inline-0.530.0.ebuild:
+  Version bump
 
   25 Feb 2015; Andreas K. Huettel 
   -Inline-0.780.0.ebuild:



1.1  dev-perl/Inline/Inline-0.800.0.ebuild

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

Index: Inline-0.800.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.800.0.ebuild,v 1.1 
2015/07/04 12:25:30 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=INGY
MODULE_VERSION=0.80
inherit perl-module

DESCRIPTION="Write Perl subroutines in other languages"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="
virtual/perl-Digest-MD5
virtual/perl-File-Spec
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.880.0
>=dev-perl/Test-Warn-0.230.0
)
"

SRC_TEST="do parallel"






[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.2.1.ebuild vlc-2.2.9999.ebuild vlc-9999.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 12:26:23

  Modified: vlc-2.2.1.ebuild vlc-2.2..ebuild
vlc-.ebuild ChangeLog
  Log:
  It will need to be rebuilt with media-libs/libdvbpsi subslot bumps
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.11 media-video/vlc/vlc-2.2.1.ebuild

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

Index: vlc-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vlc-2.2.1.ebuild8 Jun 2015 18:43:38 -   1.10
+++ vlc-2.2.1.ebuild4 Jul 2015 12:26:23 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.10 
2015/06/08 18:43:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.11 
2015/07/04 12:26:23 pacho Exp $
 
 EAPI="5"
 
@@ -79,7 +79,7 @@
dc1394? ( >=sys-libs/libraw1394-2.0.1:0 
>=media-libs/libdc1394-2.1:2 )
directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 )
dts? ( >=media-libs/libdca-0.0.5:0 )
-   dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 )
+   dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0= )
dvd? ( >=media-libs/libdvdread-4.9:0 
>=media-libs/libdvdnav-4.9:0 )
elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 )
faad? ( >=media-libs/faad2-2.6.1:0 )



1.17 media-video/vlc/vlc-2.2..ebuild

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

Index: vlc-2.2..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2..ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vlc-2.2..ebuild 24 Apr 2015 05:48:12 -  1.16
+++ vlc-2.2..ebuild 4 Jul 2015 12:26:23 -   1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2..ebuild,v 1.16 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2..ebuild,v 1.17 
2015/07/04 12:26:23 pacho Exp $
 
 EAPI="5"
 
@@ -80,7 +80,7 @@
dc1394? ( >=sys-libs/libraw1394-2.0.1:0 
>=media-libs/libdc1394-2.1:2 )
directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 )
dts? ( >=media-libs/libdca-0.0.5:0 )
-   dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0 )
+   dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0= )
dvd? ( >=media-libs/libdvdread-4.9:0 
>=media-libs/libdvdnav-4.9:0 )
elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 )
faad? ( >=media-libs/faad2-2.6.1:0 )



1.241media-video/vlc/vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.241&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.241&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?r1=1.240&r2=1.241

Index: vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- vlc-.ebuild 8 Jun 2015 18:43:38 -   1.240
+++ vlc-.ebuild 4 Jul 2015 12:26:23 -   1.241
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.240 
2015/06/08 18:43:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.241 
2015/07/04 12:26:23 pacho Exp $
 
 EAPI="5"
 
@@ -79,7 +79,7 @@
dc1394? ( >=sys-libs/libraw1394-2.0.1:0 
>=media-libs/libdc1394-2.1:2 )
directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 )
dts? ( >=media-libs/libdca-0.0.5:0 )
-  

[gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Files: metadata.xml Inline-Files-0.680.0-r1.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:29:54

  Added:metadata.xml Inline-Files-0.680.0-r1.ebuild
ChangeLog
  Log:
  Fix capitalization
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 84AD142F)

Revision  ChangesPath
1.1  dev-perl/Inline-Files/metadata.xml

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

Index: metadata.xml
===

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

  perl
  
Inline-Files
Inline::Files
Inline::Files::Data
Inline::Files::Virtual
  




1.1  dev-perl/Inline-Files/Inline-Files-0.680.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.680.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.680.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: Inline-Files-0.680.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.680.0-r1.ebuild,v 
1.1 2015/07/04 12:29:54 dilfridge Exp $

EAPI=5

MY_PN=Inline-Files
MODULE_AUTHOR=AMBS
MODULE_SECTION=Inline
MODULE_VERSION=0.68
inherit perl-module

DESCRIPTION="Multiple virtual files in a single file"

SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""

SRC_TEST=do



1.1  dev-perl/Inline-Files/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/Inline-Files
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Files/ChangeLog,v 1.1 
2015/07/04 12:29:54 dilfridge Exp $

*Inline-Files-0.680.0-r1 (04 Jul 2015)

  04 Jul 2015; Andreas K. Huettel 
  +Inline-Files-0.680.0-r1.ebuild, +metadata.xml:
  Fix capitalization

*inline-files-0.680.0-r1 (22 Aug 2014)

  22 Aug 2014; Ian Stakenvicius (_AxS_) 
  +inline-files-0.680.0-r1.ebuild, -inline-files-0.680.0.ebuild:
  bumped EAPI to 5; committed directly to stable as no other changes present and
  revbump helps stable systems to keep from dieing on perl-5.18 upgrade

  24 Jun 2012; Torsten Veller  metadata.xml:
  Update CPAN upstream info

  05 Apr 2012; Torsten Veller  -inline-files-0.62.ebuild:
  Cleanup

  31 Mar 2012; Raúl Porcel  inline-files-0.62.ebuild,
  inline-files-0.680.0.ebuild:
  alpha stable and drop ia64/sparc keywords wrt #400299

  09 Mar 2012; Pawel Hajdan jr 
  inline-files-0.680.0.ebuild:
  x86 stable wrt bug #400299

  27 Feb 2012; Brent Baude  inline-files-0.680.0.ebuild:
  Marking inline-files-0.680.0 ppc for bug 400299

  24 Feb 2012; Agostino Sarubbo  inline-files-0.680.0.ebuild:
  Stable for amd64, wrt bug #400299

  29 Jul 2011; Torsten Veller  -inline-files-0.63.ebuild,
  -inline-files-0.640.ebuild, -inline-files-0.670.0.ebuild:
  Cleanup

*inline-files-0.680.0 (25 Jul 2011)

  25 Jul 2011; Torsten Veller  +inline-files-0.680.0.ebuild:
  Version bump. No code changes

*inline-files-0.670.0 (09 Jul 2011)

  09 Jul 2011; Torsten Veller  +inline-files-0.670.0.ebuild:
  Version bump

*inline-files-0.640 (02 Feb 2011)

  02 Feb 2011; Torsten Veller  +inline-files-0.640.ebuild:
  Version bump

*inline-files-0.63 (11 May 2009)

  11 May 2009; Torsten Veller  +inline-files-0.63.ebuild:
  Version bump

  21 Oct 2006; Michael Cummings 
  inline-files-0.62.ebuild:
  Marking amd64 stable

  17 Sep 2006; Michael Cummings 
  inline-files-0.62.ebuild:
  Keywording ~amd64

  06 Aug 2006; Michael Cummings 
  inline-files-0.62.ebuild:
  Adding perl dep; fixed header; fixed DEPEND

  02 Oct 2005; Aron Griffis  inline-files-0.62.ebuild:
  Mark 0.62 stable on ia64

  26 Aug 2005; Aron Griffis  inline-files-0.62.ebuild:
  add ~ia64

  29 Apr 2005; Michael Cummings 
  inline-files-0.62.ebuild:
  Cleaning for mirror syntax

  30 Dec 2004; Ciaran McCreesh  :
  Change encoding to UTF-8 for GLEP 31 compliance

  30 May 2004; Bryan Østergaard  inline-files-0.62.ebuild:
  Stable on alpha.

*inline-files-0.62 (05 Jul 2003)

  05 Jul 2003; Michael Cummings 
  inline-files-0.62.ebuild:
  Missing dep for gtk2-perl






[gentoo-commits] gentoo-x86 commit in profiles/updates: 3Q-2015

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:32:04

  Added:3Q-2015
  Log:
  Fix capitalization of dev-perl/inline-files

Revision  ChangesPath
1.1  profiles/updates/3Q-2015

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/3Q-2015?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/3Q-2015?rev=1.1&content-type=text/plain

Index: 3Q-2015
===
move dev-perl/inline-files dev-perl/Inline-Files






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

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:32:04

  Modified: ChangeLog
  Log:
  Fix capitalization of dev-perl/inline-files

Revision  ChangesPath
1.10162  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10161
retrieving revision 1.10162
diff -u -r1.10161 -r1.10162
--- ChangeLog   4 Jul 2015 02:34:13 -   1.10161
+++ ChangeLog   4 Jul 2015 12:32:04 -   1.10162
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10161 2015/07/04 
02:34:13 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10162 2015/07/04 
12:32:04 dilfridge 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!
 
+  04 Jul 2015; Andreas K. Huettel  +updates/3Q-2015:
+  Fix capitalization of dev-perl/inline-files
+
   04 Jul 2015; Michael Orlitzky  package.mask:
   Mask sci-biology/flower for removal in 30 days.
 






[gentoo-commits] gentoo-x86 commit in dev-perl/inline-files: ChangeLog Manifest inline-files-0.680.0-r1.ebuild metadata.xml

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:32:39

  Removed:  ChangeLog Manifest inline-files-0.680.0-r1.ebuild
metadata.xml
  Log:
  Moved to dev-perl/Inline-Files



[gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Files: Inline-Files-0.690.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:36:24

  Modified: ChangeLog
  Added:Inline-Files-0.690.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.2  dev-perl/Inline-Files/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Files/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Jul 2015 12:29:54 -   1.1
+++ ChangeLog   4 Jul 2015 12:36:24 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Inline-Files
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Files/ChangeLog,v 1.1 
2015/07/04 12:29:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Files/ChangeLog,v 1.2 
2015/07/04 12:36:24 dilfridge Exp $
+
+*Inline-Files-0.690.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +Inline-Files-0.690.0.ebuild:
+  Version bump
 
 *Inline-Files-0.680.0-r1 (04 Jul 2015)
 



1.1  dev-perl/Inline-Files/Inline-Files-0.690.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.690.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.690.0.ebuild?rev=1.1&content-type=text/plain

Index: Inline-Files-0.690.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Inline-Files/Inline-Files-0.690.0.ebuild,v 1.1 
2015/07/04 12:36:24 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=AMBS
MODULE_VERSION=0.69
inherit perl-module

DESCRIPTION="Multiple virtual files in a single file"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test )
"

SRC_TEST="do parallel"






[gentoo-commits] gentoo-x86 commit in dev-perl/Inline-Python: Inline-Python-0.490.0.ebuild ChangeLog

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 12:40:08

  Modified: ChangeLog
  Added:Inline-Python-0.490.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.32 dev-perl/Inline-Python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   13 Dec 2014 23:07:42 -  1.31
+++ ChangeLog   4 Jul 2015 12:40:08 -   1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Inline-Python
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.31 
2014/12/13 23:07:42 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.32 
2015/07/04 12:40:08 dilfridge Exp $
+
+*Inline-Python-0.490.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel 
+  +Inline-Python-0.490.0.ebuild:
+  Version bump
 
   13 Dec 2014; Mikle Kolyada  
-Inline-Python-0.430.0.ebuild:
   Drop old



1.1  dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild?rev=1.1&content-type=text/plain

Index: Inline-Python-0.490.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild,v 
1.1 2015/07/04 12:40:08 dilfridge Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3} )
# Feel free to add more targets after testing.

MODULE_AUTHOR=NINE
MODULE_VERSION=0.49
inherit python-single-r1 perl-module

DESCRIPTION="Easy implementation of Python extensions"

SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="test"

RDEPEND="
virtual/perl-Data-Dumper
>=virtual/perl-Digest-MD5-2.500.0
>=dev-perl/Inline-0.46
${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
virtual/perl-Test
)
"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

SRC_TEST="do"






[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/kerry/, media-libs/libkipi/, media-libs/dssi/, media-libs/SoQt/, ...

2015-07-04 Thread Michael Palimaka
commit: b20c6efb9eb11bccf4f8a2ee90a0604bfb4250fd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  4 12:40:38 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  4 12:40:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b20c6efb

Migrate from dev-util/pkgconfig to virtual/pkgconfig.

 app-cdr/k3b/k3b-1.0.5-r6.ebuild| 2 +-
 app-office/kmymoney2/kmymoney2-1.0.2.ebuild| 2 +-
 app-text/poppler/poppler-0.14.5-r1.ebuild  | 2 +-
 app-text/poppler/poppler-0.16.7.ebuild | 2 +-
 dev-db/hk_classes/hk_classes-0.8.3-r1.ebuild   | 2 +-
 dev-db/hk_classes/hk_classes-0.8.3.ebuild  | 2 +-
 eclass/kde.eclass  | 2 +-
 eclass/poppler.eclass  | 2 +-
 kde-base/arts/arts-3.5.10.ebuild   | 2 +-
 kde-misc/kerry/kerry-0.2.1.ebuild  | 4 ++--
 media-libs/SoQt/SoQt-1.4.1.ebuild  | 2 +-
 media-libs/dssi/dssi-0.9.1-r1.ebuild   | 2 +-
 media-libs/dssi/dssi-0.9.1-r2.ebuild   | 2 +-
 media-libs/dssi/dssi-0.9.1.ebuild  | 2 +-
 media-libs/dssi/dssi-1.0.0.ebuild  | 2 +-
 media-libs/libkexif/libkexif-0.2.5.ebuild  | 2 +-
 media-libs/libkipi/libkipi-0.1.5.ebuild| 2 +-
 media-sound/hydrogen/hydrogen-0.9.3-r3.ebuild  | 2 +-
 media-sound/hydrogen/hydrogen-0.9.3-r4.ebuild  | 2 +-
 media-sound/rosegarden/rosegarden-1.5.1.ebuild | 4 ++--
 media-sound/rosegarden/rosegarden-1.7.3.ebuild | 4 ++--
 net-dns/avahi/avahi-0.6.28-r1.ebuild   | 2 +-
 net-dns/avahi/avahi-0.6.30-r1.ebuild   | 2 +-
 net-voip/twinkle/twinkle-1.4.2.ebuild  | 2 +-
 sys-apps/hal/hal-0.5.14-r4.ebuild  | 2 +-
 25 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/app-cdr/k3b/k3b-1.0.5-r6.ebuild b/app-cdr/k3b/k3b-1.0.5-r6.ebuild
index 091d332..bbe5b29 100644
--- a/app-cdr/k3b/k3b-1.0.5-r6.ebuild
+++ b/app-cdr/k3b/k3b-1.0.5-r6.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${COMMON_DEPEND}
emovix? ( media-video/emovix )
vcd? ( media-video/vcdimager )"
 DEPEND="${COMMON_DEPEND}
-   dev-util/pkgconfig"
+   virtual/pkgconfig"
 
 S=${WORKDIR}/${P/_}
 

diff --git a/app-office/kmymoney2/kmymoney2-1.0.2.ebuild 
b/app-office/kmymoney2/kmymoney2-1.0.2.ebuild
index 47d18c7..730abe7 100644
--- a/app-office/kmymoney2/kmymoney2-1.0.2.ebuild
+++ b/app-office/kmymoney2/kmymoney2-1.0.2.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="dev-libs/libxml2
sqlite? ( =dev-db/sqlite-3* )"
 
 DEPEND="${COMMON_DEPEND}
-   >=dev-util/pkgconfig-0.9.0
+   virtual/pkgconfig
test? ( >=dev-util/cppunit-1.8.0 )"
 
 RDEPEND="${COMMON_DEPEND}

diff --git a/app-text/poppler/poppler-0.14.5-r1.ebuild 
b/app-text/poppler/poppler-0.14.5-r1.ebuild
index b8bc8fa..f20112a 100644
--- a/app-text/poppler/poppler-0.14.5-r1.ebuild
+++ b/app-text/poppler/poppler-0.14.5-r1.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
-   dev-util/pkgconfig
+   virtual/pkgconfig
 "
 RDEPEND="${COMMON_DEPEND}
!dev-libs/poppler

diff --git a/app-text/poppler/poppler-0.16.7.ebuild 
b/app-text/poppler/poppler-0.16.7.ebuild
index 9a0c75e..f4eead3 100644
--- a/app-text/poppler/poppler-0.16.7.ebuild
+++ b/app-text/poppler/poppler-0.16.7.ebuild
@@ -41,7 +41,7 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
-   dev-util/pkgconfig
+   virtual/pkgconfig
 "
 RDEPEND="${COMMON_DEPEND}
!dev-libs/poppler

diff --git a/dev-db/hk_classes/hk_classes-0.8.3-r1.ebuild 
b/dev-db/hk_classes/hk_classes-0.8.3-r1.ebuild
index ac53c93..3d16779 100644
--- a/dev-db/hk_classes/hk_classes-0.8.3-r1.ebuild
+++ b/dev-db/hk_classes/hk_classes-0.8.3-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND=">=media-libs/fontconfig-2.5.0-r1
xbase? ( dev-db/xbase )
 "
 DEPEND="${RDEPEND}
-   dev-util/pkgconfig
+   virtual/pkgconfig
 "
 
 src_unpack() {

diff --git a/dev-db/hk_classes/hk_classes-0.8.3.ebuild 
b/dev-db/hk_classes/hk_classes-0.8.3.ebuild
index e70f54b..68cbebe 100644
--- a/dev-db/hk_classes/hk_classes-0.8.3.ebuild
+++ b/dev-db/hk_classes/hk_classes-0.8.3.ebuild
@@ -29,7 +29,7 @@ RDEPEND=">=media-libs/fontconfig-2.5.0-r1
postgres? ( >=virtual/postgresql-server-7.3 )
odbc? ( >=dev-db/unixODBC-2.0.6 )"
 DEPEND="${RDEPEND}
-   dev-util/pkgconfig
+   virtual/pkgconfig
 "
 
 src_unpack() {

diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index eb99669..73d20ad 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -61,7 +61,7 @@ if [[ -n ${USE_KEG_PACKAGING} && -n "${LANGS}${LANGS_DOC}" 
]]; then
 fi
 
 DEPEND="sys-devel/make
-   dev-util/pkgconfig
+   virtual/pkgconfig
dev-lang/perl"
 
 if [[ ${CATEGORY} != "kde-base" ]] || [[ ${CATEGORY} == "kde-base" &&  
${PV##*.} -lt 10 ]] ; then

diff --git a/eclass/poppler.eclass b/eclass/poppler.eclass
index 38da37d..5ca760e 100644
--- a/eclass/poppler.eclass
+++ b/eclass/poppler.eclass
@@ -20,7 +20,7 @@ RDEP

[gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: policycoreutils-2.4-r1.ebuild policycoreutils-9999.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 12:43:43

  Modified: policycoreutils-.ebuild ChangeLog
  Added:policycoreutils-2.4-r1.ebuild
  Log:
  bump of policycoreutils-extra, fixes bugs 544598, 517456, 517450
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.2  sys-apps/policycoreutils/policycoreutils-.ebuild

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

Index: policycoreutils-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- policycoreutils-.ebuild 9 Jun 2015 15:38:25 -   1.1
+++ policycoreutils-.ebuild 4 Jul 2015 12:43:43 -   1.2
@@ -1,17 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-.ebuild,v 
1.1 2015/06/09 15:38:25 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-.ebuild,v 
1.2 2015/07/04 12:43:43 perfinion Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
-inherit multilib python-r1 toolchain-funcs eutils
+inherit multilib python-r1 toolchain-funcs eutils bash-completion-r1
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20150202"
 
-EXTRAS_VER="1.33"
+MY_RELEASEDATE="20150202"
+EXTRAS_VER="1.34"
 SEMNG_VER="${PV}"
 SELNX_VER="${PV}"
 SEPOL_VER="${PV}"
@@ -25,35 +25,35 @@
inherit git-r3
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git";
SRC_URI="mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
-   S="${WORKDIR}/${MY_P}/${PN}"
S1="${WORKDIR}/${MY_P}/${PN}"
S2="${WORKDIR}/policycoreutils-extra"
+   S="${S1}"
 else
-   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${MY_P}.tar.gz
-   mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz
+   
http://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2";
KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_P}"
S1="${WORKDIR}/${MY_P}"
S2="${WORKDIR}/policycoreutils-extra"
+   S="${S1}"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
 
-DEPEND=">=sys-libs/libselinux-${SELNX_VER}[python]
+DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python]
>=sys-libs/glibc-2.4
-   >=sys-libs/libcap-1.10-r10
-   >=sys-libs/libsemanage-${SEMNG_VER}[python]
-   sys-libs/libcap-ng
-   >=sys-libs/libsepol-${SEPOL_VER}
+   >=sys-libs/libcap-1.10-r10:=
+   >=sys-libs/libsemanage-${SEMNG_VER}:=[python]
+   sys-libs/libcap-ng:=
+   >=sys-libs/libsepol-${SEPOL_VER}:=
sys-devel/gettext
dev-python/ipy[${PYTHON_USEDEP}]
dbus? (
sys-apps/dbus
-   dev-libs/dbus-glib
+   dev-libs/dbus-glib:=
)
audit? ( >=sys-process/audit-1.5.1 )
-   pam? ( sys-libs/pam )
+   pam? ( sys-libs/pam:= )
${PYTHON_DEPS}"
 
 ### libcgroup -> seunshare
@@ -62,7 +62,8 @@
 # pax-utils for scanelf used by rlpkg
 RDEPEND="${DEPEND}
dev-python/sepolgen
-   app-misc/pax-utils"
+   app-misc/pax-utils
+   !http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   9 Jun 2015 15:38:25 -   1.154
+++ ChangeLog   4 Jul 2015 12:43:43 -   1.155
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/policycoreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.154 
2015/06/09 15:38:25 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.155 
2015/07/04 12:43:43 perfinion Exp $
+
+*policycoreutils-2.4-r1 (04 Jul 2015)
+
+  04 Jul 2015; Ja

[gentoo-commits] gentoo-x86 commit in dev-lang/scala/files: scala-2.11.7-no-git.patch

2015-07-04 Thread Mark Wright (gienah)
gienah  15/07/04 12:44:07

  Added:scala-2.11.7-no-git.patch
  Log:
  Bump scala to 2.11.7
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.1  dev-lang/scala/files/scala-2.11.7-no-git.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.11.7-no-git.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/files/scala-2.11.7-no-git.patch?rev=1.1&content-type=text/plain

Index: scala-2.11.7-no-git.patch
===
--- scala-2.11.7-orig/tools/get-scala-commit-date   2015-06-23 
04:27:36.0 +1000
+++ scala-2.11.7/tools/get-scala-commit-date2015-07-04 11:53:24.696520666 
+1000
@@ -10,8 +10,8 @@
 
 [[ $# -eq 0 ]] || cd "$1"
 
-lastcommitdate=$(git log --format="%ci" HEAD | head -n 1 | cut -d ' ' -f 1)
-lastcommithours=$(git log --format="%ci" HEAD | head -n 1 | cut -d ' ' -f 2)
+lastcommitdate="2015-06-23"
+lastcommithours="00:00:00"
 
 # 20120324
 echo "${lastcommitdate//-/}-${lastcommithours//:/}"
--- scala-2.11.7-orig/tools/get-scala-commit-sha2015-06-23 
04:27:36.0 +1000
+++ scala-2.11.7/tools/get-scala-commit-sha 2015-07-04 11:51:15.598526730 
+1000
@@ -12,7 +12,7 @@
 
 # printf %016s is not portable for 0-padding, has to be a digit.
 # so we're stuck disassembling it.
-hash=$(git log -1 --format="%H" HEAD)
+hash="1fbce4612c21a4d0c553ea489b4765494828c09f"
 hash=${hash#g}
 hash=${hash:0:10}
 echo "$hash"






[gentoo-commits] gentoo-x86 commit in dev-lang/scala: scala-2.11.7.ebuild ChangeLog

2015-07-04 Thread Mark Wright (gienah)
gienah  15/07/04 12:44:07

  Modified: ChangeLog
  Added:scala-2.11.7.ebuild
  Log:
  Bump scala to 2.11.7
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.50 dev-lang/scala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   27 May 2015 11:18:41 -  1.49
+++ ChangeLog   4 Jul 2015 12:44:07 -   1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/scala
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.49 2015/05/27 
11:18:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.50 2015/07/04 
12:44:07 gienah Exp $
+
+*scala-2.11.7 (04 Jul 2015)
+
+  04 Jul 2015; Mark Wright  
+files/scala-2.11.7-no-git.patch,
+  +scala-2.11.7.ebuild:
+  Bump scala to 2.11.7
 
   27 May 2015; Agostino Sarubbo  scala-2.11.4-r1.ebuild:
   Stable for x86, wrt bug #546818



1.1  dev-lang/scala/scala-2.11.7.ebuild

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

Index: scala-2.11.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.11.7.ebuild,v 1.1 
2015/07/04 12:44:07 gienah Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"
JAVA_ANT_DISABLE_ANT_CORE_DEP="yes"
EANT_TEST_TARGET="test.suite"

inherit eutils check-reqs java-pkg-2 java-ant-2 versionator

MY_P="${PN}-sources-${PV}"
SV="$(get_version_component_range 1-2)"

# creating the binary:
# JAVA_PKG_FORCE_VM="$available-1.7" USE="doc source" ebuild scala-*.ebuild 
compile
# cd $WORDKIR
# tar -cjf scala-2.11.7-gentoo-binary.tar.bz2 scala-2.11.7/build/pack/bin \
# scala-2.11.7/build/pack/lib/ scala-2.11.7/build/pack/man \
# scala-2.11.7/src/actors/ scala-2.11.7/src/forkjoin/ \
# scala-2.11.7/src/library scala-2.11.7/src/library-aux/ \
# scala-2.11.7/src/reflect/ scala-2.11.7/docs/TODO \
# scala-2.11.7/doc/README scala-2.11.7/build/scaladoc/compiler

# In the pullJarFiles function in tools/binary-repo-lib.sh it executes find 
commands
# to search for .desired.sha1 files, which contain sha1 hashes that are appended
# to ${BURI} along with the subdirectory and filename to form the list of jar 
files
# listed in SRC_URI.  The output of this find command can be hacked into the 
desired format:
# find . -name \*.desired.sha1 -exec sed -e 's@\([0-9a-f]*\).*@\1@' {} \; -print
# After editing it into the desired format: sort -t / -k 3 file

BURI="http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap";

declare -a JURI=(

"${BURI}/943cd5c8802b2a3a64a010efb86ec19bac142e40/lib/ant/ant-contrib.jar -> 
${P}-ant-contrib.jar"

"${BURI}/3fc1e35ca8c991fc3488548f7a276bd9053c179d/lib/ant/ant-dotnet-1.0.jar -> 
${P}-ant-dotnet-1.0.jar"
"${BURI}/7b456ca6b93900f96e58cc8371f03d90a9c1c8d1/lib/ant/ant.jar -> 
${P}-ant.jar"

"${BURI}/7e50e3e227d834695f1e0bf018a7326e06ee4c86/lib/ant/maven-ant-tasks-2.1.1.jar
 -> ${P}-maven-ant-tasks-2.1.1.jar"
"${BURI}/2c61d6e9a912b3253194d5d6d3e1db7e2545ac4b/lib/ant/vizant.jar -> 
${P}-vizant.jar"
"${BURI}/ddd7d5398733c4fbbb8355c049e258d47af636cf/lib/forkjoin.jar -> 
${P}-forkjoin.jar"

"${BURI}/0392ecdeb306263c471ce51fa368223388b82b61/test/benchmarks/lib/jsr166_and_extra.jar
 -> ${P}-jsr166_and_extra.jar"

"${BURI}/e737b123d31eede5594ceda07caafed1673ec472/test/files/codelib/code.jar 
-> ${P}-code.jar"

"${BURI}/02fe2ed93766323a13f22c7a7e2ecdcd84259b6c/test/files/lib/annotations.jar
 -> ${P}-annotations.jar"

"${BURI}/981392dbd1f727b152cd1c908c5fce60ad9d07f7/test/files/lib/enums.jar -> 
${P}-enums.jar"

"${BURI}/b1ec8a095cec4902b3609d74d274c04365c59c04/test/files/lib/genericNest.jar
 -> ${P}-genericNest.jar"

"${BURI}/346d3dff4088839d6b4d163efa2892124039d216/test/files/lib/jsoup-1.3.1.jar
 -> ${P}-jsoup-1.3.1.jar"

"${BURI}/3794ec22d9b27f2b179bd34e9b46db771b934ec3/test/files/lib/macro210.jar 
-> ${P}-macro210.jar"

"${BURI}/be8454d5e7751b063ade201c225dcedefd252775/test/files/lib/methvsfield.jar
 -> ${P}-methvsfield.jar"


[gentoo-commits] gentoo-x86 commit in net-libs/dleyna-core: dleyna-core-0.5.0.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 12:49:03

  Modified: dleyna-core-0.5.0.ebuild ChangeLog
  Log:
  Fix typo (#553750 by Alexander Tsoy)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-libs/dleyna-core/dleyna-core-0.5.0.ebuild

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

Index: dleyna-core-0.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dleyna-core-0.5.0.ebuild9 Jun 2015 22:48:06 -   1.1
+++ dleyna-core-0.5.0.ebuild4 Jul 2015 12:49:03 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild,v 1.1 
2015/06/09 22:48:06 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild,v 1.2 
2015/07/04 12:49:03 pacho Exp $
 
 EAPI="5"
 
@@ -19,7 +19,7 @@
>=dev-libs/glib-2.28:2
>=net-libs/gupnp-0.20.5
 "
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 



1.2  net-libs/dleyna-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/dleyna-core/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Jun 2015 22:48:06 -   1.1
+++ ChangeLog   4 Jul 2015 12:49:03 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/dleyna-core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dleyna-core/ChangeLog,v 1.1 
2015/06/09 22:48:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dleyna-core/ChangeLog,v 1.2 
2015/07/04 12:49:03 pacho Exp $
+
+  04 Jul 2015; Pacho Ramos  dleyna-core-0.5.0.ebuild:
+  Fix typo (#553750 by Alexander Tsoy)
 
 *dleyna-core-0.5.0 (09 Jun 2015)
 
@@ -8,4 +11,3 @@
   +dleyna-core-0.5.0.ebuild, +metadata.xml:
   Initial ebuild from gnome-overlay for Gnome 3.16, needed by grilo-plugins and
   gnome-photos at least.
-






[gentoo-commits] proj/kde-sunset:master commit in: metadata/

2015-07-04 Thread Michael Palimaka
commit: 0d14d903df240583da7e43b3c7a8610d3282f624
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  4 12:49:21 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  4 12:49:21 2015 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0d14d903

Switch to thin manifests.

 metadata/layout.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..ca9fee1 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,2 @@
 masters = gentoo
+thin-manifests = true



[gentoo-commits] gentoo-x86 commit in net-misc/dleyna-server: dleyna-server-0.5.0.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 12:50:17

  Modified: dleyna-server-0.5.0.ebuild ChangeLog
  Log:
  Fix typo (#553750 by Alexander Tsoy)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  net-misc/dleyna-server/dleyna-server-0.5.0.ebuild

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

Index: dleyna-server-0.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dleyna-server-0.5.0.ebuild  9 Jun 2015 23:10:02 -   1.1
+++ dleyna-server-0.5.0.ebuild  4 Jul 2015 12:50:17 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild,v 1.1 
2015/06/09 23:10:02 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild,v 1.2 
2015/07/04 12:50:17 pacho Exp $
 
 EAPI=5
 
@@ -25,7 +25,7 @@
>=net-libs/gupnp-av-0.11.5
>=net-libs/libsoup-2.28.2:2.4
 "
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 



1.2  net-misc/dleyna-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dleyna-server/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Jun 2015 23:10:02 -   1.1
+++ ChangeLog   4 Jul 2015 12:50:17 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dleyna-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dleyna-server/ChangeLog,v 1.1 
2015/06/09 23:10:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dleyna-server/ChangeLog,v 1.2 
2015/07/04 12:50:17 pacho Exp $
+
+  04 Jul 2015; Pacho Ramos  dleyna-server-0.5.0.ebuild:
+  Fix typo (#553750 by Alexander Tsoy)
 
 *dleyna-server-0.5.0 (09 Jun 2015)
 
@@ -8,4 +11,3 @@
   +dleyna-server-0.5.0.ebuild, +metadata.xml:
   Initial ebuild from gnome-overlay for Gnome 3.16, needed by grilo-plugins and
   gnome-photos at least.
-






[gentoo-commits] gentoo-x86 commit in net-misc/electrum: electrum-2.3.3.ebuild ChangeLog

2015-07-04 Thread Anthony G. Basile (blueness)
blueness15/07/04 12:52:03

  Modified: ChangeLog
  Added:electrum-2.3.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.36 net-misc/electrum/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 May 2015 02:18:28 -   1.35
+++ ChangeLog   4 Jul 2015 12:52:03 -   1.36
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/electrum
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.35 
2015/05/05 02:18:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.36 
2015/07/04 12:52:03 blueness Exp $
+
+*electrum-2.3.3 (04 Jul 2015)
+
+  04 Jul 2015; Anthony G. Basile  +electrum-2.3.3.ebuild:
+  Version bump.
 
   05 May 2015; Patrick Lauer  metadata.xml:
   Remove unused useflag description from metadata.xml



1.1  net-misc/electrum/electrum-2.3.3.ebuild

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

Index: electrum-2.3.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-2.3.3.ebuild,v 
1.1 2015/07/04 12:52:03 blueness Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses?"

inherit eutils distutils-r1 gnome2-utils

MY_P="Electrum-${PV}"
DESCRIPTION="User friendly Bitcoin client"
HOMEPAGE="https://electrum.org/";
SRC_URI="https://download.electrum.org/${MY_P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LINGUAS="ar_SA cs_CZ da_DK de_DE el_GR eo_UY es_ES fr_FR hu_HU hy_AM id_ID 
it_IT ja_JP ky_KG lv_LV nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI ta_IN 
th_TH vi_VN zh_CN"

IUSE="cli cosign +fiat greenaddress_it gtk3 ncurses qrcode +qt4 sync 
trustedcoin_com vkb"

for lingua in ${LINGUAS}; do
IUSE+=" linguas_${lingua}"
done

REQUIRED_USE="
|| ( cli gtk3 ncurses qt4 )
cosign? ( qt4 )
fiat? ( qt4 )
greenaddress_it? ( qt4 )
qrcode? ( qt4 )
sync? ( qt4 )
trustedcoin_com? ( qt4 )
vkb? ( qt4 )
"

RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/ecdsa-0.9[${PYTHON_USEDEP}]
dev-python/slowaes[${PYTHON_USEDEP}]
dev-python/pbkdf2[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
dev-python/tlslite[${PYTHON_USEDEP}]
dev-python/qrcode[${PYTHON_USEDEP}]
dev-python/socksipy[${PYTHON_USEDEP}]
dev-libs/protobuf[python,${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
gtk3? (
dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
)
qrcode? ( media-gfx/zbar[python,v4l,${PYTHON_USEDEP}] )
qt4? (
dev-python/PyQt4[${PYTHON_USEDEP}]
)
ncurses? ( dev-lang/python )
"

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

DOCS="RELEASE-NOTES"

src_prepare() {
# Don't advise using PIP
sed -i "s/On Linux, try 'sudo pip install zbar'/Re-emerge Electrum with 
the qrcode USE flag/" lib/qrscanner.py || die

# Prevent icon from being installed in the wrong location
sed -i '/icons/d' setup.py || die

validate_desktop_entries

# Remove unrequested localization files:
for lang in ${LINGUAS}; do
use "linguas_${lang}" && continue
rm -r "lib/locale/${lang}" || die
done

local wordlist=
# french is unfinished
for wordlist in  \
$(usex linguas_es_ES '' spanish)  \
$(usex linguas_pt_BR '' $(usex linguas_pt_PT '' portuguese))  \
french  \
$(usex linguas_ja_JP '' japanese)  \
; do
rm "lib/wordlist/${wordlist}.txt" || die
sed -i "/${wordlist}\\.txt/d" lib/mnemonic.py || die
done

# Remove unrequested GUI implementations:
local gui
for gui in  \

[gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-data-server: evolution-data-server-3.16.4_pre20150704.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 12:53:12

  Modified: ChangeLog
  Added:evolution-data-server-3.16.4_pre20150704.ebuild
  Log:
  Add a newer snapshot fixing more important bugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.419gnome-extra/evolution-data-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.419&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?rev=1.419&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog?r1=1.418&r2=1.419

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- ChangeLog   20 Jun 2015 14:43:28 -  1.418
+++ ChangeLog   4 Jul 2015 12:53:12 -   1.419
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/evolution-data-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.418 
2015/06/20 14:43:28 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.419 
2015/07/04 12:53:12 pacho Exp $
+
+*evolution-data-server-3.16.4_pre20150704 (04 Jul 2015)
+
+  04 Jul 2015; Pacho Ramos 
+  +evolution-data-server-3.16.4_pre20150704.ebuild:
+  Add a newer snapshot fixing more important bugs
 
   20 Jun 2015; Pacho Ramos 
   -evolution-data-server-3.16.3.ebuild:



1.1  
gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild?rev=1.1&content-type=text/plain

Index: evolution-data-server-3.16.4_pre20150704.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.16.4_pre20150704.ebuild,v
 1.1 2015/07/04 12:53:12 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
VALA_MIN_API_VERSION="0.22"
VALA_USE_DEPEND="vapigen"

inherit autotools db-use flag-o-matic gnome2 python-any-r1 vala virtualx

DESCRIPTION="Evolution groupware backend"
HOMEPAGE="https://wiki.gnome.org/Apps/Evolution";

COMMIT="d3587d1e064ff46406a3bd137ebdd3625c339001"
SRC_URI="https://git.gnome.org/browse/${PN}/snapshot/${PN}-${COMMIT}.tar.xz -> 
${P}.tar.xz"

# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
SLOT="0/52" # subslot = libcamel-1.2 soname version
IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather"
REQUIRED_USE="vala? ( introspection )"

KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"

# sys-libs/db is only required for migrating from <3.13 versions
# gdata-0.15.1 is required for google tasks
RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.5:=
>=dev-libs/glib-2.40:2
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
>=net-libs/libsoup-2.42:2.4
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
>=sys-libs/db-4:=

dev-libs/icu:=
sys-libs/zlib:=
virtual/libiconv

gtk? (
>=app-crypt/gcr-3.4[gtk]
>=x11-libs/gtk+-3.6:3
)
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
kerberos? ( virtual/krb5:= )
ldap? ( >=net-nds/openldap-2:= )
weather? ( >=dev-libs/libgweather-3.8:2= )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-util/gdbus-codegen
dev-util/gperf
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.35.5
>=gnome-base/gnome-common-3.5.5
>=sys-devel/gettext-0.17
virtual/pkgconfig
vala? ( $(vala_depend) )

dev-util/gtk-doc
"

# FIXME: This version needs dev-util/gtk-doc to provide gtk-doc.make
# Next one should be a proper tarball created after distcheck run and, then
# shouldn't require that DEPEND.

# eautoreconf needs:
#   >=gnome-base/gnome-common-2

# Some tests fail due to missings locales.
# Also

[gentoo-commits] gentoo-x86 commit in xfce-base/garcon: garcon-0.5.0-r2.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:03:49

  Modified: ChangeLog
  Added:garcon-0.5.0-r2.ebuild
  Log:
  revbump to fix gtk-doc QA issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.77 xfce-base/garcon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   1 Jul 2015 16:38:50 -   1.76
+++ ChangeLog   4 Jul 2015 13:03:49 -   1.77
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/garcon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.76 
2015/07/01 16:38:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.77 
2015/07/04 13:03:49 perfinion Exp $
+
+*garcon-0.5.0-r2 (04 Jul 2015)
+
+  04 Jul 2015; Jason Zaman  +garcon-0.5.0-r2.ebuild:
+  revbump to fix gtk-doc QA issue
 
   01 Jul 2015; Mikle Kolyada  garcon-0.5.0-r1.ebuild:
   amd64 stable wrt bug #553500



1.1  xfce-base/garcon/garcon-0.5.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: garcon-0.5.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild,v 
1.1 2015/07/04 13:03:49 perfinion Exp $

EAPI=5
inherit xfconf

DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
HOMEPAGE="http://www.xfce.org/projects/libraries/";
SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="LGPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.30:=
>=x11-libs/gtk+-2.24:2=
>=x11-libs/gtk+-3.14:3=
>=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

pkg_setup() {
XFCONF=(
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
}






[gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.10.6-r1.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:05:13

  Modified: ChangeLog
  Added:exo-0.10.6-r1.ebuild
  Log:
  revbump to fix gtk-doc QA issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.119xfce-base/exo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   1 Jul 2015 16:38:22 -   1.118
+++ ChangeLog   4 Jul 2015 13:05:13 -   1.119
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.118 2015/07/01 
16:38:22 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.119 2015/07/04 
13:05:13 perfinion Exp $
+
+*exo-0.10.6-r1 (04 Jul 2015)
+
+  04 Jul 2015; Jason Zaman  +exo-0.10.6-r1.ebuild:
+  revbump to fix gtk-doc QA issue
 
   01 Jul 2015; Mikle Kolyada  exo-0.10.6.ebuild:
   amd64 stable wrt bug #553500



1.1  xfce-base/exo/exo-0.10.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: exo-0.10.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild,v 1.1 
2015/07/04 13:05:13 perfinion Exp $

EAPI=5
inherit xfconf

DESCRIPTION="Extensions, widgets and framework library with session support for 
the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-lang/perl-5.6
>=dev-libs/glib-2.30:=
dev-perl/URI
>=x11-libs/gtk+-2.24:2=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:="
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(xfconf_use_debug)
)

[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}






[gentoo-commits] gentoo-x86 commit in dev-python/routes: routes-2.1-r1.ebuild ChangeLog

2015-07-04 Thread Ian Delaney (idella4)
idella4 15/07/04 13:08:27

  Modified: ChangeLog
  Added:routes-2.1-r1.ebuild
  Log:
  revbump; add doc build courtesy of a pull p/r filed in a bug upstream & cited 
in ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.29 dev-python/routes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   8 Apr 2015 08:04:55 -   1.28
+++ ChangeLog   4 Jul 2015 13:08:27 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/routes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.28 
2015/04/08 08:04:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.29 
2015/07/04 13:08:27 idella4 Exp $
+
+*routes-2.1-r1 (04 Jul 2015)
+
+  04 Jul 2015; Ian Delaney  +routes-2.1-r1.ebuild:
+  revbump; add doc build courtesy of a pull p/r filed in a bug upstream & cited
+  in ebuild
 
   08 Apr 2015; Michał Górny  routes-1.13-r1.ebuild,
   routes-2.0.ebuild:



1.1  dev-python/routes/routes-2.1-r1.ebuild

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

Index: routes-2.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v 1.1 
2015/07/04 13:08:27 idella4 Exp $

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

inherit distutils-r1

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

DESCRIPTION="A Python re-implementation of Rails routes system, mapping URL's 
to Controllers/Actions"
HOMEPAGE="http://routes.groovie.org http://pypi.python.org/pypi/Routes";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
)"
# It appears there's an epidemic of missing testsuites coming out of github. 
Restrict for now
RESTRICT="test"

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

# Comment out patch for tests for now
#PATCHES=( "${FILESDIR}"/${PN}-2.0-tests-py3.patch )

# https://github.com/bbangert/routes/issues/42 presents a patch 
# for the faulty docbuild converted to sed stmnts
python_prepare_all() {
use test && DISTUTILS_IN_SOURCE_BUILD=1
# The default theme in sphinx switched to classic from shpinx-1.3.1
if has_version ">=dev-python/sphinx-1.3.1"; then
sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
-i docs/conf.py || die
else
sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
-i docs/conf.py || die
fi
sed -e "s:changes:changes\n   todo:" \
-i docs/index.rst || die

distutils-r1_python_prepare_all
}

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

python_test() {
cp -r tests "${BUILD_DIR}" || die
if [[ ${EPYTHON} == python3* ]]; then
2to3 -w --no-diffs "${BUILD_DIR}"/tests || die
fi

nosetests -w "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
}

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






[gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-panel: xfce4-panel-4.12.0-r1.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:11:29

  Modified: ChangeLog
  Added:xfce4-panel-4.12.0-r1.ebuild
  Log:
  revbump to fix gtk-doc QA issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.262xfce-base/xfce4-panel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.262&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.262&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.261&r2=1.262

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   1 Jul 2015 16:41:40 -   1.261
+++ ChangeLog   4 Jul 2015 13:11:29 -   1.262
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/xfce4-panel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.261 
2015/07/01 16:41:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.262 
2015/07/04 13:11:29 perfinion Exp $
+
+*xfce4-panel-4.12.0-r1 (04 Jul 2015)
+
+  04 Jul 2015; Jason Zaman  
+xfce4-panel-4.12.0-r1.ebuild:
+  revbump to fix gtk-doc QA issue
 
   01 Jul 2015; Mikle Kolyada  xfce4-panel-4.12.0.ebuild:
   amd64 stable wrt bug #553500



1.1  xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-panel-4.12.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild,v 
1.1 2015/07/04 13:11:29 perfinion Exp $

EAPI=5
inherit xfconf

DESCRIPTION="Panel for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/dbus-glib-0.100
>=dev-libs/glib-2.24
>=x11-libs/cairo-1
>=x11-libs/gtk+-2.20:2
>=x11-libs/gtk+-3.2:3
x11-libs/libX11
>=x11-libs/libwnck-2.31:1
>=xfce-base/exo-0.8
>=xfce-base/garcon-0.3
>=xfce-base/libxfce4ui-4.11
>=xfce-base/libxfce4util-4.11
>=xfce-base/xfconf-4.10"
DEPEND="${RDEPEND}
dev-lang/perl
dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--enable-gtk3
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog NEWS THANKS )
}






[gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.10.6-r1.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:12:42

  Modified: exo-0.10.6-r1.ebuild ChangeLog
  Log:
  add gtk-doc-am DEP
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.2  xfce-base/exo/exo-0.10.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild?r1=1.1&r2=1.2

Index: exo-0.10.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exo-0.10.6-r1.ebuild4 Jul 2015 13:05:13 -   1.1
+++ exo-0.10.6-r1.ebuild4 Jul 2015 13:12:42 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild,v 1.1 
2015/07/04 13:05:13 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.6-r1.ebuild,v 1.2 
2015/07/04 13:12:42 perfinion Exp $
 
 EAPI=5
 inherit xfconf
@@ -21,6 +21,7 @@
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:="
 DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"



1.120xfce-base/exo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   4 Jul 2015 13:05:13 -   1.119
+++ ChangeLog   4 Jul 2015 13:12:42 -   1.120
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.119 2015/07/04 
13:05:13 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.120 2015/07/04 
13:12:42 perfinion Exp $
+
+  04 Jul 2015; Jason Zaman  exo-0.10.6-r1.ebuild:
+  add gtk-doc-am DEP
 
 *exo-0.10.6-r1 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in xfce-base/garcon: garcon-0.5.0-r2.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:14:19

  Modified: garcon-0.5.0-r2.ebuild ChangeLog
  Log:
  add gtk-doc-am DEP
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.2  xfce-base/garcon/garcon-0.5.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild?r1=1.1&r2=1.2

Index: garcon-0.5.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- garcon-0.5.0-r2.ebuild  4 Jul 2015 13:03:49 -   1.1
+++ garcon-0.5.0-r2.ebuild  4 Jul 2015 13:14:19 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild,v 
1.1 2015/07/04 13:03:49 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.5.0-r2.ebuild,v 
1.2 2015/07/04 13:14:19 perfinion Exp $
 
 EAPI=5
 inherit xfconf
@@ -20,6 +20,7 @@
>=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
 DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"



1.78 xfce-base/garcon/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   4 Jul 2015 13:03:49 -   1.77
+++ ChangeLog   4 Jul 2015 13:14:19 -   1.78
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/garcon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.77 
2015/07/04 13:03:49 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.78 
2015/07/04 13:14:19 perfinion Exp $
+
+  04 Jul 2015; Jason Zaman  garcon-0.5.0-r2.ebuild:
+  add gtk-doc-am DEP
 
 *garcon-0.5.0-r2 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-AIO: IO-AIO-4.320.0.ebuild IO-AIO-4.310.0.ebuild ChangeLog IO-AIO-4.180-r1.ebuild

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 13:18:46

  Modified: IO-AIO-4.310.0.ebuild ChangeLog
  Added:IO-AIO-4.320.0.ebuild
  Removed:  IO-AIO-4.180-r1.ebuild
  Log:
  Version bump; disable tests for now, see bug 553918
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.3  dev-perl/IO-AIO/IO-AIO-4.310.0.ebuild

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

Index: IO-AIO-4.310.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.310.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IO-AIO-4.310.0.ebuild   5 Jan 2015 19:01:29 -   1.2
+++ IO-AIO-4.310.0.ebuild   4 Jul 2015 13:18:46 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.310.0.ebuild,v 1.2 
2015/01/05 19:01:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.310.0.ebuild,v 1.3 
2015/07/04 13:18:46 dilfridge Exp $
 
 EAPI=5
 
@@ -17,4 +17,4 @@
 DEPEND="dev-perl/common-sense"
 RDEPEND="${DEPEND}"
 
-SRC_TEST="do"
+SRC_TEST=skip



1.29 dev-perl/IO-AIO/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   5 Jan 2015 19:01:29 -   1.28
+++ ChangeLog   4 Jul 2015 13:18:46 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/IO-AIO
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/ChangeLog,v 1.28 2015/01/05 
19:01:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/ChangeLog,v 1.29 2015/07/04 
13:18:46 dilfridge Exp $
+
+*IO-AIO-4.320.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel  
+IO-AIO-4.320.0.ebuild,
+  -IO-AIO-4.180-r1.ebuild, IO-AIO-4.310.0.ebuild:
+  Version bump; disable tests for now, see bug 553918
 
   05 Jan 2015; Mikle Kolyada  IO-AIO-4.310.0.ebuild:
   Mark stable



1.1  dev-perl/IO-AIO/IO-AIO-4.320.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.320.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.320.0.ebuild?rev=1.1&content-type=text/plain

Index: IO-AIO-4.320.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.320.0.ebuild,v 1.1 
2015/07/04 13:18:46 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=4.32
inherit perl-module

DESCRIPTION="Asynchronous Input/Output"

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

RDEPEND="dev-perl/common-sense"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

SRC_TEST=skip






[gentoo-commits] gentoo-x86 commit in sci-chemistry/scala: scala-3.3.20.ebuild ChangeLog

2015-07-04 Thread Patrice Clement (monsieurp)
monsieurp15/07/04 13:20:40

  Modified: scala-3.3.20.ebuild ChangeLog
  Log:
  Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.8  sci-chemistry/scala/scala-3.3.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?r1=1.7&r2=1.8

Index: scala-3.3.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scala-3.3.20.ebuild 28 Feb 2015 19:15:33 -  1.7
+++ scala-3.3.20.ebuild 4 Jul 2015 13:20:40 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 
1.7 2015/02/28 19:15:33 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 
1.8 2015/07/04 13:20:40 monsieurp Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 
 RDEPEND="
!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   28 Feb 2015 19:15:33 -  1.21
+++ ChangeLog   4 Jul 2015 13:20:40 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/scala
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.21 
2015/02/28 19:15:33 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.22 
2015/07/04 13:20:40 monsieurp Exp $
+
+  04 Jul 2015; Patrice Clement  scala-3.3.20.ebuild:
+  Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912.
 
   28 Feb 2015; Patrice Clement  scala-3.3.20.ebuild:
   Add two blockers against scala ebuilds and fix bug 541440. Signed off by 
jlec.






[gentoo-commits] gentoo-x86 commit in media-gfx/imagemagick: imagemagick-6.9.1.4.ebuild ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 13:24:46

  Modified: ChangeLog
  Added:imagemagick-6.9.1.4.ebuild
  Log:
  Version bump. Fixes bug #552034 partially.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.591media-gfx/imagemagick/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -r1.590 -r1.591
--- ChangeLog   7 Apr 2015 14:24:51 -   1.590
+++ ChangeLog   4 Jul 2015 13:24:46 -   1.591
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/imagemagick
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.590 
2015/04/07 14:24:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.591 
2015/07/04 13:24:46 mrueg Exp $
+
+*imagemagick-6.9.1.4 (04 Jul 2015)
+
+  04 Jul 2015; Manuel Rüger  +imagemagick-6.9.1.4.ebuild:
+  Version bump. Fixes bug #552034 partially.
 
   16 Jan 2015; Justin Lecher  -imagemagick-6.8.9.9.ebuild:
   Cleaning vulnerable versions #534106



1.1  media-gfx/imagemagick/imagemagick-6.9.1.4.ebuild

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

Index: imagemagick-6.9.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.9.1.4.ebuild,v 1.1 
2015/07/04 13:24:46 mrueg Exp $

EAPI=5

inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator

MY_P=ImageMagick-$(replace_version_separator 3 '-')

DESCRIPTION="A collection of tools and libraries for many image formats"
HOMEPAGE="http://www.imagemagick.org/";
SRC_URI="mirror://${PN}/${MY_P}.tar.xz"

LICENSE="imagemagick"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"

RESTRICT="perl? ( userpriv )"

# Drop the libtool dep once libltdl goes stable.
RDEPEND="
|| ( dev-libs/libltdl:0 =media-gfx/autotrace-0.31.1 )
bzip2? ( app-arch/bzip2 )
corefonts? ( media-fonts/corefonts )
djvu? ( app-text/djvu )
fftw? ( sci-libs/fftw:3.0 )
fontconfig? ( media-libs/fontconfig )
fpx? ( >=media-libs/libfpx-1.3.0-r1 )
graphviz? ( media-gfx/graphviz )
jbig? ( >=media-libs/jbigkit-2:= )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
lcms? ( media-libs/lcms:2= )
lqr? ( media-libs/liblqr )
opencl? ( virtual/opencl )
openexr? ( media-libs/openexr:0= )
pango? ( x11-libs/pango )
perl? ( >=dev-lang/perl-5.8.8:0= )
png? ( media-libs/libpng:0= )
postscript? ( app-text/ghostscript-gpl )
raw? ( media-gfx/ufraw )
svg? ( gnome-base/librsvg )
tiff? ( media-libs/tiff:0= )
truetype? (
media-fonts/urw-fonts
>=media-libs/freetype-2
)
webp? ( media-libs/libwebp:0= )
wmf? ( media-libs/libwmf )
X? (
x11-libs/libICE
x11-libs/libSM
x11-libs/libXext
x11-libs/libXt
)
xml? ( dev-libs/libxml2:= )
lzma? ( app-arch/xz-utils )
zlib? ( sys-libs/zlib:= )"
DEPEND="${RDEPEND}
!media-gfx/graphicsmagick[imagemagick]
virtual/pkgconfig
X? ( x11-proto/xextproto )"

REQUIRED_USE="corefonts? ( truetype )
test? ( corefonts )"

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch_user

elibtoolize # for Darwin modules

# For testsuite, see http://bugs.gentoo.org/show_bug.cgi?id=500580#c3
shopt -s nullglob
mesa_cards=$(echo -n /dev/dri/card* | sed 's/ /:/g')
if test -n "${mesa_cards}"; then

[gentoo-commits] gentoo-x86 commit in sys-auth/polkit/files: polkit-0.110-W_define.patch

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 13:26:52

  Removed:  polkit-0.110-W_define.patch
  Log:
  Version bump, use spidermonkey-185 because of problems with memory handling 
when using mozjs-17 (#553334)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.113.ebuild ChangeLog polkit-0.112-r1.ebuild polkit-0.110.ebuild polkit-0.112.ebuild

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 13:26:52

  Modified: ChangeLog
  Added:polkit-0.113.ebuild
  Removed:  polkit-0.112-r1.ebuild polkit-0.110.ebuild
polkit-0.112.ebuild
  Log:
  Version bump, use spidermonkey-185 because of problems with memory handling 
when using mozjs-17 (#553334)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.194sys-auth/polkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.194&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.194&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.193&r2=1.194

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   6 Jun 2015 08:52:19 -   1.193
+++ ChangeLog   4 Jul 2015 13:26:52 -   1.194
@@ -1,6 +1,14 @@
 # ChangeLog for sys-auth/polkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.193 
2015/06/06 08:52:19 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.194 
2015/07/04 13:26:52 pacho Exp $
+
+*polkit-0.113 (04 Jul 2015)
+
+  04 Jul 2015; Pacho Ramos  +polkit-0.113.ebuild,
+  -files/polkit-0.110-W_define.patch, -polkit-0.110.ebuild,
+  -polkit-0.112-r1.ebuild, -polkit-0.112.ebuild:
+  Version bump, use spidermonkey-185 because of problems with memory handling
+  when using mozjs-17 (#553334)
 
 *polkit-0.112-r3 (06 Jun 2015)
 



1.1  sys-auth/polkit/polkit-0.113.ebuild

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

Index: polkit-0.113.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.113.ebuild,v 1.1 
2015/07/04 13:26:52 pacho Exp $

EAPI=5
inherit eutils multilib pam pax-utils systemd user

DESCRIPTION="Policy framework for controlling privileges for system-wide 
services"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/polkit";
SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz";

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE="examples gtk +introspection jit kde nls pam selinux systemd test"

CDEPEND="
dev-lang/spidermonkey:0/mozjs185[-debug]
>=dev-libs/glib-2.32:2
>=dev-libs/expat-2:=
introspection? ( >=dev-libs/gobject-introspection-1:= )
pam? (
sys-auth/pambase
virtual/pam
)
systemd? ( sys-apps/systemd:0= )
"
DEPEND="${CDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig
"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-policykit )
"
PDEPEND="
gtk? ( || (
>=gnome-extra/polkit-gnome-0.105
lxde-base/lxpolkit
) )
kde? ( || (
kde-plasma/polkit-kde-agent
sys-auth/polkit-kde-agent
) )
!systemd? ( sys-auth/consolekit[policykit] )
"

QA_MULTILIB_PATHS="
usr/lib/polkit-1/polkit-agent-helper-1
usr/lib/polkit-1/polkitd"

pkg_setup() {
local u=polkitd
local g=polkitd
local h=/var/lib/polkit-1

enewgroup ${g}
enewuser ${u} -1 -1 ${h} ${g}
esethome ${u} ${h}
}

src_prepare() {
sed -i -e 's|unix-group:wheel|unix-user:0|' 
src/polkitbackend/*-default.rules || die #401513
}

src_configure() {
econf \
--localstatedir="${EPREFIX}"/var \
--disable-static \
--enable-man-pages \
--disable-gtk-doc \
$(use_enable systemd libsystemd-login) \
$(use_enable introspection) \
--disable-examples \
$(use_enable nls) \
--with-mozjs=mozjs185 \
"$(systemd_with_unitdir)" \
--with-authfw=$(usex pam pam shadow) \
$(use pam && echo --with-pam-module-dir="$(getpam_mod_dir)") \
$(use_enable test) \
--with-os-type=gentoo
}

src_compile() {
default

# Required for polkitd on hardened/PaX due to spidermonkey's JIT

[gentoo-commits] gentoo-x86 commit in media-video/libav: libav-11.3.ebuild ChangeLog

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 13:28:10

  Modified: libav-11.3.ebuild ChangeLog
  Log:
  Stable on alpha, bug 541664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.10 media-video/libav/libav-11.3.ebuild

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

Index: libav-11.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libav-11.3.ebuild   29 May 2015 10:37:25 -  1.9
+++ libav-11.3.ebuild   4 Jul 2015 13:28:10 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.3.ebuild,v 1.9 
2015/05/29 10:37:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.3.ebuild,v 1.10 
2015/07/04 13:28:10 klausman Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 LICENSE="LGPL-2.1  gpl? ( GPL-3 )"
 SLOT="0/11"
 [[ ${PV} == * ]] || \
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc 
+encode faac fdk
frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k mp3
+network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl



1.250media-video/libav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.250&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.250&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   29 May 2015 10:37:25 -  1.249
+++ ChangeLog   4 Jul 2015 13:28:10 -   1.250
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/libav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.249 
2015/05/29 10:37:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.250 
2015/07/04 13:28:10 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  libav-11.3.ebuild:
+  Stable on alpha, bug 541664
 
   29 May 2015; Mikle Kolyada  libav-11.3.ebuild:
   arm stable wrt bug #541664






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-All: IO-All-0.860.0.ebuild ChangeLog IO-All-0.460.0-r1.ebuild

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 13:31:03

  Modified: ChangeLog
  Added:IO-All-0.860.0.ebuild
  Removed:  IO-All-0.460.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.14 dev-perl/IO-All/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   8 Dec 2014 21:21:15 -   1.13
+++ ChangeLog   4 Jul 2015 13:31:03 -   1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/IO-All
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.13 2014/12/08 
21:21:15 monsieurp Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.14 2015/07/04 
13:31:03 dilfridge Exp $
+
+*IO-All-0.860.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel  
+IO-All-0.860.0.ebuild,
+  -IO-All-0.460.0-r1.ebuild:
+  Version bump; remove old
 
 *IO-All-0.820.0 (08 Dec 2014)
 



1.1  dev-perl/IO-All/IO-All-0.860.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild?rev=1.1&content-type=text/plain

Index: IO-All-0.860.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/IO-All-0.860.0.ebuild,v 1.1 
2015/07/04 13:31:03 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=INGY
MODULE_VERSION=0.86

inherit perl-module

DESCRIPTION="unified IO operations"

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

# needs Scalar::Util
DEPEND="
virtual/perl-Scalar-List-Utils
"
RDEPEND="${DEPEND}
virtual/perl-ExtUtils-MakeMaker
"

SRC_TEST="do parallel"






[gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/grub2-bhyve/

2015-07-04 Thread Yuta SATOH
commit: 8b231049d0f951f672b9aeb1071fe5deb6359d3e
Author: Yuta SATOH  gentoo  gr  jp>
AuthorDate: Sun May 31 02:47:19 2015 +
Commit: Yuta SATOH  gentoo  gr  jp>
CommitDate: Sun May 31 02:47:19 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=8b231049

grub2-bhyve: QA fix.

 sys-freebsd/grub2-bhyve/Manifest| 4 ++--
 sys-freebsd/grub2-bhyve/grub2-bhyve-0.30.ebuild | 5 +++--
 sys-freebsd/grub2-bhyve/grub2-bhyve-.ebuild | 5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sys-freebsd/grub2-bhyve/Manifest b/sys-freebsd/grub2-bhyve/Manifest
index 12ffcf4..2967516 100644
--- a/sys-freebsd/grub2-bhyve/Manifest
+++ b/sys-freebsd/grub2-bhyve/Manifest
@@ -1,4 +1,4 @@
 DIST grub2-bhyve-0.30.tar.gz 8383110 SHA256 
d854538b71ce1b964daf4aed141bfcb024c30a245b3bb88d0266420a0c34246d SHA512 
8cf810e97d10a4ca494bc55acebd44c216dce5fafa2b83b263157517f354134472a811d6d381a583173e4f7192b30e93397c0f573fca3ad802945c5f4a4e
 WHIRLPOOL 
f77985b7ed28d8276c5e63979f5050d72b9f8eadee838e4ee077b45dbfdc3ea40fe05463b000a3e89304e9ccf743a8d05990e9920ce9aafbb316ff410ed1b7c9
-EBUILD grub2-bhyve-0.30.ebuild 996 SHA256 
f84d2ea9bcdc20175d08387d508f056687c09a5bb0ebc43e76db86c19afc3f74 SHA512 
57983d518c61b51e936c34a16e214b85958400a5d50f16cdd3de48b67e6036082fd4afb716ffbb3439c5634ef1d40a6f0cf87fe1a993aa9ff243409de8ec70fc
 WHIRLPOOL 
261d652ad27b6e364cad39aba43675493166a59b500c729c87fd62a0ad1005767b7ac00bdc09844c8b5b2c506f84215439f4f812f95367682c95851f899415ff
-EBUILD grub2-bhyve-.ebuild 996 SHA256 
f84d2ea9bcdc20175d08387d508f056687c09a5bb0ebc43e76db86c19afc3f74 SHA512 
57983d518c61b51e936c34a16e214b85958400a5d50f16cdd3de48b67e6036082fd4afb716ffbb3439c5634ef1d40a6f0cf87fe1a993aa9ff243409de8ec70fc
 WHIRLPOOL 
261d652ad27b6e364cad39aba43675493166a59b500c729c87fd62a0ad1005767b7ac00bdc09844c8b5b2c506f84215439f4f812f95367682c95851f899415ff
+EBUILD grub2-bhyve-0.30.ebuild 1040 SHA256 
08fb91e15a1e03eb45239afa6d443be5c507b99f3002e8f935a0ee4a32ccef25 SHA512 
75a0b79bc67ef4b724503b7c11bfbb72008b051d7c8ce35f22cdebbd2f9d65731cb0b58f8610351cae4e34410137a86755778217bc8ba5c059731248e14c
 WHIRLPOOL 
e68104e7f4bf732bad311aa2eecac8328be1a0798e7f604c9a9bdeb77d5bec650b4e987e56779e11e2da2d5fa251e0bd1202ef278ff13ff31409e9500e32e5c6
+EBUILD grub2-bhyve-.ebuild 1040 SHA256 
08fb91e15a1e03eb45239afa6d443be5c507b99f3002e8f935a0ee4a32ccef25 SHA512 
75a0b79bc67ef4b724503b7c11bfbb72008b051d7c8ce35f22cdebbd2f9d65731cb0b58f8610351cae4e34410137a86755778217bc8ba5c059731248e14c
 WHIRLPOOL 
e68104e7f4bf732bad311aa2eecac8328be1a0798e7f604c9a9bdeb77d5bec650b4e987e56779e11e2da2d5fa251e0bd1202ef278ff13ff31409e9500e32e5c6
 MISC metadata.xml 223 SHA256 
5c9860c4ce81b51fef51a6c5e87081bfd13e74ba452c27191a1abc0ca5ff0aa0 SHA512 
3dc7fea8c9f850d63d4f9f24af639fb41d406c2e87439eb960c401412b37e7dc7ab6822d446ec113eb079aba30967391e95cd71dceb889753ed969bc51f6064e
 WHIRLPOOL 
577570d1260a6ef86155c1647e3d90c18aa9b83a89027dcea28b70d22df60e413cee353083d7e915d81129f447772dc7dc4ea766e478a9cf363dabce5d9042de

diff --git a/sys-freebsd/grub2-bhyve/grub2-bhyve-0.30.ebuild 
b/sys-freebsd/grub2-bhyve/grub2-bhyve-0.30.ebuild
index 385669a..43dcd87 100644
--- a/sys-freebsd/grub2-bhyve/grub2-bhyve-0.30.ebuild
+++ b/sys-freebsd/grub2-bhyve/grub2-bhyve-0.30.ebuild
@@ -36,15 +36,16 @@ DEPEND="${RDEPEND}
 src_configure() {
local myeconfargs=(
--disable-werror
+   --disable-nls
--with-platform=emu
--enable-grub-mount=no
--enable-grub-mkfont=no
--enable-grub-emu-sdl=no
+   $(use_enable zfs libzfs)
)
autotools-utils_src_configure
 }
 
 src_install() {
-   newbin ${BUILD_DIR}/grub-core/grub-emu grub-bhyve
+   newbin "${BUILD_DIR}"/grub-core/grub-emu grub-bhyve
 }
-

diff --git a/sys-freebsd/grub2-bhyve/grub2-bhyve-.ebuild 
b/sys-freebsd/grub2-bhyve/grub2-bhyve-.ebuild
index 385669a..43dcd87 100644
--- a/sys-freebsd/grub2-bhyve/grub2-bhyve-.ebuild
+++ b/sys-freebsd/grub2-bhyve/grub2-bhyve-.ebuild
@@ -36,15 +36,16 @@ DEPEND="${RDEPEND}
 src_configure() {
local myeconfargs=(
--disable-werror
+   --disable-nls
--with-platform=emu
--enable-grub-mount=no
--enable-grub-mkfont=no
--enable-grub-emu-sdl=no
+   $(use_enable zfs libzfs)
)
autotools-utils_src_configure
 }
 
 src_install() {
-   newbin ${BUILD_DIR}/grub-core/grub-emu grub-bhyve
+   newbin "${BUILD_DIR}"/grub-core/grub-emu grub-bhyve
 }
-



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

2015-07-04 Thread Anthony G. Basile (blueness)
blueness15/07/04 13:33:46

  Modified: ChangeLog package.use.mask
  Log:
  Mask http2 for net-misc/curl.  Bug #552618.

Revision  ChangesPath
1.817profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- ChangeLog   28 Jun 2015 23:31:26 -  1.816
+++ ChangeLog   4 Jul 2015 13:33:46 -   1.817
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.816 2015/06/28 
23:31:26 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.817 2015/07/04 
13:33:46 blueness Exp $
+
+  04 Jul 2015; Anthony G. Basile  package.use.mask:
+  Mask http2 for net-misc/curl. Bug #552618.
 
   28 Jun 2015; Brian Evans  use.stable.mask:
   Unmask php_targets_php5-6 for a majority of arches wrt bug 550164



1.692profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.691
retrieving revision 1.692
diff -u -r1.691 -r1.692
--- package.use.mask27 Jun 2015 17:47:05 -  1.691
+++ package.use.mask4 Jul 2015 13:33:46 -   1.692
@@ -1,10 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.691 
2015/06/27 17:47:05 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.692 
2015/07/04 13:33:46 blueness Exp $
 
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Anthony G. Basile  (04 Jul 2015)
+# USE=http2 depends on net-libs/nghttp2 which was recently
+# added to the tree and is still not stable.  Bug #552618.
+net-misc/curl http2
+
 # Gilles Dartiguelongue  (25 May 2015)
 # webkit fails to build with USE=wayland, bug #549228
 # https://bugs.webkit.org/show_bug.cgi?id=142879






[gentoo-commits] proj/gentoo-bsd:master commit in: profiles/default/bsd/fbsd/x86/10.1/, profiles/default/bsd/fbsd/amd64/10.1/, ...

2015-07-04 Thread Yuta SATOH
commit: eb15ec4fac5a7ce8f567e9b0ba68ac9a7704d203
Author: Yuta SATOH  gentoo  gr  jp>
AuthorDate: Sat Jul  4 13:33:17 2015 +
Commit: Yuta SATOH  gentoo  gr  jp>
CommitDate: Sat Jul  4 13:33:17 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=eb15ec4f

Clean up profiles.

 profiles/arch/amd64-fbsd/clang/ChangeLog   | 43 
 profiles/arch/amd64-fbsd/clang/make.defaults   |  8 ---
 profiles/arch/amd64-fbsd/clang/package.use.force   | 17 -
 profiles/arch/amd64-fbsd/clang/package.use.mask| 16 -
 profiles/arch/amd64-fbsd/clang/packages| 10 ---
 profiles/arch/amd64-fbsd/clang/packages.build  |  7 --
 profiles/arch/amd64-fbsd/clang/parent  |  1 -
 profiles/arch/amd64-fbsd/clang/profile.bashrc  | 12 
 profiles/default/bsd/fbsd/amd64/10.1/clang/parent  |  2 -
 profiles/default/bsd/fbsd/amd64/10.1/make.defaults | 11 ---
 .../default/bsd/fbsd/amd64/10.1/package.use.force  |  4 --
 profiles/default/bsd/fbsd/amd64/10.1/parent|  2 -
 profiles/default/bsd/fbsd/x86/10.1/make.defaults   |  9 ---
 profiles/default/bsd/fbsd/x86/10.1/parent  |  2 -
 profiles/default/bsd/profile.bashrc| 82 --
 profiles/releases/freebsd-10.1/package.mask| 53 --
 profiles/releases/freebsd-10.1/package.use.force   |  6 --
 profiles/releases/freebsd-10.1/packages| 10 ---
 profiles/releases/freebsd-10.1/packages.build  |  7 --
 profiles/releases/freebsd-10.1/parent  |  1 -
 profiles/releases/freebsd-10.1/profile.bashrc  | 35 -
 21 files changed, 338 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/clang/ChangeLog 
b/profiles/arch/amd64-fbsd/clang/ChangeLog
deleted file mode 100644
index b6446cd..000
--- a/profiles/arch/amd64-fbsd/clang/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# ChangeLog for profile directory
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog,v 
1.2 2013/08/10 02:33:31 aballier Exp $
-
-  10 Aug 2013; Alexis Ballier  package.use.force:
-  force clang useflag on llvm
-
-  27 Jul 2013; Alexis Ballier  package.use.force:
-  build libcxx multilib, patch by Yuta SATOH in bug #475294
-
-  19 Jun 2013; Alexis Ballier  +make.defaults:
-  add default cflags, esp. CXXFLAGS=-stdlib=libc++ ...
-
-  19 Jun 2013; Alexis Ballier  package.use.force,
-  package.use.mask:
-  force curl[ssl,curl_ssl_openssl] and mask the others: curl is in @system for
-  this profile so better have it with sane defaults.
-
-  19 Jun 2013; Alexis Ballier  -package.unmask:
-  no need to unmask clang 3.3 now that it is unmasked globally
-
-  17 Jun 2013; Alexis Ballier  +package.unmask:
-  Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++
-  -stdlib=libc++
-
-  01 Jun 2013; Alexis Ballier  package.use.force,
-  package.use.mask:
-  Build libcxxrt over libgcc_s since that is what clang defaults to.
-
-  31 May 2013; Alexis Ballier  package.use.mask:
-  libunwind is rather core for our C++ stack. Better not have it link to
-  liblzma for smaller debug info.
-
-  31 May 2013; Alexis Ballier  package.use.force:
-  Force building libc++ over libcxxrt
-
-  31 May 2013; Alexis Ballier  +package.use.force:
-  Force static libs on the C++ stack so that static linking has a chance to
-  work
-
-  30 May 2013; Alexis Ballier  +package.use.mask:
-  Mask binutils[cxx], bug #427344 (and add a ChangeLog here)
-

diff --git a/profiles/arch/amd64-fbsd/clang/make.defaults 
b/profiles/arch/amd64-fbsd/clang/make.defaults
deleted file mode 100644
index 693bf18..000
--- a/profiles/arch/amd64-fbsd/clang/make.defaults
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: $
-
-CFLAGS="-O2 -pipe"
-CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"

diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force 
b/profiles/arch/amd64-fbsd/clang/package.use.force
deleted file mode 100644
index 3d54a7b..000
--- a/profiles/arch/amd64-fbsd/clang/package.use.force
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# Force building libc++ over libcxxrt.
-sys-libs/libcxx libcxxrt
-
-# Force static libs and multilib on the C++ stack.
-sys-libs/libcxxrt static-libs abi_x86_32
-sys-libs/libcxx static-libs abi_x86_32
-
-# Force openssl on curl since cmakes needs it and is in @system because of
-# libcxx on this profile. Mask the other ssl providers.
-net-misc/curl ssl curl_ssl_openssl
-
-# We obviously need clang
-sys-devel/llvm clang static-analyzer

diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask 
b/profiles/arch/amd64-fbsd/clang/package.use.mask
deleted file mode 100644
index 9c2ad32..000
--- a/prof

[gentoo-commits] gentoo-x86 commit in xfce-extra/tumbler: tumbler-0.1.31-r1.ebuild ChangeLog

2015-07-04 Thread Jason Zaman (perfinion)
perfinion15/07/04 13:39:54

  Modified: ChangeLog
  Added:tumbler-0.1.31-r1.ebuild
  Log:
  add gtk-doc-am DEP
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  ChangesPath
1.69 xfce-extra/tumbler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/tumbler/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/tumbler/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/tumbler/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   1 Jul 2015 16:49:26 -   1.68
+++ ChangeLog   4 Jul 2015 13:39:54 -   1.69
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/tumbler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.68 
2015/07/01 16:49:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.69 
2015/07/04 13:39:54 perfinion Exp $
+
+*tumbler-0.1.31-r1 (04 Jul 2015)
+
+  04 Jul 2015; Jason Zaman  +tumbler-0.1.31-r1.ebuild:
+  add gtk-doc-am DEP
 
   01 Jul 2015; Mikle Kolyada  tumbler-0.1.31.ebuild:
   amd64 stable wrt bug #553500



1.1  xfce-extra/tumbler/tumbler-0.1.31-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.31-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.31-r1.ebuild?rev=1.1&content-type=text/plain

Index: tumbler-0.1.31-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.31-r1.ebuild,v 1.1 
2015/07/04 13:39:54 perfinion Exp $

EAPI=5
inherit xfconf

DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop 
environment"
HOMEPAGE="http://www.xfce.org/projects/thunar/";
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
IUSE="curl debug ffmpeg gstreamer jpeg odf pdf raw"

COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
>=dev-libs/glib-2.24:2=
media-libs/freetype:2=
media-libs/libpng:0=
>=sys-apps/dbus-1.6:=
>=x11-libs/gdk-pixbuf-2.14:2=
curl? ( >=net-misc/curl-7.25:= )
ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
jpeg? ( virtual/jpeg:0= )
odf? ( >=gnome-extra/libgsf-1.14.20:= )
pdf? ( >=app-text/poppler-0.12.4[cairo] )
raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
RDEPEND="${COMMON_DEPEND}
>=xfce-base/thunar-1.4
gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

pkg_setup() {
XFCONF=(
$(use_enable curl cover-thumbnailer)
$(use_enable jpeg jpeg-thumbnailer)
$(use_enable ffmpeg ffmpeg-thumbnailer)
$(use_enable gstreamer gstreamer-thumbnailer)
$(use_enable odf odf-thumbnailer)
$(use_enable pdf poppler-thumbnailer)
$(use_enable raw raw-thumbnailer)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog NEWS README TODO )
}






[gentoo-commits] gentoo-x86 commit in perl-core/Unicode-Collate: - New directory

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 13:42:44

  Log:
  Directory /var/cvsroot/gentoo-x86/perl-core/Unicode-Collate added to the 
repository



[gentoo-commits] gentoo-x86 commit in perl-core/Unicode-Collate: Unicode-Collate-1.120.0.ebuild ChangeLog metadata.xml

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 13:44:16

  Added:Unicode-Collate-1.120.0.ebuild ChangeLog
metadata.xml
  Log:
  Add perl-core package. Needed for Biber.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.1  perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild?rev=1.1&content-type=text/plain

Index: Unicode-Collate-1.120.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild,v
 1.1 2015/07/04 13:44:16 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SADAHIRO
MODULE_VERSION=1.12
inherit perl-module

DESCRIPTION="Unicode Collate Algorithm"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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 ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND="
virtual/perl-Carp
virtual/perl-File-Spec
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

SRC_TEST="do parallel"



1.1  perl-core/Unicode-Collate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for perl-core/Unicode-Collate
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Unicode-Collate/ChangeLog,v 1.1 
2015/07/04 13:44:16 dilfridge Exp $

*Unicode-Collate-1.120.0 (04 Jul 2015)

  04 Jul 2015; Andreas K. Huettel 
  +Unicode-Collate-1.120.0.ebuild, +metadata.xml:
  Add perl-core package. Needed for Biber.




1.1  perl-core/Unicode-Collate/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Unicode-Collate/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

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

  perl







[gentoo-commits] gentoo-x86 commit in media-libs/clutter: clutter-1.22.4.ebuild metadata.xml ChangeLog clutter-1.22.2.ebuild clutter-1.18.4.ebuild clutter-1.20.0.ebuild

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 13:45:13

  Modified: metadata.xml ChangeLog
  Added:clutter-1.22.4.ebuild
  Removed:  clutter-1.22.2.ebuild clutter-1.18.4.ebuild
clutter-1.20.0.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  media-libs/clutter/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml23 Dec 2014 22:53:28 -  1.5
+++ metadata.xml4 Jul 2015 13:45:13 -   1.6
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
-  
+gnome
+
Enable EGL backend.
-Use gdk-pixbuf from x11-libs/gtk+ as image 
rendering backend
-  
+   Use gdk-pixbuf from x11-libs/gtk+ as image 
rendering backend
+
 



1.100media-libs/clutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   26 Jun 2015 09:22:53 -  1.99
+++ ChangeLog   4 Jul 2015 13:45:13 -   1.100
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/clutter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.99 
2015/06/26 09:22:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.100 
2015/07/04 13:45:13 pacho Exp $
+
+*clutter-1.22.4 (04 Jul 2015)
+
+  04 Jul 2015; Pacho Ramos  +clutter-1.22.4.ebuild,
+  -clutter-1.18.4.ebuild, -clutter-1.20.0.ebuild, -clutter-1.22.2.ebuild,
+  metadata.xml:
+  Version bump, drop old
 
   26 Jun 2015; Agostino Sarubbo  clutter-1.20.2.ebuild:
   Stable for x86, wrt bug #551814



1.1  media-libs/clutter/clutter-1.22.4.ebuild

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

Index: clutter-1.22.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.22.4.ebuild,v 
1.1 2015/07/04 13:45:13 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2 virtualx

HOMEPAGE="https://wiki.gnome.org/Projects/Clutter";
DESCRIPTION="Clutter is a library for creating graphical user interfaces"

LICENSE="LGPL-2.1+ FDL-1.1+"
SLOT="1.0"
IUSE="aqua debug doc egl gtk +introspection test wayland +X"
REQUIRED_USE="
|| ( aqua wayland X )
wayland? ( egl )
"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

# NOTE: glx flavour uses libdrm + >=mesa-7.3
# >=libX11-1.3.1 needed for X Generic Event support
# do not depend on tslib, it does not build and is disable by default upstream
RDEPEND="
>=dev-libs/glib-2.39.0:2
>=dev-libs/atk-2.5.3[introspection?]
>=dev-libs/json-glib-0.12[introspection?]
>=media-libs/cogl-1.20.0:1.0=[introspection?,pango,wayland?]
>=x11-libs/cairo-1.14:=[aqua?,glib]
>=x11-libs/pango-1.30[introspection?]

virtual/opengl
x11-libs/libdrm:=

egl? (
>=dev-libs/libinput-0.8
media-libs/cogl[gles2,kms]
>=virtual/libgudev-136
x11-libs/libxkbcommon
)
gtk? ( >=x11-libs/gtk+-3.3.18:3[aqua?] )
introspection? ( >=dev-libs/gobject-introspection-1.39:= )
X? (
media-libs/fontconfig
>=x11-libs/libX11-1.3.1
x11-libs/libXext
x11-libs/libXdamage
x11-proto/inputproto
>=x11-libs/libXi-1.3
>=x11-libs/libXcomposite-0.4 )
wayland? (
dev-libs/wayland
x11-libs/gdk-pixbuf:2 )
"
DEPE

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

2015-07-04 Thread Andreas Huettel (dilfridge)
dilfridge15/07/04 13:46:23

  Modified: ChangeLog package.mask
  Log:
  Unmask virtual/perl-Unicode-Collate since we now have a corresponding 
perl-core package

Revision  ChangesPath
1.10163  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10162
retrieving revision 1.10163
diff -u -r1.10162 -r1.10163
--- ChangeLog   4 Jul 2015 12:32:04 -   1.10162
+++ ChangeLog   4 Jul 2015 13:46:22 -   1.10163
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10162 2015/07/04 
12:32:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10163 2015/07/04 
13:46:22 dilfridge 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!
 
+  04 Jul 2015; Andreas K. Huettel  package.mask:
+  Unmask virtual/perl-Unicode-Collate since we now have a corresponding
+  perl-core package
+
   04 Jul 2015; Andreas K. Huettel  +updates/3Q-2015:
   Fix capitalization of dev-perl/inline-files
 



1.16647  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16646
retrieving revision 1.16647
diff -u -r1.16646 -r1.16647
--- package.mask4 Jul 2015 02:34:13 -   1.16646
+++ package.mask4 Jul 2015 13:46:22 -   1.16647
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16646 2015/07/04 
02:34:13 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16647 2015/07/04 
13:46:22 dilfridge 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
@@ -229,7 +229,6 @@
 =virtual/perl-Text-Balanced-2.30.0
 =virtual/perl-Text-ParseWords-3.300.0
 =virtual/perl-Time-Piece-1.290.0
-=virtual/perl-Unicode-Collate-1.120.0
 =virtual/perl-XSLoader-0.200.0
 =virtual/perl-autodie-2.260.0
 =virtual/perl-bignum-0.390.0






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.2.14.ebuild

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 13:52:24

  Modified: ChangeLog ffmpeg-2.2.14.ebuild
  Log:
  Stable on alpha, bug 538798
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.871media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.871&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.871&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.870&r2=1.871

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.870
retrieving revision 1.871
diff -u -r1.870 -r1.871
--- ChangeLog   28 Jun 2015 10:20:29 -  1.870
+++ ChangeLog   4 Jul 2015 13:52:24 -   1.871
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.870 
2015/06/28 10:20:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.871 
2015/07/04 13:52:24 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  ffmpeg-2.2.14.ebuild:
+  Stable on alpha, bug 538798
 
   28 Jun 2015; Mikle Kolyada  ffmpeg-2.6.3.ebuild:
   x86 stable wrt bug #547462



1.11 media-video/ffmpeg/ffmpeg-2.2.14.ebuild

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

Index: ffmpeg-2.2.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.14.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ffmpeg-2.2.14.ebuild30 May 2015 10:55:14 -  1.10
+++ ffmpeg-2.2.14.ebuild4 Jul 2015 13:52:24 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.14.ebuild,v 
1.10 2015/05/30 10:55:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.14.ebuild,v 
1.11 2015/07/04 13:52:24 klausman Exp $
 
 EAPI="5"
 
@@ -37,7 +37,7 @@
 LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
 SLOT="0/${FFMPEG_SUBSLOT}"
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 IUSE="
aac aacplus alsa amr amrenc bluray +bzip2 cdio celt






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

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 13:52:52

  Modified: libssh-0.7.0-r1.ebuild ChangeLog
  Log:
  Stable on alpha, bug 538798
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.2  net-libs/libssh/libssh-0.7.0-r1.ebuild

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

Index: libssh-0.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.7.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libssh-0.7.0-r1.ebuild  27 May 2015 07:46:35 -  1.1
+++ libssh-0.7.0-r1.ebuild  4 Jul 2015 13:52:52 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.7.0-r1.ebuild,v 
1.1 2015/05/27 07:46:35 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.7.0-r1.ebuild,v 
1.2 2015/07/04 13:52:52 klausman Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@

https://projects.archlinux.org/svntogit/packages.git/plain/trunk/ssh_forward_listen.patch?h=packages/libssh&id=e7628675b7b5dec45371b67745ce786ee5b78d8c
 -> ${PN}-0.7.0-ssh_forward_listen.patch"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 SLOT="0/4" # subslot = soname major version
 IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test 
zlib"
 # Maintainer: check IUSE-defaults at DefineOptions.cmake



1.139net-libs/libssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   31 May 2015 22:00:40 -  1.138
+++ ChangeLog   4 Jul 2015 13:52:52 -   1.139
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.138 
2015/05/31 22:00:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.139 
2015/07/04 13:52:52 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  libssh-0.7.0-r1.ebuild:
+  Stable on alpha, bug 538798
 
   31 May 2015; Lars Wendler  Manifest:
   Fixed checksum of libssh-0.6.5-compilefix.patch.






[gentoo-commits] gentoo-x86 commit in media-libs/clutter-gtk: metadata.xml clutter-gtk-1.6.2.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 13:53:04

  Modified: metadata.xml ChangeLog
  Added:clutter-gtk-1.6.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  media-libs/clutter-gtk/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml17 Dec 2012 19:50:36 -  1.3
+++ metadata.xml4 Jul 2015 13:53:04 -   1.4
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   gnome
+gnome
 



1.62 media-libs/clutter-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   11 Jun 2015 00:35:05 -  1.61
+++ ChangeLog   4 Jul 2015 13:53:04 -   1.62
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.61 
2015/06/11 00:35:05 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.62 
2015/07/04 13:53:04 pacho Exp $
+
+*clutter-gtk-1.6.2 (04 Jul 2015)
+
+  04 Jul 2015; Pacho Ramos  +clutter-gtk-1.6.2.ebuild,
+  metadata.xml:
+  Version bump
 
 *clutter-gtk-1.6.0-r1 (11 Jun 2015)
 



1.1  media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild

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

Index: clutter-gtk-1.6.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild,v 1.1 
2015/07/04 13:53:04 pacho Exp $

EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
HOMEPAGE="https://wiki.gnome.org/Projects/Clutter";
LICENSE="LGPL-2.1+"

SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples +introspection"

RDEPEND="
>=x11-libs/gtk+-3.6.0:3[introspection?]
>=media-libs/clutter-1.22.2-r1:1.0[introspection?]
media-libs/cogl:1.0=[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
>=sys-devel/gettext-0.18
virtual/pkgconfig
"

src_configure() {
gnome2_src_configure \
--disable-maintainer-flags \
--enable-deprecated \
$(use_enable introspection)
}

src_install() {
gnome2_src_install

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/{*.c,redhand.png}
fi
}






[gentoo-commits] gentoo-x86 commit in dev-util/cmocka: ChangeLog cmocka-0.3.1-r1.ebuild

2015-07-04 Thread Tobias Klausmann (klausman)
klausman15/07/04 13:53:02

  Modified: ChangeLog cmocka-0.3.1-r1.ebuild
  Log:
  Stable on alpha, bug 538798
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.24 dev-util/cmocka/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   30 May 2015 21:00:17 -  1.23
+++ ChangeLog   4 Jul 2015 13:53:02 -   1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cmocka
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.23 2015/05/30 
21:00:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/ChangeLog,v 1.24 2015/07/04 
13:53:02 klausman Exp $
+
+  04 Jul 2015; Tobias Klausmann  cmocka-0.3.1-r1.ebuild:
+  Stable on alpha, bug 538798
 
 *cmocka-1.0.1 (30 May 2015)
 



1.4  dev-util/cmocka/cmocka-0.3.1-r1.ebuild

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

Index: cmocka-0.3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cmocka-0.3.1-r1.ebuild  4 Aug 2014 16:06:13 -   1.3
+++ cmocka-0.3.1-r1.ebuild  4 Jul 2015 13:53:02 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v 
1.3 2014/08/04 16:06:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmocka/cmocka-0.3.1-r1.ebuild,v 
1.4 2015/07/04 13:53:02 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="doc static-libs test"
 
 DEPEND="






[gentoo-commits] gentoo-x86 commit in media-libs/clutter-gtk: clutter-gtk-1.6.2.ebuild ChangeLog

2015-07-04 Thread Pacho Ramos (pacho)
pacho   15/07/04 13:53:44

  Modified: clutter-gtk-1.6.2.ebuild ChangeLog
  Log:
  Fix RDEPEND
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild

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

Index: clutter-gtk-1.6.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clutter-gtk-1.6.2.ebuild4 Jul 2015 13:53:04 -   1.1
+++ clutter-gtk-1.6.2.ebuild4 Jul 2015 13:53:43 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild,v 1.1 
2015/07/04 13:53:04 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild,v 1.2 
2015/07/04 13:53:43 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -18,7 +18,7 @@
 
 RDEPEND="
>=x11-libs/gtk+-3.6.0:3[introspection?]
-   >=media-libs/clutter-1.22.2-r1:1.0[introspection?]
+   >=media-libs/clutter-1.22.3:1.0[introspection?]
media-libs/cogl:1.0=[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
 "



1.63 media-libs/clutter-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   4 Jul 2015 13:53:04 -   1.62
+++ ChangeLog   4 Jul 2015 13:53:43 -   1.63
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.62 
2015/07/04 13:53:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.63 
2015/07/04 13:53:43 pacho Exp $
+
+  04 Jul 2015; Pacho Ramos  clutter-gtk-1.6.2.ebuild:
+  Fix RDEPEND
 
 *clutter-gtk-1.6.2 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-misc/ckb: - New directory

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 13:56:42

  Log:
  Directory /var/cvsroot/gentoo-x86/app-misc/ckb added to the repository



[gentoo-commits] gentoo-x86 commit in app-misc/ckb/files: - New directory

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 13:57:31

  Log:
  Directory /var/cvsroot/gentoo-x86/app-misc/ckb/files added to the repository



[gentoo-commits] gentoo-x86 commit in app-misc/ckb/files: ckb.initd

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 13:58:25

  Added:ckb.initd
  Log:
  Initial version.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  app-misc/ckb/files/ckb.initd

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

Index: ckb.initd
===
#!/sbin/runscript
## Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

extra_started_commands="reload"
command="/usr/bin/ckb-daemon"
description="Controller for Corsair Keyboard Driver"
pidfile="/run/ckb.pid"
logfile="/var/run/ckb.log"

start() {
ebegin "Starting Corsair Keyboard Driver"
start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}" 
--background \
--stdout "${logfile}" --stderr "${logfile}"
eend $?
}

stop() {
ebegin "Stopping Corsair Keyboard Driver"
start-stop-daemon --stop --exec "${command}" --pidfile "${pidfile}"
eend $?

}

reload() {
stop
sleep 3
start
}






[gentoo-commits] gentoo-x86 commit in app-misc/ckb: ckb-0.1.5.ebuild metadata.xml Manifest ChangeLog

2015-07-04 Thread Manuel Rueger (mrueg)
mrueg   15/07/04 13:58:25

  Added:ckb-0.1.5.ebuild metadata.xml Manifest ChangeLog
  Log:
  Initial version.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  app-misc/ckb/ckb-0.1.5.ebuild

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

Index: ckb-0.1.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ckb/ckb-0.1.5.ebuild,v 1.1 
2015/07/04 13:58:25 mrueg Exp $

EAPI=5

inherit qmake-utils systemd

DESCRIPTION="Corsair K65/K70/K95 Driver"
HOMEPAGE="https://github.com/ccMSC/ckb";
SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="dev-libs/quazip[qt5]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}"

DOCS=( README.md BUILD.md DAEMON.md )

src_prepare() {
sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" 
src/ckb/ckb.pro || die
}

src_configure() {
eqmake5
}

src_install() {
dobin bin/ckb bin/ckb-daemon
dodir /usr/bin/ckb-animations
exeinto /usr/bin/ckb-animations
doexe bin/ckb-animations/*

newinitd "${FILESDIR}"/ckb.initd ckb-daemon
domenu usr/ckb.desktop
doicon usr/ckb.png
systemd_dounit service/systemd/ckb-daemon.service
}



1.1  app-misc/ckb/metadata.xml

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

Index: metadata.xml
===

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


mr...@gentoo.org
Manuel Rüger





1.1  app-misc/ckb/Manifest

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

Index: Manifest
===
AUX ckb.initd 658 SHA256 
aee15fa4a8ef6a3d111b987070f7ac8cdef08a68615a8f541cbd7d8d09c969a4 SHA512 
cc3b1b1aa1ae210d5d9534991107e2134b2a0f33e687156b6b3fe69d45d413bee5cd67f9013899ac4dd714c04617448ec0b4157d7b8f6f3f841a4c7505e27106
 WHIRLPOOL 
8176cb25f7027986c4fc6988eaf4fe6251b83dfc2d5cca85b4dc2f0a1c865f0f8c1ef48ac1d44c4b1525d699344e230f54b05683749c4d5379a70b86269d4bc9
DIST ckb-0.1.5.tar.gz 370107 SHA256 
944e2735ca397287fbbadcff4f6946a7bcfd2a1a4d12f5e121a79e6b4fd39f8a SHA512 
2f6b876e09c3f012c09d7d0f80ce21c80325d2588427074aeb9eb287b2aae58fdb66290bbd3643eeb7d6523d8230b6787c6517dd8a996db5af13c00fc8e84414
 WHIRLPOOL 
2b3fe82e407246487464d3888b908126c034965f6cdd89fd9155e3cc64d6dee9e6b388c4f7ce83e9085992d663a8f773b5582a56da95e8460cba97a1af5364cd
EBUILD ckb-0.1.5.ebuild 1015 SHA256 
9b5adff68b2c5aafcfdfe106051055da8beea5828adf1285ad21369f0442020e SHA512 
cb405cd94519bc9bd2c1045acd8499754eb0bac9795c15c511e7060213fe3bcaea11d591d4d4766e52ee92c3ca3cf46cb22c2d231bf42f5a78d2b62b319bf9c6
 WHIRLPOOL 
db86a36d001c60e9a2ec2a0657ff601a4a0527513764e21654e5e1b21297d7c6d9ec797e97c27cfcbe585fd9b542fa3fca1abb5c81502c02c8145daf913d9911
MISC metadata.xml 231 SHA256 
9c04e1ed256c8293b1120d9b56de16e3ee5ff6cdb3967d517d46c5974c23d67a SHA512 
0aaf70d152f2b3a4b333fccde6f5c9fbb6cac1a9ecf3e2b2ddb57a1c260b3f0e7bdd215edad17f959b2a3324929bf446164341531783431c3435d1b956d09d83
 WHIRLPOOL 
d631165d8a2dd82731e34fed2e3c09437b8c0d383da28c3e0a5f704196afc1810a7efee388e6b558493e82fa61cc799ab3b93eb1b7b17464dd380efdcba60d06



1.1  app-misc/ckb/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for app-misc/ckb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ckb/ChangeLog,v 1.1 2015/07/04 
13:58:25 mrueg Exp $

*ckb-0.1.5 (04 Jul 2015)

  04 Jul 2015; Manuel Rüger  +ckb-0.1.5.ebuild,
  +files/ckb.initd, +metadata.xml:
  Initial version.






[gentoo-commits] gentoo-x86 commit in www-apps/moodle: ChangeLog moodle-2.6.11.ebuild

2015-07-04 Thread Anthony G. Basile (blueness)
blueness15/07/04 14:00:29

  Modified: ChangeLog
  Removed:  moodle-2.6.11.ebuild
  Log:
  Upstream support has been dropped.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.71 www-apps/moodle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   11 May 2015 14:37:10 -  1.70
+++ ChangeLog   4 Jul 2015 14:00:29 -   1.71
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/moodle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v 1.70 2015/05/11 
14:37:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/ChangeLog,v 1.71 2015/07/04 
14:00:29 blueness Exp $
+
+  04 Jul 2015; Anthony G. Basile  -moodle-2.6.11.ebuild:
+  Upstream support has been dropped.
 
 *moodle-2.7.8 (11 May 2015)
 *moodle-2.9 (11 May 2015)






  1   2   3   4   5   6   7   8   9   10   >