[gentoo-commits] gentoo-x86 commit in sci-geosciences/viking: metadata.xml ChangeLog viking-1.6.ebuild

2015-04-06 Thread Hans de Graaff (graaff)
graaff  15/04/06 07:10:23

  Modified: metadata.xml ChangeLog
  Added:viking-1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  sci-geosciences/viking/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/viking/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/viking/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/viking/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/viking/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml15 Jan 2015 13:24:58 -  1.3
+++ metadata.xml6 Apr 2015 07:10:23 -   1.4
@@ -9,5 +9,11 @@
 
   Use libmagic to determine mimetypes
 
+
+  Enable a layer based on sci-geosciences/mapnik
+
+
+  Enable MBTiles support based on dev-db/sqlite
+
   
 



1.30 sci-geosciences/viking/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   10 Mar 2015 18:42:06 -  1.29
+++ ChangeLog   6 Apr 2015 07:10:23 -   1.30
@@ -1,6 +1,12 @@
 # ChangeLog for sci-geosciences/viking
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v 1.29 
2015/03/10 18:42:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v 1.30 
2015/04/06 07:10:23 graaff Exp $
+
+*viking-1.6 (06 Apr 2015)
+
+  06 Apr 2015; Hans de Graaff  +viking-1.6.ebuild,
+  metadata.xml:
+  Version bump.
 
   10 Mar 2015; Hans de Graaff  viking-1.5.1.ebuild,
   +files/viking-1.5.1-gpsd-3.13.patch:



1.1  sci-geosciences/viking/viking-1.6.ebuild

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

Index: viking-1.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/viking-1.6.ebuild,v 
1.1 2015/04/06 07:10:23 graaff Exp $

EAPI=5

inherit eutils

DESCRIPTION="GPS data editor and analyzer"
HOMEPAGE="http://viking.sourceforge.net/";
IUSE="doc +exif gps +magic mapnik nls sqlite3"
SRC_URI="
mirror://sourceforge/${PN}/${P}.tar.bz2
doc? ( mirror://sourceforge/${PN}/${PN}.pdf )"

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

COMMONDEPEND="
app-arch/bzip2
dev-libs/expat
dev-libs/glib:2
net-misc/curl
sys-libs/zlib
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
gps? ( >=sci-geosciences/gpsd-2.96 )
exif? ( media-libs/libexif )
magic? ( sys-apps/file )
mapnik? ( sci-geosciences/mapnik )
sqlite3? ( dev-db/sqlite:3 )
"
RDEPEND="${COMMONDEPEND}
sci-geosciences/gpsbabel
"
DEPEND="${COMMONDEPEND}
app-text/gnome-doc-utils
dev-util/intltool
dev-util/gtk-doc-am
app-text/rarian
dev-libs/libxslt
virtual/pkgconfig
sys-devel/gettext
"

src_configure() {
econf \
--disable-deprecations \
--with-libcurl \
--with-expat \
--enable-google \
--enable-terraserver \
--enable-expedia \
--enable-openstreetmap \
--enable-bluemarble \
--enable-geonames \
--enable-geocaches \
--disable-dem24k \
$(use_enable exif geotag) \
$(use_enable gps realtime-gps-tracking) \
$(use_enable magic) \
$(use_enable mapnik) \
$(use_enable nls) \
$(use_enable sqlite3 mbtiles )
}

src_install() {
default
if use doc; then
insinto /usr/share/doc/${PF}
doins "${DISTDIR}"/${PN}.pdf
fi
}






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-CaptureOutput: IO-CaptureOutput-1.110.400.ebuild ChangeLog

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

  Modified: IO-CaptureOutput-1.110.400.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #545660).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild

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

Index: IO-CaptureOutput-1.110.400.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IO-CaptureOutput-1.110.400.ebuild   5 Apr 2015 23:00:27 -   1.1
+++ IO-CaptureOutput-1.110.400.ebuild   6 Apr 2015 07:11:22 -   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/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild,v
 1.1 2015/04/05 23:00:27 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400.ebuild,v
 1.2 2015/04/06 07:11:22 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



1.2  dev-perl/IO-CaptureOutput/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   5 Apr 2015 23:00:27 -   1.1
+++ ChangeLog   6 Apr 2015 07:11:22 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/IO-CaptureOutput
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog,v 1.1 
2015/04/05 23:00:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-CaptureOutput/ChangeLog,v 1.2 
2015/04/06 07:11:22 jer Exp $
+
+  06 Apr 2015; Jeroen Roovers 
+  IO-CaptureOutput-1.110.400.ebuild:
+  Marked ~hppa (bug #545660).
 
 *IO-CaptureOutput-1.110.400 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Valid: Email-Valid-1.196.0.ebuild ChangeLog

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

  Modified: Email-Valid-1.196.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #545660).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild

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

Index: Email-Valid-1.196.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Email-Valid-1.196.0.ebuild  5 Apr 2015 23:04:08 -   1.1
+++ Email-Valid-1.196.0.ebuild  6 Apr 2015 07:11:53 -   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/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v 1.1 
2015/04/05 23:04:08 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v 1.2 
2015/04/06 07:11:53 jer Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Check validity of Internet email addresses"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



1.74 dev-perl/Email-Valid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   5 Apr 2015 23:04:08 -   1.73
+++ ChangeLog   6 Apr 2015 07:11:53 -   1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Email-Valid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.73 
2015/04/05 23:04:08 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.74 
2015/04/06 07:11:53 jer Exp $
+
+  06 Apr 2015; Jeroen Roovers  Email-Valid-1.196.0.ebuild:
+  Marked ~hppa (bug #545660).
 
 *Email-Valid-1.196.0 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: ChangeLog thunderbird-31.6.0.ebuild thunderbird-31.3.0.ebuild

2015-04-06 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/06 08:01:03

  Modified: ChangeLog
  Added:thunderbird-31.6.0.ebuild
  Removed:  thunderbird-31.3.0.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.320mail-client/thunderbird/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.320&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.320&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.319&r2=1.320

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- ChangeLog   31 Mar 2015 07:59:39 -  1.319
+++ ChangeLog   6 Apr 2015 08:01:03 -   1.320
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/thunderbird
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.319 
2015/03/31 07:59:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.320 
2015/04/06 08:01:03 polynomial-c Exp $
+
+*thunderbird-31.6.0 (06 Apr 2015)
+
+  06 Apr 2015; Lars Wendler 
+  -thunderbird-31.3.0.ebuild, +thunderbird-31.6.0.ebuild:
+  Version bump. Removed old.
 
   31 Mar 2015; Agostino Sarubbo  thunderbird-31.5.0.ebuild:
   Stable for ppc64, wrt bug #541316



1.1  mail-client/thunderbird/thunderbird-31.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-31.6.0.ebuild?rev=1.1&content-type=text/plain

Index: thunderbird-31.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.6.0.ebuild,v 1.1 
2015/04/06 08:01:03 polynomial-c Exp $

EAPI=5
WANT_AUTOCONF="2.1"
MOZ_ESR=""
MOZ_LIGHTNING_VER="3.3"
#MOZ_LIGHTNING_GDATA_VER="2.6.3"
MOZ_LIGHTNING_GDATA_VER="1.0.3"

# This list can be updated using scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR
es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO
nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi
zh-CN zh-TW )

# Convert the ebuild version to th firefox-24.0-patches-0.4.tar.xze upstream 
mozilla version, used by mozlinguas
MOZ_PV="${PV/_beta/b}"
# ESR releases have slightly version numbers
if [[ ${MOZ_ESR} == 1 ]]; then
MOZ_PV="${MOZ_PV}esr"
fi
MOZ_P="${PN}-${MOZ_PV}"

# Enigmail version
EMVER="1.7.2"
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/";
MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases/";

MOZCONFIG_OPTIONAL_JIT="enabled"
inherit flag-o-matic toolchain-funcs mozconfig-v5.31 makeedit multilib 
autotools pax-utils check-reqs nsplugins mozlinguas

DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/";

KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
IUSE="bindist crypt hardened ldap +lightning +minimal mozdom selinux"
RESTRICT="!bindist? ( bindist )"

PATCH="thunderbird-31.0-patches-0.1"
PATCHFF="firefox-31.0-patches-0.2"

SRC_URI="${SRC_URI}
${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
${MOZ_HTTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
crypt? ( 
http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )
lightning? (

${MOZ_HTTP_URI/${PN}/calendar/lightning}${MOZ_LIGHTNING_VER}/linux/lightning.xpi
 -> lightning-${MOZ_LIGHTNING_VER}.xpi

http://dev.gentoo.org/~axs/distfiles/gdata-provider-${MOZ_LIGHTNING_GDATA_VER}.tar.xz
)
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCH}.tar.xz
http://dev.gentoo.org/~axs/distfiles/${PATCHFF}.tar.xz
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz";

ASM_DEPEND=">=dev-lang/yasm-1.1"

CDEPEND="
>=dev-libs/nss-3.17.1
>=dev-libs/nspr-4.10.6
!x11-plugins/enigmail
crypt?  ( || (
( >=app-crypt/gnupg-2.0
|| (

[gentoo-commits] gentoo-x86 commit in games-util/dzip: ChangeLog dzip-2.9-r3.ebuild

2015-04-06 Thread Alfredo Tupone (tupone)
tupone  15/04/06 09:25:25

  Modified: ChangeLog dzip-2.9-r3.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.15 games-util/dzip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   17 Dec 2012 13:39:30 -  1.14
+++ ChangeLog   6 Apr 2015 09:25:25 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/dzip
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.14 2012/12/17 
13:39:30 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.15 2015/04/06 
09:25:25 tupone Exp $
+
+  06 Apr 2015; Tupone Alfredo  dzip-2.9-r3.ebuild:
+  EAPI 5
 
   17 Dec 2012; Ulrich Müller  dzip-2.9-r1.ebuild:
   Fix LICENSE.



1.3  games-util/dzip/dzip-2.9-r3.ebuild

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

Index: dzip-2.9-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dzip-2.9-r3.ebuild  16 Feb 2012 18:43:22 -  1.2
+++ dzip-2.9-r3.ebuild  6 Apr 2015 09:25:25 -   1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r3.ebuild,v 1.2 
2012/02/16 18:43:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r3.ebuild,v 1.3 
2015/04/06 09:25:25 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake"
@@ -26,6 +26,6 @@
 }
 
 src_install () {
-   dobin dzip || die "dobin failed"
-   dodoc Readme || die "dodoc failed"
+   dobin dzip
+   dodoc Readme
 }






[gentoo-commits] gentoo-x86 commit in dev-games/hdl_dump: ChangeLog hdl_dump-0.8.6.20060901.ebuild

2015-04-06 Thread Alfredo Tupone (tupone)
tupone  15/04/06 09:42:05

  Modified: ChangeLog hdl_dump-0.8.6.20060901.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.10 dev-games/hdl_dump/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Nov 2010 12:53:04 -  1.9
+++ ChangeLog   6 Apr 2015 09:42:05 -   1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-games/hdl_dump
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/ChangeLog,v 1.9 
2010/11/23 12:53:04 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hdl_dump/ChangeLog,v 1.10 
2015/04/06 09:42:05 tupone Exp $
+
+  06 Apr 2015; Tupone Alfredo 
+  hdl_dump-0.8.6.20060901.ebuild:
+  EAPI 5
 
   23 Nov 2010; Mike Frysinger 
   hdl_dump-0.8.6.20060901.ebuild,



1.7  dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild

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

Index: hdl_dump-0.8.6.20060901.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hdl_dump-0.8.6.20060901.ebuild  28 Nov 2010 05:14:46 -  1.6
+++ hdl_dump-0.8.6.20060901.ebuild  6 Apr 2015 09:42:05 -   1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild,v 1.6 
2010/11/28 05:14:46 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/hdl_dump/hdl_dump-0.8.6.20060901.ebuild,v 1.7 
2015/04/06 09:42:05 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs versionator
 
 MY_PV=$(replace_version_separator 3 -)
@@ -27,6 +27,6 @@
 }
 
 src_install() {
-   dobin hdl_dump || die
+   dobin hdl_dump
dodoc AUTHORS CHANGELOG README TODO
 }






[gentoo-commits] gentoo-x86 commit in net-misc/gns3-server: gns3-server-1.3.0.ebuild ChangeLog gns3-server-1.2.ebuild

2015-04-06 Thread Aaron Bauman (bman)
bman15/04/06 09:51:09

  Modified: ChangeLog
  Added:gns3-server-1.3.0.ebuild
  Removed:  gns3-server-1.2.ebuild
  Log:
  version bump; rm gns3-server-1.2.ebuild; changed mirror to github
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
8EE88A22)

Revision  ChangesPath
1.6  net-misc/gns3-server/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3-server/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   1 Mar 2015 12:16:28 -   1.5
+++ ChangeLog   6 Apr 2015 09:51:09 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/gns3-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-server/ChangeLog,v 1.5 
2015/03/01 12:16:28 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-server/ChangeLog,v 1.6 
2015/04/06 09:51:09 bman Exp $
+
+*gns3-server-1.3.0 (06 Apr 2015)
+
+  06 Apr 2015; Aaron Bauman  +gns3-server-1.3.0.ebuild,
+  -gns3-server-1.2.ebuild:
+  version bump; rm gns3-server-1.2.ebuild; changed mirror to github
 
   01 Mar 2015; Aaron Bauman  metadata.xml:
   update maintainer in metadata



1.1  net-misc/gns3-server/gns3-server-1.3.0.ebuild

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

Index: gns3-server-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/gns3-server/gns3-server-1.3.0.ebuild,v 1.1 
2015/04/06 09:51:09 bman Exp $

EAPI=5

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

inherit distutils-r1 eutils

DESCRIPTION="GNS3 server to asynchronously manage emulators"
HOMEPAGE="http://www.gns3.net/";
SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=">=app-emulation/dynamips-0.2.12
>=dev-python/aiohttp-0.14.4[${PYTHON_USEDEP}]
>=dev-python/netifaces-0.8-r2[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
>=dev-python/libcloud-0.14.1[${PYTHON_USEDEP}]
>=dev-python/raven-5.2.0[${PYTHON_USEDEP}]
>=dev-python/pyzmq-14.3.1[${PYTHON_USEDEP}]
>=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]"

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

python_prepare_all() {
# avoid file collisions caused by required tests
sed -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" 
-i setup.py || die
distutils-r1_python_prepare_all
}

pkg_postinst() {
ewarn "net-misc/gns3-server has several optional packages that must be 
merged manually for additional functionality."
ewarn ""
ewarn "The following is a list of packages that can be added:"
ewarn "app-emulation/qemu, app-emulation/virtualbox, and 
net-analyzer/wireshark"
ewarn ""
ewarn "The following packages are currently unsupported:"
ewarn "iouyap and vpcs"
}






[gentoo-commits] gentoo-x86 commit in dev-games/libgrapple: ChangeLog libgrapple-0.9.8.ebuild

2015-04-06 Thread Alfredo Tupone (tupone)
tupone  15/04/06 09:51:10

  Modified: ChangeLog libgrapple-0.9.8.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.9  dev-games/libgrapple/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 May 2012 06:35:31 -   1.8
+++ ChangeLog   6 Apr 2015 09:51:10 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libgrapple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.8 
2012/05/03 06:35:31 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/ChangeLog,v 1.9 
2015/04/06 09:51:10 tupone Exp $
+
+  06 Apr 2015; Tupone Alfredo  libgrapple-0.9.8.ebuild:
+  EAPI 5
 
   03 May 2012; Jeff Horelick  libgrapple-0.9.8.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.4  dev-games/libgrapple/libgrapple-0.9.8.ebuild

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

Index: libgrapple-0.9.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgrapple-0.9.8.ebuild 3 May 2012 06:35:31 -   1.3
+++ libgrapple-0.9.8.ebuild 6 Apr 2015 09:51:10 -   1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.3 
2012/05/03 06:35:31 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.4 
2015/04/06 09:51:10 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="A high level network layer for multiuser applications"
@@ -33,6 +33,6 @@
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc CREDITS README* UPDATES
+   default
+   dodoc UPDATES
 }






[gentoo-commits] gentoo-x86 commit in net-misc/gns3-gui: gns3-gui-1.3.0.ebuild ChangeLog gns3-gui-1.2.ebuild

2015-04-06 Thread Aaron Bauman (bman)
bman15/04/06 09:53:13

  Modified: ChangeLog
  Added:gns3-gui-1.3.0.ebuild
  Removed:  gns3-gui-1.2.ebuild
  Log:
  version bump; rm gns3-gui-1.2.ebuild; change mirror to github; change 
dev-python/requests dependency to 2.4.3 only
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
8EE88A22)

Revision  ChangesPath
1.5  net-misc/gns3-gui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   1 Mar 2015 12:18:47 -   1.4
+++ ChangeLog   6 Apr 2015 09:53:13 -   1.5
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/gns3-gui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.4 
2015/03/01 12:18:47 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/ChangeLog,v 1.5 
2015/04/06 09:53:13 bman Exp $
+
+*gns3-gui-1.3.0 (06 Apr 2015)
+
+  06 Apr 2015; Aaron Bauman  +gns3-gui-1.3.0.ebuild,
+  -gns3-gui-1.2.ebuild:
+  version bump; rm gns3-gui-1.2.ebuild; change mirror to github; change dev-
+  python/requests dependency to 2.4.3 only
 
   01 Mar 2015; Aaron Bauman  metadata.xml:
   update maintainer in metadata



1.1  net-misc/gns3-gui/gns3-gui-1.3.0.ebuild

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

Index: gns3-gui-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-gui/gns3-gui-1.3.0.ebuild,v 
1.1 2015/04/06 09:53:13 bman Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Graphical Network Simulator"
HOMEPAGE="http://www.gns3.net/";
SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

#net-misc/gns3-server version should always match gns3-gui version
#block net-misc/gns3 as it conflicts

RDEPEND=">=dev-python/libcloud-0.15.1[${PYTHON_USEDEP}]
>=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}]
=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
>=dev-python/paramiko-1.15.1[${PYTHON_USEDEP}]
!=dev-python/PyQt4-4.11.3_pre20141024[${PYTHON_USEDEP}]
>=dev-python/PyQt4-4.11.2[X,svg,${PYTHON_USEDEP}]
dev-qt/qtgui:4
dev-qt/qtsvg:4
net-misc/gns3-converter[${PYTHON_USEDEP}]
=net-misc/gns3-server-$PV[${PYTHON_USEDEP}]
!!net-misc/gns3"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_prepare_all() {
# avoid file collisions caused by required tests
sed -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" 
-i setup.py || die
distutils-r1_python_prepare_all
}

python_install_all() {
distutils-r1_python_install_all

doicon "${WORKDIR}/${P}/resources/images/gns3.ico"
make_desktop_entry "gns3" "GNS3" "/usr/share/pixmaps/gns3.ico" "Utility"
}






[gentoo-commits] gentoo-x86 commit in app-benchmarks/ioping: ioping-0.9.ebuild ChangeLog ioping-0.6-r1.ebuild ioping-0.7.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 09:54:49

  Modified: ChangeLog
  Added:ioping-0.9.ebuild
  Removed:  ioping-0.6-r1.ebuild ioping-0.7.ebuild
  Log:
  Version BUmp; thanks Johan Bergström for the patch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  app-benchmarks/ioping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 May 2014 07:36:00 -   1.4
+++ ChangeLog   6 Apr 2015 09:54:49 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for app-benchmarks/ioping
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.4 
2014/05/06 07:36:00 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ChangeLog,v 1.5 
2015/04/06 09:54:49 jlec Exp $
+
+*ioping-0.9 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher  +ioping-0.9.ebuild,
+  -ioping-0.6-r1.ebuild, -ioping-0.7.ebuild:
+  Version BUmp; thanks Johan Bergström for the patch
 
 *ioping-0.8 (06 May 2014)
 



1.1  app-benchmarks/ioping/ioping-0.9.ebuild

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

Index: ioping-0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ioping/ioping-0.9.ebuild,v 
1.1 2015/04/06 09:54:49 jlec Exp $

EAPI=5

inherit eutils

DESCRIPTION="Simple disk I/0 latency measuring tool"
HOMEPAGE="https://github.com/koct9i/ioping";
SRC_URI="https://github.com/koct9i/ioping/releases/download/v${PV}/${P}.tar.gz";

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

src_prepare() {
sed \
-e 's: -g : :g' \
-e 's: $(LDFLAGS) : :g' \
-e 's: -o : $(LDFLAGS) -o :g' \
-e 's:-s -m:-m:g' \
-e 's:LICENSE::g' \
-e 's:-O2.*::g' \
-i Makefile || die
}

src_compile() {
emake \
CC="$(tc-getCC)" \
PREFIX="${EPREFIX}/usr"
}

src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}






[gentoo-commits] gentoo-x86 commit in net-misc/gns3-converter: gns3-converter-1.2.0.ebuild ChangeLog gns3-converter-1.1.0.ebuild

2015-04-06 Thread Aaron Bauman (bman)
bman15/04/06 10:07:03

  Modified: ChangeLog
  Added:gns3-converter-1.2.0.ebuild
  Removed:  gns3-converter-1.1.0.ebuild
  Log:
  version bump; drop gns3-converter-1.1.0.ebuild
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
8EE88A22)

Revision  ChangesPath
1.3  net-misc/gns3-converter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/gns3-converter/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   1 Mar 2015 12:19:58 -   1.2
+++ ChangeLog   6 Apr 2015 10:07:03 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/gns3-converter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-converter/ChangeLog,v 1.2 
2015/03/01 12:19:58 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gns3-converter/ChangeLog,v 1.3 
2015/04/06 10:07:03 bman Exp $
+
+*gns3-converter-1.2.0 (06 Apr 2015)
+
+  06 Apr 2015; Aaron Bauman  +gns3-converter-1.2.0.ebuild,
+  -gns3-converter-1.1.0.ebuild:
+  version bump; drop gns3-converter-1.1.0.ebuild
 
   01 Mar 2015; Aaron Bauman  metadata.xml:
   update maintainer in metadata



1.1  net-misc/gns3-converter/gns3-converter-1.2.0.ebuild

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

Index: gns3-converter-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/net-misc/gns3-converter/gns3-converter-1.2.0.ebuild,v 
1.1 2015/04/06 10:07:03 bman Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Designed to convert old ini-style GNS3 topologies"
HOMEPAGE="https://github.com/dlintott/gns3-converter";
SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

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






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries/files: openvas-libraries-8.0.1-include.patch openvas-libraries-8.0_beta6-include.patch

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:33:54

  Added:openvas-libraries-8.0.1-include.patch
  Removed:  openvas-libraries-8.0_beta6-include.patch
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  
net-analyzer/openvas-libraries/files/openvas-libraries-8.0.1-include.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0.1-include.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0.1-include.patch?rev=1.1&content-type=text/plain

Index: openvas-libraries-8.0.1-include.patch
===
 base/CMakeLists.txt | 2 ++
 nasl/CMakeLists.txt | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index c2dccf5..4f17892 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -56,6 +56,7 @@ endif (MINGW)
 
 if (BUILD_STATIC)
   add_library (openvas_base_static STATIC ${FILES})
+  set_target_properties (openvas_base_static PROPERTIES COMPILE_FLAGS 
"${GPGME_CFLAGS}")
   set_target_properties (openvas_base_static PROPERTIES OUTPUT_NAME 
"openvas_base")
   set_target_properties (openvas_base_static PROPERTIES CLEAN_DIRECT_OUTPUT 1)
   set_target_properties (openvas_base_static PROPERTIES PUBLIC_HEADER 
"${HEADERS}")
@@ -63,6 +64,7 @@ endif (BUILD_STATIC)
 
 if (BUILD_SHARED)
   add_library (openvas_base_shared SHARED ${FILES})
+  set_target_properties (openvas_base_shared PROPERTIES COMPILE_FLAGS 
"${GPGME_CFLAGS}")
   set_target_properties (openvas_base_shared PROPERTIES OUTPUT_NAME 
"openvas_base")
   set_target_properties (openvas_base_shared PROPERTIES CLEAN_DIRECT_OUTPUT 1)
   set_target_properties (openvas_base_shared PROPERTIES SOVERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}")
