[gentoo-commits] gentoo-x86 commit in sci-chemistry/rasmol: rasmol-2.7.5.2-r2.ebuild ChangeLog

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 07:01:19

  Modified: ChangeLog
  Added:rasmol-2.7.5.2-r2.ebuild
  Log:
  Drop -traditional from CPPFLAGS, bug #547318; enhance preprocessor definitions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.45 sci-chemistry/rasmol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   29 Mar 2015 09:36:25 -  1.44
+++ ChangeLog   18 May 2015 07:01:19 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/rasmol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.44 
2015/03/29 09:36:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.45 
2015/05/18 07:01:19 jlec Exp $
+
+*rasmol-2.7.5.2-r2 (18 May 2015)
+
+  18 May 2015; Justin Lecher  +rasmol-2.7.5.2-r2.ebuild:
+  Drop -traditional from CPPFLAGS, bug #547318; enhance preprocessor 
definitions
 
   29 Mar 2015; Justin Lecher  -files/ldflags.patch,
   -files/rasmol.sh.debian, -rasmol-2.7.5.2.ebuild:



1.1  sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: rasmol-2.7.5.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild,v 1.1 
2015/05/18 07:01:19 jlec Exp $

EAPI=5

inherit eutils fortran-2 multilib prefix toolchain-funcs

MY_P="RasMol_${PV}"
VERS="13May11"

DESCRIPTION="Molecular Graphics Visualisation Tool"
HOMEPAGE="http://www.openrasmol.org/";
#SRC_URI="http://www.rasmol.org/software/${MY_P}.tar.gz";
SRC_URI="mirror://sourceforge/open${PN}/RasMol/RasMol_2.7.5/${P}-${VERS}.tar.gz"
#SRC_URI="mirror://sourceforge/open${PN}/RasMol/RasMol_2.7.5/RasMol.tar.gz"

LICENSE="|| ( GPL-2 RASLIC )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
dev-libs/cvector
dev-util/gtk-builder-convert
>=sci-libs/cbflib-0.9.2
>=sci-libs/cqrlib-1.1.2
>=sci-libs/neartree-3.1.1
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libXext
x11-libs/libXi
x11-libs/vte:0"
DEPEND="${RDEPEND}
app-text/rman
x11-misc/imake
x11-proto/inputproto
x11-proto/xextproto"

#S="${WORKDIR}/${PN}-2.7.5-${VERS}"
S="${WORKDIR}/RasMol-${PV}"

src_prepare() {
cd src || die

epatch \
"${FILESDIR}"/${P}-glib.h.patch \
"${FILESDIR}"/${P}-format-security.patch \
"${FILESDIR}"/${P}-longlong.patch

if use amd64 || use amd64-linux; then
mv rasmol.h rasmol_amd64_save.h && \
echo "#define _LONGLONG"|cat - rasmol_amd64_save.h > rasmol.h
fi

sed \
-e 's:-traditional::g' \
-i Makefile* || die

cat > Imakefile <<- EOF
#define PIXELDEPTH 32
#define GTKWIN
EOF

cat Imakefile_base >> Imakefile || die
epatch "${FILESDIR}"/2.7.5-bundled-lib.patch

eprefixify Imakefile

xmkmf -DGTKWIN || die "xmkmf failed with ${myconf}"
}

src_compile() {
emake -C src clean
emake \
-C src \
DEPTHDEF=-DTHIRTYTWOBIT \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
EXTRA_LDOPTIONS="${LDFLAGS}"
}

src_install () {
libdir=$(get_libdir)
insinto /usr/${libdir}/${PN}
doins doc/rasmol.hlp
dobin src/rasmol
dodoc PROJECTS {README,TODO}.txt doc/*.{ps,pdf}.gz doc/rasmol.txt.gz
doman doc/rasmol.1
insinto /usr/${libdir}/${PN}/databases
doins data/*

dohtml -r *html doc/*.html html_graphics
}






[gentoo-commits] gentoo-x86 commit in dev-go: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:32:55

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



[gentoo-commits] gentoo-x86 commit in dev-go: metadata.xml

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:34:51

  Added:metadata.xml
  Log:
  Add dev-go category.

Revision  ChangesPath
1.1  dev-go/metadata.xml

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

Index: metadata.xml
===

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


The dev-go category contains libraries and utilities relevant 
to the
Go programming language.


Die Kategorie dev-go enthält Bibliotheken und Werkzeuge für die 
Programmiersprache Go.


La categoría dev-go contiene librerias y utilidades referentes 
al
lenguaje de programación Go.


dev-go カテゴリーにはGoプログラミング言語に関連したライブラリーと
ユーティリティが含まれます。


De dev-go categorie bevat bibliotheken en hulpmiddelen voor het 
gebruik van
de Go programmeertaal.


Nhóm dev-go chứa các thư viện và tiện ích liên quan
đến ngôn ngữ lập trình Go.


La categoria dev-go contiene librerie ed utilità per il 
linguaggio Go.


A categoria dev-go contém bibliotecas e utilitários relevantes
para a linguagem de programação Go.


Kategoria dev-go zawiera biblioteki i narzędzia związane z 
językiem
programowania Go.








[gentoo-commits] gentoo-x86 commit in dev-go/go-text: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:47:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-text added to the repository



[gentoo-commits] gentoo-x86 commit in dev-go/go-text: go-text-9999.ebuild metadata.xml ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:48:30

  Added:go-text-.ebuild metadata.xml ChangeLog
  Log:
  Add go-text.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-text/go-text-.ebuild

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

Index: go-text-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/go-text-.ebuild,v 1.1 
2015/05/18 07:48:30 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=""
DESCRIPTION="Go text processing support"
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE="https://godoc.org/${GO_PN}";
EGIT_REPO_URI="https://go.googlesource.com/${PN##*-}";
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND=">=dev-lang/go-1.4"
RDEPEND=""
S="${WORKDIR}/src/${GO_PN}"
EGIT_CHECKOUT_DIR="${S}"
STRIP_MASK="*.a"

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT="${WORKDIR}/goroot"
cp -sR "${EPREFIX}"/usr/lib/go "${GOROOT}" || die
rm -rf "${GOROOT}/src/${GO_PN}" \
"${GOROOT}/pkg/linux_${ARCH}/${GO_PN}" || die
GOROOT="${GOROOT}" GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
exeinto /usr/lib/go/bin
doexe "${WORKDIR}"/bin/*
insinto /usr/lib/go
find "${WORKDIR}"/{pkg,src} -name '.git*' -exec rm -rf {} \; 2>/dev/null
doins -r "${WORKDIR}"/{pkg,src}
}



1.1  dev-go/go-text/metadata.xml

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

Index: metadata.xml
===

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

  
zmed...@gentoo.org
  




1.1  dev-go/go-text/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-text
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-text/ChangeLog,v 1.1 2015/05/18 
07:48:30 zmedico Exp $

*go-text- (18 May 2015)

  18 May 2015; Zac Medico  +go-text-.ebuild,
  +metadata.xml:
  Add go-text.






[gentoo-commits] gentoo-x86 commit in dev-go/go-net: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:50:28

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-net added to the repository



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

2015-05-18 Thread Alexis Ballier (aballier)
aballier15/05/18 07:53:59

  Modified: ChangeLog rtabmap-.ebuild
  Added:rtabmap-0.9.0.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier 
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.5  sci-libs/rtabmap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   16 Feb 2015 08:12:17 -  1.4
+++ ChangeLog   18 May 2015 07:53:59 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/rtabmap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v 1.4 2015/02/16 
08:12:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/ChangeLog,v 1.5 2015/05/18 
07:53:59 aballier Exp $
+
+*rtabmap-0.9.0 (18 May 2015)
+
+  18 May 2015; Alexis Ballier  +rtabmap-0.9.0.ebuild,
+  rtabmap-.ebuild:
+  version bump
 
 *rtabmap-0.8.3 (16 Feb 2015)
 



1.3  sci-libs/rtabmap/rtabmap-.ebuild

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

Index: rtabmap-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtabmap-.ebuild 12 Jan 2015 09:41:18 -  1.2
+++ rtabmap-.ebuild 18 May 2015 07:53:59 -  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/sci-libs/rtabmap/rtabmap-.ebuild,v 1.2 
2015/01/12 09:41:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rtabmap/rtabmap-.ebuild,v 1.3 
2015/05/18 07:53:59 aballier Exp $
 
 EAPI=5
 
@@ -24,25 +24,37 @@
 HOMEPAGE="http://introlab.github.io/rtabmap/";
 LICENSE="BSD"
 SLOT="0"
-IUSE="qt4 openni2"
+IUSE="ieee1394 openni2 qt4 qt5"
 
 RDEPEND="
media-libs/opencv:=
sci-libs/pcl[openni]
sci-libs/vtk
sys-libs/zlib
+   ieee1394? ( media-libs/libdc1394 )
openni2? ( dev-libs/OpenNI2 )
-   qt4? (
-   dev-qt/qtgui:4
-   dev-qt/qtsvg:4
-   dev-qt/qtcore:4
+   !qt5? (
+   qt4? (
+   dev-qt/qtgui:4
+   dev-qt/qtsvg:4
+   dev-qt/qtcore:4
+   )
+   )
+   qt5? (
+   dev-qt/qtwidgets:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
)
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
-   use openni2 || sed -e 's/OpenNI2)/DiSaBlEd)/' -i CMakeLists.txt || die
-   use qt4 || sed -e 's/Qt4/DiSaBlEd/' -i CMakeLists.txt || die
+   local mycmakeargs=()
+   use ieee1394 || mycmakeargs+=( 
"-DCMAKE_DISABLE_FIND_PACKAGE_DC1394=TRUE" )
+   use openni2  || mycmakeargs+=( 
"-DCMAKE_DISABLE_FIND_PACKAGE_OpenNI2=TRUE" )
+   use qt4  || mycmakeargs+=( "-DCMAKE_DISABLE_FIND_PACKAGE_Qt4=TRUE" )
+   use qt5  && mycmakeargs+=( "-DRTABMAP_QT_VERSION=5" )
cmake-utils_src_configure
 }



1.1  sci-libs/rtabmap/rtabmap-0.9.0.ebuild

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

Index: rtabmap-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/sci-libs/rtabmap/rtabmap-0.9.0.ebuild,v 1.1 
2015/05/18 07:53:59 aballier Exp $

EAPI=5

SCM=""
if [ "${PV#}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/introlab/rtabmap";
fi

inherit ${SCM} cmake-utils multilib

if [ "${PV#}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> 
${P}.

[gentoo-commits] gentoo-x86 commit in dev-go/go-net: metadata.xml go-net-9999.ebuild ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:53:59

  Added:metadata.xml go-net-.ebuild ChangeLog
  Log:
  Add go-net.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-net/metadata.xml

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

Index: metadata.xml
===

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

  
zmed...@gentoo.org
  




1.1  dev-go/go-net/go-net-.ebuild

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

Index: go-net-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/go-net-.ebuild,v 1.1 
2015/05/18 07:53:59 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=""
DESCRIPTION="Go supplementary network libraries"
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE="https://godoc.org/${GO_PN}";
EGIT_REPO_URI="https://go.googlesource.com/${PN##*-}";
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND=">=dev-lang/go-1.4
dev-go/go-text"
RDEPEND=""
S="${WORKDIR}/src/${GO_PN}"
EGIT_CHECKOUT_DIR="${S}"
STRIP_MASK="*.a"

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT="${WORKDIR}/goroot"
cp -sR "${EPREFIX}"/usr/lib/go "${GOROOT}" || die
rm -rf "${GOROOT}/src/${GO_PN}" \
"${GOROOT}/pkg/linux_${ARCH}/${GO_PN}" || die
GOROOT="${GOROOT}" GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
insinto /usr/lib/go
find "${WORKDIR}"/{pkg,src} -name '.git*' -exec rm -rf {} \; 2>/dev/null
doins -r "${WORKDIR}"/{pkg,src}
}



1.1  dev-go/go-net/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-net
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/ChangeLog,v 1.1 2015/05/18 
07:53:59 zmedico Exp $

*go-net- (18 May 2015)

  18 May 2015; Zac Medico  +go-net-.ebuild,
  +metadata.xml:
  Add go-net.






[gentoo-commits] gentoo-x86 commit in dev-go/go-tools: - New directory

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:54:36

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-go/go-tools added to the repository



[gentoo-commits] gentoo-x86 commit in dev-go/go-tools: metadata.xml go-tools-9999.ebuild ChangeLog

2015-05-18 Thread Zac Medico (zmedico)
zmedico 15/05/18 07:58:45

  Added:metadata.xml go-tools-.ebuild ChangeLog
  Log:
  Add go-tools.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.1  dev-go/go-tools/metadata.xml

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

Index: metadata.xml
===

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

  
zmed...@gentoo.org
  




1.1  dev-go/go-tools/go-tools-.ebuild

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

Index: go-tools-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-tools/go-tools-.ebuild,v 1.1 
2015/05/18 07:58:45 zmedico Exp $

EAPI=5
inherit git-r3

KEYWORDS=""
DESCRIPTION="Go Tools"
GO_PN=golang.org/x/${PN##*-}
HOMEPAGE="https://godoc.org/${GO_PN}";
EGIT_REPO_URI="https://go.googlesource.com/${PN##*-}";
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND=">=dev-lang/go-1.4
dev-go/go-net"
RDEPEND=""
S="${WORKDIR}/src/${GO_PN}"
EGIT_CHECKOUT_DIR="${S}"
STRIP_MASK="*.a"

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT="${WORKDIR}/goroot"
cp -sR "${EPREFIX}"/usr/lib/go "${GOROOT}" || die
rm -rf "${GOROOT}/src/${GO_PN}" \
"${GOROOT}/pkg/linux_${ARCH}/${GO_PN}" || die
GOROOT="${GOROOT}" GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_install() {
exeinto /usr/lib/go/bin
doexe "${WORKDIR}"/bin/*
insinto /usr/lib/go
find "${WORKDIR}"/{pkg,src} -name '.git*' -exec rm -rf {} \; 2>/dev/null
doins -r "${WORKDIR}"/{pkg,src}
exeinto /usr/lib/go/pkg/tool/linux_amd64
find "${GOROOT}/pkg/tool/linux_amd64" -type f -exec doexe {} \;
}



1.1  dev-go/go-tools/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-go/go-tools
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-go/go-tools/ChangeLog,v 1.1 2015/05/18 
07:58:45 zmedico Exp $

*go-tools- (18 May 2015)

  18 May 2015; Zac Medico  +go-tools-.ebuild,
  +metadata.xml:
  Add go-tools.






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.4.1.ebuild git-2.3.5.ebuild

2015-05-18 Thread Lars Wendler (polynomial-c)
polynomial-c15/05/18 08:12:38

  Modified: ChangeLog
  Added:git-2.4.1.ebuild
  Removed:  git-2.3.5.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.333dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.333&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.333&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.332&r2=1.333

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- ChangeLog   15 May 2015 18:41:51 -  1.332
+++ ChangeLog   18 May 2015 08:12:38 -  1.333
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.332 2015/05/15 
18:41:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.333 2015/05/18 
08:12:38 polynomial-c Exp $
+
+*git-2.4.1 (18 May 2015)
+
+  18 May 2015; Lars Wendler  -git-2.3.5.ebuild,
+  +git-2.4.1.ebuild:
+  Version bump. Removed old.
 
   15 May 2015; Mikle Kolyada  git-2.3.6.ebuild:
   arm stable wrt bug #548350



1.1  dev-vcs/git/git-2.4.1.ebuild

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

Index: git-2.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.4.1.ebuild,v 1.1 
2015/05/18 08:12:38 polynomial-c Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_7 )
[[ ${PV} == * ]] && SCM="git-2"
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
EGIT_MASTER=pu

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

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

DOC_VER=${MY_PV}

DESCRIPTION="GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team"
HOMEPAGE="http://www.git-scm.com/";
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX="xz"
SRC_URI_GOOG="http://git-core.googlecode.com/files";
SRC_URI_KORG="mirror://kernel/software/scm/git"
SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
fi

LICENSE="GPL-2"
SLOT="0"
IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test"

# Common to both DEPEND and RDEPEND
CDEPEND="
dev-libs/openssl:0=
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:= )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/libgnome-keyring )"

RDEPEND="${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
>=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
  

[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: pcmanfm-1.2.3.ebuild ChangeLog

2015-05-18 Thread Markos Chandras (hwoarang)
hwoarang15/05/18 08:24:56

  Modified: pcmanfm-1.2.3.ebuild ChangeLog
  Log:
  Fix erroneous vim lowercase typos
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?r1=1.9&r2=1.10

Index: pcmanfm-1.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pcmanfm-1.2.3.ebuild17 May 2015 17:30:09 -  1.9
+++ pcmanfm-1.2.3.ebuild18 May 2015 08:24:56 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.9 
2015/05/17 17:30:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 
1.10 2015/05/18 08:24:56 hwoarang Exp $
 
 EAPI="5"
 PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id
@@ -43,7 +43,7 @@
location. You should install lxde-base/lxmenu-data for that 
functionality."
 
 src_prepare() {
-   export linguas="${linguas:-${plocale_backup}}"
+   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
l10n_get_locales > ${S}/po/LINGUAS
epatch_user
 }



1.111x11-misc/pcmanfm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   17 May 2015 17:31:01 -  1.110
+++ ChangeLog   18 May 2015 08:24:56 -  1.111
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/pcmanfm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.110 
2015/05/17 17:31:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.111 
2015/05/18 08:24:56 hwoarang Exp $
+
+  18 May 2015; Markos Chandras  pcmanfm-1.2.3.ebuild,
+  pcmanfm-.ebuild:
+  Fix erroneous vim lowercase typos
 
   17 May 2015; Markos Chandras  pcmanfm-1.2.3.ebuild,
   pcmanfm-.ebuild:






[gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: hostapd-2.4-r2.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 08:46:00

  Modified: hostapd-2.4-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548744
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-wireless/hostapd/hostapd-2.4-r2.ebuild

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

Index: hostapd-2.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hostapd-2.4-r2.ebuild   15 May 2015 11:19:23 -  1.2
+++ hostapd-2.4-r2.ebuild   18 May 2015 08:46:00 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v 1.2 
2015/05/15 11:19:23 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.4-r2.ebuild,v 1.3 
2015/05/18 08:46:00 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( GPL-2 BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ppc ~x86"
 IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda"
 
 DEPEND="ssl? ( dev-libs/openssl[-bindist] )



1.158net-wireless/hostapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.158&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.158&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   15 May 2015 11:19:23 -  1.157
+++ ChangeLog   18 May 2015 08:46:00 -  1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/hostapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.157 
2015/05/15 11:19:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.158 
2015/05/18 08:46:00 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  hostapd-2.4-r2.ebuild:
+  Stable for amd64, wrt bug #548744
 
   15 May 2015; Pacho Ramos  hostapd-2.4-r2.ebuild:
   ppc stable wrt bug #548744






[gentoo-commits] gentoo-x86 commit in dev-libs/libksba: libksba-1.3.3.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 08:45:54

  Modified: libksba-1.3.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #546464
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-libs/libksba/libksba-1.3.3.ebuild

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

Index: libksba-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libksba-1.3.3.ebuild16 May 2015 04:58:33 -  1.4
+++ libksba-1.3.3.ebuild18 May 2015 08:45:54 -  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-libs/libksba/libksba-1.3.3.ebuild,v 1.4 
2015/05/16 04:58:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.3.ebuild,v 1.5 
2015/05/18 08:45:54 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3+ GPL-2+ GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



1.171dev-libs/libksba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   16 May 2015 04:58:33 -  1.170
+++ ChangeLog   18 May 2015 08:45:54 -  1.171
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libksba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.170 
2015/05/16 04:58:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.171 
2015/05/18 08:45:54 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  libksba-1.3.3.ebuild:
+  Stable for amd64, wrt bug #546464
 
   16 May 2015; Jeroen Roovers  libksba-1.3.3.ebuild:
   Stable for HPPA (bug #546464).






[gentoo-commits] gentoo-x86 commit in net-wireless/neard: neard-0.15.ebuild ChangeLog

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 08:55:28

  Modified: ChangeLog
  Added:neard-0.15.ebuild
  Log:
  Version bump courtesy of David Flogeras . Fix bug 
549670.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  net-wireless/neard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/neard/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   22 Sep 2013 19:07:31 -  1.2
+++ ChangeLog   18 May 2015 08:55:28 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/neard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/neard/ChangeLog,v 1.2 
2013/09/22 19:07:31 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/neard/ChangeLog,v 1.3 
2015/05/18 08:55:28 monsieurp Exp $
+
+*neard-0.15 (18 May 2015)
+
+  18 May 2015; Patrice Clement  +neard-0.15.ebuild:
+  Version bump courtesy of David Flogeras . Fix bug
+  549670.
 
 *neard-0.13 (22 Sep 2013)
 



1.1  net-wireless/neard/neard-0.15.ebuild

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

Index: neard-0.15.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/neard/neard-0.15.ebuild,v 1.1 
2015/05/18 08:55:28 monsieurp Exp $

EAPI=5

DESCRIPTION="Near Field Communication (NFC) management daemon"
HOMEPAGE="https://01.org/linux-nfc/";
SRC_URI="mirror://kernel/linux/network/nfc/${P}.tar.xz"

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

RDEPEND=">=dev-libs/glib-2.28:2
dev-libs/libnl
systemd? ( sys-apps/systemd:0 )
>=sys-apps/dbus-1.2.24"
DEPEND="${RDEPEND}"

src_configure() {
econf $(use_enable systemd) $(use_enable tools)
}

src_install() {
default

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






[gentoo-commits] gentoo-x86 commit in net-irc/limnoria: limnoria-20150429.ebuild ChangeLog

2015-05-18 Thread Patrick Lauer (patrick)
patrick 15/05/18 09:54:46

  Modified: limnoria-20150429.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  net-irc/limnoria/limnoria-20150429.ebuild

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

Index: limnoria-20150429.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/limnoria/limnoria-20150429.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- limnoria-20150429.ebuild18 May 2015 04:19:30 -  1.1
+++ limnoria-20150429.ebuild18 May 2015 09:54:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/limnoria/limnoria-20150429.ebuild,v 
1.1 2015/05/18 04:19:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/limnoria/limnoria-20150429.ebuild,v 
1.2 2015/05/18 09:54:46 patrick Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -89,4 +89,3 @@
elog "Use supybot-wizard to create a configuration file."
elog "Run supybot  to use the bot."
 }
-



1.4  net-irc/limnoria/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/limnoria/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 May 2015 04:19:30 -  1.3
+++ ChangeLog   18 May 2015 09:54:46 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/limnoria
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/limnoria/ChangeLog,v 1.3 2015/05/18 
04:19:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/limnoria/ChangeLog,v 1.4 2015/05/18 
09:54:46 patrick Exp $
+
+  18 May 2015; Patrick Lauer  limnoria-20150429.ebuild:
+  Whitespace
 
 *limnoria-20150429 (18 May 2015)
 






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 10:05:11

  Modified: thunderbird-31.7.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549356
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  mail-client/thunderbird/thunderbird-31.7.0.ebuild

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

Index: thunderbird-31.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunderbird-31.7.0.ebuild   18 May 2015 05:03:31 -  1.2
+++ thunderbird-31.7.0.ebuild   18 May 2015 10:05:11 -  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/mail-client/thunderbird/thunderbird-31.7.0.ebuild,v 1.2 
2015/05/18 05:03:31 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-31.7.0.ebuild,v 1.3 
2015/05/18 10:05:11 ago Exp $
 
 EAPI=5
 WANT_AUTOCONF="2.1"
@@ -36,7 +36,7 @@
 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"
+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"



1.327mail-client/thunderbird/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- ChangeLog   18 May 2015 05:03:31 -  1.326
+++ ChangeLog   18 May 2015 10:05:11 -  1.327
@@ -1,6 +1,9 @@
 # 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.326 
2015/05/18 05:03:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.327 
2015/05/18 10:05:11 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  thunderbird-31.7.0.ebuild:
+  Stable for amd64, wrt bug #549356
 
   18 May 2015; Jeroen Roovers  thunderbird-31.7.0.ebuild:
   Stable for PPC64 (bug #549356).






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 10:05:01

  Modified: firefox-31.7.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549356
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

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

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

Index: firefox-31.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-31.7.0.ebuild   18 May 2015 04:58:38 -  1.2
+++ firefox-31.7.0.ebuild   18 May 2015 10:05: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/www-client/firefox/firefox-31.7.0.ebuild,v 
1.2 2015/05/18 04:58:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.7.0.ebuild,v 
1.3 2015/05/18 10:05:01 ago Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -39,7 +39,7 @@
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist hardened +minimal pgo selinux test"



1.419www-client/firefox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- ChangeLog   18 May 2015 04:58:38 -  1.418
+++ ChangeLog   18 May 2015 10:05:01 -  1.419
@@ -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.418 
2015/05/18 04:58:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.419 
2015/05/18 10:05:01 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  firefox-31.7.0.ebuild:
+  Stable for amd64, wrt bug #549356
 
   18 May 2015; Jeroen Roovers  firefox-31.7.0.ebuild:
   Stable for PPC64 (bug #549356).






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 10:05:15

  Modified: thunderbird-bin-31.7.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549356
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  mail-client/thunderbird-bin/thunderbird-bin-31.7.0.ebuild

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

Index: thunderbird-bin-31.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-31.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunderbird-bin-31.7.0.ebuild   15 May 2015 21:23:23 -  1.1
+++ thunderbird-bin-31.7.0.ebuild   18 May 2015 10:05:15 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-31.7.0.ebuild,v
 1.1 2015/05/15 21:23:23 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-31.7.0.ebuild,v
 1.2 2015/05/18 10:05:15 ago Exp $
 
 EAPI="5"
 MOZ_ESR="0"
@@ -35,7 +35,7 @@
 HOMEPAGE="http://www.mozilla.com/thunderbird";
 RESTRICT="strip mirror"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="+crashreporter selinux"



1.179mail-client/thunderbird-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   15 May 2015 21:23:23 -  1.178
+++ ChangeLog   18 May 2015 10:05:15 -  1.179
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/thunderbird-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/ChangeLog,v 
1.178 2015/05/15 21:23:23 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/ChangeLog,v 
1.179 2015/05/18 10:05:15 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  
thunderbird-bin-31.7.0.ebuild:
+  Stable for amd64, wrt bug #549356
 
 *thunderbird-bin-31.7.0 (15 May 2015)
 






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 10:05:05

  Modified: firefox-bin-31.7.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549356
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  www-client/firefox-bin/firefox-bin-31.7.0.ebuild

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

Index: firefox-bin-31.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-bin-31.7.0.ebuild   15 May 2015 21:42:54 -  1.1
+++ firefox-bin-31.7.0.ebuild   18 May 2015 10:05:05 -  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-bin/firefox-bin-31.7.0.ebuild,v 1.1 
2015/05/15 21:42:54 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-31.7.0.ebuild,v 1.2 
2015/05/18 10:05:05 ago Exp $
 
 EAPI="5"
 MOZ_ESR="1"
@@ -36,7 +36,7 @@
 HOMEPAGE="http://www.mozilla.com/firefox";
 RESTRICT="strip mirror"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="selinux startup-notification"



1.233www-client/firefox-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   15 May 2015 21:42:54 -  1.232
+++ ChangeLog   18 May 2015 10:05:05 -  1.233
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/firefox-bin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.232 
2015/05/15 21:42:54 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.233 
2015/05/18 10:05:05 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  firefox-bin-31.7.0.ebuild:
+  Stable for amd64, wrt bug #549356
 
 *firefox-bin-38.0.1 (15 May 2015)
 *firefox-bin-31.7.0 (15 May 2015)






[gentoo-commits] gentoo-x86 commit in dev-python/numexpr: numexpr-2.4.3.ebuild ChangeLog

2015-05-18 Thread Ian Delaney (idella4)
idella4 15/05/18 10:21:05

  Modified: ChangeLog
  Added:numexpr-2.4.3.ebuild
  Log:
  bump; fix build issue under py2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.30 dev-python/numexpr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numexpr/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   20 Apr 2015 04:21:19 -  1.29
+++ ChangeLog   18 May 2015 10:21:05 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/numexpr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/ChangeLog,v 1.29 
2015/04/20 04:21:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/ChangeLog,v 1.30 
2015/05/18 10:21:05 idella4 Exp $
+
+*numexpr-2.4.3 (18 May 2015)
+
+  18 May 2015; Ian Delaney  +numexpr-2.4.3.ebuild:
+  bump; fix build issue under py2
 
 *numexpr-2.4.1 (20 Apr 2015)
 



1.1  dev-python/numexpr/numexpr-2.4.3.ebuild

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

Index: numexpr-2.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/numexpr-2.4.3.ebuild,v 
1.1 2015/05/18 10:21:05 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Fast numerical array expression evaluator for Python and NumPy"
HOMEPAGE="https://github.com/pydata/numexpr";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

RDEPEND="
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
mkl? ( sci-libs/mkl )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

python_prepare_all() {
# TODO: mkl can be used but it fails for me
# only works with mkl in tree. newer mkl will use pkgconfig
if use mkl; then
local ext
use amd64 && ext=_lp64
cat <<- EOF > "${S}"/site.cfg
[mkl]
library_dirs = ${MKLROOT}/lib/em64t
include_dirs = ${MKLROOT}/include
mkl_libs = mkl_solver${ext}, mkl_intel${ext}, \
mkl_intel_thread, mkl_core, iomp5
EOF
fi
distutils-r1_python_prepare_all
}

python_compile() {
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}

python_test() {
# https://github.com/pydata/numexpr/issues/177
# there are 2 known test failures under py3 only
pushd "${BUILD_DIR}"/lib > /dev/null
"${PYTHON}" -c "import numexpr; numexpr.test()" || die
pushd > /dev/null
}






[gentoo-commits] gentoo-x86 commit in sys-process/procps: procps-3.3.10-r1.ebuild procps-3.3.9.ebuild procps-3.3.9-r2.ebuild procps-3.3.8-r2.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 11:14:30

  Modified: procps-3.3.10-r1.ebuild procps-3.3.9.ebuild
procps-3.3.9-r2.ebuild procps-3.3.8-r2.ebuild
ChangeLog
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-process/procps/procps-3.3.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.10-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/procps/procps-3.3.10-r1.ebuild?r1=1.3&r2=1.4

Index: procps-3.3.10-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- procps-3.3.10-r1.ebuild 18 May 2015 04:25:36 -  1.3
+++ procps-3.3.10-r1.ebuild 18 May 2015 11:14:30 -  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/sys-process/procps/procps-3.3.10-r1.ebuild,v 1.3 
2015/05/18 04:25:36 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.10-r1.ebuild,v 1.4 
2015/05/18 11:14:30 vapier Exp $
 
 EAPI="4"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="standard informational utilities and process-handling tools"
 # http://packages.debian.org/sid/procps
-HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps";
+HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps";
 # SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
 #FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
 
#SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz";



1.11 sys-process/procps/procps-3.3.9.ebuild

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

Index: procps-3.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- procps-3.3.9.ebuild 2 Mar 2015 09:32:39 -   1.10
+++ procps-3.3.9.ebuild 18 May 2015 11:14:30 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v 
1.10 2015/03/02 09:32:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9.ebuild,v 
1.11 2015/05/18 11:14:30 vapier Exp $
 
 EAPI="4"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="standard informational utilities and process-handling tools"
 # http://packages.debian.org/sid/procps
-HOMEPAGE="http://procps.sourceforge.net/ http://gitorious.org/procps";
+HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps";
 # SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
 FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
 
SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz";



1.11 sys-process/procps/procps-3.3.9-r2.ebuild

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

Index: procps-3.3.9-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- procps-3.3.9-r2.ebuild  24 Feb 2015 15:39:24 -  1.10
+++ procps-3.3.9-r2.ebuild  18 May 2015 11:14:30 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild,v 
1.10 2015/02/24 15:39:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild,v 
1.11 2015/05/18 11:14:30 vapier Exp $
 
 EAPI="4"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="standard informational utilit

[gentoo-commits] gentoo-x86 commit in app-text/poppler: ChangeLog poppler-0.24.5.ebuild poppler-0.26.5.ebuild

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

  Modified: ChangeLog
  Removed:  poppler-0.24.5.ebuild poppler-0.26.5.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.457app-text/poppler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.457&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.457&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?r1=1.456&r2=1.457

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v
retrieving revision 1.456
retrieving revision 1.457
diff -u -r1.456 -r1.457
--- ChangeLog   29 Apr 2015 09:18:13 -  1.456
+++ ChangeLog   18 May 2015 11:18:04 -  1.457
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/poppler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.456 
2015/04/29 09:18:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.457 
2015/05/18 11:18:04 dilfridge Exp $
+
+  18 May 2015; Andreas K. Hüttel  -poppler-0.24.5.ebuild,
+  -poppler-0.26.5.ebuild:
+  Remove old
 
   29 Apr 2015; Agostino Sarubbo  poppler-0.32.0.ebuild:
   Stable for sparc, wrt bug #542220






[gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.48.5.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 11:21:12

  Modified: ChangeLog
  Removed:  inkscape-0.48.5.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.231media-gfx/inkscape/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   30 Apr 2015 05:58:14 -  1.230
+++ ChangeLog   18 May 2015 11:21:12 -  1.231
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/inkscape
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.230 
2015/04/30 05:58:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.231 
2015/05/18 11:21:12 dilfridge Exp $
+
+  18 May 2015; Andreas K. Hüttel  
-inkscape-0.48.5.ebuild:
+  Remove old
 
   30 Apr 2015; Jeroen Roovers  inkscape-0.91.ebuild:
   Marked ~ppc64 (bug #538520).






[gentoo-commits] gentoo-x86 commit in sys-fs/dosfstools: dosfstools-3.0.28.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 11:29:04

  Modified: ChangeLog
  Added:dosfstools-3.0.28.ebuild
  Log:
  Version bump #549744 by Sergey S. Starikoff.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.152sys-fs/dosfstools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   3 Apr 2015 07:05:29 -   1.151
+++ ChangeLog   18 May 2015 11:29:04 -  1.152
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/dosfstools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.151 
2015/04/03 07:05:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.152 
2015/05/18 11:29:04 vapier Exp $
+
+*dosfstools-3.0.28 (18 May 2015)
+
+  18 May 2015; Mike Frysinger  +dosfstools-3.0.28.ebuild:
+  Version bump #549744 by Sergey S. Starikoff.
 
 *dosfstools-3.0.27 (03 Apr 2015)
 



1.1  sys-fs/dosfstools/dosfstools-3.0.28.ebuild

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

Index: dosfstools-3.0.28.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.28.ebuild,v 
1.1 2015/05/18 11:29:04 vapier Exp $

EAPI="5"

inherit toolchain-funcs flag-o-matic

DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/";
SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.tar.xz";

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

RESTRICT="test" # there is no test target #239071

src_prepare() {
sed -i \
-e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
-e '/^OPTFLAGS/d' \
-e '/^DEBUGFLAGS/d' \
-e "/\$(DOCDIR)/s:${PN}:${PF}:" \
Makefile || die
append-lfs-flags
tc-export CC
}






[gentoo-commits] gentoo-x86 commit in app-text/poppler: poppler-9999.ebuild poppler-0.33.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 11:31:55

  Modified: poppler-.ebuild ChangeLog
  Added:poppler-0.33.0.ebuild
  Log:
  Minor updates to live ebuild; version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.6  app-text/poppler/poppler-.ebuild

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

Index: poppler-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- poppler-.ebuild 20 Mar 2015 15:18:23 -  1.5
+++ poppler-.ebuild 18 May 2015 11:31:55 -  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/app-text/poppler/poppler-.ebuild,v 1.5 
2015/03/20 15:18:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-.ebuild,v 1.6 
2015/05/18 11:31:55 dilfridge Exp $
 
 EAPI=5
 
@@ -9,12 +9,11 @@
 if [[ "${PV}" == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
-   KEYWORDS=""
SLOT="0/"
 else
SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SLOT="0/47"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+   SLOT="0/52"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 
 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
@@ -62,7 +61,9 @@
 
 PATCHES=(
"${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
-   "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch" )
+   "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
+   "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch"
+)
 
 src_configure() {
local mycmakeargs=(



1.458app-text/poppler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.458&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.458&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?r1=1.457&r2=1.458

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- ChangeLog   18 May 2015 11:18:04 -  1.457
+++ ChangeLog   18 May 2015 11:31:55 -  1.458
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/poppler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.457 
2015/05/18 11:18:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.458 
2015/05/18 11:31:55 dilfridge Exp $
+
+*poppler-0.33.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Hüttel  +poppler-0.33.0.ebuild,
+  poppler-.ebuild:
+  Minor updates to live ebuild; version bump
 
   18 May 2015; Andreas K. Hüttel  -poppler-0.24.5.ebuild,
   -poppler-0.26.5.ebuild:



1.1  app-text/poppler/poppler-0.33.0.ebuild

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

Index: poppler-0.33.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.33.0.ebuild,v 1.1 
2015/05/18 11:31:55 dilfridge Exp $

EAPI=5

inherit cmake-utils toolchain-funcs

if [[ "${PV}" == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
SLOT="0/"
else
SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-

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

2015-05-18 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 18 11:55:34 2015 +

New tag: 20150517




[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-05-18 Thread Anthony G. Basile
commit: dad403ced5b24516c21bf776a2d1a786c8ca9856
Author: layman  localhost>
AuthorDate: Mon May 18 11:58:23 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 18 11:58:23 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=dad403ce

sys-kernel/hardened-sources: testing patchset 20150517

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 ...ened-sources-3.14.42-r1.ebuild => hardened-sources-3.14.43.ebuild} | 4 ++--
 ...ned-sources-3.2.69-r1.ebuild => hardened-sources-3.2.69-r2.ebuild} | 2 +-
 ...hardened-sources-4.0.3-r1.ebuild => hardened-sources-4.0.4.ebuild} | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
index 62cdc08..19b8685 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.42-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="46"
+K_GENPATCHES_VER="47"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
index 8f22f79..779afbc 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.2.69-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
similarity index 95%
rename from sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
index d4b3391..0422a2d 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.0.3-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="2"
+K_GENPATCHES_VER="5"
 K_DEBLOB_AVAILABLE="1"
 
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



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

2015-05-18 Thread Justin Lecher
commit: f3bfb6226b3769d8a814580a9457ec2c25ed8bd5
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Mon May 18 10:07:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 18 10:07:04 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3bfb622

signing

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog|  7 +--
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++--
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index 581a3da..beef4bb 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/lie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 May 2015; François Bissey 
+  lie-2.2.2.ebuild:
+  Update upstream homepage and source location. Migrate to EAPI 5.
+
   22 Aug 2010; François Bissey  lie-2.2.2.ebuild:
   Keyword lie ~amd64
 
@@ -26,4 +30,3 @@
 
   03 Apr 2009; Francois Bissey  ChangeLog:
   Initial import for the science overlay.
-

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index b31b6f8..4f2d6e1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=5
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A Computer algebra package for Lie group computations"
-HOMEPAGE="http://young.sp2mi.univ-poitiers.fr/~marc/LiE";
-SRC_URI="http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz";
+HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/";
+SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz";
  Remove the following line when moving this ebuild to the main tree!
 RESTRICT="mirror"
 
@@ -19,24 +19,24 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
 DEPEND="sys-devel/bison
-   sys-libs/readline
+   sys-libs/readline:=
sys-libs/ncurses"
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:=
sys-libs/ncurses"
 
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-   epatch "${FILESDIR}/${P}-make.patch"
-   epatch "${FILESDIR}/parrallelmake-${P}.patch"
+   epatch "${FILESDIR}"/${P}-make.patch
+   epatch "${FILESDIR}"/parrallelmake-${P}.patch
 }
 
 src_compile() {
-   emake CC=$(tc-getCC) || die "failed to compile"
+   emake CC=$(tc-getCC)
 }
 
 src_install() {
-   emake DESTDIR="${ED}" install || die
+   emake DESTDIR="${ED}" install
use doc && dodoc "${S}"/manual/*
dodoc README
 }



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

2015-05-18 Thread Justin Lecher
commit: 495779468e642d02b1da726e76822ea3ccbf1c8d
Author: Justin  gentoo  org>
AuthorDate: Mon May 18 13:04:16 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 18 13:04:16 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=49577946

Merge pull request #416 from kiwifb/lie

Updating lie upstream and move to EAPI 5 issue #415

 sci-mathematics/lie/ChangeLog| 11 +--
 sci-mathematics/lie/Manifest |  2 +-
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++--
 3 files changed, 20 insertions(+), 13 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-libs/armadillo/

2015-05-18 Thread Justin Lecher
commit: da9b563e4310538583b24559ce3a8cfc819213f2
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 12 12:01:40 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue May 12 12:01:40 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=da9b563e

sci-libs/armadillo: Version bump

Package-Manager: portage-2.2.18

 sci-libs/armadillo/ChangeLog|   6 ++
 sci-libs/armadillo/armadillo-5.100.2.ebuild | 112 
 2 files changed, 118 insertions(+)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index 8f95d92..a6559b6 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*armadillo-5.100.2 (12 May 2015)
+
+  12 May 2015; Marius Brehler 
+  +armadillo-5.100.2.ebuild:
+  Version bump
+
 *armadillo-5.100.1 (04 May 2015)
 
   04 May 2015; Marius Brehler 

diff --git a/sci-libs/armadillo/armadillo-5.100.2.ebuild 
b/sci-libs/armadillo/armadillo-5.100.2.ebuild
new file mode 100644
index 000..8d63e06
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-5.100.2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-4.650.4.ebuild,v 1.1 
2015/04/03 12:32:07 jlec Exp $
+
+EAPI=5
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils toolchain-funcs multilib eutils
+
+DESCRIPTION="Streamlined C++ linear algebra library"
+HOMEPAGE="http://arma.sourceforge.net/";
+SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="arpack atlas blas debug doc examples hdf5 lapack mkl tbb test"
+REQUIRED_USE="test? ( lapack )"
+
+RDEPEND="
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   atlas? ( sci-libs/atlas[lapack] )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )"
+DEPEND="${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   atlas? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5 )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )"
+PDEPEND="${RDEPEND}
+   hdf5? ( sci-libs/hdf5 )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )"
+
+src_prepare() {
+   # avoid the automagic cmake macros
+   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
+   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
+   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
+   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
+   )
+   fi
+   if use atlas; then
+   local c=atlas-cblas l=atlas-clapack
+   $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
+   $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
+   mycmakeargs+=(
+   -DCBLAS_FOUND=ON
+   -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')"
+   -DCBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${c})"
+   -DCLAPACK_FOUND=ON
+   -DCLAPACK_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')"
+   -DCLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${l})"
+   )
+   fi
+   if use blas; then
+   mycmakeargs+=(
+   -DBLAS_FOUND=ON
+   -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs blas)"
+   )
+   fi
+   if use hdf5; then
+   mycmakeargs+=(
+   -DHDF5_FOUND=ON
+   -DHDF5_LIBRARIES="-lhdf5"
+   )
+   fi
+   if use lapack; then
+   mycmakeargs+=(
+   -DLAPACK_FOUND=ON
+   -DLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
lapack)"
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd examples > /dev/null
+   emake \
+   CXXFLAGS="-I../include ${CXXFLAGS} -DARMA_USE_BLAS 
-DARMA_USE_LAPACK" \
+   EXTRA_LIB_FLAGS="-L.. $($(tc-getPKG_CONFIG) --libs blas lapack)"
+   LD_LIBRARY_PATH="..:${LD_LIBRARY_PATH}" ./example1 || die
+   LD_LIBRARY_PATH="..:${LD_LIBRARY_PATH}" ./example2 || die
+   emake clean
+   popd > /dev/null
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc README.txt
+   use doc && dodoc *pdf && doht

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

2015-05-18 Thread Justin Lecher
commit: 97178f5f459ae3b915b45ae9f71e118ae870afe4
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 12 11:58:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue May 12 11:58:15 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=97178f5f

Drop NVIDIA-CUDA license

 licenses/NVIDIA-CUDA | 2262 --
 1 file changed, 2262 deletions(-)

diff --git a/licenses/NVIDIA-CUDA b/licenses/NVIDIA-CUDA
deleted file mode 100644
index 44b5705..000
--- a/licenses/NVIDIA-CUDA
+++ /dev/null
@@ -1,2262 +0,0 @@
-End User License Agreement
---
-
-
-Preface

-
-The following contains specific license terms and conditions
-for four separate NVIDIA products. By accepting this
-agreement, you agree to comply with all the terms and
-conditions applicable to the specific product(s) included
-herein.
-
-
-NVIDIA CUDA Toolkit
-
-
-Description
-
-The NVIDIA CUDA Toolkit provides command-line and graphical
-tools for building, debugging and optimizing the performance
-of applications accelerated by NVIDIA GPUs, runtime and math
-libraries, and documentation including programming guides,
-user manuals, and API references. The NVIDIA CUDA Toolkit
-License Agreement is available in Chapter 1.
-
-
-Default Install Location of CUDA Toolkit
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#
-
-
-NVIDIA CUDA Samples
-
-
-Description
-
-This package includes over 100+ CUDA examples that demonstrate
-various CUDA programming principles, and efficient CUDA
-implementation of algorithms in specific application domains.
-The NVIDIA CUDA Samples License Agreement is available in
-Chapter 2.
-
-
-Default Install Location of CUDA Samples
-
-Windows platform:
-
-%ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
-
-Linux platform:
-
-/usr/local/cuda-#.#/samples
-
-and
-
-$HOME/NVIDIA_CUDA-#.#_Samples
-
-Mac platform:
-
-/Developer/NVIDIA/CUDA-#.#/samples
-
-
-NVIDIA Driver
-
-
-Description
-
-This package contains the operating system driver and
-fundamental system software components for NVIDIA GPUs. The
-NVIDIA Driver License for the Windows platform is available in
-Chapter 3, and the NVIDIA Driver License for the Linux and Mac
-OSX platforms is available in Chapter 4.
-
-
-NVIDIA Nsight Visual Studio Edition (Windows only)
-
-
-Description
-
-NVIDIA Nsight Development Platform, Visual Studio Edition is a
-development environment integrated into Microsoft Visual
-Studio that provides tools for debugging, profiling, analyzing
-and optimizing your GPU computing and graphics applications.
-The NVIDIA Nsight Visual Studio Edition License Agreement is
-available in Chapter 5.
-
-
-Default Install Location of Nsight Visual Studio Edition
-
-Windows platform:
-
-%ProgramFiles%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
-
-
-NVIDIA CUDA General Terms
-
-
-Description
-
-General terms that apply to all of the software components are
-available in Chapter 6.
-
-
-1. NVIDIA CUDA Toolkit License Agreement
-
-
-
-Important Notice
-
-
-READ CAREFULLY: This Software License Agreement ("Agreement")
-for NVIDIA CUDA Toolkit, including computer software and
-associated documentation ("Software"), is the Agreement which
-governs use of the SOFTWARE of NVIDIA Corporation and its
-subsidiaries ("NVIDIA") downloadable herefrom. By downloading,
-installing, copying, or otherwise using the SOFTWARE, You (as
-defined below) agree to be bound by the terms of this
-Agreement. If You do not agree to the terms of this Agreement,
-do not download the SOFTWARE.
-
-
-Recitals
-
-
-Use of NVIDIA's SOFTWARE requires three elements: the
-SOFTWARE, an NVIDIA GPU or application processor ("NVIDIA
-Hardware"), and a computer system. The SOFTWARE is protected
-by copyright laws and international copyright treaties, as
-well as other intellectual property laws and treaties. The
-SOFTWARE is not sold, and instead is only licensed for Your
-use, strictly in accordance with this Agreement. The NVIDIA
-Hardware is protected by various patents, and is sold, but
-this Agreement does not cover the sale or use of such
-hardware, since it may not necessarily be sold as a package
-with the SOFTWARE. This Agreement sets forth the terms and
-conditions of the SOFTWARE only.
-
-
-1.1. Definitions
-
-
-1.1.1. Licensee
-
-"You", or "Your" shall mean the entity or individual that
-downloads and uses the SOFTWARE.
-
-
-1.1.2. Redistributable Software
-
-"Redistributable Software" shall mean the redistributable
-libraries referenced in Attachment A of this Agreement.
-
-
-1.1.3. Software
-
-"SOFTWARE" shall mean the deliverables provided pursuant to
-this Agreement. SOFTWARE may be provided in either source or
-binary form, at NVIDIA's discretion.
-
-
-1.2. Grant of License
-
-
-1.

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

2015-05-18 Thread Justin Lecher
commit: b3e413fb2c194b76fc2fe6905596b0e5af0f7016
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon May 18 13:05:18 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 18 13:05:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3e413fb

Merge remote-tracking branch 'github/master'

* github/master:
  Cosmetic fixes requested by jlec
  signing
  dev-python/nvidia-ml-py: Version bump
  sci-libs/armadillo: Version bump
  Drop NVIDIA-CUDA license
  Move to tree

 dev-python/nvidia-ml-py/ChangeLog  |6 +
 dev-python/nvidia-ml-py/Manifest   |1 +
 ...-6.340.0.ebuild => nvidia-ml-py-7.346.0.ebuild} |0
 dev-util/nvidia-cuda-sdk/ChangeLog |   14 -
 dev-util/nvidia-cuda-sdk/Manifest  |2 -
 dev-util/nvidia-cuda-sdk/metadata.xml  |   17 -
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild  |  151 --
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.28.ebuild  |  144 --
 dev-util/nvidia-cuda-toolkit/ChangeLog |   21 -
 dev-util/nvidia-cuda-toolkit/Manifest  |2 -
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |   28 -
 dev-util/nvidia-cuda-toolkit/metadata.xml  |   18 -
 .../nvidia-cuda-toolkit-7.0.18-r1.ebuild   |  154 --
 .../nvidia-cuda-toolkit-7.0.28.ebuild  |  143 --
 licenses/NVIDIA-CUDA   | 2262 
 sci-libs/armadillo/ChangeLog   |6 +
 sci-libs/armadillo/Manifest|1 +
 ...llo-5.100.1.ebuild => armadillo-5.100.2.ebuild} |0
 sci-mathematics/lie/ChangeLog  |   11 +-
 sci-mathematics/lie/Manifest   |2 +-
 sci-mathematics/lie/lie-2.2.2.ebuild   |   20 +-
 21 files changed, 34 insertions(+), 2969 deletions(-)



[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/, dev-util/nvidia-cuda-toolkit/files/, ...

2015-05-18 Thread Justin Lecher
commit: 7bf2762a5aa4a1806ee96a6a3e08f3877f11cddd
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue May 12 11:56:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue May 12 11:56:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bf2762a

Move to tree

 dev-util/nvidia-cuda-sdk/ChangeLog |  14 --
 dev-util/nvidia-cuda-sdk/metadata.xml  |  17 ---
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild  | 151 
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.28.ebuild  | 144 ---
 dev-util/nvidia-cuda-toolkit/ChangeLog |  21 ---
 dev-util/nvidia-cuda-toolkit/files/cuda-config.in  |  28 
 dev-util/nvidia-cuda-toolkit/metadata.xml  |  18 ---
 .../nvidia-cuda-toolkit-7.0.18-r1.ebuild   | 154 -
 .../nvidia-cuda-toolkit-7.0.28.ebuild  | 143 ---
 9 files changed, 690 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/ChangeLog 
b/dev-util/nvidia-cuda-sdk/ChangeLog
deleted file mode 100644
index 6c6af0f..000
--- a/dev-util/nvidia-cuda-sdk/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*nvidia-cuda-sdk-7.0.28 (19 Mar 2015)
-
-  19 Mar 2015; Marius Brehler 
-  +nvidia-cuda-sdk-7.0.28.ebuild:
-  Version bump
-
-*nvidia-cuda-sdk-7.0.18 (14 Jan 2015)
-
-  14 Jan 2015; Marius Brehler  +metadata.xml,
-  +nvidia-cuda-sdk-7.0.18.ebuild:
-  Add version 7.0.18 (release candidate)

diff --git a/dev-util/nvidia-cuda-sdk/metadata.xml 
b/dev-util/nvidia-cuda-sdk/metadata.xml
deleted file mode 100644
index 288e495..000
--- a/dev-util/nvidia-cuda-sdk/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  sci
-  
-j...@gentoo.org
-Justin Lecher
-  
-  
-
-   Build OpenCL binaries.
-   
-
-   Build CUDA binaries.
-   
-  
-

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild
deleted file mode 100644
index cfc9f99..000
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-7.0.18.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker 
versionator
-
-MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
-
-DESCRIPTION="NVIDIA CUDA Software Development Kit"
-HOMEPAGE="http://developer.nvidia.com/cuda";
-CURI="https://developer.nvidia.com/rdp/cuda-70-rc-downloads";
-SRC_URI="cuda_${PV}_rc_linux.run"
-
-LICENSE="CUDPP"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="debug +doc +examples opencl +cuda"
-
-RDEPEND="
-   ~dev-util/nvidia-cuda-toolkit-${PV}
-   media-libs/freeglut
-   examples? (
-   media-libs/freeimage
-   media-libs/glew
-   virtual/mpi
-   >=x11-drivers/nvidia-drivers-346.35[uvm]
-   )"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test fetch"
-
-pkg_nofetch() {
-   einfo "Please download the Fedora 21 \"Runfile Installer\""
-   einfo "  - cuda_${P}_rc_linux.run"
-   einfo "from ${CURI} and place it in ${DISTDIR}"
-}
-
-S=${WORKDIR}/cuda-samples
-
-QA_EXECSTACK=(
-   opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint
-   opt/cuda/sdk/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort
-   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimplePrint
-   opt/cuda/sdk/bin/x86_64/linux/release/cdpSimpleQuicksort
-   )
-
-src_unpack() {
-   unpacker
-   unpacker run_files/cuda-samples*run
-}
-
-pkg_setup() {
-   if use cuda || use opencl; then
-   cuda_pkg_setup
-   fi
-}
-
-src_prepare() {
-   export RAWLDFLAGS="$(raw-ldflags)"
-#  epatch "${FILESDIR}"/${P}-asneeded.patch
-
-   sed \
-   -e 's:-O2::g' \
-   -e 's:-O3::g' \
-   -e "/LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g" \
-   -e "/LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g" \
-   -e "/CC/s:gcc:$(tc-getCC):g" \
-   -e "/GCC/s:g++:$(tc-getCXX):g" \
-   -e "/NVCC /s|\(:=\).*|:= ${EPREFIX}/opt/cuda/bin/nvcc|g" \
-   -e "/ CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g" \
-   -e "/ CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g" \
-   -e "/NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g" \
-   -e 's:-Wimplicit::g' \
-   -e "s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config 
--libs glew)|g" \
-   -e "s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config 
--libs glew)|g" \
-   -e 
"s|../../common/lib/\$(OSLOWER)/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs 
glew)|g" \
-   -i $(find . -type f -name "Makefile") || die
-
-#  -e "/ALL_LDFLAGS/s|:=|:= ${R

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

2015-05-18 Thread Justin Lecher
commit: eb55c7ab97c7a8b5e5f7c7c8c84efac598360b65
Author: François Bissey  canterbury  ac  nz>
AuthorDate: Mon May 18 12:22:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon May 18 12:22:22 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb55c7ab

Cosmetic fixes requested by jlec

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog| 4 
 sci-mathematics/lie/lie-2.2.2.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index beef4bb..fbed4ec 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -4,6 +4,10 @@
 
   18 May 2015; François Bissey 
   lie-2.2.2.ebuild:
+  Cosmetic fixes requested by jlec
+
+  18 May 2015; François Bissey 
+  lie-2.2.2.ebuild:
   Update upstream homepage and source location. Migrate to EAPI 5.
 
   22 Aug 2010; François Bissey  lie-2.2.2.ebuild:

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index 4f2d6e1..856ebd1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
 
 DESCRIPTION="A Computer algebra package for Lie group computations"
 HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/";
-SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz";
+SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz -> 
${P}.tar.gz"
  Remove the following line when moving this ebuild to the main tree!
 RESTRICT="mirror"
 
@@ -27,8 +27,8 @@ RDEPEND="sys-libs/readline:=
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-make.patch
-   epatch "${FILESDIR}"/parrallelmake-${P}.patch
+   epatch "${FILESDIR}"/${P}-make.patch \
+   "${FILESDIR}"/parrallelmake-${P}.patch
 }
 
 src_compile() {



[gentoo-commits] proj/sci:master commit in: dev-python/nvidia-ml-py/

2015-05-18 Thread Justin Lecher
commit: 3ba474ae849ba76ab3b4605f54cb401731a4af14
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed May 13 15:05:26 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed May 13 15:05:26 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ba474ae

dev-python/nvidia-ml-py: Version bump

Package-Manager: portage-2.2.18

 dev-python/nvidia-ml-py/ChangeLog   |  6 ++
 dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 19 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nvidia-ml-py/ChangeLog 
b/dev-python/nvidia-ml-py/ChangeLog
index 8933fc9..4ac601d 100644
--- a/dev-python/nvidia-ml-py/ChangeLog
+++ b/dev-python/nvidia-ml-py/ChangeLog
@@ -1,6 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*nvidia-ml-py-7.346.0 (13 May 2015)
+
+  13 May 2015; Marius Brehler 
+  +nvidia-ml-py-7.346.0.ebuild:
+  Version bump
+
 *nvidia-ml-py-6.340.0 (26 Jan 2015)
 
   26 Jan 2015; Marius Brehler  +metadata.xml,

diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild 
b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
new file mode 100644
index 000..20abe15
--- /dev/null
+++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Bindings for the NVIDIA Management Library"
+HOMEPAGE="https://developer.nvidia.com/ganglia-monitoring-system";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="=dev-util/nvidia-cuda-gdk-340.29[nvml]"
+DEPEND="${RDEPEND}"



[gentoo-commits] gentoo-x86 commit in dev-java/slf4j-api: slf4j-api-1.7.7.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:17

  Modified: slf4j-api-1.7.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549760
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/slf4j-api/slf4j-api-1.7.7.ebuild

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

Index: slf4j-api-1.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slf4j-api-1.7.7.ebuild  13 May 2015 14:18:58 -  1.2
+++ slf4j-api-1.7.7.ebuild  18 May 2015 13:15:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v 
1.2 2015/05/13 14:18:58 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild,v 
1.3 2015/05/18 13:15:17 ago Exp $
 
 EAPI=5
 JAVA_PKG_IUSE="doc source"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=">=virtual/jre-1.5"



1.24 dev-java/slf4j-api/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   13 May 2015 14:18:58 -  1.23
+++ ChangeLog   18 May 2015 13:15:17 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/slf4j-api
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.23 
2015/05/13 14:18:58 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.24 
2015/05/18 13:15:17 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  slf4j-api-1.7.7.ebuild:
+  Stable for amd64, wrt bug #549760
 
   13 May 2015; Patrice Clement  slf4j-api-1.7.7.ebuild:
   Correct wrong slot.






[gentoo-commits] gentoo-x86 commit in dev-java/javax-inject: javax-inject-1-r1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:27

  Modified: javax-inject-1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549602
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/javax-inject/javax-inject-1-r1.ebuild

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

Index: javax-inject-1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- javax-inject-1-r1.ebuild30 May 2013 08:59:38 -  1.2
+++ javax-inject-1-r1.ebuild18 May 2015 13:15:27 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v 1.2 
2013/05/30 08:59:38 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v 1.3 
2015/05/18 13:15:27 ago Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.5
app-arch/unzip"



1.4  dev-java/javax-inject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   30 May 2013 08:59:38 -  1.3
+++ ChangeLog   18 May 2015 13:15:27 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/javax-inject
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v 1.3 
2013/05/30 08:59:38 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javax-inject/ChangeLog,v 1.4 
2015/05/18 13:15:27 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  javax-inject-1-r1.ebuild:
+  Stable for amd64, wrt bug #549602
 
   30 May 2013; Tom Wijsman  javax-inject-1-r1.ebuild:
   Fixed install error for USE=doc.






[gentoo-commits] gentoo-x86 commit in dev-java/jsoup: jsoup-1.8.1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:22

  Modified: jsoup-1.8.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549600
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-java/jsoup/jsoup-1.8.1.ebuild

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

Index: jsoup-1.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsoup/jsoup-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsoup-1.8.1.ebuild  14 Dec 2014 10:16:13 -  1.1
+++ jsoup-1.8.1.ebuild  18 May 2015 13:15:22 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/jsoup-1.8.1.ebuild,v 1.1 
2014/12/14 10:16:13 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/jsoup-1.8.1.ebuild,v 1.2 
2015/05/18 13:15:22 ago Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE=""
 



1.3  dev-java/jsoup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Dec 2014 10:16:13 -  1.2
+++ ChangeLog   18 May 2015 13:15:22 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jsoup
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v 1.2 2014/12/14 
10:16:13 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jsoup/ChangeLog,v 1.3 2015/05/18 
13:15:22 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  jsoup-1.8.1.ebuild:
+  Stable for amd64, wrt bug #549600
 
 *jsoup-1.8.1 (14 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-2.7.7-r5.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:33

  Modified: antlr-2.7.7-r5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529558
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.14 dev-java/antlr/antlr-2.7.7-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild?r1=1.13&r2=1.14

Index: antlr-2.7.7-r5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- antlr-2.7.7-r5.ebuild   17 May 2015 20:02:19 -  1.13
+++ antlr-2.7.7-r5.ebuild   18 May 2015 13:15:33 -  1.14
@@ -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-java/antlr/antlr-2.7.7-r5.ebuild,v 1.13 
2015/05/17 20:02:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r5.ebuild,v 1.14 
2015/05/18 13:15:33 ago Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc debug examples mono +cxx +java python script source static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.112dev-java/antlr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog   17 May 2015 20:08:28 -  1.111
+++ ChangeLog   18 May 2015 13:15:33 -  1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/antlr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.111 2015/05/17 
20:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.112 2015/05/18 
13:15:33 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  antlr-2.7.7-r5.ebuild:
+  Stable for amd64, wrt bug #529558
 
   17 May 2015; Pacho Ramos  antlr-4.4.ebuild:
   ppc64 stable wrt bug #549586






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

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:47

  Modified: colt-1.2.0-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535040
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-java/colt/colt-1.2.0-r2.ebuild

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

Index: colt-1.2.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/colt/colt-1.2.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- colt-1.2.0-r2.ebuild17 May 2015 20:01:57 -  1.3
+++ colt-1.2.0-r2.ebuild18 May 2015 13:15:47 -  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/dev-java/colt/colt-1.2.0-r2.ebuild,v 1.3 
2015/05/17 20:01:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/colt-1.2.0-r2.ebuild,v 1.4 
2015/05/18 13:15:47 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE="colt"
 IUSE=""
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.4
>=dev-java/concurrent-util-1.3.4:0"



1.25 dev-java/colt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   17 May 2015 20:01:57 -  1.24
+++ ChangeLog   18 May 2015 13:15:47 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/colt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.24 2015/05/17 
20:01:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/colt/ChangeLog,v 1.25 2015/05/18 
13:15:47 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  colt-1.2.0-r2.ebuild:
+  Stable for amd64, wrt bug #535040
 
   17 May 2015; Pacho Ramos  colt-1.2.0-r2.ebuild:
   ppc64 stable wrt bug #535040






[gentoo-commits] gentoo-x86 commit in dev-java/antlr: antlr-4.4.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:42

  Modified: antlr-4.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549586
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-java/antlr/antlr-4.4.ebuild

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

Index: antlr-4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antlr-4.4.ebuild17 May 2015 20:08:28 -  1.4
+++ antlr-4.4.ebuild18 May 2015 13:15:42 -  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-java/antlr/antlr-4.4.ebuild,v 1.4 
2015/05/17 20:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-4.4.ebuild,v 1.5 
2015/05/18 13:15:42 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.zip";
 LICENSE="BSD"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~x64-freebsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gunit"
 
 CDEPEND="



1.113dev-java/antlr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   18 May 2015 13:15:33 -  1.112
+++ ChangeLog   18 May 2015 13:15:42 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/antlr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.112 2015/05/18 
13:15:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.113 2015/05/18 
13:15:42 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  antlr-4.4.ebuild:
+  Stable for amd64, wrt bug #549586
 
   18 May 2015; Agostino Sarubbo  antlr-2.7.7-r5.ebuild:
   Stable for amd64, wrt bug #529558






[gentoo-commits] gentoo-x86 commit in dev-java/glassfish-interceptor-api: glassfish-interceptor-api-3.1.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:37

  Modified: glassfish-interceptor-api-3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549606
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild?r1=1.3&r2=1.4

Index: glassfish-interceptor-api-3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glassfish-interceptor-api-3.1.ebuild2 Apr 2015 18:08:06 -   
1.3
+++ glassfish-interceptor-api-3.1.ebuild18 May 2015 13:15:37 -  
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-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
 1.3 2015/04/02 18:08:06 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/glassfish-interceptor-api-3.1.ebuild,v
 1.4 2015/05/18 13:15:37 ago Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 CDEPEND=""
 



1.3  dev-java/glassfish-interceptor-api/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   10 Mar 2014 21:06:08 -  1.2
+++ ChangeLog   18 May 2015 13:15:37 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/glassfish-interceptor-api
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v 1.2 
2014/03/10 21:06:08 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-interceptor-api/ChangeLog,v 1.3 
2015/05/18 13:15:37 ago Exp $
+
+  18 May 2015; Agostino Sarubbo 
+  glassfish-interceptor-api-3.1.ebuild:
+  Stable for amd64, wrt bug #549606
 
   10 Mar 2014; Johannes Huber 
   glassfish-interceptor-api-3.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/javatoolkit: javatoolkit-0.3.0-r9.ebuild ChangeLog

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 13:15:52

  Modified: javatoolkit-0.3.0-r9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529560
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild

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

Index: javatoolkit-0.3.0-r9.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- javatoolkit-0.3.0-r9.ebuild 17 May 2015 20:03:57 -  1.6
+++ javatoolkit-0.3.0-r9.ebuild 18 May 2015 13:15:52 -  1.7
@@ -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-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v 1.6 
2015/05/17 20:03:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.3.0-r9.ebuild,v 1.7 
2015/05/18 13:15:52 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 python_prepare_all() {



1.79 dev-java/javatoolkit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   17 May 2015 20:03:57 -  1.78
+++ ChangeLog   18 May 2015 13:15:52 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/javatoolkit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.78 
2015/05/17 20:03:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.79 
2015/05/18 13:15:52 ago Exp $
+
+  18 May 2015; Agostino Sarubbo  javatoolkit-0.3.0-r9.ebuild:
+  Stable for amd64, wrt bug #529560
 
   17 May 2015; Pacho Ramos  javatoolkit-0.3.0-r9.ebuild:
   ppc64 stable wrt bug #529560






[gentoo-commits] proj/kde:master commit in: app-misc/strigi/

2015-05-18 Thread Michael Palimaka
commit: ac5fb951a3b24c90568c1639061ed64ceade7c11
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon May 18 13:32:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon May 18 13:32:17 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5fb951

[app-misc/strigi] Sync with main tree - implement new-style ffmpeg/libav USE 
flags.

Package-Manager: portage-2.2.19

 app-misc/strigi/strigi-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-misc/strigi/strigi-.ebuild 
b/app-misc/strigi/strigi-.ebuild
index 3b47040..c71edd1 100644
--- a/app-misc/strigi/strigi-.ebuild
+++ b/app-misc/strigi/strigi-.ebuild
@@ -20,7 +20,7 @@ 
HOMEPAGE="https://projects.kde.org/projects/kdesupport/strigi/strigi";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="clucene +dbus debug exif fam ffmpeg inotify log +qt4 test"
+IUSE="clucene +dbus debug exif fam ffmpeg inotify libav log +qt4 test"
 
 RDEPEND="
app-arch/bzip2
@@ -34,7 +34,10 @@ RDEPEND="
)
exif? ( media-gfx/exiv2:= )
fam? ( virtual/fam )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
log? ( >=dev-libs/log4cxx-0.10.0 )
qt4? (
dev-qt/qtcore:4



[gentoo-commits] gentoo-x86 commit in dev-java/commons-io: commons-io-2.4.ebuild ChangeLog commons-io-1.4.ebuild

2015-05-18 Thread Patrice Clement (monsieurp)
monsieurp15/05/18 13:42:01

  Modified: commons-io-2.4.ebuild ChangeLog
  Removed:  commons-io-1.4.ebuild
  Log:
  Remove old.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.3  dev-java/commons-io/commons-io-2.4.ebuild

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

Index: commons-io-2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-io-2.4.ebuild   10 Aug 2014 20:11:05 -  1.2
+++ commons-io-2.4.ebuild   18 May 2015 13:42:01 -  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/dev-java/commons-io/commons-io-2.4.ebuild,v 
1.2 2014/08/10 20:11:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-2.4.ebuild,v 
1.3 2015/05/18 13:42:01 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE="doc source"
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=virtual/jre-1.6"



1.58 dev-java/commons-io/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   10 Aug 2014 20:11:05 -  1.57
+++ ChangeLog   18 May 2015 13:42:01 -  1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-io
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.57 
2014/08/10 20:11:05 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.58 
2015/05/18 13:42:01 monsieurp Exp $
+
+  18 May 2015; Patrice Clement  -commons-io-1.4.ebuild,
+  commons-io-2.4.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich  commons-io-1.4.ebuild,
   commons-io-2.0.1.ebuild, commons-io-2.4.ebuild:






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ChangeLog ffmpeg-2.6.3.ebuild

2015-05-18 Thread Alexis Ballier (aballier)
aballier15/05/18 13:45:39

  Modified: ChangeLog
  Added:ffmpeg-2.6.3.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier 
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.857media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.857&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.857&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.856&r2=1.857

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.856
retrieving revision 1.857
diff -u -r1.856 -r1.857
--- ChangeLog   15 May 2015 07:50:02 -  1.856
+++ ChangeLog   18 May 2015 13:45:39 -  1.857
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.856 
2015/05/15 07:50:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.857 
2015/05/18 13:45:39 aballier Exp $
+
+*ffmpeg-2.6.3 (18 May 2015)
+
+  18 May 2015; Alexis Ballier  +ffmpeg-2.6.3.ebuild:
+  version bump
 
   15 May 2015; Pacho Ramos  ffmpeg-2.2.14.ebuild:
   ppc64 stable, bug #538798



1.1  media-video/ffmpeg/ffmpeg-2.6.3.ebuild

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

Index: ffmpeg-2.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.6.3.ebuild,v 1.1 
2015/05/18 13:45:39 aballier Exp $

EAPI="5"

# Subslot: libavutil major.libavcodec major.libavformat major
# Since FFmpeg ships several libraries, subslot is kind of limited here.
# Most consumers will use those three libraries, if a "less used" library
# changes its soname, consumers will have to be rebuilt the old way
# (preserve-libs).
# If, for example, a package does not link to libavformat and only libavformat
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
# doing so since such a case is unlikely.
FFMPEG_SUBSLOT=54.56.56

SCM=""
if [ "${PV#}" != "${PV}" ] ; then
SCM="git-2"
EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git"
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}

DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
HOMEPAGE="http://ffmpeg.org/";
if [ "${PV#}" != "${PV}" ] ; then
SRC_URI=""
elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
SRC_URI="mirror://gentoo/${P}.tar.bz2"
else # Release
SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2";
fi
FFMPEG_REVISION="${PV#*_p}"

SLOT="0/${FFMPEG_SUBSLOT}"
LICENSE="
!gpl? ( LGPL-2.1 )
gpl? ( GPL-2 )
amr? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
encode? (
aac? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
amrenc? (
gpl? ( GPL-3 )
!gpl? ( LGPL-3 )
)
)
samba? ( GPL-3 )
"
if [ "${PV#}" = "${PV}" ] ; then
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi

# Options to use as use_enable in the foo[:bar] form.
# This will feed configure with $(use_enable foo bar)
# or $(use_enable foo foo) if no :bar is set.
# foo is added to IUSE.
FFMPEG_FLAG_MAP=(
+bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls 
+gpl
+hardcoded-tables +iconv lzma +network openssl +postproc
samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb
xcb:libxcb-shm xcb:libxcb-xfixes +zlib
# libavdevice options
cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca 
openal
opengl
# indevs
libv4l:libv4l2 pulseaudio:libpulse
# decoders
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme 
gsm:libgsm
modplug:libmodplug opus:libopus quvi:libquvi rtmp:librtmp 
ssh:libssh
   

[gentoo-commits] gentoo-x86 commit in app-text/pdf2djvu: ChangeLog pdf2djvu-0.7.16.ebuild pdf2djvu-0.7.17.ebuild

2015-05-18 Thread Patrick Lauer (patrick)
patrick 15/05/18 14:21:46

  Modified: ChangeLog
  Removed:  pdf2djvu-0.7.16.ebuild pdf2djvu-0.7.17.ebuild
  Log:
  Remove old with unsatisfied dependencies
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.24 app-text/pdf2djvu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   8 Apr 2015 07:30:34 -   1.23
+++ ChangeLog   18 May 2015 14:21:45 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/pdf2djvu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.23 
2015/04/08 07:30:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.24 
2015/05/18 14:21:45 patrick Exp $
+
+  18 May 2015; Patrick Lauer  -pdf2djvu-0.7.16.ebuild,
+  -pdf2djvu-0.7.17.ebuild:
+  Remove old with unsatisfied dependencies
 
   08 Apr 2015; Michał Górny  pdf2djvu-0.7.17.ebuild,
   pdf2djvu-0.7.19.ebuild:






[gentoo-commits] gentoo-x86 commit in media-radio/wspr/files: wspr-3.01-numpy.patch

2015-05-18 Thread Thomas Beierlein (tomjbe)
tomjbe  15/05/18 14:32:00

  Added:wspr-3.01-numpy.patch
  Log:
  Adapt to >=numpy-1.9.0 (bug #544504). Thanks Teun.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.1  media-radio/wspr/files/wspr-3.01-numpy.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/files/wspr-3.01-numpy.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/files/wspr-3.01-numpy.patch?rev=1.1&content-type=text/plain

Index: wspr-3.01-numpy.patch
===
# Numpy-1.9 dropped oldnumeric and numarray
--- WsprMod/specjt.py.orig  2015-05-18 15:49:37.0 +0200
+++ WsprMod/specjt.py   2015-05-18 15:49:48.0 +0200
@@ -12,7 +12,7 @@
 import w
 
 try:
-from numpy.oldnumeric import zeros, multiarray
+from numpy import zeros, multiarray
 except:
 from Numeric import zeros, multiarray
 import Image, ImageTk, ImageDraw
--- wspr.py.orig2015-05-18 15:47:13.0 +0200
+++ wspr.py 2015-05-18 15:47:38.0 +0200
@@ -31,7 +31,7 @@
 from WsprMod import palettes
 from math import log10
 try:
-from numpy.oldnumeric import zeros
+from numpy import zeros
 except: 
 from Numeric import zeros
 import array






[gentoo-commits] gentoo-x86 commit in media-radio/wspr: ChangeLog wspr-3.01-r1.ebuild wspr-3.01.ebuild

2015-05-18 Thread Thomas Beierlein (tomjbe)
tomjbe  15/05/18 14:32:00

  Modified: ChangeLog wspr-3.01.ebuild
  Added:wspr-3.01-r1.ebuild
  Log:
  Adapt to >=numpy-1.9.0 (bug #544504). Thanks Teun.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  ChangesPath
1.16 media-radio/wspr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 18:14:38 -   1.15
+++ ChangeLog   18 May 2015 14:32:00 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for media-radio/wspr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v 1.15 
2015/04/08 18:14:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/ChangeLog,v 1.16 
2015/05/18 14:32:00 tomjbe Exp $
+
+*wspr-3.01-r1 (18 May 2015)
+
+  18 May 2015; Thomas Beierlein  wspr-3.01.ebuild,
+  +wspr-3.01-r1.ebuild, +files/wspr-3.01-numpy.patch:
+  Adapt to >=numpy-1.9.0 (bug #544504). Thanks Teun.
 
   08 Apr 2015; Michał Górny  wspr-2.00-r2.ebuild,
   wspr-3.01.ebuild:



1.3  media-radio/wspr/wspr-3.01.ebuild

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

Index: wspr-3.01.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wspr-3.01.ebuild8 Apr 2015 18:14:38 -   1.2
+++ wspr-3.01.ebuild18 May 2015 14:32:00 -  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/media-radio/wspr/wspr-3.01.ebuild,v 1.2 
2015/04/08 18:14:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01.ebuild,v 1.3 
2015/05/18 14:32:00 tomjbe Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -21,7 +21,7 @@
 
 RDEPEND="
virtual/python-imaging[tk,${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
+   http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild?rev=1.1&content-type=text/plain

Index: wspr-3.01-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/wspr/wspr-3.01-r1.ebuild,v 1.1 
2015/05/18 14:32:00 tomjbe Exp $

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

inherit autotools fortran-2 distutils-r1 flag-o-matic multilib toolchain-funcs

MY_P=${P}.r2792

DESCRIPTION="Weak Signal Propagation Reporter"
HOMEPAGE="http://www.physics.princeton.edu/pulsar/K1JT/wspr.html";
SRC_URI="http://dev.gentoo.org/~tomjbe/distfiles/${MY_P}.tgz";
LICENSE="GPL-2"

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

RDEPEND="
virtual/python-imaging[tk,${PYTHON_USEDEP}]
>=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
virtual/pmw[${PYTHON_USEDEP}]
sci-libs/fftw:3.0
media-libs/hamlib
media-libs/portaudio
media-libs/libsamplerate"
DEPEND="${RDEPEND}"

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

DOCS=( BUGS WSPR_Announcement.TXT WSPR0_Instructions.TXT WSPR_Quick_Start.TXT )

pkg_setup() {
fortran-2_pkg_setup
}

get_fcomp() {
case $(tc-getFC) in
*gfortran* )FCOMP="gfortran" ;;
* ) FCOMP=$(tc-getFC) ;;
esac
}

python_prepare_all() {
tc-export FC
get_fcomp
export FC="${FCOMP}"

local PATCHES=(
"${FILESDIR}"/${PN}-2.00-libdir.patch
"${FILESDIR}"/${P}-verbose.patch
"${FILESDIR}"/${PN}-3.01-script.patch
"${FILESDIR}"/${P}-PIL.patch
# adapt to numpy-1.9 - bug #544504
"${FILESDIR}"/${P}-numpy.patch
)

distutils-r1_python_prepare_all

sed -i -e "s/LDFLAGS} ${LIBS}/LDFLAGS} -fPIC ${LIBS}/" Makefile.in || 
die
sed -i -e "s#/usr/local/lib#/usr/$(get_libdir)#

[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-make: gnustep-make-2.6.6.ebuild ChangeLog gnustep-make-2.6.7.ebuild gnustep-make-2.6.4.ebuild gnustep-make-2.6.2-r2.ebuild gnustep-make-2.6.3

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:45:37

  Modified: gnustep-make-2.6.6.ebuild ChangeLog
  Added:gnustep-make-2.6.7.ebuild
  Removed:  gnustep-make-2.6.4.ebuild
gnustep-make-2.6.2-r2.ebuild
gnustep-make-2.6.3.ebuild gnustep-make-2.6.5.ebuild
  Log:
  Version bump, force install path thanks Nick Bowler  in 
bug #532196. Drop some versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.2  gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild

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

Index: gnustep-make-2.6.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-make-2.6.6.ebuild   29 Jan 2014 14:48:32 -  1.1
+++ gnustep-make-2.6.6.ebuild   18 May 2015 14:45:37 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.1 2014/01/29 14:48:32 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild,v 
1.2 2015/05/18 14:45:37 voyageur Exp $
 
 EAPI=5
 inherit gnustep-base eutils prefix toolchain-funcs
@@ -18,7 +18,7 @@
>=sys-devel/make-3.75
libobjc2? ( gnustep-base/libobjc2
>=sys-devel/clang-2.9 )
-   !libobjc2? ( >=sys-devel/gcc-3.3[objc]
+   !libobjc2? ( >=sys-devel/gcc-3.3:=[objc]
!!gnustep-base/libobjc2 )"
 RDEPEND="${DEPEND}"
 
@@ -75,6 +75,7 @@
 src_configure() {
#--enable-objc-nonfragile-abi: only working in clang for now
econf \
+   INSTALL="${EPREFIX}"/usr/bin/install \
--with-layout=fhs-system \
--with-config-file="${EPREFIX}"/etc/GNUstep/GNUstep.conf \
--with-objc-lib-flag=-l:${libobjc_version} \



1.121gnustep-base/gnustep-make/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   6 Jun 2014 12:44:31 -   1.120
+++ ChangeLog   18 May 2015 14:45:37 -  1.121
@@ -1,6 +1,15 @@
 # ChangeLog for gnustep-base/gnustep-make
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.120 
2014/06/06 12:44:31 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.121 
2015/05/18 14:45:37 voyageur Exp $
+
+*gnustep-make-2.6.7 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  -gnustep-make-2.6.2-r2.ebuild, -gnustep-make-2.6.3.ebuild,
+  -gnustep-make-2.6.4.ebuild, -gnustep-make-2.6.5.ebuild,
+  gnustep-make-2.6.6.ebuild, +gnustep-make-2.6.7.ebuild:
+  Version bump, force install path thanks Nick Bowler  in
+  bug #532196. Drop some versions
 
 *gnustep-make-2.6.6 (29 Jan 2014)
 



1.1  gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-make-2.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.6.7.ebuild,v 
1.1 2015/05/18 14:45:37 voyageur Exp $

EAPI=5
inherit gnustep-base eutils prefix toolchain-funcs

DESCRIPTION="GNUstep Makefile Package"
HOMEPAGE="http://www.gnustep.org";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz";

LICENSE="

[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-base: gnustep-base-1.24.8.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:49:43

  Modified: ChangeLog
  Added:gnustep-base-1.24.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.130gnustep-base/gnustep-base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   20 Oct 2014 13:16:57 -  1.129
+++ ChangeLog   18 May 2015 14:49:43 -  1.130
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-base
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.129 
2014/10/20 13:16:57 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.130 
2015/05/18 14:49:43 voyageur Exp $
+
+*gnustep-base-1.24.8 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-base-1.24.8.ebuild:
+  Version bump
 
 *gnustep-base-1.24.7 (20 Oct 2014)
 



1.1  gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild

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

Index: gnustep-base-1.24.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.8.ebuild,v 
1.1 2015/05/18 14:49:43 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
HOMEPAGE="http://www.gnustep.org";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz";

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="+icu +libffi ssl zeroconf"

RDEPEND="${GNUSTEP_CORE_DEPEND}
>=gnustep-base/gnustep-make-2.6.0
icu? ( >=dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )
libffi? ( virtual/libffi )
ssl? ( net-libs/gnutls )
>=dev-libs/libxml2-2.6
>=dev-libs/libxslt-1.1
>=dev-libs/gmp-4.1:=
>=dev-libs/openssl-0.9.7:=
>=sys-libs/zlib-1.2
zeroconf? ( net-dns/avahi )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
egnustep_env

local myconf
if use libffi;
then
myconf="--enable-libffi --disable-ffcall 
--with-ffi-include=$(pkg-config --variable=includedir libffi)"
else
myconf="--disable-libffi --enable-ffcall"
fi

myconf="$myconf $(use_enable icu)"
myconf="$myconf $(use_enable ssl tls)"
myconf="$myconf $(use_enable zeroconf)"
myconf="$myconf --with-xml-prefix=${EPREFIX}/usr"
myconf="$myconf --with-gmp-include=${EPREFIX}/usr/include 
--with-gmp-library=${EPREFIX}/usr/lib"
myconf="$myconf 
--with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf"

econf $myconf
}

src_install() {
# We need to set LD_LIBRARY_PATH because the doc generation program
# uses the gnustep-base libraries.  Since egnustep_env "cleans the
# environment" including our LD_LIBRARY_PATH, we're left no choice
# but doing it like this.

egnustep_env
egnustep_install

if use doc ; then
export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
egnustep_doc
fi
egnustep_install_config
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-gui: ChangeLog gnustep-gui-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:02

  Modified: ChangeLog
  Added:gnustep-gui-0.24.1.ebuild
  Log:
  Version bump, add icu USE-flag in sync with gnustep-base
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.107gnustep-base/gnustep-gui/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   21 Apr 2015 19:12:12 -  1.106
+++ ChangeLog   18 May 2015 14:57:02 -  1.107
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-gui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.106 
2015/04/21 19:12:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.107 
2015/05/18 14:57:02 voyageur Exp $
+
+*gnustep-gui-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-gui-0.24.1.ebuild:
+  Version bump, add icu USE-flag in sync with gnustep-base
 
   21 Apr 2015; Pacho Ramos  gnustep-gui-0.24.0.ebuild:
   ppc stable wrt bug #508626



1.1  gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-gui-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.24.1.ebuild,v 
1.1 2015/05/18 14:57:02 voyageur Exp $

EAPI=5
inherit gnustep-base multilib

DESCRIPTION="Library of GUI classes written in Obj-C"
HOMEPAGE="http://www.gnustep.org/";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE="cups gif icu jpeg png speech"

DEPEND="${GNUSTEP_CORE_DEPEND}
app-text/aspell
>=gnustep-base/gnustep-base-1.24.6[icu?]
media-libs/audiofile
>=media-libs/tiff-3:=
x11-libs/libXt
cups? ( >=net-print/cups-1.7.4:= )
gif? ( >=media-libs/giflib-4.1:= )
icu? ( dev-libs/icu:= )
jpeg? ( virtual/jpeg:= )
png? ( >=media-libs/libpng-1.2:= )
speech? ( app-accessibility/flite )"
RDEPEND="${DEPEND}"

src_prepare() {
gnustep-base_src_prepare

# remove hardcoded -g -Werror, bug #378179
sed -i -e 's/-g -Werror//' \
Tools/say/GNUmakefile \
Tools/speech/GNUmakefile \
|| die
}

src_configure() {
egnustep_env

local myconf=
use gif && myconf="--disable-ungif --enable-libgif"

econf \
$(use_enable cups) \
$(use_enable icu) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable speech) \
--with-tiff-include="${EPREFIX}"/usr/include \
--with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
${myconf}
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:57:53

  Modified: ChangeLog
  Added:gnustep-back-xlib-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.74 gnustep-base/gnustep-back-xlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   27 Dec 2014 19:28:10 -  1.73
+++ ChangeLog   18 May 2015 14:57:53 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.73 2014/12/27 19:28:10 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 
1.74 2015/05/18 14:57:53 voyageur Exp $
+
+*gnustep-back-xlib-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-back-xlib-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo 
   gnustep-back-xlib-0.24.0.ebuild:



1.1  
gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-back-xlib-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.24.1.ebuild,v
 1.1 2015/05/18 14:57:53 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library"
HOMEPAGE="http://www.gnustep.org";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE="opengl xim"

RDEPEND="${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
>=media-libs/freetype-2.1.9

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-cairo"
DEPEND="${RDEPEND}"

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf="$(use_enable opengl glx)"
myconf="$myconf $(use_enable xim)"
myconf="$myconf --enable-server=x11"
myconf="$myconf --enable-graphics=xlib"

econf $myconf
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-art: ChangeLog gnustep-back-art-0.24.1.ebuild

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:58:15

  Modified: ChangeLog
  Added:gnustep-back-art-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.94 gnustep-base/gnustep-back-art/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?rev=1.94&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   27 Dec 2014 19:28:02 -  1.93
+++ ChangeLog   18 May 2015 14:58:15 -  1.94
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-art
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.93 2014/12/27 19:28:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 
1.94 2015/05/18 14:58:15 voyageur Exp $
+
+*gnustep-back-art-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-back-art-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo  
gnustep-back-art-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  
gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-back-art-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/gnustep-back-art-0.24.1.ebuild,v
 1.1 2015/05/18 14:58:15 voyageur Exp $

EAPI=5
inherit gnustep-base

DESCRIPTION="libart_lgpl back-end component for the GNUstep GUI Library"
HOMEPAGE="http://www.gnustep.org";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="opengl xim"

RDEPEND="${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
>=media-libs/freetype-2.1.9

>=media-libs/libart_lgpl-2.3
>=gnustep-base/mknfonts-0.5-r1
media-fonts/dejavu

!gnustep-base/gnustep-back-cairo
!gnustep-base/gnustep-back-xlib"
DEPEND="${RDEPEND}"

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf="$(use_enable opengl glx)"
myconf="$myconf $(use_enable xim)"
myconf="$myconf --enable-server=x11"
myconf="$myconf --enable-graphics=art"

econf $myconf
}

src_compile() {
gnustep-base_src_compile

# Create font lists for DejaVu
einfo "Generating nfonts support files"
(
cd Fonts
export "${GS_ENV[@]}"
${GNUSTEP_SYSTEM_TOOLS}/mknfonts \
$(fc-list : file|grep -v '\.gz'|cut -d: -f1) \
|| die "nfonts support files creation failed"
# Trim whitepsaces
for fdir in *\ */; do
mv "$fdir" `echo $fdir | tr -d [:space:]`
done
)
}