diff --git a/nasl/CMakeLists.txt b/nasl/CMakeLists.txt
index 52fa5c6..afd18c2 100644
--- a/nasl/CMakeLists.txt
+++ b/nasl/CMakeLists.txt
@@ -41,7 +41,7 @@ endif (SNMP)
 # The "-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1" is necessary for GPGME!
 # The "-fno-strict-aliasing" silences warnings caused by macros defined in 
byteorder.h.
 # Once the warnings have been addressed this flag should be removed.
-set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1 -fno-strict-aliasing")
+set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1 -fno-strict-aliasing 
${GPGME_CFLAGS}")
 
 ## Compile the parser - note that there are (better) CMake macros to achieve
 ## that
@@ -103,7 +103,7 @@ link_directories (${LIBDIR} ../base ../misc)
 
 if (BUILD_STATIC)
add_library (openvas_nasl_static STATIC ${FILES})
-
+   set_target_properties (openvas_nasl_static PROPERTIES COMPILE_FLAGS 
"${GPGME_CFLAGS}")
set_target_properties (openvas_nasl_static PROPERTIES OUTPUT_NAME 
"openvas_nasl")
set_target_properties (openvas_nasl_static PROPERTIES CLEAN_DIRECT_OUTPUT 1)
set_target_properties (openvas_nasl_static PROPERTIES PUBLIC_HEADER 
"${HEADERS}")
@@ -118,6 +118,7 @@ endif (BUILD_STATIC)
 
 if (BUILD_SHARED)
   add_library (openvas_nasl_shared SHARED ${FILES})
+  set_target_properties (openvas_nasl_shared PROPERTIES COMPILE_FLAGS 
"${GPGME_CFLAGS}")
   set_target_properties (openvas_nasl_shared PROPERTIES OUTPUT_NAME 
"openvas_nasl")
   set_target_properties (openvas_nasl_shared PROPERTIES CLEAN_DIRECT_OUTPUT 1)
   set_target_properties (openvas_nasl_shared PROPERTIES SOVERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}")
 base/gpgme_util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/gpgme_util.h b/base/gpgme_util.h
index 56e1b85..ab4e9fa 100644
--- a/base/gpgme_util.h
+++ b/base/gpgme_util.h
@@ -33,7 +33,7 @@
 #ifndef _OPENVAS_LIBRARIES_GPGME_UTIL_H
 #define _OPENVAS_LIBRARIES_GPGME_UTIL_H
 
-#include 
+#include 
 
 gpgme_ctx_t openvas_init_gpgme_ctx (void);
 gpgme_ctx_t openvas_init_gpgme_sysconf_ctx (void);






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries: openvas-libraries-8.0.1.ebuild ChangeLog openvas-libraries-8.0_beta6-r1.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:33:54

  Modified: ChangeLog
  Added:openvas-libraries-8.0.1.ebuild
  Removed:  openvas-libraries-8.0_beta6-r1.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.38 net-analyzer/openvas-libraries/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   6 Mar 2015 10:11:22 -   1.37
+++ ChangeLog   6 Apr 2015 10:33:54 -   1.38
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-libraries
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.37 2015/03/06 10:11:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.38 2015/04/06 10:33:54 jlec Exp $
+
+*openvas-libraries-8.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher 
+  +files/openvas-libraries-8.0.1-include.patch, 
+openvas-libraries-8.0.1.ebuild,
+  -files/openvas-libraries-8.0_beta6-include.patch,
+  -openvas-libraries-8.0_beta6-r1.ebuild:
+  Version Bump
 
 *openvas-libraries-7.0.9 (06 Mar 2015)
 



1.1  
net-analyzer/openvas-libraries/openvas-libraries-8.0.1.ebuild

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

Index: openvas-libraries-8.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-8.0.1.ebuild,v
 1.1 2015/04/06 10:33:54 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=2015

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

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

RDEPEND="
app-crypt/gpgme
>=dev-libs/glib-2.16
>=dev-libs/hiredis-0.10.1
dev-libs/libgcrypt:0
dev-libs/libksba
!net-analyzer/openvas-libnasl
=net-libs/gnutls-2*
net-libs/libpcap
>=net-libs/libssh-0.5.0
net-analyzer/net-snmp
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
"

S="${WORKDIR}"/${P/_beta/+beta}

DOCS=( ChangeLog CHANGES README )

PATCHES=(
"${FILESDIR}"/${PN}-7.0.4-libssh.patch
"${FILESDIR}"/${P}-include.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
"-DLOCALSTATEDIR=${EPREFIX}/var"
"-DSYSCONFDIR=${EPREFIX}/etc"
$(usex ldap -DBUILD_WITHOUT_LDAP=0 -DBUILD_WITHOUT_LDAP=1)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-scanner: openvas-scanner-5.0.1.ebuild ChangeLog openvas-scanner-5.0_beta6.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:40:26

  Modified: ChangeLog
  Added:openvas-scanner-5.0.1.ebuild
  Removed:  openvas-scanner-5.0_beta6.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.24 net-analyzer/openvas-scanner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   6 Mar 2015 10:13:47 -   1.23
+++ ChangeLog   6 Apr 2015 10:40:26 -   1.24
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/openvas-scanner
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.23 2015/03/06 10:13:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/ChangeLog,v 
1.24 2015/04/06 10:40:26 jlec Exp $
+
+*openvas-scanner-5.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher  +openvas-scanner-5.0.1.ebuild,
+  -openvas-scanner-5.0_beta6.ebuild:
+  Version Bump
 
 *openvas-scanner-4.0.6 (06 Mar 2015)
 



1.1  net-analyzer/openvas-scanner/openvas-scanner-5.0.1.ebuild

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

Index: openvas-scanner-5.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-scanner/openvas-scanner-5.0.1.ebuild,v
 1.1 2015/04/06 10:40:26 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvassd

DL_ID=2016

DESCRIPTION="A remote security scanner for Linux (OpenVAS-scanner)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

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

RDEPEND="
app-crypt/gpgme
>=dev-libs/glib-2.16:2
dev-libs/libgcrypt:0
>=net-analyzer/openvas-libraries-8.0.1
!net-analyzer/openvas-plugins
!net-analyzer/openvas-server"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

PATCHES=(
"${FILESDIR}"/${PN}-4.0.3-mkcertclient.patch
"${FILESDIR}"/${PN}-4.0.3-rulesdir.patch
"${FILESDIR}"/${PN}-4.0.3-run.patch
)

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}/var"
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}

insinto /etc/openvas
doins "${FILESDIR}"/${MY_PN}.conf "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins "${FILESDIR}"/${MY_PN}.logrotate

dodoc "${FILESDIR}"/openvas-nvt-sync-cron

systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}






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

2015-04-06 Thread Aaron Bauman (bman)
bman15/04/06 10:44:14

  Modified: ChangeLog
  Log:
  package.mask net-misc/gns3

Revision  ChangesPath
1.9910   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9909
retrieving revision 1.9910
diff -u -r1.9909 -r1.9910
--- ChangeLog   6 Apr 2015 03:29:53 -   1.9909
+++ ChangeLog   6 Apr 2015 10:44:14 -   1.9910
@@ -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.9909 2015/04/06 
03:29:53 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9910 2015/04/06 
10:44:14 bman 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!
 
+  06 Apr 2015; Aaron Bauman  package.mask:
+  Masked net-misc/gns3 for removal
+
   06 Apr 2015; Maciej Mrozowski  package.mask:
   Masked sys-fs/evms for removal
 






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

2015-04-06 Thread Aaron Bauman (bman)
bman15/04/06 10:44:42

  Modified: package.mask
  Log:
  package.mask net-misc/gns3

Revision  ChangesPath
1.16464  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16463
retrieving revision 1.16464
diff -u -r1.16463 -r1.16464
--- package.mask6 Apr 2015 03:29:53 -   1.16463
+++ package.mask6 Apr 2015 10:44:42 -   1.16464
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16463 2015/04/06 
03:29:53 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16464 2015/04/06 
10:44:42 bman Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 
+# Aaron Bauman  (6 Apr 2015)
+# Superseded by net-misc/gns3-gui and net-misc/gns3-server.
+# Removal in 30 days.
+net-misc/gns3
+
 # Maciej Mrozowski  (06 Apr 2015)
 # Does not link against latest ncurses and no interest to fix it.
 # Superseded by LVM2 and all clusters should be migrated by now.






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-manager: openvas-manager-6.0.1.ebuild ChangeLog openvas-manager-6.0_beta5.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:47:26

  Modified: ChangeLog
  Added:openvas-manager-6.0.1.ebuild
  Removed:  openvas-manager-6.0_beta5.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.21 net-analyzer/openvas-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   6 Mar 2015 10:13:49 -   1.20
+++ ChangeLog   6 Apr 2015 10:47:26 -   1.21
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/openvas-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.20 2015/03/06 10:13:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/ChangeLog,v 
1.21 2015/04/06 10:47:26 jlec Exp $
+
+*openvas-manager-6.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher 
+  +files/openvas-manager-6.0.1-bsdsource.patch, +openvas-manager-6.0.1.ebuild,
+  -files/openvas-manager-6.0_beta5-bsdsource.patch,
+  -openvas-manager-6.0_beta5.ebuild:
+  Version Bump
 
 *openvas-manager-5.0.9 (06 Mar 2015)
 



1.1  net-analyzer/openvas-manager/openvas-manager-6.0.1.ebuild

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

Index: openvas-manager-6.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-6.0.1.ebuild,v
 1.1 2015/04/06 10:47:26 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=openvasmd

DL_ID=2017

DESCRIPTION="A remote security scanner for Linux (openvas-manager)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

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

RDEPEND="
>=net-analyzer/openvas-libraries-8.0.1
>=dev-db/sqlite-3
!net-analyzer/openvas-administrator"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

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

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}/var"
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

insinto /etc/openvas/
doins "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN}

newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-manager/files: openvas-manager-6.0.1-bsdsource.patch openvas-manager-6.0_beta5-bsdsource.patch

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:47:26

  Added:openvas-manager-6.0.1-bsdsource.patch
  Removed:  openvas-manager-6.0_beta5-bsdsource.patch
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  
net-analyzer/openvas-manager/files/openvas-manager-6.0.1-bsdsource.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/files/openvas-manager-6.0.1-bsdsource.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-manager/files/openvas-manager-6.0.1-bsdsource.patch?rev=1.1&content-type=text/plain