src_install() {
gnustep-base_src_install

mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts"
}

gnustep_config_script() {
echo "echo ' * setting normal font to DejaVuSans'"
echo "defaults write NSGlobalDomain NSFont DejaVuSans"
echo "echo ' * setting bold font to DejaVuSans-Bold'"
echo "defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold"
echo "echo ' * setting fixed font to DejaVuSansMono'"
echo "defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono"
}






[gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-cairo: gnustep-back-cairo-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:17

  Modified: ChangeLog
  Added:gnustep-back-cairo-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.44 gnustep-base/gnustep-back-cairo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   20 Feb 2015 12:09:50 -  1.43
+++ ChangeLog   18 May 2015 14:59:17 -  1.44
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.43 2015/02/20 12:09:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 
1.44 2015/05/18 14:59:17 voyageur Exp $
+
+*gnustep-back-cairo-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-back-cairo-0.24.1.ebuild:
+  Version bump
 
 *gnustep-back-cairo-0.24.0-r1 (20 Feb 2015)
 



1.1  
gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-back-cairo-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.24.1.ebuild,v
 1.1 2015/05/18 14:59:17 voyageur Exp $

EAPI=5
inherit eutils gnustep-base

DESCRIPTION="Cairo back-end component for the GNUstep GUI Library"
HOMEPAGE="http://www.gnustep.org";
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="opengl xim"

RDEPEND="${GNUSTEP_CORE_DEPEND}
=gnustep-base/gnustep-gui-${PV%.*}*
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
>=media-libs/freetype-2.1.9

>=x11-libs/cairo-1.2.0[X]

!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-xlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"

S=${WORKDIR}/gnustep-back-${PV}

src_configure() {
egnustep_env

myconf="$(use_enable opengl glx)"
myconf="$myconf $(use_enable xim)"
myconf="$myconf --enable-server=x11"
myconf="$myconf --enable-graphics=cairo"

econf $myconf
}






[gentoo-commits] gentoo-x86 commit in virtual/gnustep-back: gnustep-back-0.24.1.ebuild ChangeLog

2015-05-18 Thread Bernard Cafarelli (voyageur)
voyageur15/05/18 14:59:59

  Modified: ChangeLog
  Added:gnustep-back-0.24.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.52 virtual/gnustep-back/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   27 Dec 2014 19:28:14 -  1.51
+++ ChangeLog   18 May 2015 14:59:59 -  1.52
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/gnustep-back
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.51 
2014/12/27 19:28:14 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.52 
2015/05/18 14:59:59 voyageur Exp $
+
+*gnustep-back-0.24.1 (18 May 2015)
+
+  18 May 2015; Bernard Cafarelli 
+  +gnustep-back-0.24.1.ebuild:
+  Version bump
 
   27 Dec 2014; Agostino Sarubbo  gnustep-back-0.24.0.ebuild:
   Stable for amd64, wrt bug #508626



1.1  virtual/gnustep-back/gnustep-back-0.24.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-back-0.24.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.24.1.ebuild,v 1.1 
2015/05/18 14:59:59 voyageur Exp $

EAPI=5

DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE=""

RDEPEND="|| (
~gnustep-base/gnustep-back-cairo-${PV}
~gnustep-base/gnustep-back-art-${PV}
~gnustep-base/gnustep-back-xlib-${PV}
)"
DEPEND=""






[gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow/files: ipt_netflow-2.0-pax-const.patch

2015-05-18 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/18 15:39:22

  Removed:  ipt_netflow-2.0-pax-const.patch
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)



[gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: metadata.xml ChangeLog ipt_netflow-2.0.1_p20150109.ebuild ipt_netflow-2.0.1.ebuild

2015-05-18 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/18 15:39:22

  Modified: metadata.xml ChangeLog
  Removed:  ipt_netflow-2.0.1_p20150109.ebuild
ipt_netflow-2.0.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.3  net-firewall/ipt_netflow/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml27 Jun 2013 03:52:41 -  1.2
+++ metadata.xml18 May 2015 15:39:22 -  1.3
@@ -6,7 +6,4 @@
pinkb...@gentoo.org
Sergey Popov

-   
-   Apply patch needed for pax enabled 
kernels
-   
 



1.25 net-firewall/ipt_netflow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   13 May 2015 09:35:56 -  1.24
+++ ChangeLog   18 May 2015 15:39:22 -  1.25
@@ -1,6 +1,10 @@
 # ChangeLog for net-firewall/ipt_netflow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.24 
2015/05/13 09:35:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.25 
2015/05/18 15:39:22 pinkbyte Exp $
+
+  18 May 2015; Sergey Popov  -ipt_netflow-2.0.1.ebuild,
+  -ipt_netflow-2.0.1_p20150109.ebuild, -files/ipt_netflow-2.0-pax-const.patch:
+  Drop old
 
   13 May 2015; Agostino Sarubbo  ipt_netflow-2.1.ebuild:
   Stable for x86, wrt bug #546160






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-4.0.4.ebuild vanilla-sources-3.14.43.ebuild vanilla-sources-3.10.79.ebuild ChangeLog vanilla-sources-3.14.42.ebuild va

2015-05-18 Thread Agostino Sarubbo (ago)
ago 15/05/18 15:42:08

  Modified: ChangeLog
  Added:vanilla-sources-4.0.4.ebuild
vanilla-sources-3.14.43.ebuild
vanilla-sources-3.10.79.ebuild
  Removed:  vanilla-sources-3.14.42.ebuild
vanilla-sources-3.10.78.ebuild
vanilla-sources-4.0.3.ebuild
  Log:
  Automated version bump to {3.10.79,3.14.43,4.0.4} - remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.1382   sys-kernel/vanilla-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1381
retrieving revision 1.1382
diff -u -r1.1381 -r1.1382
--- ChangeLog   14 May 2015 22:27:52 -  1.1381
+++ ChangeLog   18 May 2015 15:42:08 -  1.1382
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1381 2015/05/14 22:27:52 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1382 2015/05/18 15:42:08 ago Exp $
+
+*vanilla-sources-4.0.4 (18 May 2015)
+*vanilla-sources-3.10.79 (18 May 2015)
+*vanilla-sources-3.14.43 (18 May 2015)
+
+  18 May 2015; Agostino Sarubbo 
+  +vanilla-sources-3.10.79.ebuild, +vanilla-sources-3.14.43.ebuild,
+  +vanilla-sources-4.0.4.ebuild, -vanilla-sources-3.10.78.ebuild,
+  -vanilla-sources-3.14.42.ebuild, -vanilla-sources-4.0.3.ebuild:
+  Automated version bump to {3.10.79,3.14.43,4.0.4} - remove old.
 
   14 May 2015; Mike Pagano  vanilla-sources-3.2.69.ebuild,
   vanilla-sources-3.4.107.ebuild, vanilla-sources-3.10.78.ebuild,



1.1  sys-kernel/vanilla-sources/vanilla-sources-4.0.4.ebuild

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

Index: vanilla-sources-4.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-4.0.4.ebuild,v
 1.1 2015/05/18 15:42:08 ago Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

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



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.14.43.ebuild

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

Index: vanilla-sources-3.14.43.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.14.43.ebuild,v
 1.1 2015/05/18 15:42:08 ago Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

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



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.10.79.ebuild

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

Index: vanilla-sources-3.10.79.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sy

[gentoo-commits] gentoo-x86 commit in dev-libs/libuv: libuv-1.5.0.ebuild ChangeLog

2015-05-18 Thread Michal Gorny (mgorny)
mgorny  15/05/18 15:43:15

  Modified: ChangeLog
  Added:libuv-1.5.0.ebuild
  Log:
  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/115 
by jbergstroem.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.37 dev-libs/libuv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   5 Mar 2015 05:28:48 -   1.36
+++ ChangeLog   18 May 2015 15:43:15 -  1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libuv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.36 2015/03/05 
05:28:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.37 2015/05/18 
15:43:15 mgorny Exp $
+
+*libuv-1.5.0 (18 May 2015)
+
+  18 May 2015; Michał Górny  +libuv-1.5.0.ebuild:
+  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/115
+  by jbergstroem.
 
 *libuv-1.1.0 (05 Mar 2015)
 



1.1  dev-libs/libuv/libuv-1.5.0.ebuild

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

Index: libuv-1.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.5.0.ebuild,v 1.1 
2015/05/18 15:43:15 mgorny Exp $

EAPI=5

inherit autotools-utils eutils multilib multilib-minimal

DESCRIPTION="Cross-platform asychronous I/O"
HOMEPAGE="https://github.com/libuv/libuv";
SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD BSD-2 ISC MIT"
SLOT="0/1"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

DEPEND="sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]"

src_prepare() {
echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
> m4/libuv-extra-automake-flags.m4 || die

eautoreconf
}

multilib_src_configure() {
local myeconfargs=(
cc_cv_cflags__g=no
$(use_enable static-libs static)
)
autotools-utils_src_configure
}

multilib_src_test() {
mkdir "${BUILD_DIR}"/test || die
cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
default
}

multilib_src_install_all() {
einstalldocs
prune_libtool_files
}






[gentoo-commits] proj/crossdev:master commit in: /, wrappers/

2015-05-18 Thread Mike Frysinger
commit: ed6c54d9c660286fb1d0620e4c7f7ff00b642b57
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon May 18 15:52:12 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon May 18 15:53:41 2015 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=ed6c54d9

crossdev/emerge-wrapper: merge repos.conf parsers

The crossdev code had a more full-featured parser of the repos.conf output
than the emerge-wrapper.  The latter failed to include the last overlay in
the list leading to ugly warnings like:
/usr/bin/emerge-wrapper: line 48: /eclass/toolchain-funcs.eclass: No such file 
or directory
/usr/bin/emerge-wrapper: line 49: tc-arch: command not found

URL: https://bugs.gentoo.org/546748
Signed-off-by: Mike Frysinger  gentoo.org>

 crossdev| 10 ++
 wrappers/emerge-wrapper | 15 +--
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/crossdev b/crossdev
index 62b6c3d..0691641 100755
--- a/crossdev
+++ b/crossdev
@@ -351,6 +351,15 @@ parse_repo_config() {
fi
 }
 
+# Used by --show-repo-cfg to share the parser logic with other tools.
+show_repo_cfg() {
+   local var=$1
+   unset SEARCH_OVERLAYS
+   parse_repo_config
+   echo "${!var}"
+   exit 0
+}
+
 setup_portage_vars() {
local arch=${ARCH} arch_set=${ARCH+set}
local chost=${CHOST} chost_set=${CHOST+set}
@@ -602,6 +611,7 @@ while [[ $# -gt 0 ]] ; do
--show-target-cfg) SHOW_TARGET_CFG="yes";;
--init-target) INIT_TARGET_ONLY="yes";;
--show-fail-log)   SHOW_FAIL_LOG="yes";;
+   --show-repo-cfg)   show_repo_cfg "$2";;
-P|--portage)  UOPTS="${UOPTS} $2"; shift;;
-b|-d|-p|-v|-q)UOPTS="${UOPTS} $1";;
-pv|-vp)   UOPTS="${UOPTS} -p -v";;

diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index 4056601..e375025 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -116,20 +116,7 @@ import_vars="DISTDIR MAKEOPTS GENTOO_MIRRORS"
 eval $(portageq envvar -v CBUILD ${import_vars})
 export CBUILD
 
-# Probably shouldn't hardcode "gentoo" here.
-MAIN_REPO_PATH=$(portageq repositories_configuration / | gawk '
-   {
-   if ($1 == "main-repo") {
-   main_repo = $NF
-   } else if ($1 ~ /^\[/) {
-   locs[repo_name] = loc
-   repo_name = gensub(/\[([^\]]*)\]/, "\\1", "", $1)
-   } else if ($1 == "location") {
-   loc = $3
-   }
-   }
-   END { print(locs[main_repo]) }
-')
+MAIN_REPO_PATH=$(crossdev --show-repo-cfg MAIN_REPO_PATH)
 
 # Get default CHOST value from program name
 CHOST=${0##*/}



[gentoo-commits] gentoo-x86 commit in net-libs/iojs: iojs-2.0.2.ebuild ChangeLog

2015-05-18 Thread Michal Gorny (mgorny)
mgorny  15/05/18 16:02:21

  Modified: ChangeLog
  Added:iojs-2.0.2.ebuild
  Log:
  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/122 
by jbergstroem.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 net-libs/iojs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   13 May 2015 15:16:48 -  1.17
+++ ChangeLog   18 May 2015 16:02:21 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/iojs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.17 2015/05/13 
15:16:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.18 2015/05/18 
16:02:21 mgorny Exp $
+
+*iojs-2.0.2 (18 May 2015)
+
+  18 May 2015; Michał Górny  +iojs-2.0.2.ebuild:
+  Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/122
+  by jbergstroem.
 
 *iojs-2.0.1 (13 May 2015)
 



1.1  net-libs/iojs/iojs-2.0.2.ebuild

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

Index: iojs-2.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-2.0.2.ebuild,v 1.1 
2015/05/18 16:02:21 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

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

inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs

DESCRIPTION="An npm compatible platform originally based on node.js"
HOMEPAGE="http://iojs.org/";
SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz";

LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
IUSE="bundled-libs debug icu +npm snapshot +ssl"

RDEPEND="icu? ( dev-libs/icu )
${PYTHON_DEPS}
!bundled-libs? (
>=net-libs/http-parser-2.5
>=dev-libs/libuv-1.5.0
>=dev-libs/openssl-1.0.2a[-bindist]
)"
DEPEND="${RDEPEND}
!!net-libs/nodejs"
S="${WORKDIR}/${MY_P}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

pkg_pretend() {
if ! test-flag-CXX -std=c++11 ; then
die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
fi
}

src_prepare() {
tc-export CC CXX PKG_CONFIG
export V=1 # Verbose build
export BUILDTYPE=Release

# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" 
deps/npm/node_modules/node-gyp/lib/configure.js || die

# less verbose install output (stating the same as portage, basically)
sed -i -e "/print/d" tools/install.py || die

# proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
local LIBDIR=$(get_libdir)
sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die
sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die

epatch "${FILESDIR}"/${PN}-1.8.1-pkgconfig.patch

# Avoid a test that I've only been able to reproduce from emerge. It 
doesnt
# seem sandbox related either (invoking it from a sandbox works fine).
# The issue is that no stdin handle is openened when asked for one.
# It doesn't really belong upstream , so it'll just be removed until 
someone
# with more gentoo-knowledge than me (jbergstroem) figures it out.
rm test/parallel/test-stdout-close-unref.js || die

# debug builds. change install path, remove optimisations and override 
buildtype
if use debug; then
sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die
BUILDTYPE=Debug
fi
}

src_configure() {
local myconf=()
local myarch=""
use bundled-libs || myconf+=( --shared-openssl --shared-libuv 
--shared-http-parse

[gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-3.14.42-r1.ebuild hardened-sources-3.2.68-r9.ebuild hardened-sources-3.2.69-r1.ebuild hardened-sources-3.1

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:21:12

  Modified: ChangeLog
  Removed:  hardened-sources-3.14.42-r1.ebuild
hardened-sources-3.2.68-r9.ebuild
hardened-sources-3.2.69-r1.ebuild
hardened-sources-3.14.40-r3.ebuild
hardened-sources-3.2.68-r10.ebuild
hardened-sources-4.0.2-r1.ebuild
hardened-sources-4.0.1.ebuild
hardened-sources-3.14.40-r2.ebuild
hardened-sources-3.14.41-r1.ebuild
hardened-sources-4.0.3-r1.ebuild
hardened-sources-4.0.2.ebuild
hardened-sources-3.19.6-r2.ebuild
hardened-sources-3.2.69.ebuild
hardened-sources-3.14.41.ebuild
hardened-sources-3.2.68-r8.ebuild
  Log:
  Remove older buggy unstable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1277
retrieving revision 1.1278
diff -u -r1.1277 -r1.1278
--- ChangeLog   16 May 2015 13:58:49 -  1.1277
+++ ChangeLog   18 May 2015 16:21:12 -  1.1278
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1277 2015/05/16 13:58:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1278 2015/05/18 16:21:12 blueness Exp $
+
+  18 May 2015; Anthony G. Basile 
+  -hardened-sources-3.14.40-r2.ebuild, -hardened-sources-3.14.40-r3.ebuild,
+  -hardened-sources-3.14.41-r1.ebuild, -hardened-sources-3.14.41.ebuild,
+  -hardened-sources-3.14.42-r1.ebuild, -hardened-sources-3.19.6-r2.ebuild,
+  -hardened-sources-3.2.68-r10.ebuild, -hardened-sources-3.2.68-r8.ebuild,
+  -hardened-sources-3.2.68-r9.ebuild, -hardened-sources-3.2.69-r1.ebuild,
+  -hardened-sources-3.2.69.ebuild, -hardened-sources-4.0.1.ebuild,
+  -hardened-sources-4.0.2-r1.ebuild, -hardened-sources-4.0.2.ebuild,
+  -hardened-sources-4.0.3-r1.ebuild:
+  Remove older buggy unstable versions.
 
 *hardened-sources-4.0.3-r1 (16 May 2015)
 






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:22:27

  Modified: ChangeLog
  Added:hardened-sources-3.2.69-r2.ebuild
  Log:
  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505171733
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1278
retrieving revision 1.1279
diff -u -r1.1278 -r1.1279
--- ChangeLog   18 May 2015 16:21:12 -  1.1278
+++ ChangeLog   18 May 2015 16:22:27 -  1.1279
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1278 2015/05/18 16:21:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1279 2015/05/18 16:22:27 blueness Exp $
+
+*hardened-sources-3.2.69-r2 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile 
+  +hardened-sources-3.2.69-r2.ebuild:
+  vanilla-3.2.69 + genpatches-3.2-16 + grsecurity-3.1-3.2.69-201505171733
 
   18 May 2015; Anthony G. Basile 
   -hardened-sources-3.14.40-r2.ebuild, -hardened-sources-3.14.40-r3.ebuild,



1.1  
sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild

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

Index: hardened-sources-3.2.69-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.69-r2.ebuild,v
 1.1 2015/05/18 16:22:27 blueness Exp $

EAPI="5"

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

inherit kernel-2
detect_version

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

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

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

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

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

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






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:25:03

  Modified: ChangeLog
  Added:hardened-sources-3.14.43.ebuild
  Log:
  vanilla-3.14.43 + genpatches-3.14-47 + grsecurity-3.1-3.14.43-201505171736
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -r1.1279 -r1.1280
--- ChangeLog   18 May 2015 16:22:27 -  1.1279
+++ ChangeLog   18 May 2015 16:25:02 -  1.1280
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1279 2015/05/18 16:22:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1280 2015/05/18 16:25:02 blueness Exp $
+
+*hardened-sources-3.14.43 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile 
+  +hardened-sources-3.14.43.ebuild:
+  vanilla-3.14.43 + genpatches-3.14-47 + grsecurity-3.1-3.14.43-201505171736
 
 *hardened-sources-3.2.69-r2 (18 May 2015)
 



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

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

Index: hardened-sources-3.14.43.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.43.ebuild,v
 1.1 2015/05/18 16:25:02 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="47"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

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

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

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

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

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

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






[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:26:10

  Modified: newlib-2.2.0.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-libs/newlib/newlib-2.2.0.ebuild

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

Index: newlib-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newlib-2.2.0.ebuild 27 Feb 2015 08:01:12 -  1.2
+++ newlib-2.2.0.ebuild 18 May 2015 16:26:10 -  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/newlib/newlib-2.2.0.ebuild,v 1.2 
2015/02/27 08:01:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.3 
2015/05/18 16:26:10 vapier Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz";
-   KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+   KEYWORDS="-* arm hppa m68k ~mips ppc ppc64 sh sparc x86"
 fi
 
 export CBUILD=${CBUILD:-${CHOST}}



1.30 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   27 Feb 2015 08:01:12 -  1.29
+++ ChangeLog   18 May 2015 16:26:10 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.29 2015/02/27 
08:01:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.30 2015/05/18 
16:26:10 vapier Exp $
+
+  18 May 2015; Mike Frysinger  newlib-2.2.0.ebuild:
+  Stabilize for all.
 
   27 Feb 2015; Mike Frysinger  newlib-1.18.0.ebuild,
   newlib-1.19.0.ebuild, newlib-1.20.0.ebuild, newlib-2.0.0.ebuild,






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

2015-05-18 Thread Anthony G. Basile (blueness)
blueness15/05/18 16:27:09

  Modified: ChangeLog
  Added:hardened-sources-4.0.4.ebuild
  Log:
  vanilla-4.0.4 + genpatches-4.0-5 + grsecurity-3.1-4.0.4-201505171737
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -r1.1280 -r1.1281
--- ChangeLog   18 May 2015 16:25:02 -  1.1280
+++ ChangeLog   18 May 2015 16:27:09 -  1.1281
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1280 2015/05/18 16:25:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 
1.1281 2015/05/18 16:27:09 blueness Exp $
+
+*hardened-sources-4.0.4 (18 May 2015)
+
+  18 May 2015; Anthony G. Basile 
+  +hardened-sources-4.0.4.ebuild:
+  vanilla-4.0.4 + genpatches-4.0-5 + grsecurity-3.1-4.0.4-201505171737
 
 *hardened-sources-3.14.43 (18 May 2015)
 



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

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

Index: hardened-sources-4.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-4.0.4.ebuild,v
 1.1 2015/05/18 16:27:09 blueness Exp $

EAPI="5"

ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="5"
K_DEBLOB_AVAILABLE="1"

inherit kernel-2
detect_version

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

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

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

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

RDEPEND=">=sys-devel/gcc-4.5"

pkg_postinst() {
kernel-2_pkg_postinst

local GRADM_COMPAT="sys-apps/gradm-3.1*"

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






[gentoo-commits] gentoo-x86 commit in perl-core/Encode: Encode-2.730.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 16:27:58

  Modified: ChangeLog
  Added:Encode-2.730.0.ebuild
  Log:
  Version bump, needed by www-apps/rt
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.61 perl-core/Encode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   8 Nov 2014 15:13:21 -   1.60
+++ ChangeLog   18 May 2015 16:27:58 -  1.61
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Encode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.60 
2014/11/08 15:13:21 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/ChangeLog,v 1.61 
2015/05/18 16:27:58 dilfridge Exp $
+
+*Encode-2.730.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Hüttel  +Encode-2.730.0.ebuild:
+  Version bump, needed by www-apps/rt
 
   08 Nov 2014; Andreas K. Huettel 
   -Encode-2.470.0-r1.ebuild:



1.1  perl-core/Encode/Encode-2.730.0.ebuild

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

Index: Encode-2.730.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Encode/Encode-2.730.0.ebuild,v 1.1 
2015/05/18 16:27:58 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DANKOGAI
MODULE_VERSION=2.73
inherit perl-module

DESCRIPTION="character encodings"

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

SRC_TEST=do
PATCHES=( "${FILESDIR}"/gentoo_enc2xs.diff )






[gentoo-commits] gentoo-x86 commit in virtual/perl-Encode: perl-Encode-2.730.0.ebuild ChangeLog

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 16:30:14

  Modified: ChangeLog
  Added:perl-Encode-2.730.0.ebuild
  Log:
  Version bump, needed by www-apps/rt
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
94BFDF4484AD142F)

Revision  ChangesPath
1.87 virtual/perl-Encode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   5 Apr 2015 02:13:05 -   1.86
+++ ChangeLog   18 May 2015 16:30:14 -  1.87
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Encode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.86 
2015/04/05 02:13:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Encode/ChangeLog,v 1.87 
2015/05/18 16:30:14 dilfridge Exp $
+
+*perl-Encode-2.730.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Hüttel 
+  +perl-Encode-2.730.0.ebuild:
+  Version bump, needed by www-apps/rt
 
   05 Apr 2015; Mike Frysinger  perl-Encode-2.600.0.ebuild:
   Mark arm64/m68k/s390/sh stable.



1.1  virtual/perl-Encode/perl-Encode-2.730.0.ebuild

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

Index: perl-Encode-2.730.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Encode/perl-Encode-2.730.0.ebuild,v 1.1 
2015/05/18 16:30:14 dilfridge Exp $

EAPI=5

DESCRIPTION="Virtual for ${PN#perl-}"
HOMEPAGE=""
SRC_URI=""

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

RDEPEND="~perl-core/${PN#perl-}-${PV}"






[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.42.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:32:52

  Modified: libmicrohttpd-0.9.42.ebuild ChangeLog
  Log:
  Disable building of examples as they are not actually installed; fix from Nam 
Nguyen (Chromium OS).
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild

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

Index: libmicrohttpd-0.9.42.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.42.ebuild 14 May 2015 11:10:34 -  1.1
+++ libmicrohttpd-0.9.42.ebuild 18 May 2015 16:32:52 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.1 2015/05/14 11:10:34 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.2 2015/05/18 16:32:52 vapier Exp $
 
 EAPI="5"
 
@@ -10,10 +10,10 @@
 HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
-IUSE="epoll messages ssl static-libs test"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (
dev-libs/libgcrypt:0
@@ -33,6 +33,7 @@
econf \
--enable-bauth \
--enable-dauth \
+   --disable-examples \
--disable-spdy \
$(use_enable epoll) \
$(use_enable test curl) \
@@ -46,5 +47,5 @@
 src_install() {
default
 
-   use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
+   use static-libs || find "${ED}" -name '*.la' -delete
 }



1.95 net-libs/libmicrohttpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   14 May 2015 11:55:27 -  1.94
+++ ChangeLog   18 May 2015 16:32:52 -  1.95
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.94 
2015/05/14 11:55:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.95 
2015/05/18 16:32:52 vapier Exp $
+
+  18 May 2015; Mike Frysinger  libmicrohttpd-0.9.42.ebuild:
+  Disable building of examples as they are not actually installed; fix from Nam
+  Nguyen (Chromium OS).
 
   14 May 2015; Anthony G. Basile  ChangeLog:
   Fix gpg signature.






[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 16:40:17

  Modified: newlib-2.2.0.ebuild ChangeLog
  Log:
  Add a blocker against older SLOTs to help with upgrades #497344 by Alex 
Orange.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  sys-libs/newlib/newlib-2.2.0.ebuild

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

Index: newlib-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newlib-2.2.0.ebuild 18 May 2015 16:26:10 -  1.3
+++ newlib-2.2.0.ebuild 18 May 2015 16:40:17 -  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/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.3 
2015/05/18 16:26:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.ebuild,v 1.4 
2015/05/18 16:40:17 vapier Exp $
 
 EAPI="4"
 
@@ -30,6 +30,9 @@
 IUSE="nls threads unicode crosscompile_opts_headers-only"
 RESTRICT="strip"
 
+# Handle the SLOT changes. #497344
+RDEPEND="!<${CATEGORY}/${PN}-2.1.0"
+
 NEWLIBBUILD="${WORKDIR}/build"
 
 pkg_setup() {



1.31 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   18 May 2015 16:26:10 -  1.30
+++ ChangeLog   18 May 2015 16:40:17 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.30 2015/05/18 
16:26:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.31 2015/05/18 
16:40:17 vapier Exp $
+
+  18 May 2015; Mike Frysinger  newlib-2.2.0.ebuild:
+  Add a blocker against older SLOTs to help with upgrades #497344 by Alex
+  Orange.
 
   18 May 2015; Mike Frysinger  newlib-2.2.0.ebuild:
   Stabilize for all.






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

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:55:19

  Modified: ChangeLog
  Log:
  Add locale used by scribus

Revision  ChangesPath
1.10003  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10002
retrieving revision 1.10003
diff -u -r1.10002 -r1.10003
--- ChangeLog   18 May 2015 07:34:51 -  1.10002
+++ ChangeLog   18 May 2015 16:55:19 -  1.10003
@@ -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.10002 2015/05/18 
07:34:51 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10003 2015/05/18 
16:55:19 jlec 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!
 
+  18 May 2015; Justin Lecher  desc/linguas.desc:
+  Add locale used by scribus
+
   18 May 2015; Zac Medico  categories:
   Add dev-go category.
 






[gentoo-commits] gentoo-x86 commit in profiles/desc: linguas.desc

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:55:19

  Modified: linguas.desc
  Log:
  Add locale used by scribus

Revision  ChangesPath
1.88 profiles/desc/linguas.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/linguas.desc?rev=1.88&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/linguas.desc?rev=1.88&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/linguas.desc?r1=1.87&r2=1.88

Index: linguas.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- linguas.desc17 May 2015 09:35:15 -  1.87
+++ linguas.desc18 May 2015 16:55:19 -  1.88
@@ -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/desc/linguas.desc,v 1.87 
2015/05/17 09:35:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v 1.88 
2015/05/18 16:55:19 jlec Exp $
 
 # This file contains descriptions of LINGUAS USE_EXPAND flags.
 
@@ -44,6 +44,7 @@
 cs_CZ - Czech locale for Czech Republic
 csb - Kashubian locale
 cy - Welsh locale
+cy_GB - Welsh locale
 da - Danish locale
 da_DK - Danish locale for Denmark
 de - German locale
@@ -60,6 +61,7 @@
 en_AU - English locale for Australia
 en_CA - English locale for Canada
 en_GB - English locale for Britain
+en_EN - English locale
 en_US - English locale
 en_ZA - English locale for South Africa
 eo - Esperanto locale
@@ -117,6 +119,7 @@
 id - Indonesian locale
 id_ID - Indonesian locale
 is - Icelandic locale
+is_IS - Icelandic locale for Iceland
 it - Italian locale
 it_IT - Italian locale
 ja - Japanese locale
@@ -196,6 +199,7 @@
 ro_RO - Romanian locale for Romania
 ru - Russian locale
 ru_RU - Russian locale for Russia
+ru_RU_0 - Russian locale for Russia
 rue - Rusyn locale
 rw - Kinyarwanda locale
 sa_IN - Sanskrit locale






[gentoo-commits] gentoo-x86 commit in app-office/scribus/files: scribus-1.5.0-docs.patch scribus-1.4.4-ppc64-fpic.patch

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:56:51

  Modified: scribus-1.5.0-docs.patch
  Added:scribus-1.4.4-ppc64-fpic.patch
  Log:
  Build all 64bit arch with fPIC, bug #549746; Update live doc patch, bug 
#548160; use LINGUAS for all localizable files in this app, bug #538238
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.3  app-office/scribus/files/scribus-1.5.0-docs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch?r1=1.2&r2=1.3

Index: scribus-1.5.0-docs.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/scribus/files/scribus-1.5.0-docs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scribus-1.5.0-docs.patch14 Aug 2014 07:15:15 -  1.2
+++ scribus-1.5.0-docs.patch18 May 2015 16:56:51 -  1.3
@@ -1,24 +1,21 @@
- CMakeLists.txt | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c97080b..46742c7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -244,7 +244,7 @@ ELSE (WIN32 OR OS2)
- SET(DOCDIR "share/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
-   ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
- IF(NOT WANT_VERSIONING)
--SET(DOCDIR "share/doc/${MAIN_DIR_NAME}/")
-+SET(DOCDIR "share/doc/${MAIN_DIR_NAME}-${GENTOOVERSION}/")
- ELSE(NOT WANT_VERSIONING)
- SET(DOCDIR "share/doc/${MAIN_DIR_NAME}-${VERSION}/")
- ENDIF(NOT WANT_VERSIONING)
-@@ -883,7 +883,6 @@ INSTALL(FILES
-   BUILDING
-   ChangeLog
-   ChangeLogSVN
--  COPYING
-   LINKS
-   NEWS
-   PACKAGING
+Index: CMakeLists.txt
+===
+--- CMakeLists.txt (revision 20042)
 CMakeLists.txt (working copy)
+@@ -247,15 +247,7 @@
+ IF(WIN32 OR OS2)
+   SET(DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/")
+ ELSE (WIN32 OR OS2)
+-  IF(TAG_VERSION OR BUILD_OSX_BUNDLE)
+-  SET(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
+-  ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
+-  IF(NOT WANT_VERSIONING)
+-  SET(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}/")
+-  ELSE(NOT WANT_VERSIONING)
+-  SET(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${VERSION}/")
+-  ENDIF(NOT WANT_VERSIONING)
+-  ENDIF (TAG_VERSION OR BUILD_OSX_BUNDLE)
++  SET(DOCDIR 
"${CMAKE_INSTALL_DATAROOTDIR}/doc/${MAIN_DIR_NAME}-${GENTOOVERSION}/")
+ ENDIF (WIN32 OR OS2)
+ IF(NOT IS_ABSOLUTE ${DOCDIR})
+   ADD_DEFINITIONS("-DDOCDIR=\\\"${CMAKE_INSTALL_PREFIX}/${DOCDIR}\\\"")



1.1  app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/scribus/files/scribus-1.4.4-ppc64-fpic.patch?rev=1.1&content-type=text/plain

Index: scribus-1.4.4-ppc64-fpic.patch
===
 scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt 
b/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
index 18898a7..ba872b9 100755
--- a/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
+++ b/scribus/plugins/tools/2geomtools/lib2geom/CMakeLists.txt
@@ -18,9 +18,9 @@ SET(2GEOM_VERSION 0.1.0)
 # http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3 and
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559133
 
-IF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1)
+IF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
   SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
-ENDIF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1)
+ENDIF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
 
 OPTION(2GEOM_BUILD_SHARED
   "Build lib2geom and libtoy as shared libraries."






[gentoo-commits] gentoo-x86 commit in app-office/scribus: scribus-1.4.4-r1.ebuild scribus-1.4.9999.ebuild scribus-9999.ebuild scribus-1.4.5-r1.ebuild ChangeLog

2015-05-18 Thread Justin Lecher (jlec)
jlec15/05/18 16:56:51

  Modified: scribus-1.4.4-r1.ebuild scribus-1.4..ebuild
scribus-.ebuild ChangeLog
  Added:scribus-1.4.5-r1.ebuild
  Log:
  Build all 64bit arch with fPIC, bug #549746; Update live doc patch, bug 
#548160; use LINGUAS for all localizable files in this app, bug #538238
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.7  app-office/scribus/scribus-1.4.4-r1.ebuild

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

Index: scribus-1.4.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scribus-1.4.4-r1.ebuild 18 Apr 2015 15:55:39 -  1.6
+++ scribus-1.4.4-r1.ebuild 18 May 2015 16:56:51 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild,v 1.6 
2015/04/18 15:55:39 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.4-r1.ebuild,v 1.7 
2015/05/18 16:56:51 jlec Exp $
 
 EAPI=5
 
@@ -56,6 +56,7 @@
 PATCHES=(
"${FILESDIR}"/${PN}-1.4.2-docs.patch
"${FILESDIR}"/${PN}-1.4.0-minizip.patch
+   "${FILESDIR}"/${P}-ppc64-fpic.patch
)
 
 src_prepare() {



1.12 app-office/scribus/scribus-1.4..ebuild

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

Index: scribus-1.4..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4..ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- scribus-1.4..ebuild 12 Apr 2015 14:51:58 -  1.11
+++ scribus-1.4..ebuild 18 May 2015 16:56:51 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4..ebuild,v 1.11 
2015/04/12 14:51:58 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4..ebuild,v 1.12 
2015/05/18 16:56:51 jlec Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 KEYWORDS=""
 IUSE="cairo debug examples hunspell +minimal +pdf scripts templates tk"
 
-# a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk 
'{print $2}'); echo ${a}
-IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB 
en_US eo es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru 
sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW"
+# a=$((ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk 
'{print $2}'; ls resources/loremipsum/*xml | sed -e 's:\.: :g' -e 
's:loremipsum\/: :g'| awk '{print $2}'; ls resources/dicts/hyph*dic | sed -e 
's:\.: :g' -e 's:hyph_: :g' | awk '{print $2}'; ls resources/dicts/README_*txt 
| sed -e 's:_hyph::g' -e 's:\.: :g' -e 's:README_: :g' | awk '{print $2}') | 
sort | uniq); echo $a
+IUSE_LINGUAS=" af ar bg br ca ca_ES cs cs_CZ cy cy_GB da da_DK de de_1901 
de_CH de_DE el en en_AU en_EN en_GB en_US eo es es_ES et eu fi fi_FI fr gl he 
hr hu hu_HU ia id id_ID is is_IS it ja ko ku la lt lt_LT nb_NO nl nn_NO pl 
pl_PL pt pt_BR pt_PT ro ro_RO ru ru_RU_0 sa sk sk_SK sl sl_SI sq sr sv sv_SE 
th_TH tr uk uk_UA zh_CN zh_TW"
 IUSE+=" ${IUSE_LINGUAS// / linguas_}"
 
 REQUIRED_USE="
@@ -86,9 +86,16 @@
local lang langs
for lang in ${IUSE_LINGUAS}; do
if use linguas_${lang}; then
-   langs+=",${lang}"
+   # From the CMakeLists.txt
+   # "#Bit of a hack, preprocess all the filenames to 
generate our language string, needed for -DWANT_GUI_LANG=en_GB,de_DE , etc"
+   langs+=";${lang}"
else
+   # Don't install localized documentation
sed -e "/${lang}/d" -i scribus/doc/CMakeLists.txt || die
+   safe_delete file ./resources/dicts/README_${lang}.txt
+   safe_delete file 
./resources/dicts/README_

[gentoo-commits] gentoo-x86 commit in sys-libs/newlib: newlib-2.2.0.20150423.ebuild ChangeLog newlib-2.2.0.20150225.ebuild

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 17:18:04

  Modified: ChangeLog
  Added:newlib-2.2.0.20150423.ebuild
  Removed:  newlib-2.2.0.20150225.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.32 sys-libs/newlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   18 May 2015 16:40:17 -  1.31
+++ ChangeLog   18 May 2015 17:18:04 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/newlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.31 2015/05/18 
16:40:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.32 2015/05/18 
17:18:04 vapier Exp $
+
+*newlib-2.2.0.20150423 (18 May 2015)
+
+  18 May 2015; Mike Frysinger  
+newlib-2.2.0.20150423.ebuild,
+  -newlib-2.2.0.20150225.ebuild:
+  Version bump.
 
   18 May 2015; Mike Frysinger  newlib-2.2.0.ebuild:
   Add a blocker against older SLOTs to help with upgrades #497344 by Alex



1.1  sys-libs/newlib/newlib-2.2.0.20150423.ebuild

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

Index: newlib-2.2.0.20150423.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-2.2.0.20150423.ebuild,v 1.1 
2015/05/18 17:18:04 vapier Exp $

EAPI="4"

inherit flag-o-matic toolchain-funcs eutils

if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
inherit git-r3
else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz";
if [[ ${PV} != *.201[5-9] ]] ; then
KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
fi
fi

export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY} == cross-* ]] ; then
export CTARGET=${CATEGORY#cross-}
fi
fi

DESCRIPTION="Newlib is a C library intended for use on embedded systems"
HOMEPAGE="http://sourceware.org/newlib/";

LICENSE="NEWLIB LIBGLOSS GPL-2"
SLOT="0"
IUSE="nls threads unicode crosscompile_opts_headers-only"
RESTRICT="strip"

NEWLIBBUILD="${WORKDIR}/build"

pkg_setup() {
# Reject newlib-on-glibc type installs
if [[ ${CTARGET} == ${CHOST} ]] ; then
case ${CHOST} in
*-newlib|*-elf) ;;
*) die "Use sys-devel/crossdev to build a newlib 
toolchain" ;;
esac
fi
}

src_prepare() {
epatch_user
}

src_configure() {
# we should fix this ...
unset LDFLAGS
CHOST=${CTARGET} strip-unsupported-flags

local myconf=""
[[ ${CTARGET} == "spu" ]] \
&& myconf="${myconf} --disable-newlib-multithread" \
|| myconf="${myconf} $(use_enable threads newlib-multithread)"

mkdir -p "${NEWLIBBUILD}"
cd "${NEWLIBBUILD}"

ECONF_SOURCE=${S} \
econf \
$(use_enable unicode newlib-mb) \
$(use_enable nls) \
${myconf}
}

src_compile() {
emake -C "${NEWLIBBUILD}"
}

src_install() {
cd "${NEWLIBBUILD}"
emake -j1 DESTDIR="${D}" install
#   env -uRESTRICT CHOST=${CTARGET} prepallstrip
# minor hack to keep things clean
rm -fR "${D}"/usr/share/info
rm -fR "${D}"/usr/info
}






[gentoo-commits] gentoo-x86 commit in sys-devel/crossdev: crossdev-20141030.ebuild ChangeLog

2015-05-18 Thread Mike Frysinger (vapier)
vapier  15/05/18 17:18:59

  Modified: crossdev-20141030.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-devel/crossdev/crossdev-20141030.ebuild

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

Index: crossdev-20141030.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crossdev-20141030.ebuild25 Apr 2015 16:38:01 -  1.2
+++ crossdev-20141030.ebuild18 May 2015 17:18:59 -  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-devel/crossdev/crossdev-20141030.ebuild,v 1.2 
2015/04/25 16:38:01 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20141030.ebuild,v 1.3 
2015/05/18 17:18:59 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 else
SRC_URI="mirror://gentoo/${P}.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="Gentoo Cross-toolchain generator"



1.116sys-devel/crossdev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   25 Apr 2015 16:38:01 -  1.115
+++ ChangeLog   18 May 2015 17:18:59 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/crossdev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.115 
2015/04/25 16:38:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.116 
2015/05/18 17:18:59 vapier Exp $
+
+  18 May 2015; Mike Frysinger  crossdev-20141030.ebuild:
+  Stabilize for all.
 
   25 Apr 2015; Mike Gilbert  crossdev-20100814.ebuild,
   crossdev-20101011.ebuild, crossdev-20110310.ebuild, crossdev-20110705.ebuild,






[gentoo-commits] gentoo-x86 commit in net-dns/pdns-recursor: ChangeLog pdns-recursor-3.7.2.ebuild pdns-recursor-3.6.3.ebuild

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 18:01:31

  Modified: ChangeLog
  Added:pdns-recursor-3.7.2.ebuild
pdns-recursor-3.6.3.ebuild
  Log:
  Version bump, security bug #547706.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.55 net-dns/pdns-recursor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   12 Feb 2015 18:14:32 -  1.54
+++ ChangeLog   18 May 2015 18:01:31 -  1.55
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdns-recursor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.54 
2015/02/12 18:14:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.55 
2015/05/18 18:01:31 swegener Exp $
+
+*pdns-recursor-3.7.2 (18 May 2015)
+*pdns-recursor-3.6.3 (18 May 2015)
+
+  18 May 2015; Sven Wegener  +pdns-recursor-3.6.3.ebuild,
+  +pdns-recursor-3.7.2.ebuild:
+  Version bump, security bug #547706.
 
 *pdns-recursor-3.7.1 (12 Feb 2015)
 



1.1  net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild,v 1.1 
2015/05/18 18:01:31 swegener Exp $

EAPI="4"

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/";
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";

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

DEPEND="lua? ( >=dev-lang/lua-5.1 )"
RDEPEND="${DEPEND}
!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild?rev=1.1&content-type=text/plain

Index: pdns-recursor-3.6.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild,v 1.1 
2015/05/18 18:01:31 swegener Exp $

EAPI="4"

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="The PowerDNS Recursor"
HOMEPAGE="http://www.powerdns.com/";
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";

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

DEPEND="lua? ( >=dev-lang/lua-5.1 )"
RDEPEND="${DEPEND}
!

[gentoo-commits] gentoo-x86 commit in dev-util/heaptrack: ChangeLog heaptrack-9999.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 18:16:32

  Modified: ChangeLog heaptrack-.ebuild
  Log:
  Add dependency to boost
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.2  dev-util/heaptrack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 May 2015 18:55:24 -   1.1
+++ ChangeLog   18 May 2015 18:16:32 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/heaptrack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v 1.1 
2015/05/06 18:55:24 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v 1.2 
2015/05/18 18:16:32 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott  heaptrack-.ebuild:
+  Add dependency to boost
 
 *heaptrack- (06 May 2015)
 



1.2  dev-util/heaptrack/heaptrack-.ebuild

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

Index: heaptrack-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- heaptrack-.ebuild   6 May 2015 18:55:24 -   1.1
+++ heaptrack-.ebuild   18 May 2015 18:16:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 2015-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v 
1.1 2015/05/06 18:55:24 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-.ebuild,v 
1.2 2015/05/18 18:16:32 zzam Exp $
 
 EAPI=5
 
@@ -19,7 +19,8 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="sys-libs/libunwind"
+RDEPEND="sys-libs/libunwind
+   >=dev-libs/boost-1.41.0"
 DEPEND="${RDEPEND}"
 
 DOCS=()






[gentoo-commits] gentoo-x86 commit in net-dns/pdns: ChangeLog pdns-3.4.4.ebuild pdns-3.3.2.ebuild

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 18:40:16

  Modified: ChangeLog
  Added:pdns-3.4.4.ebuild pdns-3.3.2.ebuild
  Log:
  Version bump, security bug #547550. Also fixes bug #527014 and #541916.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.105net-dns/pdns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.105&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.105&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   14 Feb 2015 16:51:48 -  1.104
+++ ChangeLog   18 May 2015 18:40:16 -  1.105
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.104 2015/02/14 
16:51:48 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.105 2015/05/18 
18:40:16 swegener Exp $
+
+*pdns-3.4.4 (18 May 2015)
+*pdns-3.3.2 (18 May 2015)
+
+  18 May 2015; Sven Wegener  +pdns-3.3.2.ebuild,
+  +pdns-3.4.4.ebuild:
+  Version bump, security bug #547550. Also fixes bug #527014 and #541916.
 
 *pdns-3.4.2 (14 Feb 2015)
 



1.1  net-dns/pdns/pdns-3.4.4.ebuild

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

Index: pdns-3.4.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.1 
2015/05/18 18:40:16 swegener Exp $

EAPI=5

inherit eutils multilib systemd user toolchain-funcs versionator

DESCRIPTION="The PowerDNS Daemon"
HOMEPAGE="http://www.powerdns.com/";
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";

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

# other possible flags:
# db2: we lack the dep
# oracle: dito (need Oracle Client Libraries)
# xdb: (almost) dead, surely not supported

IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres 
remote sqlite static tools tinydns test"

REQUIRED_USE="mydns? ( mysql )"

RDEPEND="!static? (
net-libs/polarssl
>=dev-libs/boost-1.34:=
botan? ( =dev-libs/botan-1.10* )
cryptopp? ( dev-libs/crypto++ )
lua? ( dev-lang/lua:= )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 )
sqlite? ( dev-db/sqlite:3 )
odbc? ( dev-db/unixODBC )
opendbx? ( dev-db/opendbx )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
tinydns? ( dev-db/cdb )
)"
DEPEND="${RDEPEND}
virtual/pkgconfig
static? (
>=net-libs/polarssl-1.3.0[static-libs(+)]
>=dev-libs/boost-1.34[static-libs(+)]
botan? ( =dev-libs/botan-1.10*[static-libs(+)] )
cryptopp? ( dev-libs/crypto++[static-libs(+)] )
lua? ( dev-lang/lua:=[static-libs(+)] )
mysql? ( virtual/mysql[static-libs(+)] )
postgres? ( dev-db/postgresql[static-libs(+)] )
ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
sqlite? ( dev-db/sqlite:3[static-libs(+)] )
odbc? ( dev-db/unixODBC[static-libs(+)] )
opendbx? ( dev-db/opendbx[static-libs(+)] )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
tinydns? ( dev-db/cdb )
)
doc? ( app-doc/doxygen )"

src_configure() {
local dynmodules="pipe geo bind" # the default backends, always enabled
local modules=""

#use db2 && dynmodules+=" db2"
use ldap && dynmodules+=" ldap"
use lua && dynmodules+=" lua"
use mydns && dynmodules+=" mydns"
use mysql && dynmodules+=" gmysql"
use odbc && dynmodules+=" godbc"
use opendbx && dynmodules+=" opendbx"
#use oracle && dynmodules+=" goracle oracle"
use postgres && dynmodules+=" gpgsql"
use remote && dynmodules+=" remote"
use sqlite && dynmodules+=" gsqlite3"
use tinydns && dynmodules+=" tinydns"
use geoip && dynmodules+=" geoip"
#use xdb && dynmodules+=" xdb"

if use static ; then
 

[gentoo-commits] gentoo-x86 commit in app-cdr/cdck: ChangeLog cdck-0.7.0-r1.ebuild cdck-0.7.0.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 18:48:36

  Modified: ChangeLog
  Added:cdck-0.7.0-r1.ebuild
  Removed:  cdck-0.7.0.ebuild
  Log:
  Port to EAPI 5. Fixes error in pod file, bug #513920.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.3  app-cdr/cdck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   15 Jun 2008 17:18:41 -  1.2
+++ ChangeLog   18 May 2015 18:48:36 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-cdr/cdck
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.2 2008/06/15 
17:18:41 drac Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.3 2015/05/18 
18:48:36 zzam Exp $
+
+*cdck-0.7.0-r1 (18 May 2015)
+
+  18 May 2015; Matthias Schwarzott  -cdck-0.7.0.ebuild,
+  +cdck-0.7.0-r1.ebuild:
+  Port to EAPI 5. Fixes error in pod file, bug #513920.
 
 *cdck-0.7.0 (15 Jun 2008)
 



1.1  app-cdr/cdck/cdck-0.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: cdck-0.7.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.1 
2015/05/18 18:48:36 zzam Exp $

EAPI=5
inherit eutils

DESCRIPTION="CD/DVD check tools"
HOMEPAGE="http://swaj.net/unix/index.html#cdck";
SRC_URI="http://swaj.net/unix/cdck/${P}.tar.gz";

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

src_prepare() {
sed -e '1d' -i man/cdck_man.in || die "sed failed"
}

src_configure() {
econf --disable-dependency-tracking \
--disable-shared || die "econf failed."
}

src_compile() {
emake -j1 || die "emake failed."
}

src_install() {
dobin src/cdck || die "dobin failed."
doman man/cdck.1
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-vompserver: metadata.xml ChangeLog

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:06:17

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself from maintainers
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.5  media-plugins/vdr-vompserver/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml17 Mar 2013 15:33:24 -  1.4
+++ metadata.xml18 May 2015 19:06:17 -  1.5
@@ -11,12 +11,6 @@
 
 
 
-  z...@gentoo.org
-  Matthias Schwarzott
-  Proxying maintainer
-
-
-
   v...@gentoo.org
   Gentoo VDR Project
 



1.25 media-plugins/vdr-vompserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 Jan 2015 15:28:20 -   1.24
+++ ChangeLog   18 May 2015 19:06:17 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-vompserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v 
1.24 2015/01/07 15:28:20 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vompserver/ChangeLog,v 
1.25 2015/05/18 19:06:17 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott  metadata.xml:
+  Remove myself from maintainers
 
   07 Jan 2015; Joerg Bornkessel 
   vdr-vompserver-0.4.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/tntnet: metadata.xml ChangeLog

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:07:33

  Modified: metadata.xml ChangeLog
  Log:
  Remove myself from maintainers.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.5  dev-libs/tntnet/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml12 Jun 2014 02:27:13 -  1.4
+++ metadata.xml18 May 2015 19:07:33 -  1.5
@@ -5,10 +5,6 @@
hd_bru...@gentoo.org 
   
Joerg Bornkessel   
   

-   
 
-   z...@gentoo.org  
  
-   Matthias Schwarzott
  
-   
media-tv

Enable tntnet server daemon



1.31 dev-libs/tntnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   10 Aug 2014 20:39:48 -  1.30
+++ ChangeLog   18 May 2015 19:07:33 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/tntnet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.30 2014/08/10 
20:39:48 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.31 2015/05/18 
19:07:33 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott  metadata.xml:
+  Remove myself from maintainers.
 
   10 Aug 2014; Sergei Trofimovich  tntnet-1.6.3.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in app-cdr/cdck: metadata.xml ChangeLog cdck-0.7.0-r1.ebuild

2015-05-18 Thread Matthias Schwarzott (zzam)
zzam15/05/18 19:12:51

  Modified: metadata.xml ChangeLog cdck-0.7.0-r1.ebuild
  Log:
  Update description and longdescription as suggested in bug #496268.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
7BD574E7)

Revision  ChangesPath
1.3  app-cdr/cdck/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml15 Jun 2008 17:24:15 -  1.2
+++ metadata.xml18 May 2015 19:12:51 -  1.3
@@ -1,9 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-media-optical
-
-z...@gentoo.org
-Matthias Schwarzott
-
+  media-optical
+  
+z...@gentoo.org
+Matthias Schwarzott
+  
+  
+Actually cdck is a simple program to verify CD/DVD quality. The known
+fact is that even if all files on the disc are readable, some sectors
+having bad timing can easily turn into unreadable ones in the future.
+
+To get an idea about disc cdck reads it sector by sector, keeping all
+reading timings and then tells you its verdict. Optionally it can write
+timing table into text file usable by gnuplot(1) program, so you can draw
+some graphs out of it.
+  
 



1.4  app-cdr/cdck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 May 2015 18:48:36 -  1.3
+++ ChangeLog   18 May 2015 19:12:51 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-cdr/cdck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.3 2015/05/18 
18:48:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/ChangeLog,v 1.4 2015/05/18 
19:12:51 zzam Exp $
+
+  18 May 2015; Matthias Schwarzott  cdck-0.7.0-r1.ebuild,
+  metadata.xml:
+  Update description and longdescription as suggested in bug #496268.
 
 *cdck-0.7.0-r1 (18 May 2015)
 



1.2  app-cdr/cdck/cdck-0.7.0-r1.ebuild

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

Index: cdck-0.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdck-0.7.0-r1.ebuild18 May 2015 18:48:36 -  1.1
+++ cdck-0.7.0-r1.ebuild18 May 2015 19:12:51 -  1.2
@@ -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/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.1 
2015/05/18 18:48:36 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.7.0-r1.ebuild,v 1.2 
2015/05/18 19:12:51 zzam Exp $
 
 EAPI=5
 inherit eutils
 
-DESCRIPTION="CD/DVD check tools"
+DESCRIPTION="Measure the read time per sector on CD or DVD to check the 
quality"
 HOMEPAGE="http://swaj.net/unix/index.html#cdck";
 SRC_URI="http://swaj.net/unix/cdck/${P}.tar.gz";
 






[gentoo-commits] gentoo-x86 commit in net-dns/pdns: pdns-3.4.4.ebuild ChangeLog

2015-05-18 Thread Sven Wegener (swegener)
swegener15/05/18 19:14:14

  Modified: pdns-3.4.4.ebuild ChangeLog
  Log:
  Switch to tinycdb as the cdb implementation, bug #540378.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  ChangesPath
1.2  net-dns/pdns/pdns-3.4.4.ebuild

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

Index: pdns-3.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-3.4.4.ebuild   18 May 2015 18:40:16 -  1.1
+++ pdns-3.4.4.ebuild   18 May 2015 19:14:14 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.1 
2015/05/18 18:40:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.2 
2015/05/18 19:14:14 swegener Exp $
 
 EAPI=5
 
@@ -36,7 +36,7 @@
odbc? ( dev-db/unixODBC )
opendbx? ( dev-db/opendbx )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
-   tinydns? ( dev-db/cdb )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -53,7 +53,7 @@
odbc? ( dev-db/unixODBC[static-libs(+)] )
opendbx? ( dev-db/opendbx[static-libs(+)] )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
-   tinydns? ( dev-db/cdb )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
)
doc? ( app-doc/doxygen )"
 



1.106net-dns/pdns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.106&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.106&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   18 May 2015 18:40:16 -  1.105
+++ ChangeLog   18 May 2015 19:14:14 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/pdns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.105 2015/05/18 
18:40:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.106 2015/05/18 
19:14:14 swegener Exp $
+
+  18 May 2015; Sven Wegener  pdns-3.4.4.ebuild:
+  Switch to tinycdb as the cdb implementation, bug #540378.
 
 *pdns-3.4.4 (18 May 2015)
 *pdns-3.3.2 (18 May 2015)






[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-4.1_rc4.ebuild ChangeLog

2015-05-18 Thread Mike Pagano (mpagano)
mpagano 15/05/18 19:15:28

  Modified: ChangeLog
  Added:git-sources-4.1_rc4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1433   sys-kernel/git-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1432
retrieving revision 1.1433
diff -u -r1.1432 -r1.1433
--- ChangeLog   11 May 2015 15:14:03 -  1.1432
+++ ChangeLog   18 May 2015 19:15:28 -  1.1433
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1432 
2015/05/11 15:14:03 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1433 
2015/05/18 19:15:28 mpagano Exp $
+
+*git-sources-4.1_rc4 (18 May 2015)
+
+  18 May 2015; Mike Pagano  +git-sources-4.1_rc4.ebuild:
+  Version bump
 
 *git-sources-4.1_rc3 (11 May 2015)
 



1.1  sys-kernel/git-sources/git-sources-4.1_rc4.ebuild

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

Index: git-sources-4.1_rc4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-4.1_rc4.ebuild,v 1.1 
2015/05/18 19:15:28 mpagano Exp $

EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
K_BASE_VER="4.0"
ETYPE="sources"
CKV="${PVR/-r/-git}"

# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version

DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

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

K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."

RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.4"

pkg_postinst() {
postinst_sources
}






[gentoo-commits] gentoo-x86 commit in media-gfx/fim: ChangeLog fim-0.4_rc3-r1.ebuild fim-0.4_rc3.ebuild fim-0.4_rc1-r1.ebuild

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 19:18:16

  Modified: ChangeLog
  Added:fim-0.4_rc3-r1.ebuild
  Removed:  fim-0.4_rc3.ebuild fim-0.4_rc1-r1.ebuild
  Log:
  Fix build with poppler-0.31 and later
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.7  media-gfx/fim/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Mar 2015 15:15:31 -   1.6
+++ ChangeLog   18 May 2015 19:18:16 -  1.7
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/fim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v 1.6 2015/03/04 
15:15:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/ChangeLog,v 1.7 2015/05/18 
19:18:16 dilfridge Exp $
+
+*fim-0.4_rc3-r1 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel 
+  -fim-0.4_rc1-r1.ebuild, -fim-0.4_rc3.ebuild, +fim-0.4_rc3-r1.ebuild,
+  +files/fim-0.4_rc3-poppler031.patch:
+  Fix build with poppler-0.31 and later
 
 *fim-0.4_rc3 (04 Mar 2015)
 



1.1  media-gfx/fim/fim-0.4_rc3-r1.ebuild

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

Index: fim-0.4_rc3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fim/fim-0.4_rc3-r1.ebuild,v 1.1 
2015/05/18 19:18:16 dilfridge Exp $

EAPI=5

inherit eutils

DESCRIPTION="Fbi-IMproved is a framebuffer image viewer based on Fbi and 
inspired from Vim"
HOMEPAGE="http://savannah.nongnu.org/projects/fbi-improved";
SRC_URI="http://download.savannah.gnu.org/releases/fbi-improved/${P/_rc/-rc}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="aalib dia djvu exif fbcon gif graphicsmagick imagemagick jpeg pdf png 
postscript readline sdl static svg tiff xfig"

RDEPEND="media-fonts/terminus-font
aalib? ( media-libs/aalib[slang] )
dia? ( app-office/dia )
djvu? ( app-text/djvu )
exif? ( media-libs/libexif )
gif? ( media-libs/giflib )
graphicsmagick? ( media-gfx/graphicsmagick )
imagemagick? ( || ( media-gfx/graphicsmagick[imagemagick] 
media-gfx/imagemagick ) )
jpeg? ( virtual/jpeg:0 )
pdf? ( >=app-text/poppler-0.31 )
png? ( media-libs/libpng:0 )
postscript? ( app-text/libspectre )
readline? ( sys-libs/readline:0 )
sdl? ( media-libs/libsdl )
svg? ( media-gfx/inkscape )
tiff? ( media-libs/tiff:0 )
xfig? ( media-gfx/xfig )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"

S=${WORKDIR}/${P/_rc/-rc}

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

src_configure() {
econf \
$(use_enable aalib aa) \
$(use_enable dia) \
$(use_enable djvu) \
$(use_enable exif) \
$(use_enable fbcon framebuffer) \
$(use_enable gif) \
$(use_enable graphicsmagick) \
$(use_enable imagemagick convert) \
$(use_enable pdf poppler) \
$(use_enable png) \
$(use_enable postscript ps) \
$(use_enable readline) \
$(use_enable sdl) \
$(use_enable static) \
$(use_enable svg inkscape) \
$(use_enable tiff) \
$(use_enable xfig) \
--disable-hardcoded-font \
--disable-imlib2 \
--disable-matrices-rendering \
--disable-xcftopnm \
--enable-fimrc \
--enable-history \
--enable-loader-string-specification \
--enable-mark-and-dump \
--enable-output-console \
--enable-raw-bits-rendering \
--enable-read-dirs \
--enable-recursive-dirs \
--enable-resize-optimizations \
--enable-scan-consolefonts \
--enable-screen \
--enable-scripting \
--enable-seek-magic \
--enable-stdin-image-reading \

[gentoo-commits] gentoo-x86 commit in media-gfx/fim/files: fim-0.4_rc3-poppler031.patch

2015-05-18 Thread Andreas Huettel (dilfridge)
dilfridge15/05/18 19:18:17

  Added:fim-0.4_rc3-poppler031.patch
  Log:
  Fix build with poppler-0.31 and later
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.1  media-gfx/fim/files/fim-0.4_rc3-poppler031.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/files/fim-0.4_rc3-poppler031.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fim/files/fim-0.4_rc3-poppler031.patch?rev=1.1&content-type=text/plain

Index: fim-0.4_rc3-poppler031.patch
===
diff -ruN fim-0.4-rc3.orig/src/FbiStuffPdf.cpp fim-0.4-rc3/src/FbiStuffPdf.cpp
--- fim-0.4-rc3.orig/src/FbiStuffPdf.cpp2014-12-22 23:54:29.0 
+0100
+++ fim-0.4-rc3/src/FbiStuffPdf.cpp 2015-05-18 21:13:07.058115455 +0200
@@ -199,7 +199,7 @@
if (!ds->od)
{
GBool bitmapTopDown = gTrue;
-   ds->od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, 
gBgColor, bitmapTopDown,gFalse/*antialias*/);
+   ds->od = new SplashOutputDev(gSplashColorMode, /*4*/3, gFalse, 
gBgColor, bitmapTopDown);
if (ds->od)
 #ifdef POPPLER_VERSION /* as of 0.20.2, from poppler/poppler-config.h */
/* FIXME: this is an incomplete fix (triggered on 
20120719's email on fim-devel);






[gentoo-commits] proj/linux-patches:3.14 commit in: /

2015-05-18 Thread Mike Pagano
commit: 45b32b74fe71884d5dd43268f578bd586ea2c4dc
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon May 18 19:33:27 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon May 18 19:33:27 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=45b32b74

Linux patch 3.14.43

 _README  |4 +
 1042_linux-3.14.43.patch | 2548 ++
 2 files changed, 2552 insertions(+)

diff --git a/_README b/_README
index e2ba2e6..31b06bd 100644
--- a/_README
+++ b/_README
@@ -210,6 +210,10 @@ Patch:  1041_linux-3.14.42.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.42
 
+Patch:  1042_linux-3.14.43.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.43
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1042_linux-3.14.43.patch b/1042_linux-3.14.43.patch
new file mode 100644
index 000..7eda7cd
--- /dev/null
+++ b/1042_linux-3.14.43.patch
@@ -0,0 +1,2548 @@
+diff --git a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt 
b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
+index a4873e5e3e36..e30e184f50c7 100644
+--- a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
 b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
+@@ -38,7 +38,7 @@ dma_apbx: dma-apbx@80024000 {
+ 80 81 68 69
+ 70 71 72 73
+ 74 75 76 77>;
+-  interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty",
++  interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
+ "saif0", "saif1", "i2c0", "i2c1",
+ "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx",
+ "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx";
+diff --git a/Makefile b/Makefile
+index b9d850d86366..ae5f1e62812f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 42
++SUBLEVEL = 43
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts 
b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+index 1c6bd83bde5e..2ade35703d72 100644
+--- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
 b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+@@ -69,6 +69,10 @@
+   };
+ 
+   internal-regs {
++  rtc@10300 {
++  /* No crystal connected to the internal RTC */
++  status = "disabled";
++  };
+   serial@12000 {
+   clock-frequency = <25000>;
+   status = "okay";
+diff --git a/arch/arm/boot/dts/imx23-olinuxino.dts 
b/arch/arm/boot/dts/imx23-olinuxino.dts
+index 526bfdbd87f9..f8922fb9bf50 100644
+--- a/arch/arm/boot/dts/imx23-olinuxino.dts
 b/arch/arm/boot/dts/imx23-olinuxino.dts
+@@ -12,6 +12,7 @@
+  */
+ 
+ /dts-v1/;
++#include 
+ #include "imx23.dtsi"
+ 
+ / {
+@@ -93,6 +94,7 @@
+ 
+   ahb@8008 {
+   usb0: usb@8008 {
++  dr_mode = "host";
+   vbus-supply = <®_usb0_vbus>;
+   status = "okay";
+   };
+@@ -119,7 +121,7 @@
+ 
+   user {
+   label = "green";
+-  gpios = <&gpio2 1 1>;
++  gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
+   };
+   };
+ };
+diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
+index cf3300a3071d..bfc327ff70af 100644
+--- a/arch/arm/boot/dts/imx25.dtsi
 b/arch/arm/boot/dts/imx25.dtsi
+@@ -411,6 +411,7 @@
+ 
+   pwm4: pwm@53fc8000 {
+   compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
++  #pwm-cells = <2>;
+   reg = <0x53fc8000 0x4000>;
+   clocks = <&clks 108>, <&clks 52>;
+   clock-names = "ipg", "per";
+diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
+index f8e9b20f6982..ee1a4da35cc4 100644
+--- a/arch/arm/boot/dts/imx28.dtsi
 b/arch/arm/boot/dts/imx28.dtsi
+@@ -803,7 +803,7 @@
+ 80 81 68 69
+ 70 71 72 73
+ 74 75 76 77>;
+-  interrupt-names = "auart4-rx", "aurat4-tx", 
"spdif-tx", "empty",
++  interrupt-names = "auart4-rx", "auart4-tx", 
"spdif-tx", "empty",
+ "saif0", "saif1", "i2c0", 
"i2c1",
+ "auart0-rx", "auart0-tx", 
"auart1-rx", "auart1-tx",
+ "auart2-rx", "

[gentoo-commits] gentoo-x86 commit in dev-util/findbugs/files: 0005-Don-t-require-git-to-build.patch

2015-05-18 Thread James Le Cuirot (chewi)
chewi   15/05/18 19:46:21

  Added:0005-Don-t-require-git-to-build.patch
  Log:
  Fix building without git installed.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.1  
dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/findbugs/files/0005-Don-t-require-git-to-build.patch?rev=1.1&content-type=text/plain

Index: 0005-Don-t-require-git-to-build.patch
===
>From cbf9d81dba1ef0a42f79391c87845d7875a13993 Mon Sep 17 00:00:00 2001
From: James Le Cuirot 
Date: Mon, 18 May 2015 20:41:58 +0100
Subject: [PATCH 5/5] Don't require git to build

---
 findbugs/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/findbugs/build.xml b/findbugs/build.xml
index d0cbc04..42c6d09 100644
--- a/findbugs/build.xml
+++ b/findbugs/build.xml
@@ -636,7 +636,7 @@
 
 
 
-
+
 ${gitrnum}
 

[gentoo-commits] gentoo-x86 commit in dev-util/findbugs: findbugs-3.0.1.ebuild ChangeLog

2015-05-18 Thread James Le Cuirot (chewi)
chewi   15/05/18 19:46:20

  Modified: findbugs-3.0.1.ebuild ChangeLog
  Log:
  Fix building without git installed.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9C6D7DE4)

Revision  ChangesPath
1.3  dev-util/findbugs/findbugs-3.0.1.ebuild

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

Index: findbugs-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- findbugs-3.0.1.ebuild   16 Mar 2015 14:24:51 -  1.2
+++ findbugs-3.0.1.ebuild   18 May 2015 19:46:20 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 
1.2 2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/findbugs-3.0.1.ebuild,v 
1.3 2015/05/18 19:46:20 chewi Exp $
 
 EAPI=5
 
@@ -60,7 +60,8 @@

"${FILESDIR}/0001-Support-bcel-6.0-RC3-instead-of-a-random-snapshot.patch" \

"${FILESDIR}/0002-Don-t-bundle-anything-in-the-annotations-jar.patch" \
"${FILESDIR}/0003-JDK-1.8-works-fine-for-me.patch" \
-   "${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch"
+   "${FILESDIR}/0004-Don-t-clean-before-generating-docs.patch" \
+   "${FILESDIR}/0005-Don-t-require-git-to-build.patch"
 
# Remove bundled jars.
find -name "*.jar" -delete || die



1.5  dev-util/findbugs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   16 Mar 2015 14:24:51 -  1.4
+++ ChangeLog   18 May 2015 19:46:20 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/findbugs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.4 
2015/03/16 14:24:51 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/findbugs/ChangeLog,v 1.5 
2015/05/18 19:46:20 chewi Exp $
+
+  18 May 2015; James Le Cuirot 
+  +files/0005-Don-t-require-git-to-build.patch, findbugs-3.0.1.ebuild:
+  Fix building without git installed.
 
   16 Mar 2015;   findbugs-3.0.1.ebuild:
   Fix building with -doc. Closes bug #543442.






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb-galera: mariadb-galera-10.0.19.ebuild ChangeLog mariadb-galera-10.0.16.ebuild mariadb-galera-10.0.17.ebuild

2015-05-18 Thread Brian Evans (grknight)
grknight15/05/18 20:07:51

  Modified: ChangeLog
  Added:mariadb-galera-10.0.19.ebuild
  Removed:  mariadb-galera-10.0.16.ebuild
mariadb-galera-10.0.17.ebuild
  Log:
  Security bump wrt bug 546724; drop vulnerable versions
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.15 dev-db/mariadb-galera/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Apr 2015 12:34:23 -   1.14
+++ ChangeLog   18 May 2015 20:07:51 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mariadb-galera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.14 
2015/04/03 12:34:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.15 
2015/05/18 20:07:51 grknight Exp $
+
+*mariadb-galera-10.0.19 (18 May 2015)
+
+  18 May 2015; Brian Evans  
+mariadb-galera-10.0.19.ebuild,
+  -mariadb-galera-10.0.16.ebuild, -mariadb-galera-10.0.17.ebuild:
+  Security bump wrt bug 546724; drop vulnerable versions
 
 *mariadb-galera-10.0.17 (03 Apr 2015)
 



1.1  dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild?rev=1.1&content-type=text/plain

Index: mariadb-galera-10.0.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild,v 
1.1 2015/05/18 20:07:51 grknight Exp $

EAPI="5"
MY_EXTRAS_VER="20141215-0144Z"
WSREP_REVISION="25"

inherit toolchain-funcs mysql-multilib
# only to make repoman happy. it is really set in the eclass
IUSE="$IUSE"

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~amd64 ~x86"

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

# Official test instructions:
# USE='embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-galera-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {

if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi

local TESTDIR="${BUILD_DIR}/mysql-test"
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be 
named localhost"

if ! use "minimal" ; then

if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
fi
has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"

einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of 
cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"

# create directories because mysqladmin might right out of order
mkdir -p "${T}"/var-tests{,/log}

# These are failing in MariaDB 10.0 for now

[gentoo-commits] gentoo-x86 commit in sys-apps/dmtcp: ChangeLog dmtcp-1.2.1.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:20:24

  Modified: ChangeLog
  Removed:  dmtcp-1.2.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  sys-apps/dmtcp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmtcp/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Aug 2014 20:23:39 -  1.6
+++ ChangeLog   18 May 2015 20:20:24 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/dmtcp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmtcp/ChangeLog,v 1.6 2014/08/10 
20:23:39 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmtcp/ChangeLog,v 1.7 2015/05/18 
20:20:24 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -dmtcp-1.2.1.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich  dmtcp-1.2.1.ebuild,
   dmtcp-1.2.6.ebuild:






[gentoo-commits] gentoo-x86 commit in media-fonts/culmus: ChangeLog culmus-0.104-r1.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:22:39

  Modified: ChangeLog
  Removed:  culmus-0.104-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.91 media-fonts/culmus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   22 Apr 2015 23:54:52 -  1.90
+++ ChangeLog   18 May 2015 20:22:39 -  1.91
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/culmus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.90 
2015/04/22 23:54:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/culmus/ChangeLog,v 1.91 
2015/05/18 20:22:39 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -culmus-0.104-r1.ebuild:
+  Remove old.
 
   22 Apr 2015; Manuel Rüger  -culmus-0.120-r1.ebuild,
   -culmus-0.120-r2.ebuild, -culmus-0.120-r3.ebuild, -culmus-0.120.ebuild:






[gentoo-commits] gentoo-x86 commit in media-fonts/wqy-zenhei: ChangeLog wqy-zenhei-0.8.38-r1.ebuild wqy-zenhei-0.9.45.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:25:13

  Modified: ChangeLog
  Removed:  wqy-zenhei-0.8.38-r1.ebuild
wqy-zenhei-0.9.45.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.15 media-fonts/wqy-zenhei/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   28 Apr 2015 10:07:38 -  1.14
+++ ChangeLog   18 May 2015 20:25:13 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/wqy-zenhei
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.14 
2015/04/28 10:07:38 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/wqy-zenhei/ChangeLog,v 1.15 
2015/05/18 20:25:13 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -wqy-zenhei-0.8.38-r1.ebuild,
+  -wqy-zenhei-0.9.45.ebuild:
+  Remove old.
 
   28 Apr 2015; Ben de Groot  wqy-zenhei-0.9.46.ebuild:
   stable






[gentoo-commits] gentoo-x86 commit in media-fonts/vdrsymbols-ttf: ChangeLog vdrsymbols-ttf-20080905.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:26:09

  Modified: ChangeLog
  Removed:  vdrsymbols-ttf-20080905.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.10 media-fonts/vdrsymbols-ttf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/vdrsymbols-ttf/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   22 Oct 2011 16:07:43 -  1.9
+++ ChangeLog   18 May 2015 20:26:09 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/vdrsymbols-ttf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/vdrsymbols-ttf/ChangeLog,v 1.9 
2011/10/22 16:07:43 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/vdrsymbols-ttf/ChangeLog,v 1.10 
2015/05/18 20:26:09 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -vdrsymbols-ttf-20080905.ebuild:
+  Remove old.
 
   22 Oct 2011; Joerg Bornkessel 
   vdrsymbols-ttf-20100612.ebuild:
@@ -44,4 +47,3 @@
   13 Apr 2008; Matthias Schwarzott  +metadata.xml,
   +vdrsymbols-ttf-20080411.ebuild:
   Moved here from skinenigmang-fonts as project got renamed. Version bumped.
-






[gentoo-commits] gentoo-x86 commit in media-fonts/unfonts-extra: ChangeLog unfonts-extra-1.0.2_pre080608.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:28:21

  Modified: ChangeLog
  Removed:  unfonts-extra-1.0.2_pre080608.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.24 media-fonts/unfonts-extra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/unfonts-extra/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   24 Dec 2009 11:57:24 -  1.23
+++ ChangeLog   18 May 2015 20:28:21 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/unfonts-extra
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/unfonts-extra/ChangeLog,v 1.23 
2009/12/24 11:57:24 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/unfonts-extra/ChangeLog,v 1.24 
2015/05/18 20:28:21 mrueg Exp $
+
+  18 May 2015; Manuel Rüger 
+  -unfonts-extra-1.0.2_pre080608.ebuild:
+  Remove old.
 
   24 Dec 2009; Pacho Ramos 
   unfonts-extra-1.0.2_pre080608-r1.ebuild:
@@ -97,4 +101,3 @@
   +unfonts-extra-1.0.1.ebuild:
   Initial import. Ebuild submitted by Jung Tae-young .
   This closes bug #59761.
-






[gentoo-commits] gentoo-x86 commit in media-fonts/unfonts: ChangeLog unfonts-1.0.2_pre080608.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:28:59

  Modified: ChangeLog
  Removed:  unfonts-1.0.2_pre080608.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.26 media-fonts/unfonts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/unfonts/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   24 Dec 2009 11:56:12 -  1.25
+++ ChangeLog   18 May 2015 20:28:59 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-fonts/unfonts
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/unfonts/ChangeLog,v 1.25 
2009/12/24 11:56:12 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/unfonts/ChangeLog,v 1.26 
2015/05/18 20:28:59 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -unfonts-1.0.2_pre080608.ebuild:
+  Remove old.
 
   24 Dec 2009; Pacho Ramos 
   unfonts-1.0.2_pre080608-r1.ebuild:
@@ -103,4 +106,3 @@
   +unfonts-0.0.20040526.ebuild:
   Initial import. Ebuild submitted by Jung Tae-young ,
   closing bug #55827
-






[gentoo-commits] gentoo-x86 commit in media-fonts/ricty: ChangeLog ricty-3.1.3.ebuild ricty-3.1.1.ebuild

2015-05-18 Thread Manuel Rueger (mrueg)
mrueg   15/05/18 20:30:07

  Modified: ChangeLog
  Removed:  ricty-3.1.3.ebuild ricty-3.1.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.6  media-fonts/ricty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Jun 2012 22:36:53 -  1.5
+++ ChangeLog   18 May 2015 20:30:07 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/ricty
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.5 
2012/06/23 22:36:53 matsuu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/ricty/ChangeLog,v 1.6 
2015/05/18 20:30:07 mrueg Exp $
+
+  18 May 2015; Manuel Rüger  -ricty-3.1.1.ebuild,
+  -ricty-3.1.3.ebuild:
+  Remove old.
 
 *ricty-3.2.0 (23 Jun 2012)
 
@@ -23,4 +27,3 @@
   17 Sep 2011; MATSUU Takuto  +ricty-3.1.1.ebuild,
   +metadata.xml:
   Initial import.
-






  1   2   >