Index: openvas-manager-6.0.1-bsdsource.patch
===
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4eb89a0..7ccfc5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -338,7 +338,7 @@ configure_file (tools/openvas-migrate-to-postgres.in 
tools/openvas-migrate-to-po
 set (HARDENING_FLAGS"-Wformat -Wformat-security -O2 
-D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now")
 
 set (CMAKE_C_FLAGS_DEBUG"${CMAKE_C_FLAGS_DEBUG} -Werror")
-set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-D_BSD_SOURCE -D_ISOC99_SOURCE -D_SVID_SOURCE -D_DEFAULT_SOURCE 
-D_FILE_OFFSET_BITS=64")
+set (CMAKE_C_FLAGS  "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall 
-D_DEFAULT_SOURCE -D_ISOC99_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64")
 
 add_subdirectory (src)
 






[gentoo-commits] proj/kde:master commit in: sets/, Documentation/package.accept_keywords/.kde-frameworks-live/, ...

2015-04-06 Thread Johannes Huber
commit: 5455a1a50b0f494c5d305ded61b1b493f81d1ab7
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  6 10:38:17 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  6 10:40:19 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5455a1a5

Pkg move kde-frameworks/bluez-qt -> kde-plasma/bluez-qt

 .../package.accept_keywords/.kde-frameworks-live/kde-frameworks-live | 1 -
 Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live   | 1 +
 Documentation/package.accept_keywords/kde-frameworks-5.9.keywords| 1 +
 Documentation/package.accept_keywords/kde-frameworks-live.keywords   | 1 -
 Documentation/package.accept_keywords/kde-plasma-live.keywords   | 1 +
 Documentation/package.mask/kde-frameworks-5.9| 1 +
 Documentation/package.mask/kde-frameworks-live   | 1 -
 Documentation/package.mask/kde-plasma-live   | 1 +
 Documentation/package.unmask/kde-frameworks-5.9  | 1 +
 Documentation/package.unmask/kde-frameworks-live | 1 -
 Documentation/package.unmask/kde-plasma-live | 1 +
 {kde-frameworks => kde-plasma}/bluez-qt/bluez-qt-.ebuild | 0
 {kde-frameworks => kde-plasma}/bluez-qt/metadata.xml | 0
 profiles/updates/2Q-2015 | 1 +
 sets/kde-frameworks-live | 1 -
 sets/kde-plasma-live | 1 +
 16 files changed, 9 insertions(+), 5 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
index 5700a7a..18918ec 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-live
@@ -1,5 +1,4 @@
 ~kde-frameworks/attica- **
-~kde-frameworks/bluez-qt- **
 ~kde-frameworks/extra-cmake-modules- **
 ~kde-frameworks/frameworkintegration- **
 ~kde-frameworks/kactivities- **

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live 
b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
index 9d6aad3..ec79b18 100644
--- a/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
+++ b/Documentation/package.accept_keywords/.kde-plasma-live/kde-plasma-live
@@ -1,5 +1,6 @@
 ~kde-plasma/baloo- **
 ~kde-plasma/bluedevil- **
+~kde-plasma/bluez-qt- **
 ~kde-plasma/breeze- **
 ~kde-plasma/kde-cli-tools- **
 ~kde-plasma/kde-gtk-config- **

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords
new file mode 100644
index 000..085d6bf
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords
@@ -0,0 +1 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index f22620b..98e52d8 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -2,7 +2,6 @@
 # You can use this file to keyword/unkeyword KDE Frameworks live.
 # Edit Documentation/package.keywords/.kde-frameworks-live.base/ files instead.
 ~kde-frameworks/attica- **
-~kde-frameworks/bluez-qt- **
 ~kde-frameworks/extra-cmake-modules- **
 ~kde-frameworks/frameworkintegration- **
 ~kde-frameworks/kactivities- **

diff --git a/Documentation/package.accept_keywords/kde-plasma-live.keywords 
b/Documentation/package.accept_keywords/kde-plasma-live.keywords
index 3cb61f2..3c7f0ff 100644
--- a/Documentation/package.accept_keywords/kde-plasma-live.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-live.keywords
@@ -3,6 +3,7 @@
 # Edit Documentation/package.keywords/.kde-plasma-live.base/ files instead.
 ~kde-plasma/baloo- **
 ~kde-plasma/bluedevil- **
+~kde-plasma/bluez-qt- **
 ~kde-plasma/breeze- **
 ~kde-plasma/kde-cli-tools- **
 ~kde-plasma/kde-gtk-config- **

diff --git a/Documentation/package.mask/kde-frameworks-5.9 
b/Documentation/package.mask/kde-frameworks-5.9
new file mode 100644
index 000..085d6bf
--- /dev/null
+++ b/Documentation/package.mask/kde-frameworks-5.9
@@ -0,0 +1 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.

diff --git a/Documentation/package.mask/kde-frameworks-live 
b/Documentation/package.mask/kde-frameworks-live
index cd659cf..bc774b2 100644
--- a/Documentation/package.mask/kde-frameworks-live
+++ b/Documentation/package.mask/kde-frameworks-live
@@ -2,7 +2,6 @@
 # Live packages ar

[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2015-04-06 Thread Johannes Huber
commit: a7d9016f9fe0d6c55a30c02872e9987108194232
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  6 10:48:01 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  6 10:48:01 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7d9016f

[Documentation] Fix KDE Frameworks

 .../package.accept_keywords/.kde-frameworks-live.base/more-deps  | 1 -
 Documentation/package.accept_keywords/.kde-frameworks-live/more-deps | 1 -
 Documentation/package.accept_keywords/kde-frameworks-live.keywords   | 1 -
 3 files changed, 3 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
index e3080c9..0f2abd6 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
@@ -1,4 +1,3 @@
-~dev-libs/extra-cmake-modules- **
 >=kde-frameworks/kf-env-3
 
 dev-qt/qtchooser

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
index e3080c9..0f2abd6 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
@@ -1,4 +1,3 @@
-~dev-libs/extra-cmake-modules- **
 >=kde-frameworks/kf-env-3
 
 dev-qt/qtchooser

diff --git a/Documentation/package.accept_keywords/kde-frameworks-live.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
index 98e52d8..d0af484 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-live.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-live.keywords
@@ -66,7 +66,6 @@
 ~kde-frameworks/solid- **
 ~kde-frameworks/sonnet- **
 ~kde-frameworks/threadweaver- **
-~dev-libs/extra-cmake-modules- **
 >=kde-frameworks/kf-env-3
 
 dev-qt/qtchooser



[gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/

2015-04-06 Thread Johannes Huber
commit: 03e00b051b83c24a20fd67ea15da48c792a3dbf7
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  6 10:44:26 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  6 10:44:26 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=03e00b05

[kde-plasma/bluedevil] Merged to master, update deps

Package-Manager: portage-2.2.18

 kde-plasma/bluedevil/bluedevil-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-.ebuild 
b/kde-plasma/bluedevil/bluedevil-.ebuild
index 4aaa988..50c2d3e 100644
--- a/kde-plasma/bluedevil/bluedevil-.ebuild
+++ b/kde-plasma/bluedevil/bluedevil-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH="frameworks"
 inherit fdo-mime kde5
 
 DESCRIPTION="Bluetooth stack for KDE"
@@ -24,7 +23,7 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_plasma_dep libbluedevil)
+   $(add_plasma_dep bluez-qt)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5



[gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant: greenbone-security-assistant-6.0.1.ebuild ChangeLog greenbone-security-assistant-6.0_beta6.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:52:51

  Modified: ChangeLog
  Added:greenbone-security-assistant-6.0.1.ebuild
  Removed:  greenbone-security-assistant-6.0_beta6.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.18 net-analyzer/greenbone-security-assistant/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   6 Mar 2015 10:17:47 -   1.17
+++ ChangeLog   6 Apr 2015 10:52:51 -   1.18
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/greenbone-security-assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.17 2015/03/06 10:17:47 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.18 2015/04/06 10:52:51 jlec Exp $
+
+*greenbone-security-assistant-6.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher 
+  +greenbone-security-assistant-6.0.1.ebuild,
+  -greenbone-security-assistant-6.0_beta6.ebuild:
+  Version Bump
 
 *greenbone-security-assistant-5.0.6 (06 Mar 2015)
 



1.1  
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild?rev=1.1&content-type=text/plain

Index: greenbone-security-assistant-6.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-6.0.1.ebuild,v
 1.1 2015/04/06 10:52:51 jlec Exp $

EAPI=5

inherit cmake-utils systemd

MY_PN=gsad

DL_ID=2018

DESCRIPTION="Greenbone Security Assistant for openvas"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";

SLOT="0"
LICENSE="GPL-2+ BSD MIT"
KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
IUSE=""

RDEPEND="
dev-libs/libgcrypt:0
dev-libs/libxslt
>=net-analyzer/openvas-libraries-8.0.1
net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}"/${PN}-5.0.3-run.patch
)

S="${WORKDIR}"/${P/_beta/+beta}

src_prepare() {
sed \
-e '/^install.*OPENVAS_CACHE_DIR.*/d' \
-i CMakeLists.txt || die
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}/var"
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
newinitd "${FILESDIR}"/${MY_PN}.init ${MY_PN}

insinto /etc/openvas
doins "${FILESDIR}"/${MY_PN}-daemon.conf
dosym ../openvas/${MY_PN}-daemon.conf /etc/conf.d/${PN}

insinto /etc/logrotate.d
doins "${FILESDIR}"/${MY_PN}.logrotate

systemd_newtmpfilesd "${FILESDIR}"/${MY_PN}.tmpfiles.d ${MY_PN}.conf
systemd_dounit "${FILESDIR}"/${MY_PN}.service
}






[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2015-04-06 Thread Johannes Huber
commit: 6afd76b2a959796620800c800caa096e32bf2a13
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  6 10:53:41 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  6 10:53:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6afd76b2

[kde-plasma/plasma-meta] Update dependencies

Package-Manager: portage-2.2.18

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 28ca0fb..e54849f 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
$(add_plasma_dep systemsettings)
bluetooth? (
$(add_plasma_dep bluedevil)
-   $(add_plasma_dep libbluedevil)
+   $(add_plasma_dep bluez-qt)
)
display-manager? (
sddm? ( x11-misc/sddm )



[gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-24.5_rc3.ebuild

2015-04-06 Thread Ulrich Mueller (ulm)
ulm 15/04/06 10:55:15

  Modified: ChangeLog
  Added:emacs-24.5_rc3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.672app-editors/emacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.672&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.672&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.671&r2=1.672

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.671
retrieving revision 1.672
diff -u -r1.671 -r1.672
--- ChangeLog   1 Apr 2015 21:13:09 -   1.671
+++ ChangeLog   6 Apr 2015 10:55:15 -   1.672
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.671 
2015/04/01 21:13:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.672 
2015/04/06 10:55:15 ulm Exp $
+
+*emacs-24.5_rc3 (06 Apr 2015)
+
+  06 Apr 2015; Ulrich Müller  +emacs-24.5_rc3.ebuild:
+  Version bump.
 
 *emacs-24.5_rc2 (01 Apr 2015)
 



1.1  app-editors/emacs/emacs-24.5_rc3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5_rc3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5_rc3.ebuild?rev=1.1&content-type=text/plain

Index: emacs-24.5_rc3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5_rc3.ebuild,v 
1.1 2015/04/06 10:55:15 ulm Exp $

EAPI=5

inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo

DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
HOMEPAGE="http://www.gnu.org/software/emacs/";
SRC_URI="mirror://gnu-alpha/emacs/pretest/${P/_/-}.tar.xz
http://dev.gentoo.org/~ulm/emacs/${P%_*}-patches-1.tar.xz";

LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"

RDEPEND="sys-libs/ncurses
>=app-eselect/eselect-emacs-1.16
>=app-emacs/emacs-common-gentoo-1.5[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( >=dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( >=dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( >=gnome-base/gconf-2.26.2 )
gsettings? ( >=dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( >=media-libs/libpng-1.4:0= )
svg? ( >=gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff:0 )
xpm? ( x11-libs/libXpm )
imagemagick? ( >=media-gfx/imagemagick-6.6.2 )
xft? (
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
m17n-lib? (
>=dev-libs/libotf-0.9.4
>=dev-libs/m17n-lib-1.5.1
)
)
gtk? (
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
)
!gtk? (
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( athena? ( x11-libs/libXaw ) )
)
)
)"

DEPEND="${RDEPEND}
virtual/pkgconfig
gzip-el? ( app-arch/gzip )
pax_kernel? (
sys-apps/attr
sys-app

[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-cli: openvas-cli-1.4.0.ebuild ChangeLog openvas-cli-1.4_beta5.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:56:28

  Modified: ChangeLog
  Added:openvas-cli-1.4.0.ebuild
  Removed:  openvas-cli-1.4_beta5.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.15 net-analyzer/openvas-cli/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   14 Feb 2015 14:38:49 -  1.14
+++ ChangeLog   6 Apr 2015 10:56:28 -   1.15
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/openvas-cli
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.14 
2015/02/14 14:38:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.15 
2015/04/06 10:56:28 jlec Exp $
+
+*openvas-cli-1.4.0 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher  +openvas-cli-1.4.0.ebuild,
+  -openvas-cli-1.4_beta5.ebuild:
+  Version Bump
 
   14 Feb 2015; Justin Lecher  openvas-cli-1.3.1.ebuild:
   Fix dependency version



1.1  net-analyzer/openvas-cli/openvas-cli-1.4.0.ebuild

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

Index: openvas-cli-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/net-analyzer/openvas-cli/openvas-cli-1.4.0.ebuild,v 1.1 
2015/04/06 10:56:28 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1987

DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
IUSE=""

RDEPEND="
>=net-analyzer/openvas-libraries-8.0.1
!net-analyzer/openvas-client"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}"/var
-DSYSCONFDIR="${EPREFIX}"/etc
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/openvas: openvas-8.0.1.ebuild ChangeLog openvas-8_beta6.ebuild

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 10:59:52

  Modified: ChangeLog
  Added:openvas-8.0.1.ebuild
  Removed:  openvas-8_beta6.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.30 net-analyzer/openvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   15 Mar 2015 10:22:40 -  1.29
+++ ChangeLog   6 Apr 2015 10:59:51 -   1.30
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/openvas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.29 
2015/03/15 10:22:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.30 
2015/04/06 10:59:51 jlec Exp $
+
+*openvas-8.0.1 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher  +openvas-8.0.1.ebuild,
+  -openvas-8_beta6.ebuild:
+  Version Bump
 
   15 Mar 2015; Justin Lecher  files/README.gentoo:
   Fix typos in README file



1.1  net-analyzer/openvas/openvas-8.0.1.ebuild

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

Index: openvas-8.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-8.0.1.ebuild,v 
1.1 2015/04/06 10:59:51 jlec Exp $

EAPI=5

inherit readme.gentoo

DESCRIPTION="A remote security scanner"
HOMEPAGE="http://www.openvas.org/";

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

DEPEND="
>=net-analyzer/openvas-libraries-8.0.1
>=net-analyzer/openvas-scanner-5.0.1
>=net-analyzer/openvas-manager-6.0.1
>=net-analyzer/openvas-cli-1.4.0
net-analyzer/openvas-tools
pdf? (
app-text/htmldoc
dev-texlive/texlive-latexextra
virtual/latex-base
)"
# greenbone-security-desktop is broken and unsupported upstream
RDEPEND="${DEPEND}"

S="${WORKDIR}"

pkg_postinst() {
elog "Additional support for extra checks can be get from"
optfeature "Nikto — a web server scanning and testing tool" 
net-analyzer/nikto
optfeature "NMAP — a portscanner" net-analyzer/nmap
optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and 
testing tool" net-analyzer/ike-scan
optfeature "amap — an application protocol detection tool" 
net-analyzer/amap
optfeature "ldapsearch from OpenLDAP utilities — retrieves information 
from LDAP dictionaries" net-nds/openldap
optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
optfeature "portbunny — a Linux-kernel-based portscanner" 
net-analyzer/portbunny
optfeature "w3af — a web application attack and audit framework" 
net-analyzer/w3af
optfeature "The Greenbone Security Assistant as alternative to the 
plain scanner" net-analyzer/greebone-security-assistant
}






[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/.kde-frameworks-5.9/, ...

2015-04-06 Thread Johannes Huber
commit: 941ef6702574d22e2368f698ba039045870ecdce
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  6 11:08:42 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  6 11:08:42 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=941ef670

[Documentation] Add KDE Frameworks 5.9

 .../.kde-frameworks-5.9/_HEADER_   |   2 +
 .../.kde-frameworks-5.9/kde-frameworks-5.9 |   1 +
 .../.kde-frameworks-5.9/more-deps  |  50 +
 .../kde-frameworks-5.9.keywords| 117 +
 Documentation/package.mask/kde-frameworks-5.9  |  67 
 .../package.unmask/.kde-frameworks-5.9/_HEADER_|   2 +
 .../.kde-frameworks-5.9/kde-frameworks-5.9 |   1 +
 Documentation/package.unmask/kde-frameworks-5.9|  67 
 8 files changed, 307 insertions(+)

diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.9/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.9/_HEADER_
new file mode 100644
index 000..01dc9b3
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.9/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.9 release.
+# Edit Documentation/package.keywords/.kde-frameworks-5.9/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.9/kde-frameworks-5.9 
b/Documentation/package.accept_keywords/.kde-frameworks-5.9/kde-frameworks-5.9
new file mode 12
index 000..a013a9a
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.9/kde-frameworks-5.9
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.9
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.9/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.9/more-deps
new file mode 100644
index 000..0f2abd6
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.9/more-deps
@@ -0,0 +1,50 @@
+>=kde-frameworks/kf-env-3
+
+dev-qt/qtchooser
+
+>=dev-qt/assistant-4.8.6
+>=dev-qt/designer-4.8.6
+>=dev-qt/linguist-4.8.6
+>=dev-qt/pixeltool-4.8.6
+>=dev-qt/qdbusviewer-4.8.6
+>=dev-qt/qt3support-4.8.6
+>=dev-qt/qtbearer-4.8.6
+>=dev-qt/qtcore-4.8.6
+>=dev-qt/qtdbus-4.8.6
+>=dev-qt/qtdeclarative-4.8.6
+>=dev-qt/qtdemo-4.8.6
+>=dev-qt/qtgui-4.8.6
+>=dev-qt/qthelp-4.8.6
+>=dev-qt/qt-meta-4.8.6
+>=dev-qt/qtmultimedia-4.8.6
+>=dev-qt/qtopengl-4.8.6
+>=dev-qt/qtopenvg-4.8.6
+>=dev-qt/qtphonon-4.8.6
+>=dev-qt/qtscript-4.8.6
+>=dev-qt/qtsql-4.8.6
+>=dev-qt/qtsvg-4.8.6
+>=dev-qt/qttest-4.8.6
+>=dev-qt/qttranslations-4.8.6
+>=dev-qt/qtwebkit-4.8.6
+>=dev-qt/qtwebkit23-4.8.6
+>=dev-qt/qtxmlpatterns-4.8.6
+
+>=dev-qt/designer-5.4.1:5
+>=dev-qt/qtconcurrent-5.4.1:5
+>=dev-qt/linguist-tools-5.4.1:5
+>=dev-qt/qtcore-5.4.1:5
+>=dev-qt/qtdbus-5.4.1:5
+>=dev-qt/qtdeclarative-5.4.1:5
+>=dev-qt/qtgui-5.4.1:5
+>=dev-qt/qtnetwork-5.4.1:5
+>=dev-qt/qtprintsupport-5.4.1:5
+>=dev-qt/qtquick1-5.4.1:5
+>=dev-qt/qtquickcontrols-5.4.1:5
+>=dev-qt/qtscript-5.4.1:5
+>=dev-qt/qtsql-5.4.1:5
+>=dev-qt/qtsvg-5.4.1:5
+>=dev-qt/qttest-5.4.1:5
+>=dev-qt/qtwebkit-5.4.1:5
+>=dev-qt/qtwidgets-5.4.1:5
+>=dev-qt/qtxml-5.4.1:5
+>=dev-qt/qtx11extras-5.4.1:5

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords
index 085d6bf..4513415 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.9.keywords
@@ -1 +1,118 @@
 # Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.9 release.
+# Edit Documentation/package.keywords/.kde-frameworks-5.9/ files instead.
+=kde-frameworks/kf-env-3
+
+dev-qt/qtchooser
+
+>=dev-qt/assistant-4.8.6
+>=dev-qt/designer-4.8.6
+>=dev-qt/linguist-4.8.6
+>=dev-qt/pixeltool-4.8.6
+>=dev-qt/qdbusviewer-4.8.6
+>=dev-qt/qt3support-4.8.6
+>=dev-qt/qtbearer-4.8.6
+>=dev-qt/qtcore-4.8.6
+>=dev-qt/qtdbus-4.8.6
+>=dev-qt/qtdeclarative-4.8.6
+>=dev-qt/qtdemo-4.8.6
+>=dev-qt/qtgui-4.8.6
+>=dev-qt/qthelp-4.8.6
+>=dev-qt/qt-meta-4.8.6
+>=dev-qt/qtmultimedia-4.8.6
+>=dev-qt/qtopengl-4.8.6
+>=dev-qt/qtopenvg-4.8.6
+>=dev-qt/qtphonon-4.8.6
+>=dev-qt/qtscript-4.8.6
+>=dev-qt/qtsql-4.8.6
+>=dev-qt/qtsvg-4.8.6
+>=dev-qt/qttest-4.8.6
+>=dev-qt/qttranslations-4.8.6
+>=dev-qt/qtwebkit-4.8.6
+>=dev-qt/qtwebkit23-4.8.6
+>=dev-qt/qtxmlpatterns-4.8.6
+
+>=dev-qt/designer-5.4.1:5
+>=dev-qt/qtconcurrent-5.4.1:5
+>=dev-qt/linguist-tools-5.4.1:5
+>=dev-qt/qtcore-5.4.1:5
+>=dev-qt/qtdbus-5.4.1:5
+>=dev-qt/qtdeclarative-5.4.1:5
+>=dev-qt/qtgui-5.4.1:5
+>=dev-qt/qtnetwork-5.4.1:5
+>=dev-qt/qtprintsupport-5.4.1:5
+>=dev-qt/qtquick1-5.4.1:5
+>=dev-qt/qtquickcontrols-5.4.1:5
+>=dev-qt/qtscript-5.4.1:5
+>=dev-qt/qtsql-5.4.1:5
+>=dev-qt/qtsvg-5.4.1:5
+>=dev-qt/qttest-5.4.1:5
+>=dev-qt/qtwebkit-5.4.1:5
+>=dev-qt/qtwidgets-

[gentoo-commits] gentoo-x86 commit in sci-electronics/gnetman: gnetman-0.0.1_pre20110124.ebuild ChangeLog gnetman-0.0.1_pre20060522-r2.ebuild gnetman-0.0.1_pre20041222.ebuild

2015-04-06 Thread Michal Gorny (mgorny)
mgorny  15/04/06 11:14:48

  Modified: gnetman-0.0.1_pre20110124.ebuild ChangeLog
  Removed:  gnetman-0.0.1_pre20060522-r2.ebuild
gnetman-0.0.1_pre20041222.ebuild
  Log:
  Fix build with tcl-8.6, bug #452034. Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild?r1=1.2&r2=1.3

Index: gnetman-0.0.1_pre20110124.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnetman-0.0.1_pre20110124.ebuild25 Mar 2015 16:54:29 -  1.2
+++ gnetman-0.0.1_pre20110124.ebuild6 Apr 2015 11:14:48 -   1.3
@@ -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/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild,v
 1.2 2015/03/25 16:54:29 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild,v
 1.3 2015/04/06 11:14:48 mgorny Exp $
 
 EAPI=4
 
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION="A GNU Netlist Manipulation Library"
 HOMEPAGE="http://sourceforge.net/projects/gnetman/";
@@ -30,6 +30,10 @@
-e '/^$(TARGET):/,+3s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
-i configure || die
tc-export CC
+
+   cd ../.. || die
+   # fix build issues with tcl-8.6, #452034
+   epatch "${FILESDIR}/${P}-tcl86.patch"
 }
 
 src_install () {



1.15 sci-electronics/gnetman/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   25 Mar 2015 16:54:29 -  1.14
+++ ChangeLog   6 Apr 2015 11:14:48 -   1.15
@@ -1,6 +1,12 @@
 # ChangeLog for sci-electronics/gnetman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/ChangeLog,v 1.14 
2015/03/25 16:54:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnetman/ChangeLog,v 1.15 
2015/04/06 11:14:48 mgorny Exp $
+
+  06 Apr 2015; Michał Górny 
+  +files/gnetman-0.0.1_pre20110124-tcl86.patch,
+  -gnetman-0.0.1_pre20041222.ebuild, -gnetman-0.0.1_pre20060522-r2.ebuild,
+  gnetman-0.0.1_pre20110124.ebuild:
+  Fix build with tcl-8.6, bug #452034. Drop old.
 
   25 Mar 2015; Justin Lecher  
gnetman-0.0.1_pre20041222.ebuild,
   gnetman-0.0.1_pre20060522-r2.ebuild, gnetman-0.0.1_pre20110124.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-electronics/gnetman/files: gnetman-0.0.1_pre20110124-tcl86.patch

2015-04-06 Thread Michal Gorny (mgorny)
mgorny  15/04/06 11:14:48

  Added:gnetman-0.0.1_pre20110124-tcl86.patch
  Log:
  Fix build with tcl-8.6, bug #452034. Drop old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.1  
sci-electronics/gnetman/files/gnetman-0.0.1_pre20110124-tcl86.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/files/gnetman-0.0.1_pre20110124-tcl86.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gnetman/files/gnetman-0.0.1_pre20110124-tcl86.patch?rev=1.1&content-type=text/plain

Index: gnetman-0.0.1_pre20110124-tcl86.patch
===
--- gnetman-0.0.1_pre20110124_orig/src/tcl/tclwrap.c2012-05-25 
07:44:51.0 +0200
+++ gnetman-0.0.1_pre20110124/src/tcl/tclwrap.c 2013-02-24 12:58:51.0 
+0100
@@ -46,7 +46,7 @@
result = Tcl_EvalFile(interp, (char *)fileName) == TCL_OK;
if (!result) {
   utWarning("Tcl error in file %s, line %d: %s", fileName,
- interp->errorLine, interp->result);
+ Tcl_GetErrorLine(interp), Tcl_GetStringResult(interp));
}
return result;
 }
@@ -75,7 +75,7 @@
   commandLine[xChar] = '\0';
   result = Tcl_Eval(interp, commandLine);
   if (result == TCL_ERROR) {
-utWarning("Tcl error: %s", interp->result);
+utWarning("Tcl error: %s", Tcl_GetStringResult(interp));
   }
} while (result != TCL_RETURN);
return true;






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

2015-04-06 Thread Sergey Popov (pinkbyte)
pinkbyte15/04/06 11:16:50

  Modified: commoncpp2-1.8.1-r1.ebuild ChangeLog
  Log:
  Fix parallel build, wrt bug #492658
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.4  dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild

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

Index: commoncpp2-1.8.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commoncpp2-1.8.1-r1.ebuild  1 Mar 2014 22:24:51 -   1.3
+++ commoncpp2-1.8.1-r1.ebuild  6 Apr 2015 11:16:50 -   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-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.3 
2014/03/01 22:24:51 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.4 
2015/04/06 11:16:50 pinkbyte Exp $
 
 EAPI="5"
 
@@ -27,7 +27,8 @@
"${FILESDIR}/1.8.1-configure_detect_netfilter.patch" \
"${FILESDIR}/1.8.0-glibc212.patch" \
"${FILESDIR}/1.8.1-autoconf-update.patch" \
-   "${FILESDIR}/1.8.1-fix-buffer-overflow.patch"
+   "${FILESDIR}/1.8.1-fix-buffer-overflow.patch" \
+   "${FILESDIR}/1.8.1-parallel-build.patch"
eautoreconf
 }
 



1.60 dev-cpp/commoncpp2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   1 Mar 2014 22:24:51 -   1.59
+++ ChangeLog   6 Apr 2015 11:16:50 -   1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/commoncpp2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.59 
2014/03/01 22:24:51 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.60 
2015/04/06 11:16:50 pinkbyte Exp $
+
+  06 Apr 2015; Sergey Popov  commoncpp2-1.8.1-r1.ebuild,
+  +files/1.8.1-parallel-build.patch:
+  Fix parallel build, wrt bug #492658
 
   01 Mar 2014; Michał Górny  commoncpp2-1.8.0.ebuild,
   commoncpp2-1.8.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2/files: 1.8.1-parallel-build.patch

2015-04-06 Thread Sergey Popov (pinkbyte)
pinkbyte15/04/06 11:16:50

  Added:1.8.1-parallel-build.patch
  Log:
  Fix parallel build, wrt bug #492658
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.1  dev-cpp/commoncpp2/files/1.8.1-parallel-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/files/1.8.1-parallel-build.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/files/1.8.1-parallel-build.patch?rev=1.1&content-type=text/plain

Index: 1.8.1-parallel-build.patch
===
--- src/Makefile.am
+++ src/Makefile.am
@@ -47,6 +47,7 @@
 
 if EXTRAS
 libccext2_la_LIBADD = @THREAD_LIBS@ @BASE_LIB@ @SSL_LIBS@ @ZSTREAM_LIBS@
+libccext2_la_DEPENDENCIES = libccgnu2.la
 libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS)
 
 if GETOPT_LONG







[gentoo-commits] gentoo-x86 commit in app-emulation/dynamips: metadata.xml ChangeLog

2015-04-06 Thread Sergey Popov (pinkbyte)
pinkbyte15/04/06 11:30:17

  Modified: metadata.xml ChangeLog
  Log:
  Reassign package, as Aaron Bauman is Gentoo developer now
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.5  app-emulation/dynamips/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dynamips/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml26 Nov 2014 19:12:42 -  1.4
+++ metadata.xml6 Apr 2015 11:30:17 -   1.5
@@ -1,15 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   proxy-maintainers

-   aa...@flappyport.com
+   b...@gentoo.org
Aaron Bauman
-   Proxied maintainer. Assign bugs to 
him


pinkb...@gentoo.org
Sergey Popov
-   Proxy maintainer. CC him on bugs

 



1.18 app-emulation/dynamips/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   28 Nov 2014 09:52:31 -  1.17
+++ ChangeLog   6 Apr 2015 11:30:17 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/dynamips
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v 1.17 
2014/11/28 09:52:31 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/ChangeLog,v 1.18 
2015/04/06 11:30:17 pinkbyte Exp $
+
+  06 Apr 2015; Sergey Popov  metadata.xml:
+  Reassign package, as Aaron Bauman is Gentoo developer now
 
 *dynamips-0.2.14-r1 (28 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libixion: libixion-0.9.0.ebuild ChangeLog libixion-9999.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 11:42:50

  Modified: libixion-0.9.0.ebuild ChangeLog
libixion-.ebuild
  Log:
  Rekeyword, add subslot, disable python-3 for now, bug 545562
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  dev-libs/libixion/libixion-0.9.0.ebuild

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

Index: libixion-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libixion-0.9.0.ebuild   5 Apr 2015 19:48:06 -   1.1
+++ libixion-0.9.0.ebuild   6 Apr 2015 11:42:50 -   1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v 
1.1 2015/04/05 19:48:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-0.9.0.ebuild,v 
1.2 2015/04/06 11:42:50 dilfridge Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git";
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 )
 
 [[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
 inherit eutils python-single-r1 ${GITECLASS}
@@ -17,10 +17,10 @@
 [[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz";
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/0.10"
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-KEYWORDS=""
+
 IUSE="static-libs"
 
 RDEPEND="${PYTHON_DEPS}



1.19 dev-libs/libixion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Apr 2015 19:48:06 -   1.18
+++ ChangeLog   6 Apr 2015 11:42:50 -   1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libixion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.18 
2015/04/05 19:48:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/ChangeLog,v 1.19 
2015/04/06 11:42:50 dilfridge Exp $
+
+  06 Apr 2015; Andreas K. Huettel  libixion-0.9.0.ebuild,
+  libixion-.ebuild:
+  Rekeyword, add subslot, disable python-3 for now, bug 545562
 
 *libixion-0.9.0 (05 Apr 2015)
 



1.13 dev-libs/libixion/libixion-.ebuild

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

Index: libixion-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libixion-.ebuild5 Apr 2015 19:48:06 -   1.12
+++ libixion-.ebuild6 Apr 2015 11:42:50 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.12 2015/04/05 19:48:06 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libixion/libixion-.ebuild,v 
1.13 2015/04/06 11:42:50 dilfridge Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 [[ ${PV} ==  ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz";
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/0.10"
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="static-libs"






[gentoo-commits] gentoo-x86 commit in media-libs/libepoxy: libepoxy-9999.ebuild libepoxy-1.2.ebuild ChangeLog libepoxy-1.1.ebuild

2015-04-06 Thread Michal Gorny (mgorny)
mgorny  15/04/06 12:16:56

  Modified: libepoxy-.ebuild libepoxy-1.2.ebuild ChangeLog
  Removed:  libepoxy-1.1.ebuild
  Log:
  Use python-any-r1, require python[xml]. Reported by hasufell.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  media-libs/libepoxy/libepoxy-.ebuild

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

Index: libepoxy-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libepoxy-.ebuild21 Jul 2014 08:33:13 -  1.4
+++ libepoxy-.ebuild6 Apr 2015 12:16:56 -   1.5
@@ -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/media-libs/libepoxy/libepoxy-.ebuild,v 
1.4 2014/07/21 08:33:13 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-.ebuild,v 
1.5 2015/04/06 12:16:56 mgorny Exp $
 
 EAPI=5
 
@@ -12,7 +12,9 @@
GIT_ECLASS="git-r3"
 fi
 
-inherit autotools-multilib ${GIT_ECLASS}
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='xml(+)'
+inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 
 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
 HOMEPAGE="https://github.com/anholt/libepoxy";
@@ -29,7 +31,7 @@
 IUSE="test"
 RESTICT="test" # FIXME: tests fail when run from portage.
 
-DEPEND="dev-lang/python
+DEPEND="${PYTHON_DEPS}
media-libs/mesa[egl]
x11-misc/util-macros
x11-libs/libX11"



1.16 media-libs/libepoxy/libepoxy-1.2.ebuild

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

Index: libepoxy-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libepoxy-1.2.ebuild 14 Mar 2015 13:42:55 -  1.15
+++ libepoxy-1.2.ebuild 6 Apr 2015 12:16:56 -   1.16
@@ -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/libepoxy/libepoxy-1.2.ebuild,v 
1.15 2015/03/14 13:42:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.16 2015/04/06 12:16:56 mgorny Exp $
 
 EAPI=5
 
@@ -12,7 +12,9 @@
GIT_ECLASS="git-r3"
 fi
 
-inherit autotools-multilib ${GIT_ECLASS}
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='xml(+)'
+inherit autotools-multilib ${GIT_ECLASS} python-any-r1
 
 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
 HOMEPAGE="https://github.com/anholt/libepoxy";
@@ -29,7 +31,7 @@
 IUSE="test"
 RESTICT="test" # FIXME: tests fail when run from portage.
 
-DEPEND="dev-lang/python
+DEPEND="${PYTHON_DEPS}
media-libs/mesa[egl]
x11-misc/util-macros
x11-libs/libX11"



1.18 media-libs/libepoxy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   14 Mar 2015 13:42:55 -  1.17
+++ ChangeLog   6 Apr 2015 12:16:56 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libepoxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.17 
2015/03/14 13:42:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.18 
2015/04/06 12:16:56 mgorny Exp $
+
+  06 Apr 2015; Michał Górny  -libepoxy-1.1.ebuild,
+  libepoxy-1.2.ebuild,

[gentoo-commits] gentoo-x86 commit in dev-libs/liborcus: ChangeLog liborcus-0.7.1.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 12:20:12

  Modified: ChangeLog liborcus-0.7.1.ebuild
  Log:
  Restore keywords
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.39 dev-libs/liborcus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   5 Apr 2015 19:52:48 -   1.38
+++ ChangeLog   6 Apr 2015 12:20:12 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liborcus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.38 
2015/04/05 19:52:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.39 
2015/04/06 12:20:12 dilfridge Exp $
+
+  06 Apr 2015; Andreas K. Huettel  liborcus-0.7.1.ebuild:
+  Restore keywords
 
 *liborcus-0.7.1 (05 Apr 2015)
 



1.2  dev-libs/liborcus/liborcus-0.7.1.ebuild

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

Index: liborcus-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liborcus-0.7.1.ebuild   5 Apr 2015 19:52:48 -   1.1
+++ liborcus-0.7.1.ebuild   6 Apr 2015 12:20:12 -   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/dev-libs/liborcus/liborcus-0.7.1.ebuild,v 
1.1 2015/04/05 19:52:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.7.1.ebuild,v 
1.2 2015/04/06 12:20:12 dilfridge Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 SLOT="0"
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-KEYWORDS=""
+
 IUSE="static-libs"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-util/mdds: mdds-0.10.3.ebuild ChangeLog

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 12:42:00

  Modified: mdds-0.10.3.ebuild ChangeLog
  Log:
  0.10.3 does not work with Boost 1.57, bug 541790
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.4  dev-util/mdds/mdds-0.10.3.ebuild

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

Index: mdds-0.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.10.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mdds-0.10.3.ebuild  29 Jun 2014 16:43:28 -  1.3
+++ mdds-0.10.3.ebuild  6 Apr 2015 12:42:00 -   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/mdds/mdds-0.10.3.ebuild,v 1.3 
2014/06/29 16:43:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.10.3.ebuild,v 1.4 
2015/04/06 12:42:00 dilfridge Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-DEPEND="dev-libs/boost"
+DEPEND="http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   5 Apr 2015 19:44:49 -   1.45
+++ ChangeLog   6 Apr 2015 12:42:00 -   1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/mdds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.45 2015/04/05 
19:44:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.46 2015/04/06 
12:42:00 dilfridge Exp $
+
+  06 Apr 2015; Andreas K. Huettel  mdds-0.10.3.ebuild:
+  0.10.3 does not work with Boost 1.57, bug 541790
 
   05 Apr 2015; Andreas K. Huettel  -mdds-0.11.2.ebuild:
   Remove old






[gentoo-commits] proj/gentoo-news:master commit in: 2015/2015-04-06-apache-addhandler-addtype/

2015-04-06 Thread Sebastian Pipping
commit: a63ce98a6297bf371488c26c034dc22f6d8877b9
Author: Sebastian Pipping  pipping  org>
AuthorDate: Mon Apr  6 12:51:19 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Apr  6 12:51:31 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-news.git/commit/?id=a63ce98a

Improve news item "Apache AddHandler/AddType vulnerability protection"

 .../2015-04-06-apache-addhandler-addtype.en.txt  | 12 
 .../2015-04-06-apache-addhandler-addtype.en.txt.asc  |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
index d7d58af..f90d091 100644
--- 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
+++ 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt
@@ -1,8 +1,8 @@
-Title: Apache AddHandler/AddType vulnerability protection
+Title: Apache AddHandler/AddType exploit protection
 Author: Sebastian Pipping 
 Content-Type: text/plain
 Posted: 2015-04-06
-Revision: 1
+Revision: 2
 News-Item-Format: 1.0
 Display-If-Installed: www-servers/apache
 
@@ -22,7 +22,7 @@ index.php.png is not executed, but index.php.disabled still 
is.
 
 Apache's notes on multiple file extensions [3] document
 a multi-language website as a context where that behavior
-may be helpful.  Unfortunately, it can be a security threat.
+may be helpful.  Unfortunately, it can also be a security threat.
 
 Combined with (not just PHP) applications that support
 file upload, the AddHandler/AddType directive can get you into
@@ -43,6 +43,10 @@ Why this news entry?
  * Since Apache configuration lives below /etc,
you need to run etc-update (or a substitute)
to actually have related fixes applied.
+   To get them into the running instance of Apache,
+   you need to make it reload its configuration, e.g.
+
+ sudo /etc/init.d/apache2 reload
 
  * If you are currently relying on AddHandler to execute
secret_database_stuff.php.inc, moving away from AddHandler
@@ -71,7 +75,7 @@ Why this news entry?
#RewriteRule .* - [R=404,L]
  
 
- * You may be using AddHandler or AddType at other places,
+ * You may be using AddHandler or AddType in other places,
including off-package files.  Please have a look.
 
  * app-eselect/eselect-php is not the only package affected.

diff --git 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
index 6009404..24ff156 100644
--- 
a/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
+++ 
b/2015/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc
@@ -1,7 +1,7 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iEYEABECAAYFAlUhwHwACgkQsAvGakAaFgCENgCZAYxX6GOQsU+k50P2r1SWIRQp
-mmwAoKGcmcQVTM9uBTNp+s0cU2lByHPT
-=uDRW
+iEYEABECAAYFAlUigTAACgkQsAvGakAaFgCjYgCgolN2sUZAffYDBcPQ5tQ/nJJH
+vOUAn2VaVIeKYOcmlQV8hct2IhL4ZfMC
+=/vsQ
 -END PGP SIGNATURE-



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

2015-04-06 Thread Sergey Popov (pinkbyte)
pinkbyte15/04/06 13:06:08

  Modified: commoncpp2-1.8.1-r1.ebuild ChangeLog
  Log:
  Stable on amd64 and x86, wrt bug #491974
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.5  dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild

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

Index: commoncpp2-1.8.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- commoncpp2-1.8.1-r1.ebuild  6 Apr 2015 11:16:50 -   1.4
+++ commoncpp2-1.8.1-r1.ebuild  6 Apr 2015 13:06:08 -   1.5
@@ -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-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.4 
2015/04/06 11:16:50 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.5 
2015/04/06 13:06:08 pinkbyte Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
 HOMEPAGE="http://www.gnu.org/software/commoncpp/";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="debug doc examples ipv6 gnutls ssl static-libs"
 REQUIRED_USE="gnutls? ( ssl )"
 



1.61 dev-cpp/commoncpp2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   6 Apr 2015 11:16:50 -   1.60
+++ ChangeLog   6 Apr 2015 13:06:08 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/commoncpp2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.60 
2015/04/06 11:16:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.61 
2015/04/06 13:06:08 pinkbyte Exp $
+
+  06 Apr 2015; Sergey Popov  commoncpp2-1.8.1-r1.ebuild:
+  Stable on amd64 and x86, wrt bug #491974
 
   06 Apr 2015; Sergey Popov  commoncpp2-1.8.1-r1.ebuild,
   +files/1.8.1-parallel-build.patch:






[gentoo-commits] gentoo-x86 commit in dev-python/setuptools: metadata.xml ChangeLog

2015-04-06 Thread Ian Delaney (idella4)
idella4 15/04/06 13:17:56

  Modified: metadata.xml ChangeLog
  Log:
  update remote-id in metadata.xml
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/setuptools/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml4 Apr 2015 18:12:01 -   1.3
+++ metadata.xml6 Apr 2015 13:17:56 -   1.4
@@ -3,6 +3,6 @@
 
   python
   
-distribute
+setuptools
   
 



1.274dev-python/setuptools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   4 Apr 2015 18:12:01 -   1.273
+++ ChangeLog   6 Apr 2015 13:17:56 -   1.274
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.273 
2015/04/04 18:12:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.274 
2015/04/06 13:17:56 idella4 Exp $
+
+  06 Apr 2015; Ian Delaney  metadata.xml:
+  update remote-id in metadata.xml
 
 *setuptools-15.0 (04 Apr 2015)
 






[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifyconfig/

2015-04-06 Thread Michael Palimaka
commit: 2fa931989ae95004b6828b311eac8419a02134b6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Apr  6 13:51:27 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Apr  6 13:51:27 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fa93198

[kde-frameworks/knotifyconfig] Remove unused dependency.

Upstream commit: 6c27a4f33467b8da91243d2890a3e06f0823182f

Package-Manager: portage-2.2.18

 kde-frameworks/knotifyconfig/knotifyconfig-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-.ebuild
index 374ccba..5966b67 100644
--- a/kde-frameworks/knotifyconfig/knotifyconfig-.ebuild
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-.ebuild
@@ -17,7 +17,6 @@ RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5



[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.10.73.ebuild gentoo-sources-3.12.39.ebuild ChangeLog gentoo-sources-3.14.37.ebuild gentoo-sources-3.18.11.ebuild gento

2015-04-06 Thread Mike Pagano (mpagano)
mpagano 15/04/06 14:09:24

  Modified: gentoo-sources-3.10.73.ebuild
gentoo-sources-3.12.39.ebuild ChangeLog
gentoo-sources-3.14.37.ebuild
gentoo-sources-3.18.11.ebuild
  Removed:  gentoo-sources-3.4.105.ebuild
gentoo-sources-3.19.2.ebuild
gentoo-sources-3.19.0.ebuild
gentoo-sources-3.14.36.ebuild
gentoo-sources-3.19.1.ebuild
gentoo-sources-3.10.72.ebuild
gentoo-sources-3.17.8-r1.ebuild
gentoo-sources-3.12.38.ebuild
  Log:
  Auto stable kernel versions. Remove old, unsupported versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.2  sys-kernel/gentoo-sources/gentoo-sources-3.10.73.ebuild

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

Index: gentoo-sources-3.10.73.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.73.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.10.73.ebuild   26 Mar 2015 19:47:47 -  1.1
+++ gentoo-sources-3.10.73.ebuild   6 Apr 2015 14:09:24 -   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/sys-kernel/gentoo-sources/gentoo-sources-3.10.73.ebuild,v
 1.1 2015/03/26 19:47:47 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.73.ebuild,v
 1.2 2015/04/06 14:09:24 mpagano Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.2  sys-kernel/gentoo-sources/gentoo-sources-3.12.39.ebuild

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

Index: gentoo-sources-3.12.39.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.39.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.12.39.ebuild   28 Mar 2015 22:38:53 -  1.1
+++ gentoo-sources-3.12.39.ebuild   6 Apr 2015 14:09:24 -   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/sys-kernel/gentoo-sources/gentoo-sources-3.12.39.ebuild,v
 1.1 2015/03/28 22:38:53 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.39.ebuild,v
 1.2 2015/04/06 14:09:24 mpagano Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.1529   sys-kernel/gentoo-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1528
retrieving revision 1.1529
diff -u -r1.1528 -r1.1529
--- ChangeLog   5 Apr 2015 00:25:41 -   1.1528
+++ ChangeLog   6 Apr 2015 14:09:24 -   1.1529
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v

[gentoo-commits] gentoo-x86 commit in dev-util/shellcheck: shellcheck-0.3.6.ebuild ChangeLog

2015-04-06 Thread Justin Lecher (jlec)
jlec15/04/06 14:46:17

  Modified: ChangeLog
  Added:shellcheck-0.3.6.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-util/shellcheck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Feb 2015 15:10:39 -   1.2
+++ ChangeLog   6 Apr 2015 14:46:17 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/shellcheck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v 1.2 
2015/02/06 15:10:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v 1.3 
2015/04/06 14:46:17 jlec Exp $
+
+*shellcheck-0.3.6 (06 Apr 2015)
+
+  06 Apr 2015; Justin Lecher  +shellcheck-0.3.6.ebuild:
+  Version Bump
 
 *shellcheck-0.3.5-r1 (06 Feb 2015)
 
@@ -13,4 +18,3 @@
   06 Feb 2015; Justin Lecher  +shellcheck-0.3.5.ebuild,
   +metadata.xml:
   New addition
-



1.1  dev-util/shellcheck/shellcheck-0.3.6.ebuild

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

Index: shellcheck-0.3.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/shellcheck/shellcheck-0.3.6.ebuild,v 1.1 
2015/04/06 14:46:17 jlec Exp $

EAPI=5

CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"

inherit haskell-cabal

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

DESCRIPTION="Shell script analysis tool"
HOMEPAGE="http://www.shellcheck.net/";
SRC_URI="
mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
#   http://dev.gentoo.org/~mjo/distfiles/${PN}-man-${PV}.tar.xz";

LICENSE="AGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
dev-haskell/json:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/parsec:=[profile?]
>=dev-haskell/quickcheck-2.7.4:2=[profile?]
dev-haskell/regex-compat:=[profile?]
dev-haskell/transformers:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

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

src_test() {
# See bug #537500 for this beauty.
runghc Setup.hs test || die 'test suite failed'
}

src_install() {
cabal_src_install
doman "${PN}.1"
}






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/council/meeting-logs: 20050915-summary.txt 20050915.txt 20051013-summary.txt 20051013.txt 20051115-summary.txt 20051115.txt 20051215-summary.txt 20

2015-04-06 Thread Ulrich Mueller (ulm)
ulm 15/04/06 15:17:57

  Removed:  20050915-summary.txt 20050915.txt
20051013-summary.txt 20051013.txt
20051115-summary.txt 20051115.txt
20051215-summary.txt 20051215.txt
20060112-summary.txt 20060112.txt
20060209-summary.txt 20060209.txt
20060309-summary.txt 20060309.txt
20060420-summary.txt 20060420.txt
20060511-summary.txt 20060511.txt
20060615-summary.txt 20060615.txt
20060720-summary.txt 20060720.txt
20060817-summary.txt 20060817.txt
20060914-summary.txt 20060914.txt
20061019-summary.txt 20061019.txt
20061109-summary.txt 20061109.txt
20061214-summary.txt 20061214.txt
20070111-summary.txt 20070111.txt
20070208-summary.txt 20070208.txt
20070308-summary.txt 20070308.txt
20070315-summary.txt 20070315.txt
20070412-summary.txt 20070412.txt
20070424-summary.txt 20070424.txt
20070510-summary.txt 20070510.txt
20070614-summary.txt 20070614.txt
20070712-summary.txt 20070712.txt
20070816-summary.txt 20070816.txt
20071011-summary.txt 20071011.txt
20071108-summary.txt 20071108.txt
20071213-summary.txt 20071213.txt
20080110-summary.txt 20080110.txt
20080214-summary.txt 20080214.txt
20080313-summary.txt 20080313.txt
20080410-summary.txt 20080410.txt
20080508-summary.txt 20080508.txt
20080515-summary.txt 20080515.txt
20080612-summary.txt 20080612.txt
20080710-summary.txt 20080710.txt
20080724-summary.txt 20080724.txt
20080814-summary.txt 20080814.txt
20080828-summary.txt 20080828.txt
20080911-summary.txt 20080911.txt
20080925-summary.txt 20080925.txt
20081023-summary.txt 20081023.log
20081113-summary.txt 20081113.txt
20081211-summary.txt 20081211.txt
20090122-summary.txt 20090122.txt
20090212-summary.txt 20090212.txt
20090226-summary.txt 20090226.txt
20090312-summary.txt 20090312.txt
20090326-summary.txt 20090326.txt
20090409-summary.txt 20090409.txt
20090423-summary.txt 20090423.txt
20090514-summary.txt 20090514.txt
20090528-summary.txt 20090528.txt
20090611-summary.txt 20090611.txt
20090625-summary.txt 20090625.txt
20090720-summary.txt 20090720.txt
20090817-summary.txt 20090817.txt
20090914-summary.txt 20090914.txt
20091012-summary.txt 20091012.txt
20091109-summary.txt 20091109.txt
20091207-summary.txt 20091207.txt
20100118-summary.txt 20100118.txt
20100208-summary.txt 20100208.txt
20100308-summary.txt 20100308.txt
20100419-summary.txt 20100419.txt
20100517-summary.txt 20100517.txt
20100614-summary.txt 20100614.txt
20100714-summary.txt 20100714.txt
20100726-summary.txt 20100726.txt
20100809-summary.txt 20100809.txt
20100823-summary.txt 20100823.txt
20100927-summary.txt 20100927.txt
20101026-summary.txt 20101026.txt
20101130-summary.txt 20101130.txt
20101218-summary.txt 20101218.txt
20110111-summary.txt 20110111.txt
20110201-summary.txt 20110201.txt
20110308-summary.txt 20110308.txt
20110408-summary.txt 20110408.txt
20110510-summary.txt 20110510.txt
20110608-summary.txt 20110608.txt
20110715-summary.txt 20110715.txt
20110809-summary.txt 20110809.txt
20110913-summary.txt 20110913.txt
20111011-summa

[gentoo-commits] gentoo-x86 commit in dev-python/unittest2/files: remove-argparse-dependence.patch

2015-04-06 Thread Alex Brandt (alunduil)
alunduil15/04/06 15:19:42

  Added:remove-argparse-dependence.patch
  Log:
  add fixes proposed by Arfrever
  
  * RDEPEND and DEPEND on dev-python/setuptools
  * drop dependence on dev-python/linecache2
  * drop sed (suspect return value) and use patch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.1  dev-python/unittest2/files/remove-argparse-dependence.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unittest2/files/remove-argparse-dependence.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unittest2/files/remove-argparse-dependence.patch?rev=1.1&content-type=text/plain

Index: remove-argparse-dependence.patch
===
diff -r 8928fb47c3a9 setup.py
--- a/setup.py  Thu Mar 12 15:55:36 2015 +1300
+++ b/setup.py  Sun Apr 05 09:06:44 2015 -0500
@@ -57,7 +57,7 @@
 # Both install and setup requires - because we read VERSION from within the
 # package, and the package also exports all the APIs.
 # six for compat helpers
-REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
+REQUIRES = ['six>=1.4', 'traceback2'],
 
 params = dict(
 name=NAME,






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

2015-04-06 Thread Alex Brandt (alunduil)
alunduil15/04/06 15:19:42

  Modified: ChangeLog
  Added:unittest2-1.0.1-r1.ebuild
  Log:
  add fixes proposed by Arfrever
  
  * RDEPEND and DEPEND on dev-python/setuptools
  * drop dependence on dev-python/linecache2
  * drop sed (suspect return value) and use patch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.59 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   3 Apr 2015 20:54:15 -   1.58
+++ ChangeLog   6 Apr 2015 15:19:42 -   1.59
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.58 
2015/04/03 20:54:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.59 
2015/04/06 15:19:42 alunduil Exp $
+
+*unittest2-1.0.1-r1 (06 Apr 2015)
+
+  06 Apr 2015; Alex Brandt 
+  +files/remove-argparse-dependence.patch, +unittest2-1.0.1-r1.ebuild:
+  add fixes proposed by Arfrever  * RDEPEND and DEPEND on dev-python/setuptools
+  * drop dependence on dev-python/linecache2 * drop sed (suspect return value)
+  and use patch
 
   03 Apr 2015; Mike Frysinger  unittest2-0.5.1-r2.ebuild:
   Mark arm64/s390/sh stable.



1.1  dev-python/unittest2/unittest2-1.0.1-r1.ebuild

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

Index: unittest2-1.0.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/unittest2/unittest2-1.0.1-r1.ebuild,v 1.1 
2015/04/06 15:19:42 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 
2.4+"
HOMEPAGE="http://pypi.python.org/pypi/unittest2";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa"
IUSE=""

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

python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/remove-argparse-dependence.patch
)

distutils-r1_python_prepare_all
}

python_test() {
"${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in games-fps/urbanterror: urbanterror-4.2.023.ebuild ChangeLog

2015-04-06 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/06 15:30:10

  Modified: urbanterror-4.2.023.ebuild ChangeLog
  Log:
  tidy; detangle patch
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  games-fps/urbanterror/urbanterror-4.2.023.ebuild

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

Index: urbanterror-4.2.023.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.023.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- urbanterror-4.2.023.ebuild  15 Feb 2015 01:05:06 -  1.2
+++ urbanterror-4.2.023.ebuild  6 Apr 2015 15:30:10 -   1.3
@@ -1,10 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.023.ebuild,v 1.2 
2015/02/15 01:05:06 anarchy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.023.ebuild,v 1.3 
2015/04/06 15:30:10 mr_bones_ Exp $
 
 EAPI=5
-
-inherit check-reqs eutils gnome2-utils games pax-utils
+inherit check-reqs eutils gnome2-utils pax-utils games
 
 ENGINE_PV=${PV}
 FULL_P=UrbanTerror42_full022
@@ -82,7 +81,7 @@
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.2.021-build.patch
+   epatch "${FILESDIR}"/${PN}-${ENGINE_PV}-build.patch
 }
 
 src_compile() {



1.55 games-fps/urbanterror/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   15 Feb 2015 01:05:06 -  1.54
+++ ChangeLog   6 Apr 2015 15:30:10 -   1.55
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/urbanterror
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.54 
2015/02/15 01:05:06 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.55 
2015/04/06 15:30:10 mr_bones_ Exp $
+
+  06 Apr 2015; Michael Sterrett 
+  +files/urbanterror-4.2.023-build.patch, 
files/urbanterror-4.2.018-build.patch,
+  files/urbanterror-4.2.021-build.patch, urbanterror-4.2.023.ebuild:
+  tidy; detangle patch
 
   15 Feb 2015;   urbanterror-4.2.023.ebuild:
   seed using 4.2.022, missed initial commit update






[gentoo-commits] gentoo-x86 commit in games-fps/urbanterror/files: urbanterror-4.2.023-build.patch

2015-04-06 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/06 15:30:10

  Added:urbanterror-4.2.023-build.patch
  Log:
  tidy; detangle patch
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-fps/urbanterror/files/urbanterror-4.2.023-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/files/urbanterror-4.2.023-build.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/files/urbanterror-4.2.023-build.patch?rev=1.1&content-type=text/plain

Index: urbanterror-4.2.023-build.patch
===
Author: hasufell 
Date:   Wed Jul 10 01:25:27 2013 +0200

respect CFLAGS/LDFLAGS

--- a/Makefile
+++ b/Makefile
@@ -213,7 +213,7 @@
   endif
   endif
 
-  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -pipe
+  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes
 
   ifeq ($(USE_OPENAL),1)
 BASE_CFLAGS += -DUSE_OPENAL=1
@@ -239,19 +239,15 @@
 BASE_CFLAGS += -I/usr/X11R6/include
   endif
 
-  OPTIMIZE = -O3 -ffast-math -funroll-loops -fomit-frame-pointer
+  OPTIMIZE =
 
   ifeq ($(ARCH),x86_64)
-OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
-  -falign-loops=2 -falign-jumps=2 -falign-functions=2 \
-  -fstrength-reduce
+OPTIMIZE =
 # experimental x86_64 jit compiler! you need GNU as
 HAVE_VM_COMPILED = true
   else
   ifeq ($(ARCH),i386)
-OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \
-  -funroll-loops -falign-loops=2 -falign-jumps=2 \
-  -falign-functions=2 -fstrength-reduce
+OPTIMIZE =
 HAVE_VM_COMPILED=true
   else
   ifeq ($(ARCH),ppc)
@@ -265,7 +261,7 @@
 BASE_CFLAGS += -DNO_VM_COMPILED
   endif
 
-  DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0
+  DEBUG_CFLAGS = $(BASE_CFLAGS) $(OPTIMIZE)
 
   RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE)
 
@@ -274,7 +270,7 @@
   SHLIBLDFLAGS=-shared $(LDFLAGS)
 
   THREAD_LDFLAGS=-lpthread
-  LDFLAGS=-ldl -lm
+  LDFLAGS+=-ldl -lm
 
   ifeq ($(USE_SDL),1)
 CLIENT_LDFLAGS=$(shell sdl-config --libs)
@@ -1158,13 +1154,13 @@
 
 $(B)/Quake3-UrT.$(ARCH)$(BINEXT): $(Q3OBJ) $(Q3POBJ) $(LIBSDLMAIN)
$(echo_cmd) "LD $@"
-   $(Q)$(CC) -o $@ $(Q3OBJ) $(Q3POBJ) $(CLIENT_LDFLAGS) \
-   $(LDFLAGS) $(LIBSDLMAIN)
+   $(Q)$(CC) $(CFLAGS) -o $@ $(Q3OBJ) $(Q3POBJ) \
+   $(LDFLAGS) $(CLIENT_LDFLAGS) $(LIBSDLMAIN)
 
 $(B)/Quake3-UrT-smp.$(ARCH)$(BINEXT): $(Q3OBJ) $(Q3POBJ_SMP) $(LIBSDLMAIN)
$(echo_cmd) "LD $@"
-   $(Q)$(CC) -o $@ $(Q3OBJ) $(Q3POBJ_SMP) $(CLIENT_LDFLAGS) \
-   $(THREAD_LDFLAGS) $(LDFLAGS) $(LIBSDLMAIN)
+   $(Q)$(CC) $(CFLAGS) -o $@ $(Q3OBJ) $(Q3POBJ_SMP) \
+   $(LDFLAGS) $(THREAD_LDFLAGS) $(CLIENT_LDFLAGS) $(LIBSDLMAIN)
 
 ifneq ($(strip $(LIBSDLMAIN)),)
 ifneq ($(strip $(LIBSDLMAINSRC)),)






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-pulseaudio-plugin: xfce4-pulseaudio-plugin-0.2.2.ebuild ChangeLog

2015-04-06 Thread Michael Palimaka (kensington)
kensington15/04/06 15:32:31

  Modified: xfce4-pulseaudio-plugin-0.2.2.ebuild ChangeLog
  Log:
  Fix typo in DESCRIPTION.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild?r1=1.2&r2=1.3

Index: xfce4-pulseaudio-plugin-0.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-pulseaudio-plugin-0.2.2.ebuild5 Apr 2015 23:07:42 -   
1.2
+++ xfce4-pulseaudio-plugin-0.2.2.ebuild6 Apr 2015 15:32:31 -   
1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
 1.2 2015/04/05 23:07:42 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.2.ebuild,v
 1.3 2015/04/06 15:32:31 kensington Exp $
 
 EAPI=5
 inherit xfconf
 
-DESCRIPTION="A panel plug-in for PulseAudio voluem control"
+DESCRIPTION="A panel plug-in for PulseAudio volume control"
 HOMEPAGE="https://github.com/andrzej-r/xfce4-pulseaudio-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.3  xfce-extra/xfce4-pulseaudio-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 Apr 2015 23:07:42 -   1.2
+++ ChangeLog   6 Apr 2015 15:32:31 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-pulseaudio-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.2 
2015/04/05 23:07:42 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-pulseaudio-plugin/ChangeLog,v 1.3 
2015/04/06 15:32:31 kensington Exp $
+
+  06 Apr 2015; Michael Palimaka 
+  xfce4-pulseaudio-plugin-0.2.2.ebuild:
+  Fix typo in DESCRIPTION.
 
   05 Apr 2015; Michał Górny 
   xfce4-pulseaudio-plugin-0.2.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/introspection: ChangeLog introspection-0.0.3.ebuild

2015-04-06 Thread Hans de Graaff (graaff)
graaff  15/04/06 15:38:22

  Modified: ChangeLog introspection-0.0.3.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/introspection/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/introspection/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   31 Dec 2014 11:43:15 -  1.10
+++ ChangeLog   6 Apr 2015 15:38:22 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/introspection
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/ChangeLog,v 1.10 
2014/12/31 11:43:15 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/introspection/ChangeLog,v 1.11 
2015/04/06 15:38:22 graaff Exp $
+
+  06 Apr 2015; Hans de Graaff  introspection-0.0.3.ebuild:
+  Add ruby22.
 
   31 Dec 2014; Agostino Sarubbo  introspection-0.0.3.ebuild:
   Add ~sparc, wrt bug #501152



1.11 dev-ruby/introspection/introspection-0.0.3.ebuild

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

Index: introspection-0.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- introspection-0.0.3.ebuild  31 Dec 2014 11:43:15 -  1.10
+++ introspection-0.0.3.ebuild  6 Apr 2015 15:38:22 -   1.11
@@ -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: 
/var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v 
1.10 2014/12/31 11:43:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/introspection/introspection-0.0.3.ebuild,v 
1.11 2015/04/06 15:38:22 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 # No documentation task
 RUBY_FAKEGEM_TASK_DOC=""






[gentoo-commits] gentoo-x86 commit in dev-ruby/mocha: mocha-1.1.0.ebuild ChangeLog mocha-0.13.3-r2.ebuild mocha-0.12.10-r1.ebuild mocha-0.14.0.ebuild mocha-0.10.5-r2.ebuild mocha-0.11.4-r1.ebuild

2015-04-06 Thread Hans de Graaff (graaff)
graaff  15/04/06 15:55:24

  Modified: mocha-1.1.0.ebuild ChangeLog mocha-0.13.3-r2.ebuild
mocha-0.12.10-r1.ebuild mocha-0.14.0.ebuild
mocha-0.10.5-r2.ebuild mocha-0.11.4-r1.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/mocha/mocha-1.1.0.ebuild

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

Index: mocha-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mocha-1.1.0.ebuild  20 Mar 2015 07:16:01 -  1.7
+++ mocha-1.1.0.ebuild  6 Apr 2015 15:55:24 -   1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.7 
2015/03/20 07:16:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.8 
2015/04/06 15:55:24 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 "
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test:units"
 



1.130dev-ruby/mocha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   20 Mar 2015 07:16:01 -  1.129
+++ ChangeLog   6 Apr 2015 15:55:24 -   1.130
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mocha
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.129 2015/03/20 
07:16:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.130 2015/04/06 
15:55:24 graaff Exp $
+
+  06 Apr 2015; Hans de Graaff  mocha-0.10.5-r2.ebuild,
+  mocha-0.11.4-r1.ebuild, mocha-0.12.10-r1.ebuild, mocha-0.13.3-r2.ebuild,
+  mocha-0.14.0.ebuild, mocha-1.1.0.ebuild:
+  Add ruby22.
 
   20 Mar 2015; Hans de Graaff  mocha-1.1.0.ebuild:
   Make sure yard is not needed with FEATURES=test, fixing bug 543844.



1.4  dev-ruby/mocha/mocha-0.13.3-r2.ebuild

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

Index: mocha-0.13.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mocha-0.13.3-r2.ebuild  30 Oct 2014 15:53:52 -  1.3
+++ mocha-0.13.3-r2.ebuild  6 Apr 2015 15:55:24 -   1.4
@@ -1,9 +1,9 @@
-# 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-ruby/mocha/mocha-0.13.3-r2.ebuild,v 1.3 
2014/10/30 15:53:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r2.ebuild,v 1.4 
2015/04/06 15:55:24 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 "
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test:units"
 



1.4  dev-ruby/mocha/mocha-0.12.10-r1.ebuild

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

Index: mocha-0.12.10-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mocha-0.12.10-r1.ebuild 30 Oct 2014 15:53:52 -  1.3
+++ mocha-0.12.

[gentoo-commits] gentoo-x86 commit in games-fps/urbanterror: metadata.xml ChangeLog

2015-04-06 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/06 15:57:16

  Modified: metadata.xml ChangeLog
  Log:
  tidy metadata.xml
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-fps/urbanterror/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/urbanterror/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml14 Feb 2015 21:37:12 -  1.4
+++ metadata.xml6 Apr 2015 15:57:16 -   1.5
@@ -5,6 +5,6 @@

Clearskies - X11-based gamma for 
Linux
Build server target
-   >Triggers a paxmarking of the 
binary
+   Triggers a paxmarking of the 
binary

 



1.56 games-fps/urbanterror/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   6 Apr 2015 15:30:10 -   1.55
+++ ChangeLog   6 Apr 2015 15:57:16 -   1.56
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/urbanterror
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.55 
2015/04/06 15:30:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.56 
2015/04/06 15:57:16 mr_bones_ Exp $
+
+  06 Apr 2015; Michael Sterrett  metadata.xml,
+  urbanterror-4.2.023.ebuild:
+  tidy metadata.xml
 
   06 Apr 2015; Michael Sterrett 
   +files/urbanterror-4.2.023-build.patch, 
files/urbanterror-4.2.018-build.patch,






[gentoo-commits] gentoo-x86 commit in kde-base/kstars: kstars-4.14.3-r1.ebuild ChangeLog

2015-04-06 Thread Michael Palimaka (kensington)
kensington15/04/06 16:24:00

  Modified: ChangeLog
  Added:kstars-4.14.3-r1.ebuild
  Log:
  Backport patch from upstream solving build failure with 
sci-libs/indilib-1.0.0 wrt bug #545542.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.349kde-base/kstars/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.349&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.349&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?r1=1.348&r2=1.349

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog   18 Feb 2015 16:26:54 -  1.348
+++ ChangeLog   6 Apr 2015 16:24:00 -   1.349
@@ -1,6 +1,13 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.348 
2015/02/18 16:26:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.349 
2015/04/06 16:24:00 kensington Exp $
+
+*kstars-4.14.3-r1 (06 Apr 2015)
+
+  06 Apr 2015; Michael Palimaka 
+  +files/kstars-4.14.3-indilib100.patch, +kstars-4.14.3-r1.ebuild:
+  Backport patch from upstream solving build failure with 
sci-libs/indilib-1.0.0
+  wrt bug #545542.
 
   18 Feb 2015; Michał Górny  -kstars-4.12.5.ebuild:
   Remove KDE SC 4.12



1.1  kde-base/kstars/kstars-4.14.3-r1.ebuild

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

Index: kstars-4.14.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.14.3-r1.ebuild,v 
1.1 2015/04/06 16:24:00 kensington Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit flag-o-matic kde4-base

DESCRIPTION="KDE Desktop Planetarium"
HOMEPAGE="http://www.kde.org/applications/education/kstars 
http://edu.kde.org/kstars";
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug fits indi"

REQUIRED_USE="indi? ( fits )"

DEPEND="
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)
fits? ( >=sci-libs/cfitsio-0.390 )
indi? ( >=sci-libs/indilib-0.9.8 )
"
RDEPEND="${DEPEND}"

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

src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc

local mycmakeargs=(
$(cmake-utils_use_with fits CFitsio)
$(cmake-utils_use_with indi)
)

kde4-base_src_configure
}






[gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-41.0.2272.118.ebuild ChangeLog

2015-04-06 Thread Mike Gilbert (floppym)
floppym 15/04/06 16:24:09

  Modified: ChangeLog
  Added:chromium-41.0.2272.118.ebuild
  Log:
  Stable channel bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1216   www-client/chromium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1216&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.1216&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.1215&r2=1.1216

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1215
retrieving revision 1.1216
diff -u -r1.1215 -r1.1216
--- ChangeLog   2 Apr 2015 07:04:17 -   1.1215
+++ ChangeLog   6 Apr 2015 16:24:09 -   1.1216
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1215 
2015/04/02 07:04:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1216 
2015/04/06 16:24:09 floppym Exp $
+
+*chromium-41.0.2272.118 (06 Apr 2015)
+
+  06 Apr 2015; Mike Gilbert  
+chromium-41.0.2272.118.ebuild:
+  Stable channel bump.
 
 *chromium-43.0.2351.3 (02 Apr 2015)
 



1.1  www-client/chromium/chromium-41.0.2272.118.ebuild

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

Index: chromium-41.0.2272.118.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2272.118.ebuild,v 1.1 
2015/04/06 16:24:09 floppym Exp $

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

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit chromium eutils flag-o-matic multilib multiprocessing pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION="Open-source version of Google Chrome web browser"
HOMEPAGE="http://chromium.org/";
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="bindist cups gnome gnome-keyring hidpi kerberos neon pic pulseaudio 
selinux +tcmalloc widevine"
RESTRICT="!bindist? ( bindist )"

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=".*\.nexe"

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=".*\.nexe"

RDEPEND=">=app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
cups? (
dev-libs/libgcrypt:0=
>=net-print/cups-1.3.11:=
)
>=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
dev-libs/icu:=
>=dev-libs/jsoncpp-0.5.0-r1:=
>=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
>=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( >=gnome-base/gconf-2.24.0:= )
gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
>=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
>=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
>=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
>=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
>=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
kerberos? ( virtual/krb5 )"
DEPEND="${RDEPEND}
!arm? (
dev-lang/yasm
   

[gentoo-commits] gentoo-x86 commit in kde-base/kstars/files: kstars-4.14.3-indilib100.patch

2015-04-06 Thread Michael Palimaka (kensington)
kensington15/04/06 16:24:00

  Added:kstars-4.14.3-indilib100.patch
  Log:
  Backport patch from upstream solving build failure with 
sci-libs/indilib-1.0.0 wrt bug #545542.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.1  kde-base/kstars/files/kstars-4.14.3-indilib100.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/files/kstars-4.14.3-indilib100.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/files/kstars-4.14.3-indilib100.patch?rev=1.1&content-type=text/plain

Index: kstars-4.14.3-indilib100.patch
===
>From 97c3d53af2998420f7646b3a482417d00c291ec8 Mon Sep 17 00:00:00 2001
From: Jasem Mutlaq 
Date: Mon, 1 Dec 2014 00:50:27 +0300
Subject: [PATCH] use std::string from libindi

---
 kstars/indi/indidevice.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kstars/indi/indidevice.cpp b/kstars/indi/indidevice.cpp
index f52decc..2a05ca6 100644
--- a/kstars/indi/indidevice.cpp
+++ b/kstars/indi/indidevice.cpp
@@ -268,7 +268,8 @@ void INDI_D::updateMessageLog(INDI::BaseDevice *idv, int 
messageID)
 return;
 
 msgST_w->ensureCursorVisible();
-msgST_w->insertPlainText(dv->messageQueue(messageID) + QString("\n"));
+
msgST_w->insertPlainText(QString::fromStdString(dv->messageQueue(messageID)));
+msgST_w->insertPlainText("\n");
 QTextCursor c = msgST_w->textCursor();
 c.movePosition(QTextCursor::Start);
 msgST_w->setTextCursor(c);
-- 
2.0.5







[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 16:31:02

  Modified: firefox-37.0.1.ebuild ChangeLog
  Log:
  fixed nss dependency version, bug 575744
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.2  www-client/firefox/firefox-37.0.1.ebuild

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

Index: firefox-37.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-37.0.1.ebuild   5 Apr 2015 23:07:55 -   1.1
+++ firefox-37.0.1.ebuild   6 Apr 2015 16:31:02 -   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/www-client/firefox/firefox-37.0.1.ebuild,v 
1.1 2015/04/05 23:07:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.2 2015/04/06 16:31:02 axs Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -59,7 +59,7 @@
 # Mesa 7.10 needed for WebGL + bugfixes
 RDEPEND="
>=dev-libs/nss-3.17.4
-   >=dev-libs/nspr-4.10.7
+   >=dev-libs/nspr-4.10.8
selinux? ( sec-policy/selinux-mozilla )"
 
 DEPEND="${RDEPEND}
@@ -148,8 +148,6 @@
epatch "${WORKDIR}/firefox"
 
epatch "${FILESDIR}"/${PN}-35.0-gmp-clearkey-sprintf.patch
-   #epatch "${FILESDIR}"/${PN}-36.0-disable-ion.patch
-   #epatch "${FILESDIR}"/${PN}-36.0-depollute-CONST-from-dtoa.patch
 
# Allow user to apply any additional patches without modifing ebuild
epatch_user



1.406www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- ChangeLog   6 Apr 2015 06:13:13 -   1.405
+++ ChangeLog   6 Apr 2015 16:31:02 -   1.406
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.405 
2015/04/06 06:13:13 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.406 
2015/04/06 16:31:02 axs Exp $
+
+  06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
+  fixed nss dependency version, bug 575744
 
 *firefox-31.6.0 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: package.mask

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 16:48:39

  Modified: package.mask
  Log:
  ChangeLog

Revision  ChangesPath
1.44 profiles/hardened/linux/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- package.mask4 Aug 2014 03:52:14 -   1.43
+++ package.mask6 Apr 2015 16:48:39 -   1.44
@@ -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/profiles/hardened/linux/package.mask,v 1.43 
2014/08/04 03:52:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.44 
2015/04/06 16:48:39 axs Exp $
 
 # Hardened versions of gcc-4.0* through gcc-4.2* are not available.
 =sys-devel/gcc-4.0*
@@ -26,3 +26,6 @@
 sys-devel/prelink
 # depends on prelink
 app-crypt/hmaccalc
+
+# Firefox-37 has major operational issues on hardened right now, still 
debugging.
+=www-client/firefox-37.0.1






[gentoo-commits] gentoo-x86 commit in sys-fs/bedup: bedup-9999.ebuild bedup-0.9.0_p20140413-r1.ebuild ChangeLog bedup-0.9.0_p20140413.ebuild

2015-04-06 Thread Michal Gorny (mgorny)
mgorny  15/04/06 16:53:14

  Modified: bedup-.ebuild ChangeLog
  Added:bedup-0.9.0_p20140413-r1.ebuild
  Removed:  bedup-0.9.0_p20140413.ebuild
  Log:
  Restrict alembic to < 0.7.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  sys-fs/bedup/bedup-.ebuild

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

Index: bedup-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bedup-.ebuild   6 Sep 2014 11:07:40 -   1.8
+++ bedup-.ebuild   6 Apr 2015 16:53:14 -   1.9
@@ -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-fs/bedup/bedup-.ebuild,v 1.8 
2014/09/06 11:07:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-.ebuild,v 1.9 
2015/04/06 16:53:14 mgorny Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
>=sys-fs/btrfs-progs-0.20_rc1_p358"
 RDEPEND="${DEPEND}
-   dev-python/alembic[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"



1.11 sys-fs/bedup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   6 Sep 2014 11:07:40 -   1.10
+++ ChangeLog   6 Apr 2015 16:53:14 -   1.11
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/bedup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.10 2014/09/06 
11:07:40 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.11 2015/04/06 
16:53:14 mgorny Exp $
+
+*bedup-0.9.0_p20140413-r1 (06 Apr 2015)
+
+  06 Apr 2015; Michał Górny 
+  +bedup-0.9.0_p20140413-r1.ebuild, -bedup-0.9.0_p20140413.ebuild,
+  bedup-.ebuild:
+  Restrict alembic to < 0.7.
 
   06 Sep 2014; Michał Górny  bedup-0.9.0_p20140413.ebuild,
   bedup-.ebuild:



1.1  sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild

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

Index: bedup-0.9.0_p20140413-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-0.9.0_p20140413-r1.ebuild,v 1.1 
2015/04/06 16:53:14 mgorny Exp $

EAPI=5

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

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Btrfs file de-duplication tool"
HOMEPAGE="https://github.com/g2p/bedup";
SRC_URI="https://github.com/g2p/${PN}/archive/5189e166145b8954ac41883f81ef3c3b50dc96ab.tar.gz
-> ${P}.tar.gz"

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

# we need btrfs-progs with includes installed.
DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
>=sys-fs/btrfs-progs-0.20_rc1_p358"
RDEPEND="${DEPEND}
=dev-python/sqlalchemy-0.8.2[sqlite,${PYTHON_USEDEP}]"






[gentoo-commits] gentoo-x86 commit in dev-ruby/msgpack: msgpack-0.5.11.ebuild ChangeLog

2015-04-06 Thread Hans de Graaff (graaff)
graaff  15/04/06 16:54:56

  Modified: msgpack-0.5.11.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/msgpack/msgpack-0.5.11.ebuild

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

Index: msgpack-0.5.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.5.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- msgpack-0.5.11.ebuild   14 Feb 2015 02:38:46 -  1.1
+++ msgpack-0.5.11.ebuild   6 Apr 2015 16:54:56 -   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/msgpack/msgpack-0.5.11.ebuild,v 
1.1 2015/02/14 02:38:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.5.11.ebuild,v 
1.2 2015/04/06 16:54:56 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="doc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



1.30 dev-ruby/msgpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   14 Feb 2015 02:38:46 -  1.29
+++ ChangeLog   6 Apr 2015 16:54:56 -   1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/msgpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.29 
2015/02/14 02:38:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.30 
2015/04/06 16:54:56 graaff Exp $
+
+  06 Apr 2015; Hans de Graaff  msgpack-0.5.11.ebuild:
+  Add ruby22.
 
 *msgpack-0.5.11 (14 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/rack-cache: ChangeLog rack-cache-1.2-r1.ebuild

2015-04-06 Thread Hans de Graaff (graaff)
graaff  15/04/06 16:56:02

  Modified: ChangeLog rack-cache-1.2-r1.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.19 dev-ruby/rack-cache/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Aug 2014 16:00:39 -   1.18
+++ ChangeLog   6 Apr 2015 16:56:02 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rack-cache
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.18 
2014/08/05 16:00:39 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.19 
2015/04/06 16:56:02 graaff Exp $
+
+  06 Apr 2015; Hans de Graaff  rack-cache-1.2-r1.ebuild:
+  Add ruby22.
 
   05 Aug 2014; Manuel Rüger  rack-cache-1.2-r1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.5  dev-ruby/rack-cache/rack-cache-1.2-r1.ebuild

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

Index: rack-cache-1.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rack-cache-1.2-r1.ebuild5 Aug 2014 16:00:39 -   1.4
+++ rack-cache-1.2-r1.ebuild6 Apr 2015 16:56:02 -   1.5
@@ -1,9 +1,9 @@
-# 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-ruby/rack-cache/rack-cache-1.2-r1.ebuild,v 1.4 
2014/08/05 16:00:39 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2-r1.ebuild,v 1.5 
2015/04/06 16:56:02 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 # no documentation is generable, it needs hanna, which is broken
 RUBY_FAKEGEM_TASK_DOC=""






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

2015-04-06 Thread Michael Palimaka
commit: 999f73c43088777dbe2639e8e556ce13449add6d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Apr  6 17:22:14 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Apr  6 17:22:14 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=999f73c4

[dev-qt/qttranslations] Only build for native ABI to avoid build failure since 
only ABI-neutral data is installed bug #545142.

Package-Manager: portage-2.2.18

 dev-qt/qttranslations/qttranslations-4.8..ebuild | 20 +---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qttranslations/qttranslations-4.8..ebuild 
b/dev-qt/qttranslations/qttranslations-4.8..ebuild
index ce1b953..a886d9c 100644
--- a/dev-qt/qttranslations/qttranslations-4.8..ebuild
+++ b/dev-qt/qttranslations/qttranslations-4.8..ebuild
@@ -24,7 +24,21 @@ RDEPEND="${DEPEND}"
 QT4_TARGET_DIRECTORIES="translations"
 
 multilib_src_configure() {
-   qt4_prepare_env
-   qt4_symlink_tools_to_build_dir
-   qt4_foreach_target_subdir qt4_qmake
+   if multilib_is_native_abi; then
+   qt4_prepare_env
+   qt4_symlink_tools_to_build_dir
+   qt4_foreach_target_subdir qt4_qmake
+   fi
+}
+
+multilib_src_compile() {
+   multilib_is_native_abi && qt4_multilib_src_compile
+}
+
+multilib_src_test() {
+   multilib_is_native_abi && qt4_multilib_src_test
+}
+
+multilib_src_install() {
+   multilib_is_native_abi && qt4_multilib_src_install
 }



[gentoo-commits] gentoo-x86 commit in sys-fs/duperemove: metadata.xml duperemove-0.09.2.ebuild ChangeLog

2015-04-06 Thread Michal Gorny (mgorny)
mgorny  15/04/06 17:23:53

  Modified: metadata.xml ChangeLog
  Added:duperemove-0.09.2.ebuild
  Log:
  Add myself to maintainers. Version bump. Fix passing CC, CFLAGS & LDFLAGS to 
the build system. Add missing dependency on libgcrypt.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  sys-fs/duperemove/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/duperemove/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Mar 2015 00:15:43 -  1.1
+++ metadata.xml6 Apr 2015 17:23:53 -   1.2
@@ -4,5 +4,9 @@
 
ri...@gentoo.org
 
+
+   mgo...@gentoo.org
+   Michał Górny
+
 Btrfs deduplication utility. 
 



1.2  sys-fs/duperemove/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   25 Mar 2015 00:15:43 -  1.1
+++ ChangeLog   6 Apr 2015 17:23:53 -   1.2
@@ -1,10 +1,16 @@
 # ChangeLog for sys-fs/duperemove
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.1 
2015/03/25 00:15:43 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.2 
2015/04/06 17:23:53 mgorny Exp $
+
+*duperemove-0.09.2 (06 Apr 2015)
+
+  06 Apr 2015; Michał Górny  +duperemove-0.09.2.ebuild,
+  metadata.xml:
+  Add myself to maintainers. Version bump. Fix passing CC, CFLAGS & LDFLAGS to
+  the build system. Add missing dependency on libgcrypt.
 
 *duperemove-0.09.1 (25 Mar 2015)
 
   25 Mar 2015; Richard Freeman  +duperemove-0.09.1.ebuild,
   +metadata.xml:
   Add duperemove to repository.
-



1.1  sys-fs/duperemove/duperemove-0.09.2.ebuild

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

Index: duperemove-0.09.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/duperemove-0.09.2.ebuild,v 
1.1 2015/04/06 17:23:53 mgorny Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="Btrfs deduplication utility"
HOMEPAGE="https://github.com/markfasheh/duperemove";
SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

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

RDEPEND="dev-libs/glib:2=
dev-libs/libgcrypt:0="
DEPEND="${RDEPEND}"

src_prepare() {
# 
https://github.com/markfasheh/duperemove/issues/53#issuecomment-89796552
sed -i -e '/glib2_mutex_unlock/s:mutex_lock:mutex_unlock:' duperemove.c 
|| die
}

src_compile() {
# CC & CFLAGS are set via = so need to override them
# LIBRARY_FLAGS are set via += so need to pass them via env
export LIBRARY_FLAGS="${LDFLAGS}"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
}

src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}






[gentoo-commits] gentoo commit in src/patchsets/gcc/3.4.6/gentoo: 86_all_gcc4-gentoo126279.patch

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:07:09

  Modified: 86_all_gcc4-gentoo126279.patch
  Log:
  document the patch

Revision  ChangesPath
1.2  
src/patchsets/gcc/3.4.6/gentoo/86_all_gcc4-gentoo126279.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/86_all_gcc4-gentoo126279.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/86_all_gcc4-gentoo126279.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/86_all_gcc4-gentoo126279.patch?r1=1.1&r2=1.2

Index: 86_all_gcc4-gentoo126279.patch
===
RCS file: 
/var/cvsroot/gentoo/src/patchsets/gcc/3.4.6/gentoo/86_all_gcc4-gentoo126279.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 86_all_gcc4-gentoo126279.patch  14 Apr 2006 03:21:02 -  1.1
+++ 86_all_gcc4-gentoo126279.patch  6 Apr 2015 18:07:09 -   1.2
@@ -1,3 +1,12 @@
+https://bugs.gentoo.org/126279
+
+https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=91815
+
+2004-12-07  DJ Delorie  
+
+   * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
+   that recursion (and thus large stack space) is not needed.
+
 Index: libiberty/splay-tree.c
 ===
 --- libiberty/splay-tree.c (revision 91814)






[gentoo-commits] gentoo commit in src/patchsets/gcc/3.4.6/gentoo: README.history

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:09:29

  Added:README.history
  Log:
  generate history

Revision  ChangesPath
1.1  src/patchsets/gcc/3.4.6/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history?rev=1.1&content-type=text/plain

Index: README.history
===
1.7 08 Jan 2013
+ 05_all_gcc-3.4.x-siginfo.patch
+ 09_all_gcc-3.4.6-c-parse-bison.patch

1.6 15 Feb 2009
+ 16_all_gcc-open-perms.patch
U 65_all_gcc3.4-noteGNUstack.patch

1.5 19 May 2007
+ 12_all_gcc-libstdc++-ld-version.patch
+ 55_all_gcc34-recursive-hash-usage.patch

1.4 30 Dec 2006
U 84_all_gcc4-c++-warning.patch

1.3 28 Nov 2006
U 02_all_gcc34-ice-hack.patch
+ 07_all_gcc34-unprotoize-deps.patch
+ 08_all_gcc4-gcc-update-tweak.patch
U 54_all_300-libstdc++-pic.patch
- 70_all_gcc34-reiser4-fix.patch
U 85_all_gcc-es-translation-ICE-workaround.patch
+ 89_all_gcc4-gentoo130307.patch

1.2 23 Apr 2006
+ 86_all_gcc-3.4-doxygen-filter-locale.patch
+ 88_all_gcc-3.4-make-SHELL.patch

1.1 18 Apr 2006
+ 85_all_gcc-ca-translation-typo.patch
+ 85_all_gcc-es-translation-ICE-workaround.patch
+ 86_all_gcc4-gentoo126279.patch

1.0 18 Mar 2006
+ 00_all_gcc-3.4-alpha-mieee-default.patch
+ 00_all_gcc-trampolinewarn.patch
+ 00_all_gcc_unlink_if_ordinary.patch
+ 01_all_gcc-3.4.4-fbsd-linker.patch
+ 01_ppc_gcc34-multi32-hack.patch
+ 01_sparc_gcc34-multi32-hack.patch
+ 02_all_gcc34-ice-hack.patch
+ 03_all_gcc34-ppc64-m32-m64-multilib-only.patch
+ 04_all_gcc34-java-nomulti.patch
+ 04_all_gcc34-libgcc-cross-multilib.patch
+ 05_all_gcc34-ia64-libunwind.patch
+ 06_all_gcc34-ppc64-pr17751.patch
+ 11_all_gcc-netbsd-symbolic.patch
+ 11_all_gcc-openbsd.patch
+ 20_all_gcc34-visibility1.patch
+ 21_all_gcc34-visibility2.patch
+ 22_all_gcc34-visibility3.patch
+ 23_all_gcc34-visibility4.patch
+ 24_all_gcc34-visibility5.patch
+ 30_all_gcc34-arm-ldm-peephole.patch
+ 31_all_gcc34-arm-ldm.patch
+ 33_all_pr15068-fix.patch
+ 34_all_arm-bigendian.patch
+ 37_all_arm-ldm-peephole2.patch
+ 41_all_gcc-3.4.4-fix-sse2-pinsrw.patch
+ 44_all_debian-m68k-update.patch
+ 46_all_gcc-3.4.4-pr18300.patch
+ 48_all_gcc-3.4_x-avr-news-devs2.patch
+ 51_all_gcc-3.4-libiberty-pic.patch
+ 52_all_pr16625-fix.patch
+ 53_all_pr15666-fix.patch
+ 54_all_300-libstdc++-pic.patch
+ 61_all_fedora_gcc34-libffi-ia64-manyfp.patch
+ 63_all_fedora_gcc34-ia64-noteGNUstack.patch
+ 64_all_fedora_gcc34-ia64-lib64.patch
+ 65_all_gcc3.4-noteGNUstack.patch
+ 70_all_gcc34-reiser4-fix.patch
+ 71_all_sh-pr16665-fix.patch
+ 72_all_sh-no-reorder-blocks.patch
+ 73_all_sh-pr20617.patch
+ 74_all_sh-pr24836.patch
+ 76_all_sh-pr21623-workaround.patch
+ 80_all_canadian-cross-spec-and-syslimits.patch
+ 83_all_gcc-3.x-larger-g77-file-limit.patch
+ 84_all_gcc4-c++-warning.patch






[gentoo-commits] gentoo commit in src/patchsets/gcc/3.3.6/gentoo: 10_all_gcc-3.4.6-c-parse-bison-3.patch README.history

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:10:56

  Modified: README.history
  Added:10_all_gcc-3.4.6-c-parse-bison-3.patch
  Log:
  fix building with bison-3 #519704 by Andrew Church

Revision  ChangesPath
1.3  src/patchsets/gcc/3.3.6/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.3.6/gentoo/README.history?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.3.6/gentoo/README.history?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.3.6/gentoo/README.history?r1=1.2&r2=1.3

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/3.3.6/gentoo/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history  8 Jan 2013 15:19:58 -   1.2
+++ README.history  6 Apr 2015 18:10:56 -   1.3
@@ -1,5 +1,6 @@
-1.9[pending]
+1.906 Apr 2015
R 05_all_gcc-4.3.x-siginfo.patch -> 05_all_gcc-3.3.x-siginfo.patch
+   + 10_all_gcc-3.4.6-c-parse-bison-3.patch
 
 1.823 Jul 2012
+ 05_all_gcc-4.3.x-siginfo.patch



1.1  
src/patchsets/gcc/3.3.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.3.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.3.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch?rev=1.1&content-type=text/plain

Index: 10_all_gcc-3.4.6-c-parse-bison-3.patch
===
fix building w/bison-3

https://bugs.gentoo.org/519704

--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -58,6 +58,11 @@
 /* Like YYERROR but do call yyerror.  */
 #define YYERROR1 { yyerror ("syntax error"); YYERROR; }
 
+/* Newer bison doesn't define YYLEX anymore.  */
+#ifndef YYLEX
+# define YYLEX yylex()
+#endif
+
 /* Like the default stack expander, except (1) use realloc when possible,
(2) impose no hard maxiumum on stack size, (3) REALLY do not use alloca.
 






[gentoo-commits] gentoo commit in src/patchsets/gcc/3.4.6/gentoo: 10_all_gcc-3.4.6-c-parse-bison-3.patch README.history

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:10:56

  Modified: README.history
  Added:10_all_gcc-3.4.6-c-parse-bison-3.patch
  Log:
  fix building with bison-3 #519704 by Andrew Church

Revision  ChangesPath
1.2  src/patchsets/gcc/3.4.6/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history?r1=1.1&r2=1.2

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/3.4.6/gentoo/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history  6 Apr 2015 18:09:29 -   1.1
+++ README.history  6 Apr 2015 18:10:56 -   1.2
@@ -1,3 +1,6 @@
+1.806 Apr 2015
+   + 10_all_gcc-3.4.6-c-parse-bison-3.patch
+
 1.708 Jan 2013
+ 05_all_gcc-3.4.x-siginfo.patch
+ 09_all_gcc-3.4.6-c-parse-bison.patch



1.1  
src/patchsets/gcc/3.4.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/3.4.6/gentoo/10_all_gcc-3.4.6-c-parse-bison-3.patch?rev=1.1&content-type=text/plain

Index: 10_all_gcc-3.4.6-c-parse-bison-3.patch
===
fix building w/bison-3

https://bugs.gentoo.org/519704

--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -58,6 +58,11 @@
 /* Like YYERROR but do call yyerror.  */
 #define YYERROR1 { yyerror ("syntax error"); YYERROR; }
 
+/* Newer bison doesn't define YYLEX anymore.  */
+#ifndef YYLEX
+# define YYLEX yylex()
+#endif
+
 /* Like the default stack expander, except (1) use realloc when possible,
(2) impose no hard maxiumum on stack size, (3) REALLY do not use alloca.
 






[gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-3.4.6-r2.ebuild gcc-3.3.6-r1.ebuild ChangeLog

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:16:10

  Modified: gcc-3.4.6-r2.ebuild gcc-3.3.6-r1.ebuild ChangeLog
  Log:
  Fix building with newer bison-3 #519704 by Andrew Church.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.40 sys-devel/gcc/gcc-3.4.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild?r1=1.39&r2=1.40

Index: gcc-3.4.6-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- gcc-3.4.6-r2.ebuild 29 Mar 2015 19:24:26 -  1.39
+++ gcc-3.4.6-r2.ebuild 6 Apr 2015 18:16:10 -   1.40
@@ -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/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.39 
2015/03/29 19:24:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.40 
2015/04/06 18:16:10 vapier Exp $
 
 EAPI="2"
 
-PATCH_VER="1.7"
+PATCH_VER="1.8"
 UCLIBC_VER="1.1"
 UCLIBC_GCC_VER="3.4.5"
 HTB_VER="1.00.1"



1.28 sys-devel/gcc/gcc-3.3.6-r1.ebuild

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

Index: gcc-3.3.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gcc-3.3.6-r1.ebuild 23 Oct 2014 23:48:17 -  1.27
+++ gcc-3.3.6-r1.ebuild 6 Apr 2015 18:16:10 -   1.28
@@ -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: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.27 
2014/10/23 23:48:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.28 
2015/04/06 18:16:10 vapier Exp $
 
 EAPI="2"
 
-PATCH_VER="1.8"
+PATCH_VER="1.9"
 UCLIBC_VER="1.0"
 HTB_VER="1.00-r2"
 



1.1060   sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1059
retrieving revision 1.1060
diff -u -r1.1059 -r1.1060
--- ChangeLog   4 Apr 2015 22:39:24 -   1.1059
+++ ChangeLog   6 Apr 2015 18:16:10 -   1.1060
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1059 2015/04/04 
22:39:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1060 2015/04/06 
18:16:10 vapier Exp $
+
+  06 Apr 2015; Mike Frysinger  gcc-3.3.6-r1.ebuild,
+  gcc-3.4.6-r2.ebuild:
+  Fix building with newer bison-3 #519704 by Andrew Church.
 
   04 Apr 2015; Mike Frysinger  gcc-4.8.4.ebuild:
   Mark arm64/m68k/s390/sh stable.






[gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6-r1.ebuild ChangeLog

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 18:16:35

  Modified: libstdc++-v3-3.3.6-r1.ebuild ChangeLog
  Log:
  Fix building with newer bison-3 #509572 by jannis.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.14 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.13&r2=1.14

Index: libstdc++-v3-3.3.6-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libstdc++-v3-3.3.6-r1.ebuild26 Jun 2014 08:24:44 -  1.13
+++ libstdc++-v3-3.3.6-r1.ebuild6 Apr 2015 18:16:35 -   1.14
@@ -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-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 
1.13 2014/06/26 08:24:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 
1.14 2015/04/06 18:16:35 vapier Exp $
 
 inherit eutils flag-o-matic libtool multilib
 
@@ -109,7 +109,7 @@
strip-flags
 }
 
-PATCH_VER="1.8"
+PATCH_VER="1.9"
 
 DESCRIPTION="Compatibility package for running binaries linked against a pre 
gcc 3.4 libstdc++"
 HOMEPAGE="http://gcc.gnu.org/libstdc++/";
@@ -121,7 +121,7 @@
 KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd"
 IUSE="multilib nls"
 
-DEPEND="http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.77&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?rev=1.77&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   26 Jun 2014 08:24:44 -  1.76
+++ ChangeLog   6 Apr 2015 18:16:35 -   1.77
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libstdc++-v3
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.76 
2014/06/26 08:24:44 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.77 
2015/04/06 18:16:35 vapier Exp $
+
+  06 Apr 2015; Mike Frysinger  libstdc++-v3-3.3.6-r1.ebuild:
+  Fix building with newer bison-3 #509572 by jannis.
 
   26 Jun 2014; Michał Górny  libstdc++-v3-3.3.6-r1.ebuild:
   Filter out -frecord-gcc-switches. Require 

[gentoo-commits] gentoo-x86 commit in games-fps/xonotic: metadata.xml xonotic-0.8.0.ebuild ChangeLog

2015-04-06 Thread Michael Sterrett (mr_bones_)
mr_bones_15/04/06 18:58:11

  Modified: metadata.xml xonotic-0.8.0.ebuild ChangeLog
  Log:
  add ode use flag for alternate physics-engine support from dev-games/ode (bug 
#475468)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-fps/xonotic/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml16 Sep 2011 21:52:12 -  1.1
+++ metadata.xml6 Apr 2015 18:58:11 -   1.2
@@ -2,4 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 games
+
+   Enable support for physics engine from 
dev-games/ode
+
 



1.2  games-fps/xonotic/xonotic-0.8.0.ebuild

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

Index: xonotic-0.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xonotic-0.8.0.ebuild16 Jan 2015 09:40:51 -  1.1
+++ xonotic-0.8.0.ebuild6 Apr 2015 18:58:11 -   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/games-fps/xonotic/xonotic-0.8.0.ebuild,v 
1.1 2015/01/16 09:40:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.8.0.ebuild,v 
1.2 2015/04/06 18:58:11 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils check-reqs games
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug dedicated doc sdl"
+IUSE="alsa debug dedicated doc ode sdl"
 
 UIRDEPEND="
media-libs/libogg
@@ -30,6 +30,7 @@
virtual/opengl
media-libs/freetype:2
alsa? ( media-libs/alsa-lib )
+   ode? ( dev-games/ode[double-precision] )
sdl? ( media-libs/libsdl[X,sound,joystick,opengl,video,alsa?] )"
 UIDEPEND="
x11-proto/xextproto



1.18 games-fps/xonotic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   16 Jan 2015 09:40:51 -  1.17
+++ ChangeLog   6 Apr 2015 18:58:11 -   1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/xonotic
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.17 
2015/01/16 09:40:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.18 
2015/04/06 18:58:11 mr_bones_ Exp $
+
+  06 Apr 2015; Michael Sterrett  metadata.xml,
+  xonotic-0.8.0.ebuild:
+  add ode use flag for alternate physics-engine support from dev-games/ode (bug
+  #475468)
 
 *xonotic-0.8.0 (16 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: alsa-plugins-1.0.29.ebuild ChangeLog

2015-04-06 Thread Sergei Trofimovich (slyfox)
slyfox  15/04/06 19:17:56

  Modified: alsa-plugins-1.0.29.ebuild ChangeLog
  Log:
  Applied libav-10 patch from bug #539680 by Daniel Schulte and others. Fixes 
build failure for me.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  media-plugins/alsa-plugins/alsa-plugins-1.0.29.ebuild

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

Index: alsa-plugins-1.0.29.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-plugins-1.0.29.ebuild  25 Mar 2015 11:41:10 -  1.1
+++ alsa-plugins-1.0.29.ebuild  6 Apr 2015 19:17:56 -   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-plugins/alsa-plugins/alsa-plugins-1.0.29.ebuild,v 
1.1 2015/03/25 11:41:10 chainsaw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.29.ebuild,v 
1.2 2015/04/06 19:17:56 slyfox Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib multilib-minimal
@@ -28,7 +28,8 @@
virtual/pkgconfig"
 
 src_prepare() {
-:  epatch "${FILESDIR}"/${PN}-1.0.23-automagic.patch
+   epatch "${FILESDIR}"/${PN}-1.0.23-automagic.patch
+   epatch "${FILESDIR}"/${PN}-1.0.28-libav10.patch
 
epatch_user
 



1.207media-plugins/alsa-plugins/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   25 Mar 2015 11:41:10 -  1.206
+++ ChangeLog   6 Apr 2015 19:17:56 -   1.207
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/alsa-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 
1.206 2015/03/25 11:41:10 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 
1.207 2015/04/06 19:17:56 slyfox Exp $
+
+  06 Apr 2015; Sergei Trofimovich 
+  +files/alsa-plugins-1.0.28-libav10.patch, alsa-plugins-1.0.29.ebuild:
+  Applied libav-10 patch from bug #539680 by Daniel Schulte and others. Fixes
+  build failure for me.
 
 *alsa-plugins-1.0.29 (25 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins/files: alsa-plugins-1.0.28-libav10.patch

2015-04-06 Thread Sergei Trofimovich (slyfox)
slyfox  15/04/06 19:17:56

  Added:alsa-plugins-1.0.28-libav10.patch
  Log:
  Applied libav-10 patch from bug #539680 by Daniel Schulte and others. Fixes 
build failure for me.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  
media-plugins/alsa-plugins/files/alsa-plugins-1.0.28-libav10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/files/alsa-plugins-1.0.28-libav10.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/files/alsa-plugins-1.0.28-libav10.patch?rev=1.1&content-type=text/plain

Index: alsa-plugins-1.0.28-libav10.patch
===
https://bugs.gentoo.org/539680

From: Luca Barbato 
Description: lavr: Add a libavresample based rate plugin
Date: Mon, 14 Apr 2014 10:01:07 +0200

Provide lavcrate compatibility.

Index: alsa-plugins-1.0.28/configure.ac
===
--- alsa-plugins-1.0.28.orig/configure.ac
+++ alsa-plugins-1.0.28/configure.ac
@@ -66,7 +66,7 @@ if test "$use_maemo_rm" = "yes"; then
 fi
 
 AC_ARG_ENABLE([avcodec],
-  AS_HELP_STRING([--disable-avcodec], [Don't build plugins depending on 
avcodec (a52)]))
+  AS_HELP_STRING([--disable-avcodec], [Do not build plugins depending on 
avcodec (a52)]))
 
 if test "x$enable_avcodec" != "xno"; then
   PKG_CHECK_MODULES(AVCODEC, [libavcodec libavutil], [HAVE_AVCODEC=yes], 
[HAVE_AVCODEC=no])
@@ -101,6 +101,10 @@ if test $HAVE_AVCODEC = yes; then
   if test -z "$AVCODEC_HEADER"; then
 HAVE_AVCODEC=no
   fi
+  SAVE_LIBS=$LIBS
+  LIBS="$LIBS $AVCODEC_LIBS"
+  AC_CHECK_FUNCS([av_resample_init])
+  LIBS=$SAVE_LIBS
 fi
 
 AM_CONDITIONAL(HAVE_AVCODEC, test x$HAVE_AVCODEC = xyes)
@@ -108,6 +112,18 @@ AC_SUBST(AVCODEC_CFLAGS)
 AC_SUBST(AVCODEC_LIBS)
 AC_SUBST(AVCODEC_HEADER)
 
+AC_ARG_ENABLE([avresample],
+  AS_HELP_STRING([--disable-avresample], [Do not build plugins depending 
on avcodec (lavrate)]))
+
+if test "x$enable_avresample" != "xno"; then
+  PKG_CHECK_MODULES(AVRESAMPLE, [libavresample libavutil], 
[HAVE_AVRESAMPLE=yes], [HAVE_AVRESAMPLE=no])
+fi
+
+AM_CONDITIONAL(HAVE_AVRESAMPLE, test x$HAVE_AVCODEC = xyes)
+AC_SUBST(AVRESAMPLE_CFLAGS)
+AC_SUBST(AVRESAMPLE_LIBS)
+AC_SUBST(AVRESAMPLE_HEADER)
+
 PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2], [HAVE_SPEEXDSP="yes"], 
[HAVE_SPEEXDSP=""])
 AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
 
@@ -181,7 +197,7 @@ AC_OUTPUT([
mix/Makefile
rate/Makefile
a52/Makefile
-   rate-lavc/Makefile
+   rate-lavr/Makefile
maemo/Makefile
doc/Makefile
usb_stream/Makefile
Index: alsa-plugins-1.0.28/Makefile.am
===
--- alsa-plugins-1.0.28.orig/Makefile.am
+++ alsa-plugins-1.0.28/Makefile.am
@@ -9,8 +9,14 @@ if HAVE_SAMPLERATE
 SUBDIRS += rate
 endif
 if HAVE_AVCODEC
+SUBDIRS += a52
+if !HAVE_AVRESAMPLE
 SUBDIRS += a52 rate-lavc
 endif
+endif
+if HAVE_AVRESAMPLE
+SUBDIRS += rate-lavr
+endif
 if HAVE_MAEMO_PLUGIN
 SUBDIRS += maemo
 endif
Index: alsa-plugins-1.0.28/rate-lavr/Makefile.am
===
--- /dev/null
+++ alsa-plugins-1.0.28/rate-lavr/Makefile.am
@@ -0,0 +1,22 @@
+asound_module_rate_lavr_LTLIBRARIES = libasound_module_rate_lavr.la
+
+asound_module_rate_lavrdir = @ALSA_PLUGIN_DIR@
+
+AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVRESAMPLE_CFLAGS@
+AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined 
$(LDFLAGS_NOUNDEFINED)
+
+libasound_module_rate_lavr_la_SOURCES = rate_lavr.c
+libasound_module_rate_lavr_la_LIBADD = @ALSA_LIBS@ @AVRESAMPLE_LIBS@
+
+
+install-exec-hook:
+   rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate*.so
+   $(LN_S) libasound_module_rate_lavr.so 
$(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate.so
+   $(LN_S) libasound_module_rate_lavr.so 
$(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_higher.so
+   $(LN_S) libasound_module_rate_lavr.so 
$(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_high.so
+   $(LN_S) libasound_module_rate_lavr.so 
$(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_fast.so
+   $(LN_S) libasound_module_rate_lavr.so 
$(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_faster.so
+
+uninstall-hook:
+   rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate*.so
+   rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavr*.so
Index: alsa-plugins-1.0.28/rate-lavr/rate_lavr.c
===
--- /dev/null
+++ alsa-plugins-1.0.28/rate-lavr/rate_lavr.c
@@ -0,0 +1,227 @@
+/*
+ * Rate converter plugin using libavresample
+ * Copyright (c) 2014 by Anton Khirnov
+ *
+ * This library is free software; you can re

[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 19:31:44

  Modified: firefox-37.0.1.ebuild ChangeLog
  Log:
  dropped USE=jit from firefox-37 as jit can not be disabled and provide a 
functional firefox
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.3  www-client/firefox/firefox-37.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.2&r2=1.3

Index: firefox-37.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-37.0.1.ebuild   6 Apr 2015 16:31:02 -   1.2
+++ firefox-37.0.1.ebuild   6 Apr 2015 19:31:44 -   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/www-client/firefox/firefox-37.0.1.ebuild,v 
1.2 2015/04/06 16:31:02 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.3 2015/04/06 19:31:44 axs Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -34,7 +34,6 @@
 MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases";
 
 MOZCONFIG_OPTIONAL_WIFI=1
-MOZCONFIG_OPTIONAL_JIT="enabled"
 
 inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v5.36 multilib pax-utils fdo-mime autotools virtualx mozlinguas
 
@@ -349,11 +348,8 @@
fi
 
# Required in order to use plugins and even run firefox on hardened.
-   if use jit; then
-   pax-mark m 
"${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
-   else
-   pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container
-   fi
+   pax-mark m 
"${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
+   pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container
 
if use minimal; then
rm -r "${ED}"/usr/include 
"${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \



1.407www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.407&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.407&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.406&r2=1.407

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog   6 Apr 2015 16:31:02 -   1.406
+++ ChangeLog   6 Apr 2015 19:31:44 -   1.407
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.406 
2015/04/06 16:31:02 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.407 
2015/04/06 19:31:44 axs Exp $
+
+  06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
+  dropped USE=jit from firefox-37 as jit can not be disabled and provide a
+  functional firefox
 
   06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
   fixed nss dependency version, bug 575744






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 19:37:26

  Modified: firefox-37.0.1.ebuild ChangeLog
  Log:
  added missing configure option to enable jit
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.4  www-client/firefox/firefox-37.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.3&r2=1.4

Index: firefox-37.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-37.0.1.ebuild   6 Apr 2015 19:31:44 -   1.3
+++ firefox-37.0.1.ebuild   6 Apr 2015 19:37:26 -   1.4
@@ -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/www-client/firefox/firefox-37.0.1.ebuild,v 
1.3 2015/04/06 19:31:44 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.4 2015/04/06 19:37:26 axs Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -222,6 +222,9 @@
# Other ff-specific settings
mozconfig_annotate '' 
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
 
+   # force jit
+   mozconfig_use_enable jit ion
+
# Allow for a proper pgo build
if use pgo; then
echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) 
\$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig



1.408www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.408&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.408&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.407&r2=1.408

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -r1.407 -r1.408
--- ChangeLog   6 Apr 2015 19:31:44 -   1.407
+++ ChangeLog   6 Apr 2015 19:37:26 -   1.408
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.407 
2015/04/06 19:31:44 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.408 
2015/04/06 19:37:26 axs Exp $
+
+  06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
+  added missing configure option to enable jit
 
   06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
   dropped USE=jit from firefox-37 as jit can not be disabled and provide a






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 19:38:34

  Modified: firefox-37.0.1.ebuild ChangeLog
  Log:
  fixed configure option to enable jit, last time i promise
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.5  www-client/firefox/firefox-37.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.4&r2=1.5

Index: firefox-37.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-37.0.1.ebuild   6 Apr 2015 19:37:26 -   1.4
+++ firefox-37.0.1.ebuild   6 Apr 2015 19:38:34 -   1.5
@@ -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/www-client/firefox/firefox-37.0.1.ebuild,v 
1.4 2015/04/06 19:37:26 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.5 2015/04/06 19:38:34 axs Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -223,7 +223,7 @@
mozconfig_annotate '' 
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
 
# force jit
-   mozconfig_use_enable jit ion
+   mozconfig_annotate '' --enable-ion
 
# Allow for a proper pgo build
if use pgo; then



1.409www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.409&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.409&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.408&r2=1.409

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -r1.408 -r1.409
--- ChangeLog   6 Apr 2015 19:37:26 -   1.408
+++ ChangeLog   6 Apr 2015 19:38:34 -   1.409
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.408 
2015/04/06 19:37:26 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.409 
2015/04/06 19:38:34 axs Exp $
+
+  06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
+  fixed configure option to enable jit, last time i promise
 
   06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
   added missing configure option to enable jit






[gentoo-commits] gentoo-x86 commit in dev-perl/FCGI: FCGI-0.770.0.ebuild ChangeLog

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:40:48

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

Revision  ChangesPath
1.32 dev-perl/FCGI/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   22 Aug 2014 19:15:57 -  1.31
+++ ChangeLog   6 Apr 2015 19:40:48 -   1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/FCGI
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.31 2014/08/22 
19:15:57 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.32 2015/04/06 
19:40:48 dilfridge Exp $
+
+*FCGI-0.770.0 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel  +FCGI-0.770.0.ebuild:
+  Version bump
 
 *FCGI-0.740.0-r1 (22 Aug 2014)
 



1.1  dev-perl/FCGI/FCGI-0.770.0.ebuild

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

Index: FCGI-0.770.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/FCGI/FCGI-0.770.0.ebuild,v 1.1 
2015/04/06 19:40:48 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.77
inherit perl-module

DESCRIPTION="Fast CGI module"

LICENSE="FastCGI"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE=""

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

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in dev-perl/File-chmod: ChangeLog File-chmod-0.420.0.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:45:16

  Modified: ChangeLog
  Added:File-chmod-0.420.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.25 dev-perl/File-chmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   22 Aug 2014 17:52:04 -  1.24
+++ ChangeLog   6 Apr 2015 19:45:16 -   1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-chmod
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.24 
2014/08/22 17:52:04 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.25 
2015/04/06 19:45:16 dilfridge Exp $
+
+*File-chmod-0.420.0 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel 
+  +File-chmod-0.420.0.ebuild:
+  Version bump
 
 *File-chmod-0.360.0-r1 (22 Aug 2014)
 



1.1  dev-perl/File-chmod/File-chmod-0.420.0.ebuild

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

Index: File-chmod-0.420.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/File-chmod/File-chmod-0.420.0.ebuild,v 1.1 
2015/04/06 19:45:16 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=XENO
MODULE_VERSION=0.42
inherit perl-module

DESCRIPTION="Implements symbolic and ls chmod modes"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
IUSE="test"

RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-IO
virtual/perl-Test-Simple
virtual/perl-autodie
)
"

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-EN-NameCase: ChangeLog Lingua-EN-NameCase-1.190.0.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:49:03

  Modified: ChangeLog
  Added:Lingua-EN-NameCase-1.190.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.6  dev-perl/Lingua-EN-NameCase/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   26 Aug 2014 15:20:26 -  1.5
+++ ChangeLog   6 Apr 2015 19:49:03 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Lingua-EN-NameCase
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.5 
2014/08/26 15:20:26 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameCase/ChangeLog,v 1.6 
2015/04/06 19:49:03 dilfridge Exp $
+
+*Lingua-EN-NameCase-1.190.0 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel 
+  +Lingua-EN-NameCase-1.190.0.ebuild:
+  Version bump
 
 *Lingua-EN-NameCase-1.150.0-r1 (26 Aug 2014)
 



1.1  
dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild

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

Index: Lingua-EN-NameCase-1.190.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/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0.ebuild,v
 1.1 2015/04/06 19:49:03 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=BARBIE
MODULE_VERSION=1.19
inherit perl-module

DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"

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

RDEPEND="
virtual/perl-Carp
virtual/perl-Exporter
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-IO
>=virtual/perl-Test-Simple-0.700.0
)
"

SRC_TEST=do






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2015-04-06 Thread Ian Stakenvicius
commit: 1b31c95e42ee9a02c33616b8b85f3cb80bec6e15
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Apr  6 19:48:40 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Apr  6 19:48:43 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1b31c95e

Dropped optional jit support

jit on firefox-37 is required in order to function; without jit, firefox-37 
will not download
anything at all on hardened systems (possibly on all systems).

 www-client/firefox/firefox-37.0.1.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-client/firefox/firefox-37.0.1.ebuild 
b/www-client/firefox/firefox-37.0.1.ebuild
index 5fd750a..9b93052 100644
--- a/www-client/firefox/firefox-37.0.1.ebuild
+++ b/www-client/firefox/firefox-37.0.1.ebuild
@@ -34,7 +34,6 @@ MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/";
 MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases/";
 
 MOZCONFIG_OPTIONAL_WIFI=1
-MOZCONFIG_OPTIONAL_JIT="enabled"
 
 inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v5.36 multilib pax-utils fdo-mime autotools virtualx mozlinguas
 
@@ -223,6 +222,9 @@ src_configure() {
# Other ff-specific settings
mozconfig_annotate '' 
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
 
+   # force jit
+   mozconfig_annotate '' --enable-ion
+
# Allow for a proper pgo build
if use pgo; then
echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) 
\$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
@@ -349,11 +351,7 @@ src_install() {
fi
 
# Required in order to use plugins and even run firefox on hardened.
-   if use jit; then
-   pax-mark m 
"${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
-   else
-   pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container
-   fi
+   pax-mark m 
"${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
 
if use minimal; then
rm -r "${ED}"/usr/include 
"${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \



[gentoo-commits] gentoo-x86 commit in dev-perl/Log-Dispatch: - New directory

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:51:16

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch added to the 
repository



[gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: package.mask

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 19:51:46

  Modified: package.mask
  Log:
  ChangeLog

Revision  ChangesPath
1.45 profiles/hardened/linux/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- package.mask6 Apr 2015 16:48:39 -   1.44
+++ package.mask6 Apr 2015 19:51:46 -   1.45
@@ -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/profiles/hardened/linux/package.mask,v 1.44 
2015/04/06 16:48:39 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.45 
2015/04/06 19:51:46 axs Exp $
 
 # Hardened versions of gcc-4.0* through gcc-4.2* are not available.
 =sys-devel/gcc-4.0*
@@ -26,6 +26,3 @@
 sys-devel/prelink
 # depends on prelink
 app-crypt/hmaccalc
-
-# Firefox-37 has major operational issues on hardened right now, still 
debugging.
-=www-client/firefox-37.0.1






[gentoo-commits] gentoo-x86 commit in dev-perl/Log-Dispatch: Log-Dispatch-2.410.0.ebuild ChangeLog metadata.xml

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:51:55

  Added:Log-Dispatch-2.410.0.ebuild ChangeLog metadata.xml
  Log:
  Fix capitalization of P via a pkgmove
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/Log-Dispatch/Log-Dispatch-2.410.0.ebuild

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

Index: Log-Dispatch-2.410.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/Log-Dispatch-2.410.0.ebuild,v 1.1 
2015/04/06 19:51:55 dilfridge Exp $

EAPI=5

MY_PN=Log-Dispatch
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=2.41
inherit perl-module

DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects"

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

RDEPEND="
dev-perl/Params-Validate
dev-perl/Class-Load
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31"

SRC_TEST="do"



1.1  dev-perl/Log-Dispatch/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-perl/log-dispatch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v 1.1 
2015/04/06 19:51:55 dilfridge Exp $

  08 Feb 2014; Mikle Kolyada  -log-dispatch-2.320.0.ebuild,
  -log-dispatch-2.340.0.ebuild, -log-dispatch-2.350.0.ebuild,
  log-dispatch-2.410.0.ebuild:
  amd64/x86 stable wrt bug #495544; Drop old.

*log-dispatch-2.410.0 (15 Aug 2013)

  15 Aug 2013; Patrick Lauer  +log-dispatch-2.410.0.ebuild:
  Bump

  15 May 2013; Agostino Sarubbo  log-dispatch-2.350.0.ebuild:
  Stable for x86, wrt bug #461148

  15 May 2013; Agostino Sarubbo  log-dispatch-2.350.0.ebuild:
  Stable for amd64, wrt bug #461148

  25 Mar 2013; Agostino Sarubbo  log-dispatch-2.340.0.ebuild:
  Stable for x86, wrt bug #456592

  25 Mar 2013; Agostino Sarubbo  log-dispatch-2.340.0.ebuild:
  Stable for amd64, wrt bug #456592

*log-dispatch-2.350.0 (21 Jan 2013)

  21 Jan 2013; Torsten Veller  +log-dispatch-2.350.0.ebuild:
  Version bump

  06 Jan 2013; Torsten Veller  -log-dispatch-2.290.0.ebuild,
  -log-dispatch-2.310.0.ebuild:
  Cleanup

*log-dispatch-2.340.0 (09 Dec 2012)

  09 Dec 2012; Torsten Veller  +log-dispatch-2.340.0.ebuild:
  Version bump

  12 Sep 2012; Johannes Huber  log-dispatch-2.320.0.ebuild:
  Stable for x86, wrt bug #429022

  12 Sep 2012; Agostino Sarubbo  log-dispatch-2.320.0.ebuild:
  Stable for amd64, wrt bug #429022

  01 Sep 2012; Fabian Groffen  log-dispatch-2.320.0.ebuild:
  Marked ~ppc-aix, bug #432288

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

*log-dispatch-2.320.0 (26 May 2012)

  26 May 2012; Torsten Veller  +log-dispatch-2.320.0.ebuild:
  Version bump

*log-dispatch-2.310.0 (23 May 2012)

  23 May 2012; Torsten Veller  +log-dispatch-2.310.0.ebuild:
  Version bump

  03 Feb 2012; Torsten Veller  -log-dispatch-2.22.ebuild:
  Cleanup

  18 Dec 2011; Pawel Hajdan jr 
  log-dispatch-2.290.0.ebuild:
  x86 stable wrt bug #393725

  18 Dec 2011; Raúl Porcel  log-dispatch-2.22.ebuild,
  log-dispatch-2.290.0.ebuild:
  Drop alpha/ia64/sparc keywords

  17 Dec 2011; Agostino Sarubbo  log-dispatch-2.290.0.ebuild:
  Stable for AMD64, wrt bug #393725

  29 Jul 2011; Torsten Veller  -log-dispatch-2.280.ebuild:
  Cleanup

*log-dispatch-2.290.0 (19 Mar 2011)

  19 Mar 2011; Torsten Veller  +log-dispatch-2.290.0.ebuild:
  Version bump

  14 Jan 2011; Torsten Veller  -log-dispatch-2.26.ebuild,
  -log-dispatch-2.27.ebuild:
  Cleanup

*log-dispatch-2.280 (12 Jan 2011)

  12 Jan 2011; Torsten Veller  +log-dispatch-2.280.ebuild:
  Version bump

*log-dispatch-2.27 (18 Oct 2010)

  18 Oct 2010; Torsten Veller  +log-dispatch-2.27.ebuild:
  Version bump

  10 Dec 2009; Torsten Veller  log-dispatch-2.22.ebuild:
  Add Sys-Syslog dependency (#296349)

  12 Oct 2009; Torsten Veller  -log-dispatch-2.23.ebuild,
  -log-dispatch-2.24.ebuild, -log-dispatch-2.25.ebuild:
  Cleanup

*log-dispatch-2.26 (23 Sep 2009)

  23 Sep 2009; Torsten Veller  +log-dispatch-2.26.ebuild:
  Version bump

  18 Sep 2009; Torsten Veller  log-dispatch-2.22.ebuild:
  Fix typo: s/RDEPND/RDEPEND/

*log-dispatch-2.25 (17 Sep 2009)

  17 Sep 2009; Torsten Veller  +log-dispatch-2.25.ebuild:
  Version bump

*log-dispatch

[gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin: postfixadmin-2.3.7.ebuild ChangeLog

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:54:09

  Modified: postfixadmin-2.3.7.ebuild ChangeLog
  Log:
  log-dispatch was moved to Log-Dispatch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.5  www-apps/postfixadmin/postfixadmin-2.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild?r1=1.4&r2=1.5

Index: postfixadmin-2.3.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postfixadmin-2.3.7.ebuild   10 Aug 2014 20:14:45 -  1.4
+++ postfixadmin-2.3.7.ebuild   6 Apr 2015 19:54:09 -   1.5
@@ -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/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild,v 1.4 
2014/08/10 20:14:45 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.3.7.ebuild,v 1.5 
2015/04/06 19:54:09 dilfridge Exp $
 
 EAPI="4"
 
@@ -20,7 +20,7 @@
dev-perl/MIME-EncWords
dev-perl/Email-Valid
dev-perl/Mail-Sender
-   dev-perl/log-dispatch
+   dev-perl/Log-Dispatch
dev-perl/Log-Log4perl
dev-perl/MIME-Charset
mysql? ( dev-perl/DBD-mysql )



1.38 www-apps/postfixadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   25 Feb 2015 15:04:10 -  1.37
+++ ChangeLog   6 Apr 2015 19:54:09 -   1.38
@@ -1,6 +1,10 @@
 # ChangeLog for www-apps/postfixadmin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.37 
2015/02/25 15:04:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.38 
2015/04/06 19:54:09 dilfridge Exp $
+
+  06 Apr 2015; Andreas K. Huettel 
+  postfixadmin-2.3.7.ebuild:
+  log-dispatch was moved to Log-Dispatch
 
   25 Feb 2015; Aaron W. Swenson 
   files/postinstall-en-2.3.txt:






[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:55:55

  Modified: ChangeLog rt-4.2.9-r1.ebuild
  Log:
  log-dispatch was moved to Log-Dispatch
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.93 www-apps/rt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   21 Mar 2015 08:10:54 -  1.92
+++ ChangeLog   6 Apr 2015 19:55:55 -   1.93
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.92 2015/03/21 
08:10:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.93 2015/04/06 
19:55:55 dilfridge Exp $
+
+  06 Apr 2015; Andreas K. Huettel  rt-4.2.9-r1.ebuild:
+  log-dispatch was moved to Log-Dispatch
 
   21 Mar 2015; Ian Delaney  files/postinstall-en.txt:
   update files/postinstall-en.txt, patch by user 'j.habeni...@gmx.de' in bug



1.3  www-apps/rt/rt-4.2.9-r1.ebuild

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

Index: rt-4.2.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt-4.2.9-r1.ebuild  19 Nov 2014 15:40:10 -  1.2
+++ rt-4.2.9-r1.ebuild  6 Apr 2015 19:55:55 -   1.3
@@ -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/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.2 
2014/11/19 15:40:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.3 
2015/04/06 19:55:55 dilfridge Exp $
 
 EAPI=5
 
@@ -45,8 +45,7 @@
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
-   >=dev-perl/log-dispatch-2.2.3
-   >=dev-perl/log-dispatch-2.23
+   >=dev-perl/Log-Dispatch-2.230.0
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8






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

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:57:07

  Modified: 2Q-2015
  Log:
  Move dev-perl/log-dispatch to dev-perl/Log-Dispatch following upstream

Revision  ChangesPath
1.4  profiles/updates/2Q-2015

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?r1=1.3&r2=1.4

Index: 2Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/2Q-2015,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 2Q-2015 5 Apr 2015 16:12:25 -   1.3
+++ 2Q-2015 6 Apr 2015 19:57:07 -   1.4
@@ -1,3 +1,4 @@
 move dev-perl/config-general dev-perl/Config-General
 move dev-util/pkgcore-checks dev-util/pkgcheck
 slotmove dev-libs/libdbusmenu 3 0
+move dev-perl/log-dispatch dev-perl/Log-Dispatch






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

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:57:07

  Modified: ChangeLog
  Log:
  Move dev-perl/log-dispatch to dev-perl/Log-Dispatch following upstream

Revision  ChangesPath
1.9911   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9910
retrieving revision 1.9911
diff -u -r1.9910 -r1.9911
--- ChangeLog   6 Apr 2015 10:44:14 -   1.9910
+++ ChangeLog   6 Apr 2015 19:57:06 -   1.9911
@@ -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.9910 2015/04/06 
10:44:14 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9911 2015/04/06 
19:57:06 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!
 
+  06 Apr 2015; Andreas K. Huettel  updates/2Q-2015:
+  Move dev-perl/log-dispatch to dev-perl/Log-Dispatch following upstream
+
   06 Apr 2015; Aaron Bauman  package.mask:
   Masked net-misc/gns3 for removal
 






[gentoo-commits] gentoo-x86 commit in dev-perl/log-dispatch: ChangeLog Manifest log-dispatch-2.410.0.ebuild metadata.xml

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 19:57:39

  Removed:  ChangeLog Manifest log-dispatch-2.410.0.ebuild
metadata.xml
  Log:
  Remove dev-perl/log-dispatch, moved to dev-perl/Log-Dispatch



[gentoo-commits] gentoo-x86 commit in dev-perl/Log-Dispatch: ChangeLog Log-Dispatch-2.440.0.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 20:04:27

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

Revision  ChangesPath
1.2  dev-perl/Log-Dispatch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 Apr 2015 19:51:55 -   1.1
+++ ChangeLog   6 Apr 2015 20:04:27 -   1.2
@@ -1,6 +1,12 @@
-# ChangeLog for dev-perl/log-dispatch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v 1.1 
2015/04/06 19:51:55 dilfridge Exp $
+# ChangeLog for dev-perl/Log-Dispatch
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v 1.2 
2015/04/06 20:04:27 dilfridge Exp $
+
+*Log-Dispatch-2.440.0 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel 
+  +Log-Dispatch-2.440.0.ebuild:
+  Version bump
 
   08 Feb 2014; Mikle Kolyada  -log-dispatch-2.320.0.ebuild,
   -log-dispatch-2.340.0.ebuild, -log-dispatch-2.350.0.ebuild,



1.1  dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild

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

Index: Log-Dispatch-2.440.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/Log-Dispatch/Log-Dispatch-2.440.0.ebuild,v 1.1 
2015/04/06 20:04:27 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DROLSKY
MODULE_VERSION=2.44
inherit perl-module

DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix"
IUSE="test"

RDEPEND="
virtual/perl-Carp
dev-perl/Devel-GlobalDestruction
>=dev-perl/Dist-CheckConflicts-0.20.0
dev-perl/Module-Runtime
dev-perl/Params-Validate
virtual/perl-Scalar-List-Utils
>=virtual/perl-Sys-Syslog-0.280.0
virtual/perl-threads
virtual/perl-threads-shared
"
DEPEND="${RDEPEND}
>=dev-perl/Dist-CheckConflicts-0.20.0
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-Exporter
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-IO
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Requires
)
"

SRC_TEST="do"






[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses: ncurses-5.9-r4.ebuild ChangeLog

2015-04-06 Thread Mike Frysinger (vapier)
vapier  15/04/06 20:11:01

  Modified: ncurses-5.9-r4.ebuild ChangeLog
  Log:
  Force usage of bash when running the configure script #545532 by Nick Bowler.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-libs/ncurses/ncurses-5.9-r4.ebuild

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

Index: ncurses-5.9-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ncurses-5.9-r4.ebuild   31 Mar 2015 21:18:02 -  1.2
+++ ncurses-5.9-r4.ebuild   6 Apr 2015 20:11:01 -   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/sys-libs/ncurses/ncurses-5.9-r4.ebuild,v 
1.2 2015/03/31 21:18:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild,v 
1.3 2015/04/06 20:11:01 vapier Exp $
 
 EAPI="4"
 inherit eutils flag-o-matic toolchain-funcs multilib-minimal
@@ -127,7 +127,9 @@
--without-reentrant
)
 
-   econf "${conf[@]}" "$@"
+   # Force bash until upstream rebuilds the configure script with a newer
+   # version of autotools. #545532
+   CONFIG_SHELL=/bin/bash econf "${conf[@]}" "$@"
 }
 
 src_compile() {



1.234sys-libs/ncurses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.234&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.234&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   31 Mar 2015 21:18:02 -  1.233
+++ ChangeLog   6 Apr 2015 20:11:01 -   1.234
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/ncurses
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.233 
2015/03/31 21:18:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.234 
2015/04/06 20:11:01 vapier Exp $
+
+  06 Apr 2015; Mike Frysinger  ncurses-5.9-r4.ebuild:
+  Force usage of bash when running the configure script #545532 by Nick Bowler.
 
   31 Mar 2015; Mike Frysinger 
   +files/ncurses-5.9-gcc-5.patch, ncurses-5.9-r4.ebuild:






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-04-06 Thread Michał Górny
commit: 54397a1942423eb9516021de03171e633d53c9f6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  6 20:21:18 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  6 20:21:18 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=54397a19

Update URIs for flow

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=545764

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index e97001f..5eeb795 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1561,12 +1561,12 @@ FIN
   
 flow
 Ebuilds by Florian Schmaus
-https://gitorious.org/flow-s-ebuilds
+https://gitlab.com/Flow/flow-s-ebuilds
 
   f...@geekplace.eu
   Florian Schmaus
 
-https://git.gitorious.org/flow-s-ebuilds/flow-s-ebuilds.git
+https://gitlab.com/Flow/flow-s-ebuilds.git
   
   
 fm



[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: ChangeLog libreoffice-bin-4.4.1.2.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 20:25:45

  Modified: ChangeLog
  Added:libreoffice-bin-4.4.1.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.179app-office/libreoffice-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   4 Apr 2015 21:02:30 -   1.178
+++ ChangeLog   6 Apr 2015 20:25:45 -   1.179
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.178 2015/04/04 21:02:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 
1.179 2015/04/06 20:25:45 dilfridge Exp $
+
+*libreoffice-bin-4.4.1.2 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel 
+  +libreoffice-bin-4.4.1.2.ebuild:
+  Version bump
 
   04 Apr 2015; Mikle Kolyada 
   libreoffice-bin-4.3.5.2-r1.ebuild:



1.1  app-office/libreoffice-bin/libreoffice-bin-4.4.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.4.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.4.1.2.ebuild?rev=1.1&content-type=text/plain

Index: libreoffice-bin-4.4.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.4.1.2.ebuild,v
 1.1 2015/04/06 20:25:45 dilfridge Exp $

EAPI=5

KDE_REQUIRED="optional"
CMAKE_REQUIRED="never"

BASE_PACKAGENAME="bin"
BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-";
BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-";

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_REQ_USE="threads,xml"

inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator

DESCRIPTION="LibreOffice, a full office productivity suite. Binary package"
HOMEPAGE="http://www.libreoffice.org";
SRC_URI_AMD64="
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI_X86="
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )
"

SRC_URI="
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )
"

IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"

BIN_COMMON_DEPEND="
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.3*
app-text/poppler:0/51
dev-libs/boost:0/1.55.0
dev-libs/icu:0/54a
=media-gfx/graphite2-1.2*
media-libs/glew:0/1.10
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
amd64? ( >=sys-libs/glibc-2.20-r2 )
x86? ( >=sys-libs/glibc-2.19-r1 )
virtual/jpeg:62
kde? ( >=kde-base/kdelibs-4.14.3-r1:4 >=dev-qt/qtcore-4.8.5-r2:4 
>=dev-qt/qtgui-4.8.5-r4:4 )
"

# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above.
# All dependencies below this point should remain identical to those in
# the source ebuilds.

COMMON_DEPEND="
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.3.2-r3
app-text/mythes
>=app-te

[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: ChangeLog libreoffice-bin-debug-4.4.1.2.ebuild

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 20:26:35

  Modified: ChangeLog
  Added:libreoffice-bin-debug-4.4.1.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.80 app-office/libreoffice-bin-debug/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   4 Apr 2015 21:03:18 -   1.79
+++ ChangeLog   6 Apr 2015 20:26:35 -   1.80
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-bin-debug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.79 
2015/04/04 21:03:18 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.80 
2015/04/06 20:26:35 dilfridge Exp $
+
+*libreoffice-bin-debug-4.4.1.2 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel 
+  +libreoffice-bin-debug-4.4.1.2.ebuild:
+  Version bump
 
   04 Apr 2015; Mikle Kolyada 
   libreoffice-bin-debug-4.3.5.2-r1.ebuild:



1.1  
app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.1.2.ebuild?rev=1.1&content-type=text/plain

Index: libreoffice-bin-debug-4.4.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.4.1.2.ebuild,v
 1.1 2015/04/06 20:26:35 dilfridge Exp $

EAPI=5

BASE_PACKAGENAME="debug"
BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-";
BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-";

DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, 
debug info"
HOMEPAGE="http://www.libreoffice.org";
SRC_URI_AMD64="
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI_X86="
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )
"

SRC_URI="
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )
"

IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"

RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"

DEPEND="dev-util/xdelta:3"

RESTRICT="test strip"

S="${WORKDIR}"

src_unpack() {
einfo "Uncompressing distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
xz -cd 
"${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > 
"${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die

local patchname
use kde && patchname="-kde"
use gnome && patchname="-gnome"
use java && patchname="${patchname}-java"

if [ -n "${patchname}" ]; then
einfo "Patching distfile 
${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using 
${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
xdelta3 -d -s 
"${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" 
"${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" 
"${WORKDIR}/tmpdist.tar" || die
mv "${WORKDIR}/tmpdist.tar" 
"

[gentoo-commits] gentoo-x86 commit in net-misc/openssh: openssh-6.8_p1-r4.ebuild ChangeLog

2015-04-06 Thread Patrick McLean (chutzpah)
chutzpah15/04/06 20:29:53

  Modified: ChangeLog
  Added:openssh-6.8_p1-r4.ebuild
  Log:
  Revision bump, bump the X509 patch to version 8.3.1.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  ChangesPath
1.558net-misc/openssh/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -r1.557 -r1.558
--- ChangeLog   25 Mar 2015 21:06:03 -  1.557
+++ ChangeLog   6 Apr 2015 20:29:53 -   1.558
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/openssh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.557 
2015/03/25 21:06:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.558 
2015/04/06 20:29:53 chutzpah Exp $
+
+*openssh-6.8_p1-r4 (06 Apr 2015)
+
+  06 Apr 2015; Patrick McLean  +openssh-6.8_p1-r4.ebuild:
+  Revision bump, bump the X509 patch to version 8.3.1.
 
 *openssh-6.8_p1-r3 (25 Mar 2015)
 



1.1  net-misc/openssh/openssh-6.8_p1-r4.ebuild

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

Index: openssh-6.8_p1-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.8_p1-r4.ebuild,v 
1.1 2015/04/06 20:29:53 chutzpah Exp $

EAPI="4"
inherit eutils user flag-o-matic multilib autotools pam systemd versionator

# Make it more portable between straight releases
# and _p? releases.
PARCH=${P/_}

HPN_PATCH="${PN}-6.8p1-r4-hpnssh14v5.tar.xz"
LDAP_PATCH="${PN}-lpk-6.8p1-0.3.14.patch.xz"
X509_VER="8.3.1" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"

DESCRIPTION="Port of OpenBSD's free SSH release"
HOMEPAGE="http://www.openssh.org/";
SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
mirror://gentoo/${P}-sctp.patch.xz
${HPN_PATCH:+hpn? (
mirror://gentoo/${HPN_PATCH}
http://dev.gentoo.org/~vapier/dist/${HPN_PATCH}
mirror://sourceforge/hpnssh/${HPN_PATCH}
)}
${LDAP_PATCH:+ldap? ( mirror://gentoo/${LDAP_PATCH} )}
${X509_PATCH:+X509? (
http://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH}
mirror://gentoo/${P}-x509-${X509_VER}-glue.patch.xz
)}
"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
# Probably want to drop ssh1/ssl defaulting to on in a future version.
IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
pam +pie sctp selinux skey +ssh1 +ssl static X X509"
REQUIRED_USE="pie? ( !static )
ssh1? ( ssl )
static? ( !kerberos !pam )
X509? ( !ldap ssl )"

LIB_DEPEND="sctp? ( net-misc/lksctp-tools[static-libs(+)] )
selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] )
skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] )
libedit? ( dev-libs/libedit[static-libs(+)] )
ssl? (
>=dev-libs/openssl-0.9.6d:0[bindist=]
dev-libs/openssl[static-libs(+)]
)
>=sys-libs/zlib-1.2.3[static-libs(+)]"
RDEPEND="
!static? (
${LIB_DEPEND//\[static-libs(+)]}
ldns? (
!bindist? ( net-libs/ldns[ecdsa,ssl] )
bindist? ( net-libs/ldns[-ecdsa,ssl] )
)
)
pam? ( virtual/pam )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )"
DEPEND="${RDEPEND}
static? (
${LIB_DEPEND}
ldns? (
!bindist? ( net-libs/ldns[ecdsa,ssl,static-libs(+)] )
bindist? ( net-libs/ldns[-ecdsa,ssl,static-libs(+)] )
)
)
virtual/pkgconfig
virtual/os-headers
sys-devel/autoconf"
RDEPEND="${RDEPEND}
pam? ( >=sys-auth/pambase-20081028 )
userland_GNU? ( virtual/shadow )
X? ( x11-apps/xauth )"

S=${WORKDIR}/${PARCH}

pkg_setup() {
# this sucks, bu

[gentoo-commits] proj/hardened-dev:musl commit in: www-client/firefox/, www-client/firefox/files/

2015-04-06 Thread Anthony G. Basile
commit: 2ea22f9e6cec238b784825e331b2d921b0f1f4d2
Author: Felix Janda  posteo  de>
AuthorDate: Sun Mar 22 08:54:56 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Apr  6 21:04:20 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=2ea22f9e

www-client/firefox: Update to 37.0.1

 www-client/firefox/files/1130164.patch |  68 +++
 www-client/firefox/files/1130175.patch |  33 ++
 www-client/firefox/files/1130710.patch |  57 +++
 www-client/firefox/files/avoid-basename-musl.patch |  30 --
 .../firefox/files/avoid-fts-on-nonglibc-musl.patch |  55 ---
 .../firefox/files/avoid-getcontext-musl.patch  |  15 -
 www-client/firefox/files/basename.patch|  25 ++
 www-client/firefox/files/crashreporter.patch   | 358 +++
 .../files/define-gettid-unconditonally-musl.patch  |  11 -
 .../firefox/files/dont-include-aouth-musl.patch|  14 -
 .../dont-include-cdefsh-stagefright-musl.patch |  10 -
 ...refox-31.0-webm-disallow-negative-samples.patch |  29 --
 .../files/firefox-32.0-hppa-js-configure.patch |  21 -
 .../files/firefox-33.0-jemalloc-configure.patch|  29 --
 .../files/firefox-35.0-gmp-clearkey-sprintf.patch  |  10 +
 .../firefox/files/fix-amd64-build-musl.patch   |  39 --
 .../firefox/files/fix-android-check-musl.patch |  11 -
 .../firefox/files/fix-jemalloc-includes-musl.patch |  10 -
 .../files/fix-mtransport-includes-musl.patch   |  20 -
 www-client/firefox/files/fts.patch | 480 +
 .../firefox/files/include-systypesh-musl.patch |  21 -
 .../firefox/files/libstagefright-cdefs.patch   |  21 +
 .../files/make-handleInt-unsigned-long-musl.patch  |  11 -
 www-client/firefox/files/profiler-gettid.patch |  51 +++
 www-client/firefox/files/sandbox-cdefs.patch   |  21 +
 ...{fix-sctp-includes-musl.patch => sctp-36.patch} |  25 +-
 www-client/firefox/files/sctp.patch|  58 +++
 www-client/firefox/files/sipcc.patch   | 159 +++
 www-client/firefox/files/stab.h|  72 
 www-client/firefox/files/updater.patch |  42 ++
 www-client/firefox/files/xpcom-blocksize.patch |  22 +
 ...34.0.5-r99.ebuild => firefox-37.0.1-r99.ebuild} | 111 +++--
 32 files changed, 1472 insertions(+), 467 deletions(-)

diff --git a/www-client/firefox/files/1130164.patch 
b/www-client/firefox/files/1130164.patch
new file mode 100644
index 000..2b292f8
--- /dev/null
+++ b/www-client/firefox/files/1130164.patch
@@ -0,0 +1,68 @@
+# HG changeset patch
+# User Felix Janda 
+# Date 1423173074 -3600
+#  Thu Feb 05 22:51:14 2015 +0100
+# Node ID a446b4e607445d1c6faec25b43a5d9b5d45bcacf
+# Parent  89120ad0518fb4932de5b5f466debed68ee787ce
+Bug 1130164 - tools/profiler: Use  types. r=jseward
+
+diff -r 89120ad0518f -r a446b4e60744 tools/profiler/UnwinderThread2.cpp
+--- a/tools/profiler/UnwinderThread2.cpp   Thu Mar 05 06:04:03 2015 -0500
 b/tools/profiler/UnwinderThread2.cpp   Thu Feb 05 22:51:14 2015 +0100
+@@ -470,7 +470,7 @@
+ //
+ 
+ // This is the interface to LUL.
+-typedef  struct { u_int64_t pc; u_int64_t sp; }  PCandSP;
++typedef  struct { uint64_t pc; uint64_t sp; }  PCandSP;
+ 
+ // Forward declaration.  Implementation is below.
+ static
+@@ -1338,7 +1338,7 @@
+   else {
+ // We have at least one N and one P entry available.
+ // Scan forwards to find the SP of the current P entry
+-u_int64_t sp_cur_P = 0;
++uint64_t sp_cur_P = 0;
+ unsigned int m = next_P + 1;
+ while (1) {
+   /* This assertion should hold because in a well formed
+@@ -1349,7 +1349,7 @@
+   if (ent.is_ent_hint('Q'))
+ break;
+   if (ent.is_ent('S')) {
+-sp_cur_P = reinterpret_cast(ent.get_tagPtr());
++sp_cur_P = reinterpret_cast(ent.get_tagPtr());
+ break;
+   }
+   m++;
+@@ -1358,7 +1358,7 @@
+   if (0) LOG("  P  <=  last_was_P && sp_cur_P == 0");
+   use_P = true;
+ } else {
+-  u_int64_t sp_cur_N = pairs[next_N].sp;
++  uint64_t sp_cur_N = pairs[next_N].sp;
+   use_P = (sp_cur_P > sp_cur_N);
+   if (0) LOGF("  %s  <=  sps P %p N %p",
+   use_P ? "P" : "N", (void*)(intptr_t)sp_cur_P, 
+diff -r 89120ad0518f -r a446b4e60744 
tools/profiler/local_debug_info_symbolizer.cc
+--- a/tools/profiler/local_debug_info_symbolizer.ccThu Mar 05 06:04:03 
2015 -0500
 b/tools/profiler/local_debug_info_symbolizer.ccThu Feb 05 22:51:14 
2015 +0100
+@@ -222,7 +222,7 @@
+ debug_info_module = it->second;
+   }
+ 
+-  u_int64_t address = frame->instruction - frame->module->base_address();
++  uint64_t address = frame->instruction - frame->module->base_address();
+   Module::Function* function =
+   debug_info_module->FindFunctionByA

[gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.48.21.ebuild

2015-04-06 Thread Sebastian Pipping (sping)
sping   15/04/06 21:24:55

  Modified: ChangeLog
  Added:httrack-3.48.21.ebuild
  Log:
  www-client/httrack: 3.48.21
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.69 www-client/httrack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   22 Dec 2014 19:49:34 -  1.68
+++ ChangeLog   6 Apr 2015 21:24:55 -   1.69
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/httrack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.68 
2014/12/22 19:49:34 sping Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.69 
2015/04/06 21:24:55 sping Exp $
+
+*httrack-3.48.21 (06 Apr 2015)
+
+  06 Apr 2015; Sebastian Pipping  +httrack-3.48.21.ebuild:
+  Bump to 3.48.21
 
 *httrack-3.48.20 (22 Dec 2014)
 



1.1  www-client/httrack/httrack-3.48.21.ebuild

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

Index: httrack-3.48.21.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.48.21.ebuild,v 
1.1 2015/04/06 21:24:55 sping Exp $

EAPI="4"

inherit eutils

DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/";
SRC_URI="http://mirror.httrack.com/historical/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"

RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
dev-libs/openssl"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS README greetings.txt history.txt )

src_prepare() {
epatch "${FILESDIR}"/${PN}-3.48.13-minizip.patch
}

src_configure() {
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/

2015-04-06 Thread Ian Stakenvicius
commit: b44f000cae56701e8bc30f572af2853020312a07
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Apr  6 22:09:58 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Apr  6 22:09:58 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b44f000c

Initial firefox-38 beta

-Bumped mozconfig eclass with most if not all dependency bumps in place.
-Added jit flag back, for testing
-Added jemalloc3 flag, default-enabled, for testing between 
jemalloc/jemalloc3/replace-malloc
(current) behaviour and upstream-recommended behaviour which is to have all of 
that disabled

Firefox-38 is the basis of the next ESR, so significant testing is important on 
this one, especially
in relation to anything going on with the eclasses; they will be around for 
quite a while.

 eclass/mozconfig-v5.38.eclass| 231 
 www-client/firefox/Manifest  |   2 +
 www-client/firefox/firefox-38.0_beta1.ebuild | 384 +++
 3 files changed, 617 insertions(+)

diff --git a/eclass/mozconfig-v5.38.eclass b/eclass/mozconfig-v5.38.eclass
new file mode 100644
index 000..ed75101
--- /dev/null
+++ b/eclass/mozconfig-v5.38.eclass
@@ -0,0 +1,231 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.36.eclass,v 1.1 
2015/02/26 20:41:10 axs Exp $
+#
+# @ECLASS: mozconfig-v5.33.eclass
+# @MAINTAINER:
+# mozilla team 
+# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5
+# @DESCRIPTION:
+# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey)
+# to provide a single common place for the common mozilla engine compoments.
+#
+# The eclass provides all common dependencies as well as common use flags.
+#
+# Some use flags which may be optional in particular mozilla packages can be
+# supported through setting eclass variables.
+#
+# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3,
+# and so ebuilds inheriting this eclass do not need to inherit that.
+
+inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3
+
+case ${EAPI} in
+   0|1|2|3|4) die "EAPI=${EAPI} not supported"
+esac
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# optional necko-wifi support via IUSE="wifi".  Currently this would include
+# ebuilds for firefox, and potentially seamonkey.
+#
+# Leave the variable UNSET if necko-wifi support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# optional necko-wifi support via IUSE="jit".  Currently this would include
+# ebuilds for firefox, and potentially seamonkey.
+#
+# Leave the variable UNSET if optional jit support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# use-flags common among all mozilla ebuilds
+IUSE="${IUSE} dbus debug gstreamer +jemalloc3 pulseaudio selinux 
startup-notification system-cairo system-icu system-jpeg system-sqlite 
system-libvpx"
+
+# some notes on deps:
+# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 
2.14
+# media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
+
+RDEPEND=">=app-text/hunspell-1.2
+   dev-libs/atk
+   dev-libs/expat
+   >=dev-libs/libevent-1.4.7
+   >=x11-libs/cairo-1.10[X]
+   >=x11-libs/gtk+-2.18:2
+   x11-libs/gdk-pixbuf
+   >=x11-libs/pango-1.22.0
+   >=media-libs/libpng-1.6.16:0=[apng]
+   >=media-libs/mesa-10.2:*
+   media-libs/fontconfig
+   >=media-libs/freetype-2.4.10
+   kernel_linux? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+   virtual/freedesktop-icon-theme
+   dbus? ( >=sys-apps/dbus-0.60
+   >=dev-libs/dbus-glib-0.72 )
+   startup-notification? ( >=x11-libs/startup-notification-0.8 )
+   >=dev-libs/glib-2.26:2
+   >=sys-libs/zlib-1.2.3
+   >=virtual/libffi-3.0.10
+   gstreamer? (
+   >=media-libs/gstreamer-1.2.3:1.0
+   >=media-libs/gst-plugins-base-1.2.3:1.0
+   >=media-libs/gst-plugins-good-1.2.3:1.0
+   >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0
+   )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXt
+   system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 )
+  

[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-37.0.1.ebuild ChangeLog

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 22:38:40

  Modified: firefox-37.0.1.ebuild ChangeLog
  Log:
  firefox-37 works now that jit is forced-on, removing mask
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.6  www-client/firefox/firefox-37.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.5&r2=1.6

Index: firefox-37.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- firefox-37.0.1.ebuild   6 Apr 2015 19:38:34 -   1.5
+++ firefox-37.0.1.ebuild   6 Apr 2015 22:38:40 -   1.6
@@ -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/www-client/firefox/firefox-37.0.1.ebuild,v 
1.5 2015/04/06 19:38:34 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 
1.6 2015/04/06 22:38:40 axs Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -147,6 +147,7 @@
epatch "${WORKDIR}/firefox"
 
epatch "${FILESDIR}"/${PN}-35.0-gmp-clearkey-sprintf.patch
+   epatch "${FILESDIR}"/${PN}-37.0-jemalloc_configure_unbashify.patch
 
# Allow user to apply any additional patches without modifing ebuild
epatch_user
@@ -352,7 +353,6 @@
 
# Required in order to use plugins and even run firefox on hardened.
pax-mark m 
"${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
-   pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container
 
if use minimal; then
rm -r "${ED}"/usr/include 
"${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \



1.410www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog   6 Apr 2015 19:38:34 -   1.409
+++ ChangeLog   6 Apr 2015 22:38:40 -   1.410
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.409 
2015/04/06 19:38:34 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.410 
2015/04/06 22:38:40 axs Exp $
+
+  06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild,
+  +files/firefox-37.0-jemalloc_configure_unbashify.patch:
+  firefox-37 works now that jit is forced-on, removing mask
 
   06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
   fixed configure option to enable jit, last time i promise
@@ -13,7 +17,7 @@
   functional firefox
 
   06 Apr 2015; Ian Stakenvicius (_AxS_)  
firefox-37.0.1.ebuild:
-  fixed nss dependency version, bug 575744
+  fixed nss dependency version, bug 545744
 
 *firefox-31.6.0 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in www-client/firefox/files: firefox-37.0-jemalloc_configure_unbashify.patch

2015-04-06 Thread Ian Stakenvicius (axs)
axs 15/04/06 22:38:40

  Added:firefox-37.0-jemalloc_configure_unbashify.patch
  Log:
  firefox-37 works now that jit is forced-on, removing mask
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.1  
www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch?rev=1.1&content-type=text/plain

Index: firefox-37.0-jemalloc_configure_unbashify.patch
===
--- a/memory/jemalloc/src/configure.ac  2015-03-30 18:54:42.0 -0400
+++ b/memory/jemalloc/src/configure.ac  2015-04-06 16:23:52.170389285 -0400
@@ -989,7 +989,7 @@
 AC_ARG_WITH([lg_page],
   [AS_HELP_STRING([--with-lg-page=], [Base 2 log of system page 
size])],
   [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"])
-if test "x$LG_PAGE" == "xdetect"; then
+if test "x$LG_PAGE" = "xdetect"; then
   AC_CACHE_CHECK([LG_PAGE],
[je_cv_lg_page],
AC_RUN_IFELSE([AC_LANG_PROGRAM(






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, www-client/firefox/files/

2015-04-06 Thread Ian Stakenvicius
commit: 997de327a732abee46eb3f7f80dd0633886e7909
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Apr  6 22:39:24 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Apr  6 22:39:24 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=997de327

Firefox-37: fixed redundant pax-mark; fixed a new bashism in jemalloc 
configure.ac

 .../files/firefox-37.0-jemalloc_configure_unbashify.patch | 11 +++
 www-client/firefox/firefox-37.0.1.ebuild  |  1 +
 2 files changed, 12 insertions(+)

diff --git 
a/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch 
b/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch
new file mode 100644
index 000..b5278b1
--- /dev/null
+++ b/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch
@@ -0,0 +1,11 @@
+--- a/memory/jemalloc/src/configure.ac 2015-03-30 18:54:42.0 -0400
 b/memory/jemalloc/src/configure.ac 2015-04-06 16:23:52.170389285 -0400
+@@ -989,7 +989,7 @@
+ AC_ARG_WITH([lg_page],
+   [AS_HELP_STRING([--with-lg-page=], [Base 2 log of system page 
size])],
+   [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"])
+-if test "x$LG_PAGE" == "xdetect"; then
++if test "x$LG_PAGE" = "xdetect"; then
+   AC_CACHE_CHECK([LG_PAGE],
+[je_cv_lg_page],
+AC_RUN_IFELSE([AC_LANG_PROGRAM(

diff --git a/www-client/firefox/firefox-37.0.1.ebuild 
b/www-client/firefox/firefox-37.0.1.ebuild
index 9b93052..b190ff0 100644
--- a/www-client/firefox/firefox-37.0.1.ebuild
+++ b/www-client/firefox/firefox-37.0.1.ebuild
@@ -147,6 +147,7 @@ src_prepare() {
epatch "${WORKDIR}/firefox"
 
epatch "${FILESDIR}"/${PN}-35.0-gmp-clearkey-sprintf.patch
+   epatch "${FILESDIR}"/${PN}-37.0-jemalloc_configure_unbashify.patch
 
# Allow user to apply any additional patches without modifing ebuild
epatch_user



[gentoo-commits] gentoo-x86 commit in dev-perl/Lexical-SealRequireHints: - New directory

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 22:54:07

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Lexical-SealRequireHints added to 
the repository



[gentoo-commits] gentoo-x86 commit in dev-perl/Lexical-SealRequireHints: metadata.xml Lexical-SealRequireHints-0.9.0.ebuild ChangeLog

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 22:54:34

  Added:metadata.xml Lexical-SealRequireHints-0.9.0.ebuild
ChangeLog
  Log:
  New package, needed for dev-perl/strictures
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  dev-perl/Lexical-SealRequireHints/metadata.xml

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

Index: metadata.xml
===

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

  perl




1.1  
dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.9.0.ebuild

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

Index: Lexical-SealRequireHints-0.9.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/Lexical-SealRequireHints/Lexical-SealRequireHints-0.9.0.ebuild,v
 1.1 2015/04/06 22:54:34 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ZEFRAM
MODULE_VERSION=0.009
inherit perl-module

DESCRIPTION="Prevent leakage of lexical hints"

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

RDEPEND="
!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lexical-SealRequireHints/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lexical-SealRequireHints/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/Lexical-SealRequireHints
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Lexical-SealRequireHints/ChangeLog,v 1.1 
2015/04/06 22:54:34 dilfridge Exp $

*Lexical-SealRequireHints-0.9.0 (06 Apr 2015)

  06 Apr 2015; Andreas K. Huettel 
  +Lexical-SealRequireHints-0.9.0.ebuild, +metadata.xml:
  New package, needed for dev-perl/strictures






[gentoo-commits] gentoo-x86 commit in dev-perl/bareword-filehandles: - New directory

2015-04-06 Thread Andreas HAttel (dilfridge)
dilfridge15/04/06 23:00:58

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/bareword-filehandles added to the 
repository



  1   2   >