[gentoo-commits] repo/gentoo:master commit in: www-apps/otrs/files/, www-apps/otrs/
commit: 8c099aa0b092901ea6fa576956ae1a5ebf347e26 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 15 07:55:40 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:55:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c099aa0 www-apps/otrs: Security cleanup (bug #598768) Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-apps/otrs/Manifest | 2 - www-apps/otrs/files/apache2.patch| 25 -- www-apps/otrs/files/dbi_finish.patch | 10 --- www-apps/otrs/files/postinstall-en-2.txt | 18 - www-apps/otrs/files/reconfig-2 | 31 www-apps/otrs/otrs-4.0.12.ebuild | 131 --- www-apps/otrs/otrs-4.0.13.ebuild | 131 --- 7 files changed, 348 deletions(-) diff --git a/www-apps/otrs/Manifest b/www-apps/otrs/Manifest index 9fabaeb..5f68e09 100644 --- a/www-apps/otrs/Manifest +++ b/www-apps/otrs/Manifest @@ -1,3 +1 @@ -DIST otrs-4.0.12.tar.bz2 14373765 SHA256 ea0a7b2019c46108f78d2329aa40ec5024405f08b586b6b33a6fca6a31ca9880 SHA512 17177b42c3768d271388fbe7abef033553fa524ba819a903b3f151b560de31183c5a1d975f8eb75f755b8bbf99331808309002f38cf3f469b22eadc8fefaa911 WHIRLPOOL 07b3d81c36e10f89ba1498c8d80845f53fc44feab25903addb8c3e6fa567633ec9938115859b5b81bc74efaa7c65286a1f501d6472737e00c47cfa48b77b2ac4 -DIST otrs-4.0.13.tar.bz2 14376200 SHA256 1c663c264043b65369f5608f9c5fcfc90938147053b14581db306df0c5e3e9ff SHA512 fb6156385643c838f46f80eeb8db2777ed426bca10df0ea94654df80b84e6dfd320a1ef6e43312edfcdb1a735e592cc49707a9507a47f2a5e3f5c80d9e0ccdc4 WHIRLPOOL ff8654485bf69ea08abd97e08dcaf68633f16242afc9beb169b0682a2155e4e4e89f5776d36eaaf15ab2ecde0717fb9c85676a3120ee01a21d3c70068605d669 DIST otrs-5.0.15.tar.bz2 19344790 SHA256 03f294a34c1e44b0bf5d6974eab718e053546e6e7d9d84c7b14958827b83805b SHA512 5ac8614eee5719831dbf5e19c401c3947d48c0f43fea3d1be70cde797f108f5ca964616f7d0129471636d1f69f1ecaaa63939870c66c64138fd925c74cf6174c WHIRLPOOL 58406cc2cb2700b96811913c0b31dfca9dc7df051e6206d957c382f494f2ac1a6a5bfea7a16d155e6fe384070d2cb121358496c477a70866f907caeddafcd90f diff --git a/www-apps/otrs/files/apache2.patch b/www-apps/otrs/files/apache2.patch deleted file mode 100644 index 45ef689.. --- a/www-apps/otrs/files/apache2.patch +++ /dev/null @@ -1,25 +0,0 @@ apache2-httpd.include.conf.orig2007-09-14 07:49:10.0 +0200 -+++ apache2-httpd.include.conf 2007-09-14 07:49:50.0 +0200 -@@ -11,7 +11,7 @@ - - - # load all otrs modules --Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl -+#Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl - - # Apache::Reload - Reload Perl Modules when Changed on Disk - PerlModule Apache::Reload -@@ -22,10 +22,10 @@ - #ErrorDocument 403 /otrs/customer.pl - AllowOverride None - ErrorDocument 403 /otrs/index.pl --SetHandler perl-script --PerlHandler ModPerl::Registry -+#SetHandler perl-script -+#PerlHandler ModPerl::Registry - Options +ExecCGI --PerlOptions +ParseHeaders -+#PerlOptions +ParseHeaders - Order allow,deny - Allow from all - diff --git a/www-apps/otrs/files/dbi_finish.patch b/www-apps/otrs/files/dbi_finish.patch deleted file mode 100644 index 3817d58.. --- a/www-apps/otrs/files/dbi_finish.patch +++ /dev/null @@ -1,10 +0,0 @@ Kernel/System/DB.pm.oldWed Jun 14 15:45:49 2006 -+++ Kernel/System/DB.pmWed Jun 14 15:43:12 2006 -@@ -217,6 +217,7 @@ - ); - } - # do disconnect -+$Self->{Curser}->finish() if (defined($Self->{Curser})); - $Self->{dbh}->disconnect() if ($Self->{dbh}); - return 1; - } diff --git a/www-apps/otrs/files/postinstall-en-2.txt b/www-apps/otrs/files/postinstall-en-2.txt deleted file mode 100644 index c86b278.. --- a/www-apps/otrs/files/postinstall-en-2.txt +++ /dev/null @@ -1,18 +0,0 @@ - -Your installation is almost complete. -1. You now need to edit ${VHOST_ROOT}/${PN}-${PVR}/Kernel/Config.pm -and set some Kernel::Config options (FQDN, SystemID, TicketHook, Home, ...). - -2. Configure and restart your webserver. -Read /usr/share/doc/${PN}-${PVR}/README.webserver.bz2. -Sample config files are in ${VHOST_ROOT}/${PN}-${PVR}/scripts - -If you are using FastCGI, don't forget to add -D FASTCGI -to your Apache options. - -3. Setup your database. Read /usr/share/doc/${PN}-${PVR}/README.database.bz2 - -4. Read the INSTALL file in /usr/share/doc/${PN}-${PVR}/, pp. 9-12, -to finish the installation. - -If you are upgrading, read /usr/share/doc/${PN}-${PVR}/UPGRADING.bz2 diff --git a/www-apps/otrs/files/reconfig-2 b/www-apps/otrs/files/reconfig-2 deleted file mode 100644 index 769e8a7.. --- a/www-apps/otrs/files/reconfig-2 +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -PF=${PN}-${PVR} - -die() { - echo "**" - echo $1 - echo "**" -
[gentoo-commits] repo/gentoo:master commit in: www-apps/otrs/, www-apps/otrs/files/
commit: f478142f7e09113eda2a1618aab90c2b563f34d6 Author: Stefan G. Weichinger oops co at> AuthorDate: Sun Jan 15 07:49:50 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:52:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f478142f www-apps/otrs: Bump to v5.0.15 Closes https://github.com/gentoo/gentoo/pull/3412 Gentoo-Bug: https://bugs.gentoo.org/563580 Gentoo-Bug: https://bugs.gentoo.org/598768 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Thomas Deutschmann gentoo.org> www-apps/otrs/Manifest | 1 + www-apps/otrs/files/otrs.service | 13 www-apps/otrs/otrs-5.0.15.ebuild | 152 +++ 3 files changed, 166 insertions(+) diff --git a/www-apps/otrs/Manifest b/www-apps/otrs/Manifest index 70bc366..9fabaeb 100644 --- a/www-apps/otrs/Manifest +++ b/www-apps/otrs/Manifest @@ -1,2 +1,3 @@ DIST otrs-4.0.12.tar.bz2 14373765 SHA256 ea0a7b2019c46108f78d2329aa40ec5024405f08b586b6b33a6fca6a31ca9880 SHA512 17177b42c3768d271388fbe7abef033553fa524ba819a903b3f151b560de31183c5a1d975f8eb75f755b8bbf99331808309002f38cf3f469b22eadc8fefaa911 WHIRLPOOL 07b3d81c36e10f89ba1498c8d80845f53fc44feab25903addb8c3e6fa567633ec9938115859b5b81bc74efaa7c65286a1f501d6472737e00c47cfa48b77b2ac4 DIST otrs-4.0.13.tar.bz2 14376200 SHA256 1c663c264043b65369f5608f9c5fcfc90938147053b14581db306df0c5e3e9ff SHA512 fb6156385643c838f46f80eeb8db2777ed426bca10df0ea94654df80b84e6dfd320a1ef6e43312edfcdb1a735e592cc49707a9507a47f2a5e3f5c80d9e0ccdc4 WHIRLPOOL ff8654485bf69ea08abd97e08dcaf68633f16242afc9beb169b0682a2155e4e4e89f5776d36eaaf15ab2ecde0717fb9c85676a3120ee01a21d3c70068605d669 +DIST otrs-5.0.15.tar.bz2 19344790 SHA256 03f294a34c1e44b0bf5d6974eab718e053546e6e7d9d84c7b14958827b83805b SHA512 5ac8614eee5719831dbf5e19c401c3947d48c0f43fea3d1be70cde797f108f5ca964616f7d0129471636d1f69f1ecaaa63939870c66c64138fd925c74cf6174c WHIRLPOOL 58406cc2cb2700b96811913c0b31dfca9dc7df051e6206d957c382f494f2ac1a6a5bfea7a16d155e6fe384070d2cb121358496c477a70866f907caeddafcd90f diff --git a/www-apps/otrs/files/otrs.service b/www-apps/otrs/files/otrs.service new file mode 100644 index ..546ecdd --- /dev/null +++ b/www-apps/otrs/files/otrs.service @@ -0,0 +1,13 @@ +[Unit] +Description=OTRS daemon + +[Service] +Type=forking +WorkingDirectory=/var/lib/otrs +User=otrs +ExecStart=/var/lib/otrs/bin/otrs.Daemon.pl start +ExecStop=/var/lib/otrs/bin/otrs.Daemon.pl stop +PrivateTmp=true + +[Install] +WantedBy=multi-user.target diff --git a/www-apps/otrs/otrs-5.0.15.ebuild b/www-apps/otrs/otrs-5.0.15.ebuild new file mode 100644 index ..b0fdaee --- /dev/null +++ b/www-apps/otrs/otrs-5.0.15.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit confutils user systemd + +DESCRIPTION="OTRS is an Open source Ticket Request System" +HOMEPAGE="https://otrs.org/"; +SRC_URI="https://ftp.otrs.org/pub/${PN}/${P}.tar.bz2"; + +LICENSE="AGPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="apache2 fastcgi +gd ldap mod_perl +mysql pdf postgres soap" +SLOT="0" + +DEPEND="media-libs/libpng:0" + +RDEPEND="dev-perl/Apache-Reload + dev-perl/Archive-Zip + dev-perl/DBI + dev-perl/IO-Socket-SSL + dev-perl/JSON-XS + dev-perl/LWP-UserAgent-Determined + dev-perl/Mail-POP3Client + dev-perl/Mail-IMAPClient + >dev-perl/Net-DNS-0.60 + dev-perl/Template-Toolkit + dev-perl/Text-CSV_XS + dev-perl/TimeDate + dev-perl/XML-Parser + dev-perl/YAML-LibYAML + apache2? ( + mod_perl? ( + www-servers/apache:2 + =www-apache/libapreq2-2* www-apache/mod_perl + ) + !fastcgi? ( !mod_perl? ( www-servers/apache:2[suexec] ) ) + ) + fastcgi? ( + dev-perl/FCGI + virtual/httpd-fastcgi + ) + !fastcgi? ( !apache2? ( virtual/httpd-cgi ) ) + gd? ( + dev-perl/GD + dev-perl/GDTextUtil + dev-perl/GDGraph + ) + ldap? ( dev-perl/perl-ldap ) + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg ) + pdf? ( + >=dev-perl/PDF-API2-0.73 + virtual/perl-Compress-Raw-Zlib + ) + soap? ( + dev-perl/SOAP-Lite + !=dev-perl/SOAP-Lite-0.711 + !=dev-perl/SOAP-Lite-0.712 + ) + " + +OTRS_HOME="${EROOT%/}/var/lib/otrs" + +pkg_setup() { + # The enewuser otrs will fail if apache isn't there, but it's an optional dep + # so we create the apache user here just in case + enewgroup apache 81 + enewuser apache 81 -1 /var/www apache + enewuser otrs -1 -1 ${OTRS_HOME} apache + confutils_require_any mysql postgres +} + +src_prepare() { + rm -fr "${S}/scripts"/{auto_*,redhat*,su
[gentoo-commits] proj/betagarden:master commit in: net-analyzer/nethogs/
commit: 28e190ff218be5771f4e58fe414296f818128b26 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 15 07:47:23 2017 + Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 15 07:47:23 2017 + URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=28e190ff net-analyzer/nethogs: Fix after latest tree updates Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/nethogs/nethogs-.ebuild | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/net-analyzer/nethogs/nethogs-.ebuild b/net-analyzer/nethogs/nethogs-.ebuild index 405b6dd..419fc75 100644 --- a/net-analyzer/nethogs/nethogs-.ebuild +++ b/net-analyzer/nethogs/nethogs-.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils git-r3 toolchain-funcs DESCRIPTION="A small 'net top' tool, grouping bandwidth by process" -HOMEPAGE="http://nethogs.sf.net/"; -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/raboof/nethogs"; +SRC_URI="" EGIT_REPO_URI="https://github.com/raboof/nethogs.git"; LICENSE="GPL-2" @@ -17,21 +17,18 @@ KEYWORDS="" RDEPEND=" net-libs/libpcap - sys-libs/ncurses + sys-libs/ncurses:0= " DEPEND=" ${RDEPEND} virtual/pkgconfig " -DOCS=( Changelog DESIGN README ) - -src_prepare() { - tc-export CC CXX PKG_CONFIG -} +DOCS=( DESIGN README.decpcap.txt README.md ) src_compile() { - emake NCURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" + tc-export CC CXX PKG_CONFIG + emake NCURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" ${PN} } src_install() {
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/files/, dev-libs/libebml/
commit: 2f87d7ca8e04832e2b50a9b140ccd6812e7c45a8 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Jan 14 15:15:39 2017 + Commit: Aaron Bauman gentoo org> CommitDate: Sun Jan 15 07:33:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f87d7ca dev-libs/libebml: Security cleanup (bug #564424) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3465 dev-libs/libebml/Manifest | 4 - .../files/libebml-1.2.0-makefile-fixup.patch | 107 - .../libebml/files/libebml-1.3.0-makefile.patch | 102 dev-libs/libebml/libebml-1.2.1.ebuild | 45 - dev-libs/libebml/libebml-1.2.2.ebuild | 62 dev-libs/libebml/libebml-1.3.0.ebuild | 62 dev-libs/libebml/libebml-1.3.1.ebuild | 30 -- 7 files changed, 412 deletions(-) diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest index a8e85df..92492d2 100644 --- a/dev-libs/libebml/Manifest +++ b/dev-libs/libebml/Manifest @@ -1,6 +1,2 @@ -DIST libebml-1.2.1.tar.bz2 60662 SHA256 8f9e06630eab83f337d280d38eff53e41e030530015a4c423d509a20f6ea81b2 SHA512 c8bd4d903fcd6ea70cd6aace2096768c7e62deb8ddd41d354b71527d6f4595f06b86169996f2ed56e1da0531b9f7ebcac4c9ccdd2e208614f7cd3271b8cf0f4d WHIRLPOOL 4d1207143fc618b8c0f3d93aecd9d1f063845486c9ddcdaa7cd697d9e27ff01dcd31526c52b33e46e4fc5191689009e7960ebc384321a90a34e7c4770f1d6b17 -DIST libebml-1.2.2.tar.bz2 60802 SHA256 476b08c6436a96c024a53e788e7c945ce9b41cd8654165763444aa7e5245b7a5 SHA512 aa9b446aadbfea6cd7031a08a8cd0251a764febb8ef43ee3ba44d066b945698311bda7db6bb2d983d5f0c1e24f108ae4cf1c6551b04337210b13daf7e2236135 WHIRLPOOL 5bfa5ee38b9e4bb6cbc8bc27e949e64621ecc8fe3cf76a0686c85b53579d80ee53bca520ef70b9af13bbf589fd51e5f20eae908928ee0b651d23951a532777e0 -DIST libebml-1.3.0.tar.gz 70425 SHA256 cd48a6d943905afe877e86f421647092956d71c7345dc9264a5123750ca8b158 SHA512 804b8e9e29add421304ef104f48170ee434cc97d6063dc4338b7fd6ad559733ed1bffd8440146674b70b3d6906f45ded4cc482d606c94c8c04bf424fd85c366e WHIRLPOOL b5656fa835753bee8b4cfa995db220de85d69604d7332e793c6b45c13100e4041e0fee8517940bde600909b529d3eee959340d3f997b174b249f13c4183ed5cd -DIST libebml-1.3.1.tar.bz2 599116 SHA256 195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 SHA512 b42d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334 WHIRLPOOL 10879d351eb66dce6e04b0a1635e370dc82a9215b1ee61ad4b300466257bb0b06219f3ea65b090e415aef354bb8e200e19e35859d25ec5d46fa3208501373801 DIST libebml-1.3.3.tar.bz2 588607 SHA256 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 SHA512 3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d WHIRLPOOL 85e973177ba1d437c0b461d81fd3b82432f22db5b1462fb6285cde7a0d6d8528ad7c9e24b0d64aa53eba78d44aec64d3842a96f00a0b6d72b255946967de1b81 DIST libebml-1.3.4.tar.bz2 606205 SHA256 c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387 SHA512 ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194 WHIRLPOOL 9502f132fea7d7d10add1c42da33bc2eac1a13b3b02f5b4eb331b1ab5f14a41a255503fedb16b579bb8defa94786d0f6fc5324cd55c06b6d7b5319de74a75e84 diff --git a/dev-libs/libebml/files/libebml-1.2.0-makefile-fixup.patch b/dev-libs/libebml/files/libebml-1.2.0-makefile-fixup.patch deleted file mode 100644 index c85d35e.. --- a/dev-libs/libebml/files/libebml-1.2.0-makefile-fixup.patch +++ /dev/null @@ -1,107 +0,0 @@ libebml-1.2.0/make/linux/Makefile.orig -+++ libebml-1.2.0/make/linux/Makefile -@@ -50,6 +50,8 @@ - LIBRARY=libebml.a - LIBRARY_SO=libebml.so - LIBRARY_SO_VER=libebml.so.3 -+LIBRARY_DYLIB=libebml.dylib -+LIBRARY_DYLIB_VER=libebml.3.dylib - - # source-files - sources:=$(wildcard ${SRC_DIR}*$(EXTENSION)) -@@ -62,11 +64,11 @@ - objects_so:=$(patsubst %$(EXTENSION),%.lo,$(sources)) - - WARNINGFLAGS=-Wall -Wno-unknown-pragmas -ansi -fno-gnu-keywords -Wshadow --COMPILEFLAGS=$(WARNINGFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(DEBUGFLAGS) $(INCLUDE) -+COMPILEFLAGS=$(CXXFLAGS) $(CPPFLAGS) $(DEBUGFLAGS) $(INCLUDE) - DEPENDFLAGS = $(CXXFLAGS) $(INCLUDE) - - ifeq (Darwin,$(shell uname -s)) --all: staticlib -+all: staticlib macholib - else - all: staticlib sharedlib - endif -@@ -75,8 +77,10 @@ - - sharedlib: $(LIBRARY_SO) - -+macholib: $(LIBRARY_DYLIB) -+ - lib: -- @echo "Use the 'staticlib', 'sharedlib' or 'all' targets." -+ @echo "Use the 'staticlib', 'sharedlib', 'macholib' or 'all' targets." - @false - - # Build rules -@@ -91,15 +95,22 @@ - $(RANLIB) $@ - - $(LIBRARY_SO): $(objects_so) -- $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -+ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$(L
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/
commit: 7b772e5232475dd2f931edd8f93a88e3769e044f Author: Aaron Bauman gentoo org> AuthorDate: Sun Jan 15 07:27:10 2017 + Commit: Aaron Bauman gentoo org> CommitDate: Sun Jan 15 07:27:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b772e52 sys-libs/libunwind: remove stale patches Package-Manager: portage-2.3.0 .../files/libunwind-0.99-disable-setjmp.patch | 213 - .../libunwind-0.99-implicit-declaration.patch | 17 -- .../files/libunwind-1.0.1-disable-setjmp.patch | 37 .../libunwind/files/libunwind-1.0.1-ia64.patch | 133 - 4 files changed, 400 deletions(-) diff --git a/sys-libs/libunwind/files/libunwind-0.99-disable-setjmp.patch b/sys-libs/libunwind/files/libunwind-0.99-disable-setjmp.patch deleted file mode 100644 index 698d2ac.. --- a/sys-libs/libunwind/files/libunwind-0.99-disable-setjmp.patch +++ /dev/null @@ -1,213 +0,0 @@ -http://cvs.fedoraproject.org/viewvc/rpms/libunwind/devel/libunwind-disable-setjmp.patch?revision=1.1&view=markup -http://bugs.gentoo.org/show_bug.cgi?id=299344 - -At least x86_64 version cannot work, src/setjmp/setjmp.c and -src/setjmp/sigsetjmp.c are not even compiled, src/x86_64/longjmp.S does not -match src/setjmp/setjmp.c + include/tdep-x86_64/jmpbuf.h . - a/src/Makefile.am -+++ b/src/Makefile.am -@@ -12,7 +12,7 @@ lib_LTLIBRARIES_cdep_setjmp = - else - LIBRARIES_cdep= libunwind-ptrace.a - lib_LTLIBRARIES_cdep = libunwind.la --lib_LTLIBRARIES_cdep_setjmp = libunwind-setjmp.la -+lib_LTLIBRARIES_cdep_setjmp = #libunwind-setjmp.la - endif - - ### libunwind-ptrace: -@@ -27,21 +27,21 @@ libunwind_ptrace_a_SOURCES = \ - ptrace/_UPT_reg_offset.c ptrace/_UPT_resume.c - - ### libunwind-setjmp: --libunwind_setjmp_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \ ---version-info $(SETJMP_SO_VERSION) --libunwind_setjmp_la_LIBADD= libunwind-$(arch).la -lc --libunwind_setjmp_la_SOURCES_common= setjmp/setjmp_i.h \ --setjmp/longjmp.c \ --setjmp/siglongjmp.c --libunwind_setjmp_la_SOURCES_arm = arm/siglongjmp.S --libunwind_setjmp_la_SOURCES_ia64 = ia64/setjmp.S ia64/sigsetjmp.S \ --ia64/longjmp.S ia64/siglongjmp.S --libunwind_setjmp_la_SOURCES_hppa = hppa/siglongjmp.S --libunwind_setjmp_la_SOURCES_mips = mips/siglongjmp.S --libunwind_setjmp_la_SOURCES_x86 = x86/longjmp.S x86/siglongjmp.S --libunwind_setjmp_la_SOURCES_x86_64= x86_64/longjmp.S x86_64/siglongjmp.S --libunwind_setjmp_la_SOURCES_ppc64 = ppc/longjmp.S ppc/siglongjmp.S --libunwind_setjmp_la_SOURCES_ppc32 = ppc/longjmp.S ppc/siglongjmp.S -+#libunwind_setjmp_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \ -+# -version-info $(SETJMP_SO_VERSION) -+#libunwind_setjmp_la_LIBADD = libunwind-$(arch).la -lc -+#libunwind_setjmp_la_SOURCES_common = setjmp/setjmp_i.h \ -+# setjmp/longjmp.c \ -+# setjmp/siglongjmp.c -+#libunwind_setjmp_la_SOURCES_arm = arm/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_ia64 = ia64/setjmp.S ia64/sigsetjmp.S \ -+# ia64/longjmp.S ia64/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_hppa = hppa/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_mips = mips/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_x86 = x86/longjmp.S x86/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_x86_64 = x86_64/longjmp.S x86_64/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_ppc64 = ppc/longjmp.S ppc/siglongjmp.S -+#libunwind_setjmp_la_SOURCES_ppc32 = ppc/longjmp.S ppc/siglongjmp.S - - ### libunwind: - -@@ -359,8 +359,8 @@ if ARCH_ARM - if !REMOTE_ONLY - libunwind_arm_la_LIBADD = libunwind.la -lc - endif -- libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \ --$(libunwind_setjmp_la_SOURCES_arm) -+# libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \ -+# $(libunwind_setjmp_la_SOURCES_arm) - else - if ARCH_IA64 - ia64_mk_Gcursor_i_SOURCES = ia64/mk_Gcursor_i.c -@@ -378,8 +378,8 @@ Lcursor_i.h: ia64/mk_Lcursor_i - if !REMOTE_ONLY - libunwind_ia64_la_LIBADD = libunwind.la -lc - endif -- libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \ --$(libunwind_setjmp_la_SOURCES_ia64) -+# libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \ -+# $(libunwind_setjmp_la_SOURCES_ia64) - else - if ARCH_HPPA - lib_LTLIBRARIES_arch = libunwind-hppa.la -@@ -389,8 +389,8 @@ if ARCH_HPPA
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
commit: 003b62585a5bce4148039f8a265b66f609f50023 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 8 22:43:05 2017 + Commit: Aaron Bauman gentoo org> CommitDate: Sun Jan 15 07:22:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b6258 sys-libs/libunwind: Security cleanup (bug #585830) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3384 sys-libs/libunwind/Manifest | 2 - sys-libs/libunwind/libunwind-0.99-r1.ebuild | 38 -- sys-libs/libunwind/libunwind-1.0.1-r1.ebuild | 60 -- sys-libs/libunwind/libunwind-1.0.1.ebuild| 50 --- sys-libs/libunwind/libunwind-1.1.ebuild | 74 5 files changed, 224 deletions(-) diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest index 9896532..42ca316 100644 --- a/sys-libs/libunwind/Manifest +++ b/sys-libs/libunwind/Manifest @@ -1,4 +1,2 @@ -DIST libunwind-0.99.tar.gz 711817 SHA256 56083aae17eab3ccb7a36b95f0430f5a5f258755bf193bb5ca4fd4b918356164 SHA512 26796c546490c3065d04e2143b8a4a7bcc3d3d8fc0c1c8bc1da1ddfb6abc0807d994fe83f008e82ba7cb78525d6fe66800aafa266e931a6aef9813283f904daf WHIRLPOOL 868cf12c71fb1ca64da185e3e804bcddfafd70f8c443c7ca5684f9fa99f1a1943bb75cc4137082a5bd3865a6aeea39c1b2ad68d62db261d14164afded8f0ee3e -DIST libunwind-1.0.1.tar.gz 1028725 SHA256 aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f SHA512 e360f0c0abf1e8b153a01cf522237495cecd9b4c689fa55868e60cec86f650e86ceefa283c045fa3d4bd50dc130e75ce7a8ad221c8f938c20a56f106aa3de8c5 WHIRLPOOL 0a2bcfdabb97cb541f7050203db4b658d0b853fdeb504e5917a731547a673e78db9ea0a64ee17ffc137017fc474c7ba44086fdbf2f5f3519993b5bd0048c76b4 DIST libunwind-1.1.tar.gz 1098603 SHA256 9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a SHA512 bfe04f2bfac9f9e47c37f0b23ed2f264d8d3d3d6f1392fe9d794ee13cad216b3740979e922e4276fb65c1ccdc836fce48812cb5459ecdd2a89a621036a35d7c1 WHIRLPOOL 1a0e566edf92c0563cb5525203f2718c3454bc0be25ec8079cde8441de08b6d8951db7cbf2f0a02a4a0f1e6c350e74e551a482d9094996daefa216a79bc9d383 DIST libunwind-1.2-rc1.tar.gz 1172290 SHA256 d222f186b6bc60f49dac5030516ec35a7ed0ccca675551d6cf81008112116abc SHA512 810cdcf9e1e9a33eb286a6527c2d4bfc507313c596df9cdeb46b1c7b7343ac784fec3ed7c6aa135fc25dbf3e2cd8c99d1fa51e265b63614b51fd37bd84000b08 WHIRLPOOL 655c1eb356990aa35429207f54834da79c8aa83a506b0a51f72d1dafb236095a9420c1ca2f29a0dacb93d063bc244ebbddf5e74097e189df11f0ea7ad50b9447 diff --git a/sys-libs/libunwind/libunwind-0.99-r1.ebuild b/sys-libs/libunwind/libunwind-0.99-r1.ebuild deleted file mode 100644 index 8a790fe.. --- a/sys-libs/libunwind/libunwind-0.99-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Portable and efficient API to determine the call-chain of a program" -HOMEPAGE="https://savannah.nongnu.org/projects/libunwind"; -SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"; - -LICENSE="MIT" -SLOT="7" -KEYWORDS="amd64 ia64 x86" -IUSE="static-libs" - -RESTRICT="test" # https://savannah.nongnu.org/bugs/?22368 -# https://bugs.gentoo.org/273372 - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-disable-setjmp.patch \ - "${FILESDIR}"/${P}-implicit-declaration.patch - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - # libunwind-ptrace.a (and libunwind-ptrace.h) is separate API and without - # shared library, so we keep it in any case - use static-libs || rm -f "${D}"usr/lib*/libunwind{-generic.a,*.la} -} diff --git a/sys-libs/libunwind/libunwind-1.0.1-r1.ebuild b/sys-libs/libunwind/libunwind-1.0.1-r1.ebuild deleted file mode 100644 index 64f1470.. --- a/sys-libs/libunwind/libunwind-1.0.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="Portable and efficient API to determine the call-chain of a program" -HOMEPAGE="https://savannah.nongnu.org/projects/libunwind"; -SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"; - -LICENSE="MIT" -SLOT="7" -KEYWORDS="amd64 ~arm ia64 ~ppc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="debug debug-frame static-libs" - -# https://savannah.nongnu.org/bugs/?22368 -# https://bugs.gentoo.org/273372 -RESTRICT="test" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -QA_DT_NEEDED_x86_fbsd="usr/lib/libunwind.so.7.0.0" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.0.1-disable-setjmp.patch - epatch "${FILESDIR}"/${
[gentoo-commits] repo/gentoo:master commit in: profiles/desc/
commit: bfa3d0dd2e367a354c62110c47e56bd0e42154bc Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 15 07:07:42 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:07:42 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa3d0dd profiles/desc/nginx_modules_http.desc: Cleanup ajp module Module was already removed since commit 241566775da as part of bug #587844. profiles/desc/nginx_modules_http.desc | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 8c5ffa7..4cb5574 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -12,7 +12,6 @@ auth_ldap - LDAP module for nginx which supports authentication against multiple auth_pam - This module provides authentication via PAM. auth_request - Module implementing client authorization based on the result of a subrequest. autoindex - This module provides automatic directory listings. -ajp - support AJP protocol proxy with nginx browser - This module creates variables, the values of which depend on the request header "User-agent". cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches. charset - This module can reencode data of one encoding into another.
[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/
commit: fefedb70e79641a663d05cc24e48cc7392afac55 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jan 11 13:52:14 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:02:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefedb70 net-libs/liboping: add myself as maintainer Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/liboping/metadata.xml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-libs/liboping/metadata.xml b/net-libs/liboping/metadata.xml index 1b2becf..a32d600 100644 --- a/net-libs/liboping/metadata.xml +++ b/net-libs/liboping/metadata.xml @@ -1,5 +1,8 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + whi...@gentoo.org + Thomas Deutschmann +
[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/, net-libs/liboping/files/
commit: 86e8baddcdb4663169a7ace6b1ca3ab2e43589f4 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 15 06:54:39 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:02:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e8badd net-libs/liboping: Ebuild rewritten for EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../liboping-1.8.0-remove-ncurses-automagic.patch | 94 ++ net-libs/liboping/liboping-1.8.0-r1.ebuild | 66 +++ net-libs/liboping/metadata.xml | 4 + 3 files changed, 164 insertions(+) diff --git a/net-libs/liboping/files/liboping-1.8.0-remove-ncurses-automagic.patch b/net-libs/liboping/files/liboping-1.8.0-remove-ncurses-automagic.patch new file mode 100644 index ..67e389f --- /dev/null +++ b/net-libs/liboping/files/liboping-1.8.0-remove-ncurses-automagic.patch @@ -0,0 +1,94 @@ +configure: Make use of ncurses configurable + +https://github.com/octo/liboping/pull/15 + +--- a/configure.ac b/configure.ac +@@ -206,27 +206,30 @@ AC_CHECK_FUNCS(nanosleep, [], + AC_MSG_ERROR(cannot find nanosleep))) + AM_CONDITIONAL(BUILD_WITH_LIBRT, test "x$nanosleep_needs_rt" = "xyes") + +-with_ncurses="no" +-AC_CHECK_HEADERS(ncursesw/ncurses.h ncurses.h, [with_ncurses="yes"], []) +-if test "x$with_ncurses" = "xyes" +-then +- have_ncursesw="no" +- have_ncurses="no" +- NCURSES_LIB="" ++AC_ARG_WITH(ncurses, AS_HELP_STRING([--with-ncurses], [Build oping CLI tool with ncurses support])) ++AS_IF([test "x$with_ncurses" != "xno"], [ ++ can_build_with_ncurses="no" ++ PKG_CHECK_MODULES([NCURSES], [ncursesw], [can_build_with_ncurses=yes], [ ++ PKG_CHECK_MODULES([NCURSES], [ncurses], [can_build_with_ncurses=yes], [ ++ AC_CHECK_LIB(ncursesw, mvwprintw, [NCURSES_LIBS="-lncursesw"; can_build_with_ncurses=yes], [ ++ AC_CHECK_LIB(ncurses, mvwprintw, [NCURSES_LIBS="-lncurses"; can_build_with_ncurses=yes]) ++ ]) ++ ]) ++ ]) + +- AC_CHECK_LIB(ncursesw, mvwprintw, [have_ncursesw="yes"], [have_ncursesw="no"]) +- AC_CHECK_LIB(ncurses, mvwprintw, [have_ncurses="yes"], [have_ncurses="no"]) ++ AS_IF([test "x$can_build_with_ncurses" = "xyes"], [ ++ AC_CHECK_HEADERS([ncursesw/curses.h ncursesw.h ncurses/curses.h ncurses.h], [can_build_with_ncurses=yes; break;], [can_build_with_ncurses=no]) ++ ]) + +- if test "x$have_ncursesw" = "xyes"; then +- NCURSES_LIB="-lncursesw" +- else if test "x$have_ncurses" = "xyes"; then +- NCURSES_LIB="-lncurses" +- else +- with_ncurses="no" +- fi; fi +- AC_SUBST(NCURSES_LIB) +-fi +-AM_CONDITIONAL(BUILD_WITH_LIBNCURSES, test "x$with_ncurses" = "xyes") ++ AS_IF([test "x$can_build_with_ncurses" = "xno" && test "x$with_ncurses" = "xyes"], [ ++ AC_MSG_ERROR([ncurses not found but explicit enabled]) ++ ], ++ [test "x$can_build_with_ncurses" = "xno"], [ ++ AC_MSG_WARN([Will not build oping with ncurses support -- no suiteable ncurses installation found]) ++ ]) ++]) ++ ++AM_CONDITIONAL(BUILD_WITH_LIBNCURSES, test "x$with_ncurses" != "xno" && test "x$can_build_with_ncurses" = "xyes") + + AC_FUNC_STRERROR_R + +--- a/src/Makefile.am b/src/Makefile.am +@@ -43,8 +43,8 @@ if BUILD_WITH_LIBNCURSES + bin_PROGRAMS += noping + + noping_SOURCES = oping.c +-noping_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_NCURSES=1 +-noping_LDADD = liboping.la -lm $(NCURSES_LIB) ++noping_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_NCURSES=1 $(NCURSES_CFLAGS) ++noping_LDADD = liboping.la -lm $(NCURSES_LIBS) + if BUILD_WITH_LIBRT + noping_LDADD += -lrt + endif +--- a/src/oping.c b/src/oping.c +@@ -82,11 +82,17 @@ + /* http://newsgroups.derkeiler.com/Archive/Rec/rec.games.roguelike.development/2010-09/msg00050.html */ + # define _X_OPEN_SOURCE_EXTENDED + +-# if HAVE_NCURSESW_NCURSES_H +-# include +-# elif HAVE_NCURSES_H ++#if defined HAVE_NCURSESW_CURSES_H ++# include ++#elif defined HAVE_NCURSESW_H ++# include ++#elif defined HAVE_NCURSES_CURSES_H ++# include ++#elif defined HAVE_NCURSES_H + # include +-# endif ++#else ++# error "SysV or X/Open-compatible Curses header file required" ++#endif + + # define OPING_GREEN 1 + # define OPING_YELLOW 2 +-- diff --git a/net-libs/liboping/liboping-1.8.0-r1.ebuild b/net-libs/liboping/liboping-1.8.0-r1.ebuild new file mode 100644 index ..1414754 --- /dev/null +++ b/net-libs/liboping/liboping-1.8.0-r1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit autotools fcaps perl-module + +DESCRIPTION="Protocol independent ANSI-C ping library and command line utility" +HOMEPAGE="https://noping.cc/"; +SRC_URI="https://noping.cc/files/${P}.tar.bz2
[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/
commit: 21233a7d552f20a2c885eeb01b24c9555bb6f7ed Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 15 07:02:04 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:02:32 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21233a7d net-libs/liboping: Bump to v1.9.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/liboping/Manifest | 1 + net-libs/liboping/liboping-1.9.0.ebuild | 66 + 2 files changed, 67 insertions(+) diff --git a/net-libs/liboping/Manifest b/net-libs/liboping/Manifest index 5eef357..d13eb9c 100644 --- a/net-libs/liboping/Manifest +++ b/net-libs/liboping/Manifest @@ -1,2 +1,3 @@ DIST liboping-1.7.0.tar.bz2 306359 SHA256 60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3 SHA512 74ca6184fc192cabc0edb289aaab7b7d6f743a69cd0e1c0de82d768e7fd599229fbb974fbc0e1f3f5a3377c47cc8871c8cd1b16982f7b67167cd7cc5808eb38e WHIRLPOOL cf845b01582cf207c2409e1e5ee71ca9e7fb402ff8fb0131778246aa8931aa3b1c59e6318fea6923ed3f83721f8a0928991ecefb87f7ec13f2f8c4f3f8df4fdc DIST liboping-1.8.0.tar.bz2 316441 SHA256 1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb SHA512 94170de6e23c1c2380866e5195a3cdac795f30bda560ee3869bcdd9aa42b831fa3aac1a351033f72ed81d501b8e3e02db9bb5e5ada29e51ea4b1d2cca7af6217 WHIRLPOOL 724144216788a3837e2afb45b88a9ea757984e45841a365cfc7b17b43269069600dd9ed261f4b108527eb5f19b151500b24e4544c8e3f944cc1d7392e39b6c4a +DIST liboping-1.9.0.tar.bz2 313884 SHA256 44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530 SHA512 dcbadeea5154d4f4c31f806cae4ee5b8d5a8dfe243a9de4dad4b81b5b227538e1bb0c20afef121bd8ad841346da39fd5fb4710db981b89c11acc573c4f401c85 WHIRLPOOL 11421367b3e5128a0158ab76305bde2431dd3e2e2e0f8665cc5fbf9871a0a60fab6e1887d4a3537cc5d1e56dbf1431d6b51885b0c93e25b21e93c9e0b678834d diff --git a/net-libs/liboping/liboping-1.9.0.ebuild b/net-libs/liboping/liboping-1.9.0.ebuild new file mode 100644 index ..1414754 --- /dev/null +++ b/net-libs/liboping/liboping-1.9.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit autotools fcaps perl-module + +DESCRIPTION="Protocol independent ANSI-C ping library and command line utility" +HOMEPAGE="https://noping.cc/"; +SRC_URI="https://noping.cc/files/${P}.tar.bz2"; + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0/0.2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="+filecaps ncurses perl" + +DEPEND="ncurses? ( sys-libs/ncurses:0= )" +RDEPEND=${DEPEND} + +PATCHES=( + "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch" + "${FILESDIR}/${PN}-1.8.0-remove-ncurses-automagic.patch" +) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + econf \ + $(use_with perl perl-bindings INSTALLDIRS=vendor) \ + $(use_with ncurses) +} + +src_test() { + if use perl; then + pushd bindings/perl >/dev/null || die + perl-module_src_test + popd >/dev/null || die + fi +} + +src_install() { + default + + find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die +} + +pkg_postinst() { + if use filecaps; then + local _caps_str="CAP_NET_RAW" + fcaps "${_caps_str}" \ + "${EROOT%/}/usr/bin/oping" \ + "${EROOT%/}/usr/bin/noping" + elog "Capabilities for" + elog "" + elog " ${EROOT%/}/usr/bin/oping" + elog " ${EROOT%/}/usr/bin/oping" + elog "" + elog "set to ${_caps_str}+EP due to set 'filecaps' USE flag." + elog + fi +}
[gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/
commit: 6fffed3e024e38a0ce740ce7fd26b098fea8652d Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jan 11 14:05:41 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 15 07:02:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fffed3e net-libs/liboping: Update metadata.xml Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/liboping/metadata.xml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/net-libs/liboping/metadata.xml b/net-libs/liboping/metadata.xml index a32d600..561fec0 100644 --- a/net-libs/liboping/metadata.xml +++ b/net-libs/liboping/metadata.xml @@ -5,4 +5,11 @@ whi...@gentoo.org Thomas Deutschmann + + Reflect major ABI version (=upstream's LIBOPING_CURRENT value) of liboping.so. + + + https://github.com/octo/liboping/issues + octo/liboping +
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/
commit: 787d46bf3ad4b208003cd1ad1a8d2841f4743572 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 15 07:00:53 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 15 07:00:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787d46bf dev-ruby/ruby_parser: add 3.8.4 Package-Manager: portage-2.3.0 dev-ruby/ruby_parser/Manifest | 1 + dev-ruby/ruby_parser/ruby_parser-3.8.4.ebuild | 36 +++ 2 files changed, 37 insertions(+) diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest index 3a92431..0de543b 100644 --- a/dev-ruby/ruby_parser/Manifest +++ b/dev-ruby/ruby_parser/Manifest @@ -1,2 +1,3 @@ DIST ruby_parser-3.8.2.gem 360960 SHA256 0c600cdf79a9d925d8c06b65bbefffba34ce7177520d1545659ce03d252f2173 SHA512 c12f1928dfb18e0f3db1bb9b3f0186b37b4add3e4503050eaed5bb44c25e05a10de7e45ab63c0f2a691f0cafb3dfab6137177e9f73e73633dc84a673667a5e75 WHIRLPOOL 53ab19656d58265e94bacbe99826679aac3b6125670b67beca38e6c63511613670b2d5b53955c772bb8160d4211597a803af1de7c57c3d5c65692edba90ab7fb DIST ruby_parser-3.8.3.gem 361472 SHA256 482d5eb7ae48dd054d840fcbbddf162fd8beca6c3e666bb6c8166ab82b872a77 SHA512 1d90d9fcd20b3fcfc0b61da118c3f0d8cbec21ffeb6f4a758c291c188383f3a6d5ee68fc3b421c9040e1490688b96e0f551c3b1d85b65f56af7c056b3611ae03 WHIRLPOOL b9b0dcf4d07608f77abb385e86100c5200ffab2dc545bb7671ea023562a3e368e8eca16b139a50d3bf6e092258daeafda4da185ca8bb3c475be94f2f6daa3684 +DIST ruby_parser-3.8.4.gem 361984 SHA256 fe65c8fb428692818c9f693ece50a7d994e1d19b5d5bd50ccbcf6b26ee2f89e6 SHA512 cb0b14cc41a84cf1a96fa942a8b3aed2c64e026fb5294a236d53d53fcce50330a5eb2d1f92101e64fcbc31c5a4fdb026a6d6dc4dff20772b174425ebeb398fee WHIRLPOOL 2235626a4781ef03213009650f4bc072fe4ebe19cf18ce4743489f4c9adb239eca3e66850fd31b209efcf1d25e4278375ed1bd5ea04f4b77086557b7e6102c0a diff --git a/dev-ruby/ruby_parser/ruby_parser-3.8.4.ebuild b/dev-ruby/ruby_parser/ruby_parser-3.8.4.ebuild new file mode 100644 index ..cbc24e3 --- /dev/null +++ b/dev-ruby/ruby_parser/ruby_parser-3.8.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="A ruby parser written in pure ruby" +HOMEPAGE="https://github.com/seattlerb/ruby_parser"; + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/sexp_processor-4.7.0:4 + !=dev-ruby/hoe-2.9.1 )" +ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 )" + +DEPEND+=" test? ( dev-util/unifdef )" + +all_ruby_prepare() { + # Remove reference to perforce method that is not in a released + # version of hoe-seattlerb. + #sed -i -e '/perforce/d' Rakefile || die + sed -i -e '/license/d' Rakefile || die + sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tdiff/
commit: 737204b74f6d8b9aceb154b4e7fc4b6a5144053b Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 15 06:49:19 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 15 06:49:19 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737204b7 dev-ruby/tdiff: add ruby24 Package-Manager: portage-2.3.0 dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild index 899bd99..a01e6f5 100644 --- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild +++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" inherit ruby-fakegem
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sexp_processor/
commit: 8ecceb80d685865f5e27c9085ec44f5809ce69d6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 15 06:53:16 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 15 06:53:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecceb80 dev-ruby/sexp_processor: add ruby24 Package-Manager: portage-2.3.0 dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild index b8b8df0..7bef3ea 100644 --- a/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild +++ b/dev-ruby/sexp_processor/sexp_processor-4.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/maruku/
commit: f226efa9eef528adc1337fecc001d418a599ec7c Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 15 06:46:20 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 15 06:46:20 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f226efa9 dev-ruby/maruku: add 0.7.3 Package-Manager: portage-2.3.0 dev-ruby/maruku/Manifest| 1 + dev-ruby/maruku/maruku-0.7.3.ebuild | 43 + 2 files changed, 44 insertions(+) diff --git a/dev-ruby/maruku/Manifest b/dev-ruby/maruku/Manifest index 97a08b1..9aebd9b 100644 --- a/dev-ruby/maruku/Manifest +++ b/dev-ruby/maruku/Manifest @@ -1 +1,2 @@ DIST maruku-0.7.2.gem 142336 SHA256 e8a755d8e9c24f1601157c8b376f0378f88d487fa777aa655f332504557a0798 SHA512 45eaec7ba721499acbfed97cac4eddfe50c2200a70394e06dc6dd4c6c642b0c58d126c48dabfc4b9697423dd99ecf8691e223125a44d59a382a76e051f2af622 WHIRLPOOL e472acd1366a032c920447ede4a329defa074338da16ae3075238f6f2d6498b2968a1f09ac040ff90d9aef14ea4d0d5a118abcf334cd245a231fb3cc1eb0a090 +DIST maruku-0.7.3.gem 140288 SHA256 dd14156f57b5433993710adca63b766d18b36f6e35cb25c21b178a6edfedebe4 SHA512 efef3eea7451e32c06c0820834cb98eb5424f6837b2e66e44482679d73d958e1e2c59e790a3e5ba26e0c91ece0a5c17f91877a7797d9a15a73b5344b0d444507 WHIRLPOOL 8ec5e8f8ebfb3650c674dca3f70c34260599a3f3a56636306ba2f9bc2e8d7ddf44e4183d901819228bd91394bd1c86c6c9eee6a8b03edcc9496b901ad7a12c82 diff --git a/dev-ruby/maruku/maruku-0.7.3.ebuild b/dev-ruby/maruku/maruku-0.7.3.ebuild new file mode 100644 index ..f15c0d8 --- /dev/null +++ b/dev-ruby/maruku/maruku-0.7.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="docs/div_syntax.md docs/entity_test.md + docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md + docs/proposal.md" +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="A Markdown-superset interpreter written in Ruby" +HOMEPAGE="https://github.com/bhollis/maruku"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="highlight test" + +ruby_add_bdepend "test? ( dev-ruby/nokogiri-diff )" +ruby_add_rdepend "highlight? ( dev-ruby/syntax )" + +DEPEND+=" test? ( app-text/blahtexml )" + +all_ruby_prepare() { + sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die +} + +pkg_postinst() { + elog + elog "You need to emerge app-text/texlive and dev-texlive/texlive-latexextra if" + elog "you want to use --pdf with Maruku. You may also want to emerge" + elog "dev-texlive/texlive-latexrecommended to enable LaTeX syntax highlighting." + elog +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/
commit: fe2ad60d403ea88cb49ed28bc5b0171e285b0607 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 06:01:42 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 06:01:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2ad60d media-libs/gst-plugins-base: Remove now unused opus local USE flag definition Also reindent space vs tab mess in metadata.xml Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gst-plugins-base/metadata.xml | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/media-libs/gst-plugins-base/metadata.xml b/media-libs/gst-plugins-base/metadata.xml index f154d51..1d80bb2 100644 --- a/media-libs/gst-plugins-base/metadata.xml +++ b/media-libs/gst-plugins-base/metadata.xml @@ -1,13 +1,12 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -gstrea...@gentoo.org -GStreamer package maintainers - - - Enable integer based vorbis decoder - Enable opus codec support - Enable pango GStreamer plugin - + + gstrea...@gentoo.org + GStreamer package maintainers + + + Enable integer based vorbis decoder + Enable pango GStreamer plugin +
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opus/, media-libs/gst-plugins-base/
commit: 6c2f9474b58fe9adc7a23f1ae901d8e43ddc6538 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 05:15:16 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 05:16:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2f9474 media-plugins/gst-plugins-opus: Remove old opusparse version in favor of codec split from -base Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../gst-plugins-base/gst-plugins-base-1.8.3.ebuild | 92 -- media-plugins/gst-plugins-opus/Manifest| 1 - .../gst-plugins-opus/gst-plugins-opus-1.8.3.ebuild | 19 - 3 files changed, 112 deletions(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.8.3.ebuild deleted file mode 100644 index c768e90.. --- a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -GST_ORG_MODULE="gst-plugins-base" - -inherit gstreamer - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/"; - -LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -IUSE="alsa +introspection ivorbis +ogg +opus +orc +pango theora +vorbis X" -REQUIRED_USE=" - ivorbis? ( ogg ) - theora? ( ogg ) - vorbis? ( ogg ) - opus? ( ogg ) -" - -RDEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) - ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] ) - ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) - orc? ( >=dev-lang/orc-0.4.23[${MULTILIB_USEDEP}] ) - opus? ( - >=media-libs/opus-1.1[${MULTILIB_USEDEP}] - !=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] ) - theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] ) - vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 - X? ( - >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] ) -" - -multilib_src_configure() { - gstreamer_multilib_src_configure \ - $(use_enable alsa) \ - $(multilib_native_use_enable introspection) \ - $(use_enable ivorbis) \ - $(use_enable ogg) \ - $(use_enable opus) \ - $(use_enable orc) \ - $(use_enable pango) \ - $(use_enable theora) \ - $(use_enable vorbis) \ - $(use_enable X x) \ - $(use_enable X xshm) \ - $(use_enable X xvideo) \ - --disable-debug \ - --disable-examples \ - --disable-static - # cdparanoia and libvisual are split out, per leio's request - - # bug #366931, flag-o-matic for the whole thing is overkill - if [[ ${CHOST} == *86-*-darwin* ]] ; then - sed -i \ - -e '/FLAGS = /s|-O[23]|-O1|g' \ - gst/audioconvert/Makefile \ - gst/volume/Makefile || die - fi - - if multilib_is_native_abi; then - local x - for x in libs plugins; do - ln -s "${S}"/docs/${x}/html docs/${x}/html || die - done - fi -} - -multilib_src_install_all() { - DOCS="AUTHORS NEWS README RELEASE" - einstalldocs - prune_libtool_files --modules -} diff --git a/media-plugins/gst-plugins-opus/Manifest b/media-plugins/gst-plugins-opus/Manifest index b9b474f..ddb8a85 100644 --- a/media-plugins/gst-plugins-opus/Manifest +++ b/media-plugins/gst-plugins-opus/Manifest @@ -1,5 +1,4 @@ DIST gst-plugins-bad-0.10.23.tar.xz 3155044 SHA256 03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9 SHA512 6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4 WHIRLPOOL dd657100909c32ab75cb8aada8db24d68ddf7a10dc0eb055982d7e4d9ae7a50c364eeac9017cea8b176734fc09cf7f8e4e8f52d24
[gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/
commit: c1975c126c1551cb252c975e66c2ef6e0c0cb3a8 Author: Zoltan Puskas sinustrom info> AuthorDate: Mon Jan 9 01:23:31 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:14:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1975c12 app-doc/kicad-doc: Add ~x86 to 4.0.4 for consistency and later stabilization Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-doc/kicad-doc/kicad-doc-4.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild b/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild index 67f5a64..5d7f25c 100644 --- a/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild +++ b/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="html pdf" LANGS="en fr it ja nl pl" for lang in ${LANGS}; do
[gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/
commit: e6e172d1d4684cb290a1f97f38f96206111e17ad Author: Zoltan Puskas sinustrom info> AuthorDate: Mon Jan 9 00:45:35 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:14:39 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e172d1 app-doc/kicad-doc: Remove 4.0.2 ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-doc/kicad-doc/Manifest | 1 - app-doc/kicad-doc/kicad-doc-4.0.2.ebuild | 72 2 files changed, 73 deletions(-) diff --git a/app-doc/kicad-doc/Manifest b/app-doc/kicad-doc/Manifest index 486d1f4..f924e9f 100644 --- a/app-doc/kicad-doc/Manifest +++ b/app-doc/kicad-doc/Manifest @@ -1,3 +1,2 @@ DIST kicad-doc-4.0.1.tar.gz 23365382 SHA256 be8dc4bddb89869996956d3d1421584c5a8197282997902e22fda888a8d433bb SHA512 ae57a9c29f3cd4b3d85d4b7d7bc940957c33b0e1c1404b82c8a9261695c0670866cb4a95ab7ad5c35b1faa6fbd3969f277467fa7d33e38e728a3dd9b65203021 WHIRLPOOL d9834312a0a315bf1d5dca048999d5adcb2ee60c42a41d8266522ad6c0ca49ec7bad5c9bad322b6d73c41c9f24cb1f4088d6889c6a51abf4671271dd7ec8af9d -DIST kicad-doc-4.0.2.tar.gz 23365338 SHA256 4a475b3831f9a54a20dc94631cada3e305ede23345a6b4059077ac6900f3d35a SHA512 8cf2ff11141d3a5319d3b17a13648903518aaf0625802762df875550dd5811515e8a65d7414859624a18402cc6289ec70247a6c1f235081768ee344ec42c3b35 WHIRLPOOL f0279935fd823c62a6545afab6c2916173a72b5c881f71d8118ef897972e2d9de2c567944689a70aeeb4bae9b4938f636e9c526d0fd838bb42b8e2b4b4d23b4f DIST kicad-doc-4.0.4.tar.gz 33705865 SHA256 5564217076641926a2523d4dc66e78810de2fe4b5bd4d2f0ba40a522203c4d27 SHA512 97a45ebbd11ab7f92eff1409bc03512b7685fb4a85dd1d87675e92742cc6672a1332c5fe8d63577eba93ed976af1bb4acaa461dbada5e4695a161cefa82c9ff4 WHIRLPOOL be03128787fc9461e9220845a42acd6d7a6bac5adfdc3106365e8c46e7bd185b6a25857b66c91d444a13a03184fb3a260d04d156768304bddb577ce8e776676a diff --git a/app-doc/kicad-doc/kicad-doc-4.0.2.ebuild b/app-doc/kicad-doc/kicad-doc-4.0.2.ebuild deleted file mode 100644 index 93584aa.. --- a/app-doc/kicad-doc/kicad-doc-4.0.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Electronic Schematic and PCB design tools manuals" -HOMEPAGE="http://www.kicad-pcb.org/"; -SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="html pdf" -LANGS="en fr it ja nl pl" -for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" -done - -DEPEND=">=app-text/asciidoc-8.6.9 - app-text/dblatex - app-text/texlive:=[l10n_en?,l10n_fr?,l10n_it?,l10n_ja?,l10n_nl?,l10n_pl?] - >=app-text/po4a-0.45 - >=sys-devel/gettext-0.18 - dev-util/source-highlight - dev-perl/Unicode-LineBreak - l10n_ja? ( media-fonts/vlgothic )" -RDEPEND="" - -src_prepare() { - DOCPATH="KICAD_DOC_INSTALL_PATH share/doc/kicad" - sed "s|${DOCPATH}|${DOCPATH}-${PV}|g" -i CMakeLists.txt || die "sed failed" -} - -src_configure() { - local formats="" - local doclang="" - local format lang - - # construct format string - for format in html pdf; do - use ${format} && formats+="${format};" - done - if [[ -z ${formats} ]]; then - formats="html;" - ewarn "Neither \"html\" nor \"pdf\" USE flag set, using html." - fi - - # find out which language is requested - for lang in ${LANGS}; do - if use l10n_${lang}; then - if [[ -z ${doclang} ]]; then - doclang="${lang}" - else - ewarn "Only one single language can be enabled." \ - "Using \"${doclang}\", ignoring \"${lang}\"." - fi - fi - done - if [[ -z ${doclang} ]]; then - doclang="en" - ewarn "No language flag set, falling back to \"en\"." - fi - - local mycmakeargs=( - -DBUILD_FORMATS="${formats}" - -DSINGLE_LANGUAGE="${doclang}" - ) - cmake-utils_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/
commit: 93e18de4248c83eb65364872f199e906a9590f83 Author: Zoltan Puskas sinustrom info> AuthorDate: Mon Jan 9 00:43:54 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:14:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e18de4 sci-electronics/kicad: Remove old 4.0.2-r4 ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-electronics/kicad/Manifest | 4 - sci-electronics/kicad/kicad-4.0.2-r4.ebuild | 209 2 files changed, 213 deletions(-) diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest index 76b023c..1d92327 100644 --- a/sci-electronics/kicad/Manifest +++ b/sci-electronics/kicad/Manifest @@ -1,13 +1,9 @@ DIST kicad-4.0.1-i18n.tar.gz 2273300 SHA256 646f2f394046543be9fd57b2b5fc01f1869b4879958fc13a29f60b3502b7ca30 SHA512 56c87f94bb8c3a1f92dee6a5d88fe0a7d6778110cf1fbd019e7481fa89d0d3df447eb90d49f7621dd7006a4e23ce16f752eeba368057d4d970e280c77e22cc25 WHIRLPOOL 3a592d6c59da763dd554ebf85f9d627da58fb6ca38c435712742e0e58ab60bb59ec6c6b5757e651c7c1656ea23153237d236d680a3f3276ef1e1d4b29b24f413 DIST kicad-4.0.1-library.tar.gz 105054096 SHA256 4d1ec105a422a0130be02f4d712d5c22ab223a7963f2b98e75b6847254269e46 SHA512 88b9d31230ac85e4b4341b0b2194d6fc622c03d62e80c65d82d999e02324d902ce90881fd5592bde9e8c2695370cb0c35e8e4473f640d1a25eddf453637b6b6f WHIRLPOOL 50cce4a0147982f8693009833831a3876c987ea24be938ed51a39d823935d424fbe7940b6f7565c42a318b4e71c24c31f8b0fcbfd5e63db247856312a775001b DIST kicad-4.0.1.tar.xz 10837804 SHA256 73a9f8713ba93ce34e5f9c26e9667f33a22f4e33192fa6bd15d3fc0edea54bde SHA512 da9d5ba7f6a323d80621304e368c9783febedf7c545f31a6ca69bddc8573e7c7aa127c774cc29e173eae947debd444b5a04b0483800d6c0d1303e32a714e3d26 WHIRLPOOL 0985d7b38df1224787b0509407f34043d71f4eac847486bf4633cacb9c3bc32df9590c0516e3189e4b0f5ba17fde93ead467e200e95ecb763f7054cc1baac107 -DIST kicad-4.0.2-i18n.tar.gz 2290139 SHA256 05a9a5b1c9a2aa0e0712171c5e71cc3b74c43254a7d5fdd3d3c76e32ff927bea SHA512 2021706d0e96f6a82b57b8f187b703f37c32ee6efb99323ec191de141c2bfc89b590949cdbf2eea6cc618afc84bbac9fae758fdbb088aed3ab06649279bcab21 WHIRLPOOL 0797d587ed4009bc9be6aac0b19f2cd0581e497f074e6cfd33adff6a44b68c215c06c084d8221a57a0f39e228d70e9760bf368770d2bc7bd361be1688a65ab9b -DIST kicad-4.0.2-library.tar.gz 105106185 SHA256 0499da0fa617248a4196e50ff65c0bf78cb456bf1ca4bd6c72d956044b310bef SHA512 14f7136ded81f54fcccbb4555f77b0079d637a08b15b2fd60b729226dbc5adfb5fe7489060ba1d3b949ca1d94d95623df28cceac93ee600165598d9fd78711e7 WHIRLPOOL c5080ad602684ccdb60493745714398027af2ba09b4a2187740b89fcac923941adda80c744a12338d8c6eda07763fdae12428a8c9d06379a637e3e0ee881bef1 -DIST kicad-4.0.2.tar.xz 10841200 SHA256 2eae6986843a29862ab399a30b50454582d22f58ed3f53eb50d0c85e5d488eb9 SHA512 b0817cca7b8d0216507d78c602d332deaf2a68528b129309067b01e254c6600af5513dea7f44570beb4a339bc044ef7966890a91aeda6fd5a95515657cd1628a WHIRLPOOL 7ae9b072addeea8cc3d6daa69b8f19d077604f0ec5d1e5dfed53efe6b0a32f6b12c1156c2f52092a859d9f716cab83d16b17b0e3abbc0c72a2bafacb3be27719 DIST kicad-4.0.4-i18n.tar.gz 2409039 SHA256 aec8121fc64985b150c0843db937a3383afe1805697f339aa73009215c1b92cf SHA512 5fcbf54aeff92c142652908dda9e727e8b076aec4531f2bb4d27aa9fd946e92621141a9709a9469c133010cca019e4e6bc9731366e8c1adbe38078f5a6fcaedf WHIRLPOOL 65c940149ab3357341b41a70f7db35695a598ade462a6fc8e602c4d1b53458fc712706e0effbc8b27b24f95510980a223cb9445b8ca8d54669dd89a65d066a2c DIST kicad-4.0.4.tar.xz 10672424 SHA256 6da5d3f7bc63a9c5b4d0f5e4b954411b45d712168596b5af02957343c87eda00 SHA512 230eb10d42e004c51d790db0d21dc08653944ca6cc4b728ad34b506f1a2b009c23369ddae417c8fafd420cb8045900dd4145cd1071867c759ab406dd12be3242 WHIRLPOOL c5e577bebfd11160528e9543d9a421a5814ad70134092e9a0bd759b7a941e730b33cac7059606eba049ad5ffc8e6d44a0079bdbe9446ad1f152fa04ec6150d4c DIST kicad-footprints-4.0.1.tar.gz 801985 SHA256 e3b195706c8f30928c34478a87607e996def94a19982f8987a783b8e4ffe112f SHA512 4fef1792eee8be951c77a8684942ecfa9047b602796f90e746010d63f72f5981cb2c90efe28ba7bd7d22894256d23f71b47eb170056e7b4423f72120f5413725 WHIRLPOOL b41eb7149b14af4c3dd37bc19f7bba9afcc896c1b5d523e7bead0c6695dad7255527f952042589181876dc598d7a85963ab4f86b6c3179e0e82e6f187712c298 -DIST kicad-footprints-4.0.2.tar.gz 802003 SHA256 eff257abc2d5e4b1b87b2251c74b5c751271505c0605f31f8f4390dedff43f6f SHA512 2b54bbbcaac8ae17f9b27f2ba2542be10a84fda46266dfa249699d731ceb3de1c8129bcd1e88f045b2fb20af9a58658ef65390ea702e7c583923a50b10cd5a29 WHIRLPOOL bf9f9475092eb6a9167d5297731942c9f0ad48a49ba05d04db400cff64c46a413ffec68d524f39edbfee05fb55216da5b69dd2c1f409e955cb0758da1383b140 DIST kicad-footprints-4.0.4.tar.gz 1400434 SHA256 2b23e282c64c7e72d9ad52a6f114c20572b8c0e3fd9895b9b87b7ccacc7b4479 SHA512 7d42eea2c7c84961e05e0e61d6380e3d294d696e1321bb4406391125379fd6a3dc2b38e7ff8be51b684786bed892738452218f4c5a95c547319f1eaafc0cea6e WHIRLPOOL 6f96d7ecbe94c511f99c6022466704742aec83578790685c2945926682a0a2c50f2ff17
[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/, media-plugins/gst-plugins-libvisual/, ...
commit: d072230a5f1d372857b0c0fd63d80fe446e1a8cb Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 05:12:28 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 05:12:41 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d072230a media-libs/gst-plugins-base and its splits: Remove old 1.8.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gst-plugins-base/Manifest | 1 - .../gst-plugins-base/gst-plugins-base-1.8.2.ebuild | 90 -- media-plugins/gst-plugins-cdparanoia/Manifest | 1 - .../gst-plugins-cdparanoia-1.8.2.ebuild| 19 - media-plugins/gst-plugins-libvisual/Manifest | 1 - .../gst-plugins-libvisual-1.8.2.ebuild | 25 -- 6 files changed, 137 deletions(-) diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest index 3bcfba3..968fee3 100644 --- a/media-libs/gst-plugins-base/Manifest +++ b/media-libs/gst-plugins-base/Manifest @@ -1,5 +1,4 @@ DIST gst-plugins-base-0.10.36.tar.xz 2364108 SHA256 1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a SHA512 ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8 WHIRLPOOL e455f2a1aafd60078080735108e4ac336bc4764ed92b9579d83a453f75491331d16b48e5983f3c9712b6edb28ec379e696f06f6910c93168b019d6077c28fb6d DIST gst-plugins-base-1.4.5.tar.xz 2637680 SHA256 77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d SHA512 63d3c531de736ad8a64d6962c0af75857d3b016d7f8e85d1884e8de50e64576902bb1161161b74130ab5dfb1d453eb995e374d8a958eac6e44ae5272eeaaf8b6 WHIRLPOOL cf6ef1c9589ed7a39be74e7663b0821c81b1b4cffdd612ccd7fd5b7929508af21d68817530a4b0fb2517f3a7044ee068afba7602816fdd0ada31444f0bcf8383 DIST gst-plugins-base-1.6.3.tar.xz 2837460 SHA256 b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75 SHA512 c4cc98e55c94864ccf45c38c9cbfb2a6d5d5c9cf59e761d10db873640adbf0d4adc583a349dfde56428315416412bb37a31851a10826d11807472ad28d0bfb30 WHIRLPOOL 63c0b2e1ebdf59512c82977b1a8f3a4a6e7a46484a5c726b641d01cc5671ea125bfff804948fbe5a9c3a567590c5ea12f31f1540cbb3493b1c6e1cacc73eba61 -DIST gst-plugins-base-1.8.2.tar.xz 2886960 SHA256 9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d SHA512 416b8755d2453e6a68f1ac605fe08ce64e63936c97c8931c85de4a87e8d3e4f2ae197422f7aadfc1eaecbd782141b6088543ed5ddaaf686dce860ac190c5fb19 WHIRLPOOL 298bc04291fab5c2e06835640c3266ec296a06b431a1442c45e6832d3ddb7b5bb1fe5e93940233f48010ed655882bc86502f3734024e709c31998a6f7339823d DIST gst-plugins-base-1.8.3.tar.xz 2939464 SHA256 114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e SHA512 9fe88b73fe85be8614340f65515900998bdee010ebc39d6d4286b7ba39a82b75e58da76dc15e23fae7f228f4efa51c68935e2515ccc367d13dd68e173cf1ae0c WHIRLPOOL 83a41208b37582c8fc3bddbb66916052486f6c3b175f7568bd48dff494c81f219d1273ebdd192c22fad21942b8dbf8a212e9a5b4f5df348efb2058a77bc9a4f1 diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.8.2.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.8.2.ebuild deleted file mode 100644 index b9e37af.. --- a/media-libs/gst-plugins-base/gst-plugins-base-1.8.2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -GST_ORG_MODULE="gst-plugins-base" - -inherit gstreamer - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/"; - -LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -IUSE="alsa +introspection ivorbis +ogg +opus +orc +pango theora +vorbis X" -REQUIRED_USE=" - ivorbis? ( ogg ) - theora? ( ogg ) - vorbis? ( ogg ) - opus? ( ogg ) -" - -RDEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) - ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] ) - ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) - orc? ( >=dev-lang/orc-0.4.23[${MULTILIB_USEDEP}] ) - opus? ( >=media-libs/opus-1.1[${MULTILIB_USEDEP}] ) - pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] ) - theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] ) - vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] -
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libpng/, media-plugins/gst-plugins-dv/, ...
commit: ff026617d47b4cd8b40f323f2e2f8d69308d91e0 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 05:09:14 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 05:09:58 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff026617 media-libs/gst-plugins-good and its splits: Remove old 1.8.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gst-plugins-good/Manifest | 1 - .../gst-plugins-good/gst-plugins-good-1.8.2.ebuild | 54 -- media-plugins/gst-plugins-dv/Manifest | 1 - .../gst-plugins-dv/gst-plugins-dv-1.8.2.ebuild | 17 --- media-plugins/gst-plugins-flac/Manifest| 1 - .../gst-plugins-flac/gst-plugins-flac-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-gdkpixbuf/Manifest | 1 - .../gst-plugins-gdkpixbuf-1.8.2.ebuild | 18 media-plugins/gst-plugins-jack/Manifest| 1 - .../gst-plugins-jack/gst-plugins-jack-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-jpeg/Manifest| 1 - .../gst-plugins-jpeg/gst-plugins-jpeg-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-libpng/Manifest | 1 - .../gst-plugins-libpng-1.8.2.ebuild| 15 -- media-plugins/gst-plugins-oss/Manifest | 1 - .../gst-plugins-oss/gst-plugins-oss-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-pulse/Manifest | 1 - .../gst-plugins-pulse-1.8.2.ebuild | 18 media-plugins/gst-plugins-raw1394/Manifest | 1 - .../gst-plugins-raw1394-1.8.2.ebuild | 22 - media-plugins/gst-plugins-shout2/Manifest | 1 - .../gst-plugins-shout2-1.8.2.ebuild| 15 -- media-plugins/gst-plugins-soup/Manifest| 1 - .../gst-plugins-soup/gst-plugins-soup-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-speex/Manifest | 1 - .../gst-plugins-speex-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-taglib/Manifest | 1 - .../gst-plugins-taglib-1.8.2.ebuild| 15 -- media-plugins/gst-plugins-v4l2/Manifest| 1 - .../gst-plugins-v4l2/gst-plugins-v4l2-1.8.2.ebuild | 29 media-plugins/gst-plugins-vpx/Manifest | 1 - .../gst-plugins-vpx/gst-plugins-vpx-1.8.2.ebuild | 16 --- media-plugins/gst-plugins-wavpack/Manifest | 1 - .../gst-plugins-wavpack-1.8.2.ebuild | 15 -- media-plugins/gst-plugins-ximagesrc/Manifest | 1 - .../gst-plugins-ximagesrc-1.8.2.ebuild | 30 36 files changed, 372 deletions(-) diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest index 9ee44ed..d0ab972 100644 --- a/media-libs/gst-plugins-good/Manifest +++ b/media-libs/gst-plugins-good/Manifest @@ -1,5 +1,4 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809 WHIRLPOOL 952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9 DIST gst-plugins-good-1.4.5.tar.xz 3031588 SHA256 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641 SHA512 0cf880af21956138e127508f6020fdc10f6ed01b765b0d3364d038c8e104947486c83c157c7b957193b82d59f724e342a6d12900b6a97abe6e2f3dac65d71be0 WHIRLPOOL a56ca2c2f2b73f299cb3c3605eb70ddbd97d9513d26ee11d91608c08589149df97f23490a6513d991c6b552a7b8a71f75463fd6dbf7579943ac859254eb0af3c DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 WHIRLPOOL 0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8 -DIST gst-plugins-good-1.8.2.tar.xz 3220912 SHA256 8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944 SHA512 9d72836f89672b57544121ce7f79122b0599a7c0c717a9cc111e4400e3ede61dea0dd6a30100313addbfdc094801938ff7a7187a9b6caa89c5fdf7fee07beda1 WHIRLPOOL ad566f1a0756236bf1b9b9982628dc47cba8e9cd0791e7bfe775dc0cf4286c00f410e6dbc4f996cf2378f0292f849d546e81fa8fa77fc871f4a287f9a485a2d1 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a WHIRLPOOL 06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988 diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.8.2.ebuild b/media-libs/gst-plugins-good/gst-pl
[gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/
commit: 6a7da2ca0f62c4b8234ea6554b31f441dc355c27 Author: Mykyta Holubakha gmail com> AuthorDate: Tue Jan 10 23:14:47 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:07:47 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7da2ca dev-libs/wlc: fix syntax errors dev-libs/wlc/wlc-0.0.5.ebuild | 2 +- dev-libs/wlc/wlc-0.0.6.ebuild | 2 +- dev-libs/wlc/wlc-0.0.7.ebuild | 2 +- dev-libs/wlc/wlc-.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/wlc/wlc-0.0.5.ebuild b/dev-libs/wlc/wlc-0.0.5.ebuild index 5e48480..54addb6 100644 --- a/dev-libs/wlc/wlc-0.0.5.ebuild +++ b/dev-libs/wlc/wlc-0.0.5.ebuild @@ -52,7 +52,7 @@ src_configure() { } pkg_postinst() { - if use X && !has_version 'x11-base/xorg-server[wayland]' + if use X && ! has_version 'x11-base/xorg-server[wayland]' then elog "You have enabled wlc's X11 support. To use Xwayland, you must emerge" elog "'x11-base/xorg-server[wayland]'." diff --git a/dev-libs/wlc/wlc-0.0.6.ebuild b/dev-libs/wlc/wlc-0.0.6.ebuild index efbef44..dcb9e85 100644 --- a/dev-libs/wlc/wlc-0.0.6.ebuild +++ b/dev-libs/wlc/wlc-0.0.6.ebuild @@ -53,7 +53,7 @@ src_configure() { } pkg_postinst() { - if use X && !use xwayland + if use X && ! use xwayland then elog "xwayland use flag is required for X11 applications support" fi diff --git a/dev-libs/wlc/wlc-0.0.7.ebuild b/dev-libs/wlc/wlc-0.0.7.ebuild index ce931fe..45971a0 100644 --- a/dev-libs/wlc/wlc-0.0.7.ebuild +++ b/dev-libs/wlc/wlc-0.0.7.ebuild @@ -49,7 +49,7 @@ src_configure() { } pkg_postinst() { - if use X && !use xwayland; then + if use X && ! use xwayland; then elog "xwayland use flag is required for X11 applications support" fi ewarn "This wlc version does not support displaying" diff --git a/dev-libs/wlc/wlc-.ebuild b/dev-libs/wlc/wlc-.ebuild index 37ec240..d7f6c37 100644 --- a/dev-libs/wlc/wlc-.ebuild +++ b/dev-libs/wlc/wlc-.ebuild @@ -53,7 +53,7 @@ src_configure() { } pkg_postinst() { - if use X && !use xwayland + if use X && ! use xwayland then elog "xwayland use flag is required for X11 applications support" fi
[gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/
commit: 354780f46a375cfa418774ec605b5db88bd5e8ba Author: Mykyta Holubakha gmail com> AuthorDate: Tue Jan 10 23:11:33 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:07:42 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354780f4 dev-libs/wlc: add xkb use to x11-libs/libxcb dep Gentoo-Bug: https://bugs.gentoo.org/605148 dev-libs/wlc/wlc-0.0.7.ebuild | 2 +- dev-libs/wlc/wlc-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wlc/wlc-0.0.7.ebuild b/dev-libs/wlc/wlc-0.0.7.ebuild index a48af99..ce931fe 100644 --- a/dev-libs/wlc/wlc-0.0.7.ebuild +++ b/dev-libs/wlc/wlc-0.0.7.ebuild @@ -25,7 +25,7 @@ RDEPEND="virtual/opengl dev-libs/libinput dev-libs/wayland X? ( x11-libs/libX11 -x11-libs/libxcb +x11-libs/libxcb[xkb] x11-libs/xcb-util-image x11-libs/xcb-util-wm x11-libs/libXfixes ) diff --git a/dev-libs/wlc/wlc-.ebuild b/dev-libs/wlc/wlc-.ebuild index e44e750..37ec240 100644 --- a/dev-libs/wlc/wlc-.ebuild +++ b/dev-libs/wlc/wlc-.ebuild @@ -25,7 +25,7 @@ RDEPEND="virtual/opengl dev-libs/libinput dev-libs/wayland X? ( x11-libs/libX11 -x11-libs/libxcb +x11-libs/libxcb[xkb] x11-libs/xcb-util-image x11-libs/xcb-util-wm x11-libs/libXfixes )
[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkglext/
commit: c1daec24f44c05a4b18c74ef097af909087375da Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 04:48:43 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 04:48:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1daec24 x11-libs/gtkglext: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gtkglext/gtkglext-1.2.0-r2.ebuild | 59 -- x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild | 5 +-- 2 files changed, 1 insertion(+), 63 deletions(-) diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r2.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r2.ebuild deleted file mode 100644 index 63f8a94.. --- a/x11-libs/gtkglext/gtkglext-1.2.0-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GNOME2_LA_PUNT="yes" -inherit gnome2 multilib-minimal - -DESCRIPTION="GL extensions for Gtk+ 2.0" -HOMEPAGE="http://gtkglext.sourceforge.net/"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] - >=x11-libs/pango-1.36.3[X,${MULTILIB_USEDEP}] - || ( - >=x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}] - =x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" - -src_prepare() { - gnome2_src_prepare - - # Remove development knobs, bug #308973 - sed -i 's:-D\(G.*DISABLE_DEPRECATED\):-D__\1__:g' \ - examples/Makefile.am examples/Makefile.in \ - gdk/Makefile.am gdk/Makefile.in \ - gdk/win32/Makefile.am gdk/win32/Makefile.in \ - gdk/x11/Makefile.am gdk/x11/Makefile.in \ - gtk/Makefile.am gtk/Makefile.in \ - || die "sed failed" -} - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - gnome2_src_configure \ - --disable-static -} - -multilib_src_install() { - gnome2_src_install -} - -multilib_src_install_all() { - local DOCS="AUTHORS ChangeLog* NEWS README TODO" - einstalldocs -} diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild index 2dd1ff1..215d0a5 100644 --- a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild +++ b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild @@ -19,10 +19,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] - || ( - >=x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}] - =x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkglext/
commit: b100df42beea5945b202c792b7e4422dd2f38977 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 04:46:06 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 04:46:06 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b100df42 x11-libs/gtkglext: Remove unnecessary pango[X] USE depend Surprisingly gtkglext doesn't actually use pangoxft, only pangox (which got moved to pangox-compat legacy package long ago even upstream). Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild | 66 ++ 1 file changed, 66 insertions(+) diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild new file mode 100644 index ..2dd1ff1 --- /dev/null +++ b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GNOME2_LA_PUNT="yes" +inherit autotools gnome2 multilib-minimal + +DESCRIPTION="GL extensions for Gtk+ 2.0" +HOMEPAGE="http://gtkglext.sourceforge.net/"; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] + >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] + || ( + >=x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}] + =x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] + >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] + >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-archive-2014.02.28 + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" + +src_prepare() { + # Ancient configure.in with broken multilib gl detection (bug #543050) + # Backport some configure updates from upstream git master to fix + epatch "${FILESDIR}/${P}-gl-configure.patch" + mv configure.{in,ac} || die "mv failed" + eautoreconf + + gnome2_src_prepare + + # Remove development knobs, bug #308973 + sed -i 's:-D\(G.*DISABLE_DEPRECATED\):-D__\1__:g' \ + examples/Makefile.am examples/Makefile.in \ + gdk/Makefile.am gdk/Makefile.in \ + gdk/win32/Makefile.am gdk/win32/Makefile.in \ + gdk/x11/Makefile.am gdk/x11/Makefile.in \ + gtk/Makefile.am gtk/Makefile.in \ + || die "sed failed" +} + +multilib_src_configure() { + ECONF_SOURCE=${S} \ + gnome2_src_configure \ + --disable-static +} + +multilib_src_install() { + gnome2_src_install +} + +multilib_src_install_all() { + local DOCS="AUTHORS ChangeLog* NEWS README TODO" + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
commit: 8d4fe620111f7d80e6da9e9c83ec008a8503ca03 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 15 04:40:20 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 15 04:41:13 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4fe620 x11-libs/pango: Clarify what USE=X does in local description pangoxft is more or less a legacy library, useful for libXaw/libXft or other pure X11 using applications that want to integrate pango with the existing libXft stuff. Most modern things do not use this, so clarify this in a local USE flag description in metadata.xml. Many consumers mistakenly USE depend on this without actually looking for or using pangoxft, so this also hopefully avoids further usage of this. The goal is to get rid of the unnecessary USE deps on consumers, where it is indeed unnecessary, and then perhaps rename the USE flag from IUSE=X to IUSE=xft or some such, so that it's not built by default on desktop profiles. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/pango/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-libs/pango/metadata.xml b/x11-libs/pango/metadata.xml index c183bcf..ce9f853 100644 --- a/x11-libs/pango/metadata.xml +++ b/x11-libs/pango/metadata.xml @@ -5,6 +5,9 @@ gn...@gentoo.org Gentoo GNOME Desktop + + Build and install the legacy pangoxft library + cpe:/a:pango:pango
[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/
commit: 8e017db02e6449bcab58f1d0993a36ccc4409c7c Author: soredake krutt org> AuthorDate: Sun Jan 8 19:20:37 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 04:16:01 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e017db0 sys-apps/yarn: version bump to 0.19.0 sys-apps/yarn/Manifest | 2 +- sys-apps/yarn/{yarn-0.18.0.ebuild => yarn-0.19.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest index a1268ff..8068ac0 100644 --- a/sys-apps/yarn/Manifest +++ b/sys-apps/yarn/Manifest @@ -1 +1 @@ -DIST yarn-v0.18.0.tar.gz 3618827 SHA256 8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19 SHA512 bf063663ad89b151a1802ff6f3989394a31b6fc0d03a17de06e7c9c8c6ad38eca99cfac1e6821f90df92c0e500287c6c1c029d8985ea1b33f7a8ffb2ee2eb708 WHIRLPOOL 50b35804a51315eae63611025cf83b2e23dd08660de86ba26cc4a9a160c7339546f2d654af2949a95593f6ecda8fd118494421bf9234d916bb5f43f391bd92f3 +DIST yarn-v0.19.0.tar.gz 3617962 SHA256 f7ce03b06b7499153176f2650111ab2b6b95bc8f819d146da5bc60c71b9bfdef SHA512 5a9a99ae4dfdbccd493b4844476b39d109d4d3fc2facfc41d2eace8b7498477abaecf448f237557c47a6f1a8f3ba776b36b8cc8ce4fb39590a2acfda3bd9c0d8 WHIRLPOOL ac019a4c0644510b53d6f3a043cc726ffa8f939393d42b3994c68b05d3052f676dffb174f4f901499c9667a2fb057021bfc556d8e8590daf0798bf6803a129fe diff --git a/sys-apps/yarn/yarn-0.18.0.ebuild b/sys-apps/yarn/yarn-0.19.0.ebuild similarity index 94% rename from sys-apps/yarn/yarn-0.18.0.ebuild rename to sys-apps/yarn/yarn-0.19.0.ebuild index 92fa6a8..e3bf186 100644 --- a/sys-apps/yarn/yarn-0.18.0.ebuild +++ b/sys-apps/yarn/yarn-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/files/, www-apps/kibana-bin/
commit: b6c6fb653d74cdbab710e4997740fcb43b2e0373 Author: Tomáš Mózes gmail com> AuthorDate: Sun Jan 8 06:58:56 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 04:04:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c6fb65 www-apps/kibana-bin: bump to 4.6.3, drop old www-apps/kibana-bin/Manifest | 12 +--- www-apps/kibana-bin/files/kibana.initd-r2 | 17 -- www-apps/kibana-bin/files/kibana.initd-r3 | 2 +- www-apps/kibana-bin/files/kibana.initd-r4 | 2 +- www-apps/kibana-bin/kibana-bin-4.1.11.ebuild | 67 -- www-apps/kibana-bin/kibana-bin-4.5.4.ebuild| 67 -- ...na-bin-4.6.1.ebuild => kibana-bin-4.6.3.ebuild} | 4 +- www-apps/kibana-bin/kibana-bin-5.0.0.ebuild| 67 -- www-apps/kibana-bin/kibana-bin-5.0.1-r1.ebuild | 67 -- www-apps/kibana-bin/kibana-bin-5.0.1.ebuild| 67 -- www-apps/kibana-bin/kibana-bin-5.1.1.ebuild| 2 +- 11 files changed, 7 insertions(+), 367 deletions(-) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index d6341ec..07969ae 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1,12 +1,4 @@ -DIST kibana-4.1.11-linux-x64.tar.gz 18896066 SHA256 406fd817ce9e95bc65ac06361726361bdf82fdccdee1a7f6509fc10ab77654e9 SHA512 f36060bfa0e1d97753b0d330c171d9737cc3fb4d57120924364a619d340f2a6267e0c744bcdf76695df88779acd084309f7ad7d3df16e20ea7617a86a725f9f4 WHIRLPOOL 01eaa82f0af1ed72c18ebdf8ad37bd544ccd7c8c37083d8588e9194bc361b62739f99de9267b53f5af4924d6688b0c4c4f8cd7b240bdc9b2d202a9b4ba459806 -DIST kibana-4.1.11-linux-x86.tar.gz 18398607 SHA256 abd72b6c7bad0fd7903c7e39a3f14756e6b8a62cc5b38242bce93a3412feffee SHA512 666f3a7966093eb7a102712fbb0b092ecfc7ef0b8c256791d6bb87d2b894c7b12b2264e239841d42c7e0ca19a7f09e53ce5e1cd3913f2bb04dc720f78500c425 WHIRLPOOL 8424285c83820594fa81fad5a1ca5dc68b50a980d0692695fc941c547bf5d75cc581bf43dfb2e59b270a09d308650aeed487b1bfc06ecce712cd0caf77bdab8f -DIST kibana-4.5.4-linux-x64.tar.gz 33265835 SHA256 f4f11ce06679f734d01446d0e4016256c4d9f57be6d07a790dbf97bed0998b44 SHA512 a654ba721d24afe9f7428d6ed3f134db4f0f4063056a7f2d7fed99aab146d061ad7fafb7311cea6515e448280af819b264a1a085d791ba5ed18748fd9316216b WHIRLPOOL 0441d13e3442e460bfe88a9e70cc3f79412fb6f1619ddba85a79b5a0fb7fb0645e15086ae616f582d5244dc52186c2959ee6971b085a50869625815c172926ef -DIST kibana-4.5.4-linux-x86.tar.gz 32766907 SHA256 c0f99975a9679c56aa4c0258bdad8befe0add56c1a5e313c2d55e4e3de7dc9df SHA512 0c8b78fcb2fe8c2f1ca61f0a70c93d68839915f573a81c6b4ae4e58350fb96eb05b95d69fa700e0de0f79038789227482a25e19d701e0012aa37c1fe45b39170 WHIRLPOOL bfe15953ee5a33ad826ddf51578d46c93ce8e63f077fa0be8f27e71cf9807942b943347aa6f2c942fab61a331b83115ad92e32d16c3373f144bd79ea21a16013 -DIST kibana-4.6.1-linux-x86.tar.gz 33590940 SHA256 ab2a95222419286c7a3c32c17623fea9325cb95c383ade3e4c8ae29d0b1cd6ee SHA512 8a1147ab3cdbe5562e15056b797412330bc8ea38c099c4ff4ca565a3296405e978988d85ef1ad0883dc2d3ce335f74403960159ee1f4c77032178f9ee7b0cfaf WHIRLPOOL 54f363a0d043ce30a78d73cb89009210a9d3985aecdcec8021ec5ff35a9fc3426b51f50c9acfb6843612ce15d4826bcb948db49b9f8218c84d17caf0dd354557 -DIST kibana-4.6.1-linux-x86_64.tar.gz 34114110 SHA256 2cc005b7bfbe2436f4cf93fcdb957ab5683e7d7843537dfd2bd51644c835dcaf SHA512 9418f03a82b5e8865b915a97445b9e3ba84c354435588815606220e720c6e9e115792e9fa8185241d0ff9e6c2b2862d1c26210a467a58069d6879eef0301fa93 WHIRLPOOL 14cf7d1cd9582fa379c413d757e04471fd94f1647d467040c2333585feb897557514882cbe9020cd8970b2e41f471f5856af863c7439ba518bac0ff0a1f144ef -DIST kibana-5.0.0-linux-x86.tar.gz 39564812 SHA256 8ca381bfa2d490919f4469bbf356d1ef19eddb424eaeac819d585191fdd759fd SHA512 9cbe41f901736b20408c85505807a989ef85f02a8a5765ec0b523cb1caaa597a8df17a356839c42e9c2abf5c5895830d7fbdb40d42f993ad971468cd072aa99d WHIRLPOOL 64be8b7d95036f0658afb14719641776612fdb2a8c454ba15f401b167040d2301c179a3e9d8e3b37ee1febe403a1879b216d14f6128e7a1f3a689d64fa87bdf6 -DIST kibana-5.0.0-linux-x86_64.tar.gz 40124789 SHA256 39cf5bc9e249df7ef98f0b7883f4ff23514a40290dfc48c5101b1d1ab67d60ae SHA512 4f7b6ac1acd539d0cfbd242e10912aac7e7ba010bb4fe3ceb09eb86b3b363acc0a2373916b09d9767e1e6b4ac804561c1b926791222e648c63498b1fc7498a8a WHIRLPOOL d76003089b7f1743651de98715f78e7be5c87d863cb5f8ad3671eeec8c48803a5b053fd98a57d5250e7e9ca2c952f5c481880e929f2bb326daf98f2a99d14c02 -DIST kibana-5.0.1-linux-x86.tar.gz 39568060 SHA256 2609f26ad122a49cc8c3aff250526612e3b1634f28f47a358baf2847b970b520 SHA512 6878be6960373a6c80f1ee2459b48bb8dfe2534300fad6aef5cde750ae796c44fc4804edd60d378d2ecac75788d64d85483e6ac6a13011f402683d7774077705 WHIRLPOOL d3e9891cf063516b9000bb3a33d6b92faca30bd987510400d6f0143850fe350ff55bf448dcf6065e548ebdaf1f7e637fbc69a1f249a293d44e48b36d12f80619 -DIST kibana-5.0.1-linux-x86_64.tar.gz 40119079 SHA256 bf845a27d37c24a8d63f840
[gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/files/
commit: 7b546048be0b41faa5d578e1e90aef7ced157e76 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Jan 7 16:37:33 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:54:55 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b546048 net-firewall/fwbuilder: remove unused patch net-firewall/fwbuilder/files/fwbuilder-5.1.0.3599-gcc47.patch | 11 --- 1 file changed, 11 deletions(-) diff --git a/net-firewall/fwbuilder/files/fwbuilder-5.1.0.3599-gcc47.patch b/net-firewall/fwbuilder/files/fwbuilder-5.1.0.3599-gcc47.patch deleted file mode 100644 index c9090284.. --- a/net-firewall/fwbuilder/files/fwbuilder-5.1.0.3599-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN fwbuilder-5.1.0.3599.orig/src/libfwbuilder/src/fwbuilder/ThreadTools.h fwbuilder-5.1.0.3599/src/libfwbuilder/src/fwbuilder/ThreadTools.h fwbuilder-5.1.0.3599.orig/src/libfwbuilder/src/fwbuilder/ThreadTools.h 2012-03-23 07:10:54.0 +0100 -+++ fwbuilder-5.1.0.3599/src/libfwbuilder/src/fwbuilder/ThreadTools.h 2012-06-27 02:33:32.122340892 +0200 -@@ -31,6 +31,7 @@ - - #include //for time_t definition - #include -+#include - - #include - #include
[gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
commit: ae65221f36a3127640c55471828540cf6ab3caa2 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 03:58:09 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:58:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae65221f net-firewall/fwbuilder: reorder maintainers, remove obsolete Package-Manager: portage-2.3.0 net-firewall/fwbuilder/metadata.xml | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/net-firewall/fwbuilder/metadata.xml b/net-firewall/fwbuilder/metadata.xml index 460c856..58fba74 100644 --- a/net-firewall/fwbuilder/metadata.xml +++ b/net-firewall/fwbuilder/metadata.xml @@ -1,17 +1,16 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - proxy-ma...@gentoo.org - Gentoo Proxy Maintainers Project + + kevin.bauma...@gmail.com + Kevin Bauman b...@gentoo.org Aaron Bauman - - kevin.bauma...@gmail.com - Kevin Bauman - Proxied maintainer; set to assignee in all bugs + + proxy-ma...@gentoo.org + Gentoo Proxy Maintainers Project
[gentoo-commits] repo/gentoo:master commit in: net-misc/iodine/files/
commit: 984a2b3698705793b5fdc3b70c6b12aa7d607f1e Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Jan 7 17:17:16 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:51:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984a2b36 net-misc/iodine: remove unused init file net-misc/iodine/files/iodined.init | 62 -- 1 file changed, 62 deletions(-) diff --git a/net-misc/iodine/files/iodined.init b/net-misc/iodine/files/iodined.init deleted file mode 100644 index d8bb453.. --- a/net-misc/iodine/files/iodined.init +++ /dev/null @@ -1,62 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -PID_FILE="/var/run/iodined.pid" - -depend() { - need net -} - -start() { - ebegin "Starting iodined" - ARGS="" - if [ "$IODINED_USER" ]; then - ARGS="$ARGS -u $IODINED_USER" - fi - if [ "$IODINED_CHROOT" ]; then - ARGS="$ARGS -t $IODINED_CHROOT" - fi - if [ "$IODINED_MTU" ]; then - ARGS="$ARGS -m $IODINED_MTU" - fi - if [ "$IODINED_LISTENPORT" ]; then - ARGS="$ARGS -p $IODINED_LISTENPORT" - fi - if [ "$IODINED_EXTERN_IP" ]; then - ARGS="$ARGS -n $IODINED_EXTERN_IP" - fi - if [ "$IODINED_LOCAL_DNS_PORT" ]; then - ARGS="$ARGS -b $IODINED_LOCAL_DNS_PORT" - fi - if [ "$IODINED_LISTENIP" ]; then - ARGS="$ARGS -l $IODINED_LISTENIP" - fi - if [ "$IODINED_PASSWD" ]; then - ARGS="$ARGS -P $IODINED_PASSWD" - else - eerror "Please set a password (IODINED_PASSWD) in /etc/conf.d/iodined!" - return 1 - fi - if [ "$IODINED_IP" ]; then - ARGS="$ARGS $IODINED_IP" - else - eerror "Please set an IP (IODINED_IP) in /etc/conf.d/iodined!" - return 1 - fi - if [ "$IODINED_DOMAIN" ]; then - ARGS="$ARGS $IODINED_DOMAIN" - else - eerror "Please set a domain (IODINED_DOMAIN) in /etc/conf.d/iodined!" - return 1 - fi - start-stop-daemon --start --exec /usr/bin/iodined --pidfile $PID_FILE -- -F $PID_FILE $ARGS - eend $? -} - -stop() { - ebegin "Stopping iodined" - start-stop-daemon --stop --exec /usr/bin/iodined --pidfile $PID_FILE - eend $? -}
[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/
commit: 65ce1dc9fd1413921df148f1c6826d46b6dea024 Author: Alexander Golubev gmail com> AuthorDate: Thu Jan 5 02:27:03 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:46:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ce1dc9 app-text/po4a: fix sgml and tex module regexp's against perl-5.22 Gentoo-Bug: 604428 Also bump to EAPI=6 .../po4a-0.45-port-our-regex-to-perl-5.22.patch| 44 app-text/po4a/po4a-0.45-r4.ebuild | 61 ++ 2 files changed, 105 insertions(+) diff --git a/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch b/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch new file mode 100644 index ..a204d5e --- /dev/null +++ b/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch @@ -0,0 +1,44 @@ +Fix sgml and tex regex against perl-5.22. See Gentoo-bug: 604428. +Based on a patch from upstream git. Original commit info: +From 44e5c2f02b3166536257bc9d6384d41dda386648 Mon Sep 17 00:00:00 2001 +From: Martin Quinson +Date: Fri, 28 Aug 2015 19:01:17 +0200 +Subject: [PATCH] Port our regex to Perl 5.22 (patch by Roderich Schupp) + +--- + lib/Locale/Po4a/Sgml.pm | 4 ++-- + lib/Locale/Po4a/TeX.pm | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/lib/Locale/Po4a/Sgml.pm b/lib/Locale/Po4a/Sgml.pm +index 742e003..3ad5e8d 100644 +--- a/lib/Locale/Po4a/Sgml.pm b/lib/Locale/Po4a/Sgml.pm +@@ -672,9 +672,9 @@ sub parse_file { + } + } + } +-$prolog =~ s///g; ++$prolog =~ s///g; + # Unprotect undefined inclusions, and die of them +-$prolog =~ s/{PO4A-percent}/%/sg; ++$prolog =~ s/\{PO4A-percent\}/%/sg; + if ($prolog =~ /%([^;\s]*);/) { + die wrap_mod("po4a::sgml", + dgettext("po4a", +diff --git a/lib/Locale/Po4a/TeX.pm b/lib/Locale/Po4a/TeX.pm +index a78f94b..0faa465 100644 +--- a/lib/Locale/Po4a/TeX.pm b/lib/Locale/Po4a/TeX.pm +@@ -1168,7 +1168,7 @@ sub parse { + # environment contains an un-closed bracket) + if ( ($closed and ($line =~ /^\s*$/ or + $line =~ /^\s*$RE_VERBATIM\s*$/)) +-or (in_verbatim(@env) and $line =~ /^\s*\Q$ESCAPE\Eend{$env[-1]}\s*$/) ++or (in_verbatim(@env) and $line =~ /^\s*\Q$ESCAPE\Eend\{$env[-1]\}\s*$/) +) { + # An empty line. This indicates the end of the current + # paragraph. +-- +2.10.2 + diff --git a/app-text/po4a/po4a-0.45-r4.ebuild b/app-text/po4a/po4a-0.45-r4.ebuild new file mode 100644 index ..6908215 --- /dev/null +++ b/app-text/po4a/po4a-0.45-r4.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru sl sv uk vi zh_CN zh_HK" +PLOCALES_BACKUP="en" + +# Needed because this package also installs to vendor_perl +GENTOO_DEPEND_ON_PERL=noslotop +inherit perl-module l10n + +DESCRIPTION="Tools for helping translation of documentation" +HOMEPAGE="http://po4a.alioth.debian.org"; +SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="dev-perl/SGMLSpm + >=sys-devel/gettext-0.13 + app-text/openjade + dev-libs/libxslt + dev-perl/Locale-gettext + dev-perl/TermReadKey + dev-perl/Text-WrapI18N" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + app-text/docbook-xsl-stylesheets + app-text/docbook-xml-dtd:4.1.2 + test? ( app-text/docbook-sgml-dtd + app-text/docbook-sgml-utils + virtual/tex-base )" + +# Running tests in parallel fails +DIST_TEST="do" + +PATCHES=( + "${FILESDIR}/${P}-port-our-regex-to-perl-5.22.patch" +) + +src_prepare() { + # Check against locale files in ${S}/pod/bin for mismatches + # with languages listed in PLOCALES + local locales_path="$S/po/bin" + l10n_find_plocales_changes "$locales_path" "" ".po" + + # Get rid of disabled locales + my_get_disabled_locales() { + PERL_RM_FILES=( "${PERL_RM_FILES[@]}" "po/bin/${1}.po" "po/pod/${1}.po" ) + } + + l10n_for_each_disabled_locale_do my_get_disabled_locales + + einfo "Your LINGUAS lists the following languages: $LINGUAS" + + perl-module_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/
commit: 47b401db448792f49d79fce54ba0c8c15f86ff02 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 03:05:58 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:20 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b401db net-nds/389-ds-base: remove the obsolete tag Package-Manager: portage-2.3.0 net-nds/389-ds-base/metadata.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-nds/389-ds-base/metadata.xml b/net-nds/389-ds-base/metadata.xml index 06f1b30..cc69c1d 100644 --- a/net-nds/389-ds-base/metadata.xml +++ b/net-nds/389-ds-base/metadata.xml @@ -4,12 +4,11 @@ wibr...@redhat.com William Brown - Proxy maintainer. Part of the 389-ds core team. + Part of the 389-ds core team w...@sol1.com.au Wes - Proxy maintainer. proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/
commit: b9a276759574978197ce734903d26a33dafa48bc Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:41:51 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a27675 net-ftp/frox: remove the obsolete tag Package-Manager: portage-2.3.0 net-ftp/frox/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-ftp/frox/metadata.xml b/net-ftp/frox/metadata.xml index 787b931..62cb681 100644 --- a/net-ftp/frox/metadata.xml +++ b/net-ftp/frox/metadata.xml @@ -4,7 +4,6 @@ ka...@blackhole.sk Marek Behun -Proxied maintainer. proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
commit: ed8259cb9e551c9b73c76ce9d701c08424992740 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:43:41 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:06 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8259cb net-libs/http-parser: remove the obsolete tag Package-Manager: portage-2.3.0 net-libs/http-parser/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/http-parser/metadata.xml b/net-libs/http-parser/metadata.xml index 48ad0ac..58faa9f 100644 --- a/net-libs/http-parser/metadata.xml +++ b/net-libs/http-parser/metadata.xml @@ -4,7 +4,6 @@ b...@bergstroem.nu Johan Bergström - Proxied Maintainer proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
commit: 00c22622cd7c8e3712663274f7c95a5fc33fcb63 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:45:31 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c22622 net-libs/libvncserver: remove the obsolete tag Package-Manager: portage-2.3.0 net-libs/libvncserver/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libvncserver/metadata.xml b/net-libs/libvncserver/metadata.xml index eb1a36f..6c1ab10 100644 --- a/net-libs/libvncserver/metadata.xml +++ b/net-libs/libvncserver/metadata.xml @@ -4,7 +4,6 @@ alex_y...@yahoo.ca Alex Xu - Proxy maintainer proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/
commit: 8ecbb3dde97cc9bea0a4059faa3d2c2ad876238c Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 03:07:09 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecbb3dd net-p2p/litecoin-qt: remove the obsolete tag Package-Manager: portage-2.3.0 net-p2p/litecoin-qt/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/litecoin-qt/metadata.xml b/net-p2p/litecoin-qt/metadata.xml index affa43f..76a9c28 100644 --- a/net-p2p/litecoin-qt/metadata.xml +++ b/net-p2p/litecoin-qt/metadata.xml @@ -4,7 +4,6 @@ marc.p...@sunny-computing.de Marc Popp - Maintainer. Assign bugs to him proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/
commit: 0324145fd880eba225d1876b6e33757d3c19f80c Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:52:57 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0324145f net-misc/netkit-telnetd: remove the obsolete tag Package-Manager: portage-2.3.0 net-misc/netkit-telnetd/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/netkit-telnetd/metadata.xml b/net-misc/netkit-telnetd/metadata.xml index f964291..428ad1b 100644 --- a/net-misc/netkit-telnetd/metadata.xml +++ b/net-misc/netkit-telnetd/metadata.xml @@ -4,7 +4,6 @@ paolo.pedr...@iol.it Paolo Pedroni - Proxied Maintainer, assign bugs to him proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/check_mk/
commit: c0961f873b8fd7c17a78355a2020683f55803f25 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:35:06 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:11:50 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0961f87 net-analyzer/check_mk: remove the obsolete tag Package-Manager: portage-2.3.0 net-analyzer/check_mk/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-analyzer/check_mk/metadata.xml b/net-analyzer/check_mk/metadata.xml index caea7f7..58d03fa 100644 --- a/net-analyzer/check_mk/metadata.xml +++ b/net-analyzer/check_mk/metadata.xml @@ -4,7 +4,6 @@ mor...@morlix.de Timo Eissler - maintainer, assign bugs proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/
commit: 0ef8423c1a11c18012050943d5ce3a1350fecfed Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 03:08:08 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:12:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef8423c net-proxy/3proxy: remove the obsolete tag Package-Manager: portage-2.3.0 net-proxy/3proxy/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-proxy/3proxy/metadata.xml b/net-proxy/3proxy/metadata.xml index e8a8272..d55239f 100644 --- a/net-proxy/3proxy/metadata.xml +++ b/net-proxy/3proxy/metadata.xml @@ -4,7 +4,6 @@ powerman-a...@yandex.ru Alex Efros - Proxy maintainer. Assign bugs to him please. proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/w3af/
commit: aba75428a5efc3b385afba3c4cf58422716c6871 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Jan 15 02:37:53 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 03:11:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba75428 net-analyzer/w3af: remove the obsolete tag Package-Manager: portage-2.3.0 net-analyzer/w3af/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/net-analyzer/w3af/metadata.xml b/net-analyzer/w3af/metadata.xml index 8871ae5..ed11d4a 100644 --- a/net-analyzer/w3af/metadata.xml +++ b/net-analyzer/w3af/metadata.xml @@ -4,7 +4,6 @@ clabbe.montj...@gmail.com LABBE Corentin (Montjoie) - Maintainer. Assign bugs to him proxy-ma...@gentoo.org
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-lzo/
commit: 4d872480ca285ce258f3f6953da46ccc79f42bc9 Author: Benda Xu gentoo org> AuthorDate: Sun Jan 15 02:40:33 2017 + Commit: Benda XU gentoo org> CommitDate: Sun Jan 15 02:40:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d872480 dev-python/python-lzo: revise prefix support. The original part of the patch should not be prefixified. Package-Manager: portage-2.3.3 dev-python/python-lzo/python-lzo-1.08-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/python-lzo/python-lzo-1.08-r1.ebuild b/dev-python/python-lzo/python-lzo-1.08-r1.ebuild index ddfebfd..9aa56da 100644 --- a/dev-python/python-lzo/python-lzo-1.08-r1.ebuild +++ b/dev-python/python-lzo/python-lzo-1.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,5 +24,6 @@ python_test() { } src_prepare() { - epatch "$(prefixify_ro "${FILESDIR}"/lzo2compat.patch)" + epatch "$(PREFIX_LINE_MATCH='/##/!' \ + prefixify_ro "${FILESDIR}"/lzo2compat.patch)" }
[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/files/
commit: 214642b05b0c448700a001ce359c58f9ca01c9a3 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:32:38 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214642b0 net-misc/netkit-telnetd: remove unused patch .../files/netkit-telnetd-0.17-gentoo.patch | 81 -- 1 file changed, 81 deletions(-) diff --git a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch b/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch deleted file mode 100644 index 75e5f69.. --- a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-gentoo.patch +++ /dev/null @@ -1,81 +0,0 @@ -diff -r -u netkit-telnet-0.17_orig/telnet/main.cc netkit-telnet-0.17/telnet/main.cc netkit-telnet-0.17_orig/telnet/main.cc 1999-08-01 07:06:37.0 +0200 -+++ netkit-telnet-0.17/telnet/main.cc 2002-04-05 09:22:35.0 +0200 -@@ -43,6 +43,7 @@ - - #include "../version.h" - -+#include - #include - #include - #include -diff -r -u netkit-telnet-0.17_orig/telnet/Makefile netkit-telnet-0.17/telnet/Makefile netkit-telnet-0.17_orig/telnet/Makefile1999-08-01 07:06:37.0 +0200 -+++ netkit-telnet-0.17/telnet/Makefile 2002-04-05 09:26:01.0 +0200 -@@ -7,7 +7,7 @@ - - # -DAUTHENTICATE - CXXFLAGS += -DUSE_TERMIO -DKLUDGELINEMODE --LIBS += $(LIBTERMCAP) -+LIBS += $(LIBTERMCAP) -lcurses - - SRCS = commands.cc main.cc network.cc ring.cc sys_bsd.cc telnet.cc \ - terminal.cc tn3270.cc utilities.cc genget.cc environ.cc netlink.cc -diff -r -u netkit-telnet-0.17_orig/telnet/netlink.cc netkit-telnet-0.17/telnet/netlink.cc netkit-telnet-0.17_orig/telnet/netlink.cc 2000-07-23 06:16:25.0 +0200 -+++ netkit-telnet-0.17/telnet/netlink.cc 2002-04-05 09:24:35.0 +0200 -@@ -2,6 +2,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff -r -u netkit-telnet-0.17_orig/telnet/network.cc netkit-telnet-0.17/telnet/network.cc netkit-telnet-0.17_orig/telnet/network.cc 1996-08-13 10:09:58.0 +0200 -+++ netkit-telnet-0.17/telnet/network.cc 2002-04-05 09:22:52.0 +0200 -@@ -37,6 +37,7 @@ - char net_rcsid[] = - "$Id$"; - -+#include - #include - #include - #include -diff -r -u netkit-telnet-0.17_orig/telnet/terminal.cc netkit-telnet-0.17/telnet/terminal.cc netkit-telnet-0.17_orig/telnet/terminal.cc 1999-12-12 20:48:05.0 +0100 -+++ netkit-telnet-0.17/telnet/terminal.cc 2002-04-05 09:23:53.0 +0200 -@@ -41,6 +41,8 @@ - #include - #include - #include -+#include -+#include - #include - #include - #include -diff -r -u netkit-telnet-0.17_orig/telnet/utilities.cc netkit-telnet-0.17/telnet/utilities.cc netkit-telnet-0.17_orig/telnet/utilities.cc1999-12-12 16:33:40.0 +0100 -+++ netkit-telnet-0.17/telnet/utilities.cc 2002-04-05 09:24:14.0 +0200 -@@ -46,6 +46,8 @@ - #include - #include - #include -+#include -+#include - #include - - #include "ring.h" -diff -r -u netkit-telnet-0.17_orig/telnetd/Makefile netkit-telnet-0.17/telnetd/Makefile netkit-telnet-0.17_orig/telnetd/Makefile 1999-12-14 01:43:30.0 +0100 -+++ netkit-telnet-0.17/telnetd/Makefile2002-04-05 09:36:47.0 +0200 -@@ -10,7 +10,7 @@ - - CFLAGS += '-DISSUE_FILE="/etc/issue.net"' -DPARANOID_TTYS \ - -DNO_REVOKE -DKLUDGELINEMODE -DDIAGNOSTICS --# LIBS += $(LIBTERMCAP) -+LIBS += -lutil - - OBJS = telnetd.o state.o termstat.o slc.o sys_term.o utility.o \ - global.o setproctitle.o
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/w3af/files/
commit: 18e8e078051403688f0e156e8231e98143f71fbe Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:20:14 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:33 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e8e078 net-analyzer/w3af: remove unused patch .../files/use_simplejson_instead_of_jsonpy.patch | 105 - 1 file changed, 105 deletions(-) diff --git a/net-analyzer/w3af/files/use_simplejson_instead_of_jsonpy.patch b/net-analyzer/w3af/files/use_simplejson_instead_of_jsonpy.patch deleted file mode 100644 index 306c24a5.. --- a/net-analyzer/w3af/files/use_simplejson_instead_of_jsonpy.patch +++ /dev/null @@ -1,105 +0,0 @@ ./core/controllers/misc/dependencyCheck.py.old 2010-10-19 09:58:19.0 +0200 -+++ ./core/controllers/misc/dependencyCheck.py 2010-10-19 09:58:32.0 +0200 -@@ -95,15 +95,6 @@ - except: - print 'You have to install pyPdf lib. Debian based distributions: apt-get install python-pypdf' - sys.exit( 1 ) -- --try: --from extlib.jsonpy import json as json --except: --try: --import json --except: --print 'You have to install python-json lib. Debian based distributions: apt-get install python-json' --sys.exit( 1 ) - - try: - from OpenSSL import SSL core/data/fuzzer/fuzzer.py.old 2010-10-19 10:00:59.0 +0200 -+++ core/data/fuzzer/fuzzer.py 2010-10-19 10:02:14.0 +0200 -@@ -38,9 +38,9 @@ - from core.data.dc.cookie import cookie as cookie - from core.data.dc.dataContainer import dataContainer as dc - try: --from extlib.jsonpy import json as json -+import extlib.simplejson as json - except: --import json -+import simplejson as json - from core.data.request.httpPostDataRequest import httpPostDataRequest - from core.data.request.httpQsRequest import httpQsRequest - -@@ -210,7 +210,7 @@ - - # Now, fuzz the parsed JSON data... - postdata = freq.getData() --jsonPostData = json.read( postdata ) -+jsonPostData = json.loads( postdata ) - return _makeMutants( freq, mutantClass, mutant_str_list, fuzzableParamList , append, jsonPostData ) - - def isJSON( freq ): -@@ -222,7 +222,7 @@ - # We have something that's not URL encoded in the postdata, it could be something - # like JSON, XML, or multipart encoding. Let's try with JSON - try: --jsonPostData = json.read( postdata ) -+jsonPostData = json.loads( postdata ) - except: - # It's not json, maybe XML or multipart, I don't really care ( at least not in this section of the code ) - return False core/data/request/frFactory.py.old 2010-10-19 10:03:50.0 +0200 -+++ core/data/request/frFactory.py 2010-10-19 10:04:38.0 +0200 -@@ -37,9 +37,9 @@ - - # for json - try: --from extlib.jsonpy import json as json -+import extlib.simplejson as json - except: --import json -+import simplejson as json - - from core.controllers.w3afException import w3afException - import core.controllers.outputManager as om -@@ -200,7 +200,7 @@ - # Case #2, JSON request - # - try: --dc = json.read( postData ) -+dc = json.loads( postData ) - except: - pass - else: core/data/request/jsonPostDataRequest.py.old 2010-10-19 10:12:22.0 +0200 -+++ core/data/request/jsonPostDataRequest.py 2010-10-19 10:15:05.0 +0200 -@@ -25,9 +25,9 @@ - from core.data.request.httpPostDataRequest import httpPostDataRequest - import core.data.dc.dataContainer as dc - try: --from extlib.jsonpy import json as json -+import extlib.simplejson as json - except: --import json -+import simplejson - - class jsonPostDataRequest(httpPostDataRequest): - ''' -@@ -43,7 +43,7 @@ - ''' - @return: A string that represents the JSON data saved in the dc. - ''' --res = json.write(self._dc) -+res = json.dumps(self._dc) - return res - - def __str__( self ): -@@ -54,7 +54,7 @@ - strRes += self._url - strRes += ' | Method: ' + self._method - strRes += ' | JSON: (' --strRes += json.write(self._dc) -+strRes += json.dumps(self._dc) - strRes += ')' - return strRes -
[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/files/
commit: 88d27f3a9457019a5d3f109dec88606a79ea14bd Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:35:07 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d27f3a net-nds/389-ds-base: remove unused files net-nds/389-ds-base/files/restart-dirsrv | 30 -- net-nds/389-ds-base/files/start-dirsrv | 14 -- 2 files changed, 44 deletions(-) diff --git a/net-nds/389-ds-base/files/restart-dirsrv b/net-nds/389-ds-base/files/restart-dirsrv deleted file mode 100644 index 90654ec.. --- a/net-nds/389-ds-base/files/restart-dirsrv +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -# Script that restarts the ns-slapd server. -# Exit status can be: -# 0: Server restarted successfully -# 1: Server could not be started -# 2: Server started successfully (was not running) -# 3: Server could not be stopped - -sleep_time=8 -/etc/init.d/389-ds status &> /dev/null -running="${?}" - -rc-config stop 389-ds -if [ "${?}" = "1" ]; then - sleep ${sleep_time} - exit 3 -fi -rc-config start 389-ds -if [ "${?}" = "1" ]; then - sleep ${sleep_time} - exit 1 -fi -if [ "${running}" = "0" ]; then - sleep ${sleep_time} - exit 0 -else - sleep ${sleep_time} - exit 2 -fi diff --git a/net-nds/389-ds-base/files/start-dirsrv b/net-nds/389-ds-base/files/start-dirsrv deleted file mode 100644 index 45c2a6c.. --- a/net-nds/389-ds-base/files/start-dirsrv +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# Script that starts the ns-slapd server. -# Exit status can be: -# 0: Server started successfully -# 1: Server could not be started -# 2: Server already running - -rc-config stop 389-ds -rc-config start 389-ds -rc="${?}" -# give the daemon a chance to start -sleep 8 -exit "${rc:-1}"
[gentoo-commits] repo/gentoo:master commit in: net-voip/homer/files/
commit: 2261b06ebd65870301eb6ecda7957b5509887825 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:39:32 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:39 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2261b06e net-voip/homer: remove unused patch .../homer/files/homer-0.25-ffmpeg-avstream.patch | 24 -- 1 file changed, 24 deletions(-) diff --git a/net-voip/homer/files/homer-0.25-ffmpeg-avstream.patch b/net-voip/homer/files/homer-0.25-ffmpeg-avstream.patch deleted file mode 100644 index d60f569.. --- a/net-voip/homer/files/homer-0.25-ffmpeg-avstream.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 31136f8df53d4d528acb3b301271d4b19274dfc6 Mon Sep 17 00:00:00 2001 -From: ThomasVolkert -Date: Sat, 7 Jun 2014 13:31:51 +0200 -Subject: [PATCH] - fixed: ffmpeg compatibility - - HomerMultimedia/src/RTP.cpp | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/HomerMultimedia/src/RTP.cpp b/HomerMultimedia/src/RTP.cpp -index ad4d04b..97b631b 100644 a/HomerMultimedia/src/RTP.cpp -+++ b/HomerMultimedia/src/RTP.cpp -@@ -611,7 +611,9 @@ bool RTP::OpenRtpEncoder(string pTargetHost, unsigned int pTargetPort, AVStream - mRtpEncoderStream->priv_data = NULL; - // create monotone timestamps - mRtpEncoderStream->cur_dts = 0; --mRtpEncoderStream->reference_dts = 0; -+ #ifndef FF_API_REFERENCE_DTS -+ mRtpEncoderStream->reference_dts = 0; -+ #endif - - // set target coordinates for rtp stream - snprintf(mRtpFormatContext->filename, sizeof(mRtpFormatContext->filename), "rtp://%s:%u", pTargetHost.c_str(), pTargetPort);
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/check_mk/files/
commit: e62701f95f55704ecc6026d7aa0f81cb5fa4c461 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:19:38 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:28 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62701f9 net-analyzer/check_mk: remove unused patch .../check_mk/files/check_mk-1.2.4p3-setup.sh.patch | 36 -- 1 file changed, 36 deletions(-) diff --git a/net-analyzer/check_mk/files/check_mk-1.2.4p3-setup.sh.patch b/net-analyzer/check_mk/files/check_mk-1.2.4p3-setup.sh.patch deleted file mode 100644 index e9a5080.. --- a/net-analyzer/check_mk/files/check_mk-1.2.4p3-setup.sh.patch +++ /dev/null @@ -1,36 +0,0 @@ check_mk-1.2.4p3.orig/setup.sh 2014-06-21 11:15:58.090225173 +0200 -+++ check_mk-1.2.4p3/setup.sh 2014-06-22 09:57:51.658670398 +0200 -@@ -572,6 +572,11 @@ -CONFIGURE_OPTS="--with-nagios4" - fi -fi -+ # disable stripping to get meaningful backtraces -+ sed -i -e 's/^INSTALL_STRIP_PROGRAM="\\\$(install_sh) -c -s"$/INSTALL_STRIP_PROGRAM="\\\$(install_sh) -c"/' configure -+ sed -i -e 's/install_sh_PROGRAM="\$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \\$/install_sh_PROGRAM="\$(INSTALL_STRIP_PROGRAM)" \\/' Makefile.in -+ sed -i -e 's/install_sh_PROGRAM="\$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \\$/install_sh_PROGRAM="\$(INSTALL_STRIP_PROGRAM)" \\/' src/Makefile.in -+ sed -i -e 's/\$(CXX) \$(LDFLAGS) -s -fPIC -shared \$(livestatus_so_OBJECTS) -o \$@ -lpthread -lstdc++/\$(CXX) \$(LDFLAGS) -fPIC -shared \$(livestatus_so_OBJECTS) -o \$@ -lpthread -lstdc++/' src/Makefile.in -./configure --libdir=$libdir --bindir=$bindir $CONFIGURE_OPTS && -make clean && -cat < src/livestatus.h && -@@ -581,7 +586,8 @@ - #endif // livestatus_h - EOF -make -j 8 2>&1 && -- strip src/livestatus.o && -+ # disable stripping to get meaningful backtraces -+ #strip src/livestatus.o && -mkdir -p $DESTDIR$libdir && -install -m 755 src/livestatus.o $DESTDIR$libdir && -mkdir -p $DESTDIR$bindir && -@@ -1018,8 +1024,9 @@ -# WATO. Also create an empty and Apache-writable auth.serials -serials_file=$DESTDIR${htpasswd_file%/*}/auth.serials && -touch "$serials_file" && -- (chown $wwwuser "$serials_file" || true) && -- (chown $wwwuser "$htpasswd_file" || true) && -+ # Permissions will be set within src_install -+ #(chown $wwwuser "$serials_file" || true) && -+ #(chown $wwwuser "$htpasswd_file" || true) && - create_sudo_configuration && -if [ "$enable_mkeventd" = yes ] -then
[gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/files/
commit: 66fa0447808e2a6bdffda047b6604beb5bc1fc43 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:29:04 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fa0447 net-libs/libvncserver: remove unused patches .../files/libvncserver-0.9.9-segfault.patch| 76 -- .../libvncserver/files/libvncserver-memcpy.patch | 24 --- 2 files changed, 100 deletions(-) diff --git a/net-libs/libvncserver/files/libvncserver-0.9.9-segfault.patch b/net-libs/libvncserver/files/libvncserver-0.9.9-segfault.patch deleted file mode 100644 index 6da3b018.. --- a/net-libs/libvncserver/files/libvncserver-0.9.9-segfault.patch +++ /dev/null @@ -1,76 +0,0 @@ -From 66282f58000c8863e104666c30cb67b1d5cbdee3 Mon Sep 17 00:00:00 2001 -From: "Kyle J. McKay" -Date: Fri, 18 May 2012 00:30:11 -0700 -Subject: [PATCH] libvncserver/sockets.c: do not segfault when - listenSock/listen6Sock == -1 - - libvncserver/sockets.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libvncserver/sockets.c b/libvncserver/sockets.c -index 84c9c98..3ff2aac 100644 a/libvncserver/sockets.c -+++ b/libvncserver/sockets.c -@@ -402,9 +402,9 @@ rfbProcessNewConnection(rfbScreenInfoPtr rfbScreen) - rfbLogPerror("rfbProcessNewConnection: error in select"); - return FALSE; - } --if (FD_ISSET(rfbScreen->listenSock, &listen_fds)) -+if (rfbScreen->listenSock >= 0 && FD_ISSET(rfbScreen->listenSock, &listen_fds)) - chosen_listen_sock = rfbScreen->listenSock; --if (FD_ISSET(rfbScreen->listen6Sock, &listen_fds)) -+if (rfbScreen->listen6Sock >= 0 && FD_ISSET(rfbScreen->listen6Sock, &listen_fds)) - chosen_listen_sock = rfbScreen->listen6Sock; - - if ((sock = accept(chosen_listen_sock, --- -1.8.5.5 - -From 584542ba97d35706a9e5c001b5cdf64296b5dd7f Mon Sep 17 00:00:00 2001 -From: Oliver Loch -Date: Wed, 8 Aug 2012 22:09:13 +0200 -Subject: [PATCH] Patched sockets.c to allow the use of IPv6 without IPv4. - -As requested only those lines are indented that have been changed. - libvncserver/sockets.c | 7 ++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/libvncserver/sockets.c b/libvncserver/sockets.c -index 3ff2aac..15b40ac 100644 a/libvncserver/sockets.c -+++ b/libvncserver/sockets.c -@@ -176,7 +176,9 @@ rfbInitSockets(rfbScreenInfoPtr rfbScreen) - rfbScreen->maxFd = max((int)rfbScreen->listen6Sock,rfbScreen->maxFd); - #endif - } --else if(rfbScreen->port>0) { -+else -+{ -+ if(rfbScreen->port>0) { - FD_ZERO(&(rfbScreen->allFds)); - - if ((rfbScreen->listenSock = rfbListenOnTCPPort(rfbScreen->port, iface)) < 0) { -@@ -187,8 +189,10 @@ rfbInitSockets(rfbScreenInfoPtr rfbScreen) - - FD_SET(rfbScreen->listenSock, &(rfbScreen->allFds)); - rfbScreen->maxFd = rfbScreen->listenSock; -+ } - - #ifdef LIBVNCSERVER_IPv6 -+ if (rfbScreen->ipv6port>0) { - if ((rfbScreen->listen6Sock = rfbListenOnTCP6Port(rfbScreen->ipv6port, rfbScreen->listen6Interface)) < 0) { - /* ListenOnTCP6Port has its own detailed error printout */ - return; -@@ -197,6 +201,7 @@ rfbInitSockets(rfbScreenInfoPtr rfbScreen) - - FD_SET(rfbScreen->listen6Sock, &(rfbScreen->allFds)); - rfbScreen->maxFd = max((int)rfbScreen->listen6Sock,rfbScreen->maxFd); -+ } - #endif - - } --- -1.8.5.5 - diff --git a/net-libs/libvncserver/files/libvncserver-memcpy.patch b/net-libs/libvncserver/files/libvncserver-memcpy.patch deleted file mode 100644 index 9d30e7e.. --- a/net-libs/libvncserver/files/libvncserver-memcpy.patch +++ /dev/null @@ -1,24 +0,0 @@ -Fix a buffer overflow on platforms where sizeof(long) > sizeof(int). -https://bugs.gentoo.org/show_bug.cgi?id=329031 - libvncserver/tightvnc-filetransfer/filetransfermsg.c -+++ libvncserver/tightvnc-filetransfer/filetransfermsg.c -@@ -393,7 +393,8 @@ - CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) - { - FileTransferMsg fileDownloadZeroSizeDataMsg; -- int length = sz_rfbFileDownloadDataMsg + sizeof(int); -+ uint32_t mTime32 = (uint32_t)mTime; -+ int length = sz_rfbFileDownloadDataMsg + sizeof(mTime32); - rfbFileDownloadDataMsg *pFDD = NULL; - char *pFollow = NULL; - -@@ -413,7 +414,7 @@ - pFDD->compressedSize = Swap16IfLE(0); - pFDD->realSize = Swap16IfLE(0); - -- memcpy(pFollow, &mTime, sizeof(unsigned long)); -+ memcpy(pFollow, &mTime, sizeof(mTime32)); - - fileDownloadZeroSizeDataMsg.data= pData; - fileDownloadZeroSizeDataMsg.length = length;
[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/files/
commit: 4fba15eccfb55b66d2786d6c8b8af1cb6ba404ae Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:21:09 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:38 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fba15ec net-firewall/ufw: remove unused patch .../ufw/files/ufw-0.31.1-python-abis.patch | 42 -- 1 file changed, 42 deletions(-) diff --git a/net-firewall/ufw/files/ufw-0.31.1-python-abis.patch b/net-firewall/ufw/files/ufw-0.31.1-python-abis.patch deleted file mode 100644 index 2c04284.. --- a/net-firewall/ufw/files/ufw-0.31.1-python-abis.patch +++ /dev/null @@ -1,42 +0,0 @@ -This patch fixes issues during package build with ebuild supporting -installation for Python versions: sed substitutions in common.py and location -of ufw script in Python ABIs which have prefix different than /usr. -Also makes .mo files not to be installed in wrong paths. - -More info about the first issue: -with support for multiple Python versions in the ebuild, seems the -file isn't copied from staging/ to build-*/lib/ufw/ after being -modified. That's why the copy needs to be done "manually" here. -The issue occurs with "setup.py build -b build-XXX" followed by -"setup.py build -b build-XXX install". - -probably related: https://bugs.launchpad.net/ufw/+bug/819600 setup.py -+++ setup.py -@@ -90,6 +90,8 @@ - "-i", - "s%#SHARE_DIR#%" + real_sharedir + "%g", - os.path.join('staging', file)]) -+self.copy_file(os.path.join('staging', file), -+ os.path.join(self.build_base, "lib", "ufw")) - - # Now byte-compile everything - super(Install, self).run() -@@ -99,7 +101,8 @@ - if self.root != None: - prefix = self.root + real_prefix - --script = os.path.join(prefix, 'sbin', 'ufw') -+# PyPy (and Jython?) has different prefix. Without the change the binary would end up in a wrong path. -+script = os.path.join(self.root, 'usr', 'sbin', 'ufw') - manpage = os.path.join(prefix, 'share', 'man', 'man8', 'ufw.8') - manpage_f = os.path.join(prefix, 'share', 'man', 'man8', \ - 'ufw-framework.8') -@@ -147,7 +150,6 @@ - self.mkpath(i18ndir) - if len(os.listdir('locales/mo')) == 0: - subprocess.call(["make", "mo"]) --self.copy_tree('locales/mo', i18ndir) - - # Install configuration files - confdir = real_confdir
[gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/files/
commit: 5025d0b525bc09e45fe0962d4e1f95b016a5c7f9 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:27:55 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5025d0b5 net-libs/http-parser: remove unused patch .../http-parser/files/http-parser-2.1-flags.patch | 32 -- 1 file changed, 32 deletions(-) diff --git a/net-libs/http-parser/files/http-parser-2.1-flags.patch b/net-libs/http-parser/files/http-parser-2.1-flags.patch deleted file mode 100644 index fe9a593.. --- a/net-libs/http-parser/files/http-parser-2.1-flags.patch +++ /dev/null @@ -1,32 +0,0 @@ -commit 3752e633e23284133decc8ca8481e4416a317fbc -Author: hasufell -Date: Sun Jun 30 12:27:04 2013 +0200 - -respect system flags - -diff --git a/Makefile b/Makefile -index 64e5c2f..2e20723 100644 a/Makefile -+++ b/Makefile -@@ -7,9 +7,9 @@ CPPFLAGS_DEBUG += $(CPPFLAGS_DEBUG_EXTRA) - CPPFLAGS_FAST = $(CPPFLAGS) -DHTTP_PARSER_STRICT=0 - CPPFLAGS_FAST += $(CPPFLAGS_FAST_EXTRA) - --CFLAGS += -Wall -Wextra -Werror --CFLAGS_DEBUG = $(CFLAGS) -O0 -g $(CFLAGS_DEBUG_EXTRA) --CFLAGS_FAST = $(CFLAGS) -O3 $(CFLAGS_FAST_EXTRA) -+CFLAGS += -Wall -Wextra -+CFLAGS_DEBUG = $(CFLAGS) $(CFLAGS_DEBUG_EXTRA) -+CFLAGS_FAST = $(CFLAGS) $(CFLAGS_FAST_EXTRA) - CFLAGS_LIB = $(CFLAGS_FAST) -fPIC - - test: test_g test_fast -@@ -44,7 +44,7 @@ libhttp_parser.o: http_parser.c http_parser.h Makefile - $(CC) $(CPPFLAGS_FAST) $(CFLAGS_LIB) -c http_parser.c -o libhttp_parser.o - - library: libhttp_parser.o -- $(CC) -shared -o libhttp_parser.so libhttp_parser.o -+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -o libhttp_parser.so libhttp_parser.o - - package: http_parser.o - $(AR) rcs libhttp_parser.a http_parser.o
[gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/files/
commit: aabc08d6b1eaeab5c2dc886d226d8c7810f63d39 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:38:46 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:34 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabc08d6 net-proxy/3proxy: remove unused patch net-proxy/3proxy/files/3proxy-0.6-gentoo.patch | 34 -- 1 file changed, 34 deletions(-) diff --git a/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch b/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch deleted file mode 100644 index c3c4df4.. --- a/net-proxy/3proxy/files/3proxy-0.6-gentoo.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Nru 3proxy-0.6.orig/Makefile.unix 3proxy-0.6/Makefile.unix 3proxy-0.6.orig/Makefile.unix 2007-04-10 16:29:25.0 + -+++ 3proxy-0.6/Makefile.unix 2009-03-24 19:13:09.0 + -@@ -12,10 +12,10 @@ - CC = gcc - - # you may need -L/usr/pkg/lib for older NetBSD versions --CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS += -Wall -g -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL - COUT = -o - LN = gcc --LDFLAGS = -Wall -O2 -pthread -+LDFLAGS += -Wall -pthread - # -lpthreads may be reuqired on some platforms instead of -pthreads - # -ldl or -lld may be required for some platforms - DCFLAGS = -fpic -@@ -55,4 +55,4 @@ - fi - - allplugins: -- @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; cd ../.. ; done -+ @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; $(MAKE) ;cd ../.. ; done -diff -Nru 3proxy-0.6.orig/src/stringtable.c 3proxy-0.6/src/stringtable.c 3proxy-0.6.orig/src/stringtable.c 2008-02-03 11:28:24.0 + -+++ 3proxy-0.6/src/stringtable.c 2009-03-24 19:12:44.0 + -@@ -38,7 +38,7 @@ - /* 24 */ NULL, - #ifndef TPROXY_CONF - #ifndef _WIN32 --/* 25 */ (unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg", -+/* 25 */ (unsigned char *)"/etc/3proxy.cfg", - #else - /* 25 */ (unsigned char *)"3proxy.cfg", - #endif
[gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/files/
commit: 522bed1a83dddaa84cb12f7137706a4afa19d47d Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:37:54 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:29 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522bed1a net-p2p/litecoin-qt: remove unused patch .../litecoin-qt/files/litecoin-sys_leveldb.patch | 193 - 1 file changed, 193 deletions(-) diff --git a/net-p2p/litecoin-qt/files/litecoin-sys_leveldb.patch b/net-p2p/litecoin-qt/files/litecoin-sys_leveldb.patch deleted file mode 100644 index a4ae56a.. --- a/net-p2p/litecoin-qt/files/litecoin-sys_leveldb.patch +++ /dev/null @@ -1,193 +0,0 @@ -diff -Naur litecoin-0.8.5.3-rc3.orig/bitcoin-qt.pro litecoin-0.8.5.3-rc3/bitcoin-qt.pro litecoin-0.8.5.3-rc3.orig/bitcoin-qt.pro 2013-11-28 21:17:05.0 -0500 -+++ litecoin-0.8.5.3-rc3/bitcoin-qt.pro2013-11-29 14:53:00.960537685 -0500 -@@ -5,7 +5,7 @@ - INCLUDEPATH += src src/json src/qt - QT += core gui network - greaterThan(QT_MAJOR_VERSION, 4): QT += widgets --DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE -+DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE LEVELDB_WITHOUT_MEMENV - CONFIG += no_include_pwd - CONFIG += thread - -@@ -101,25 +101,30 @@ - QTPLUGIN += qcncodecs qjpcodecs qtwcodecs qkrcodecs qtaccessiblewidgets - } - -+contains(USE_SYSTEM_LEVELDB, 1) { -+LIBS += -lleveldb -+} else { - INCLUDEPATH += src/leveldb/include src/leveldb/helpers --LIBS += $$PWD/src/leveldb/libleveldb.a $$PWD/src/leveldb/libmemenv.a -+LIBS += $$PWD/src/leveldb/libleveldb.a - !win32 { - # we use QMAKE_CXXFLAGS_RELEASE even without RELEASE=1 because we use RELEASE to indicate linking preferences not -O preferences --genleveldb.commands = cd $$PWD/src/leveldb && CC=$$QMAKE_CC CXX=$$QMAKE_CXX $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\" libleveldb.a libmemenv.a -+genleveldb.commands = cd $$PWD/src/leveldb && CC=$$QMAKE_CC CXX=$$QMAKE_CXX $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\" libleveldb.a - } else { - # make an educated guess about what the ranlib command is called - isEmpty(QMAKE_RANLIB) { - QMAKE_RANLIB = $$replace(QMAKE_STRIP, strip, ranlib) - } - LIBS += -lshlwapi --genleveldb.commands = cd $$PWD/src/leveldb && CC=$$QMAKE_CC CXX=$$QMAKE_CXX TARGET_OS=OS_WINDOWS_CROSSCOMPILE $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\" libleveldb.a libmemenv.a && $$QMAKE_RANLIB $$PWD/src/leveldb/libleveldb.a && $$QMAKE_RANLIB $$PWD/src/leveldb/libmemenv.a -+genleveldb.commands = cd $$PWD/src/leveldb && CC=$$QMAKE_CC CXX=$$QMAKE_CXX TARGET_OS=OS_WINDOWS_CROSSCOMPILE $(MAKE) OPT=\"$$QMAKE_CXXFLAGS $$QMAKE_CXXFLAGS_RELEASE\" libleveldb.a && $$QMAKE_RANLIB $$PWD/src/leveldb/libleveldb.a - } - genleveldb.target = $$PWD/src/leveldb/libleveldb.a - genleveldb.depends = FORCE - PRE_TARGETDEPS += $$PWD/src/leveldb/libleveldb.a - QMAKE_EXTRA_TARGETS += genleveldb -+} - # Gross ugly hack that depends on qmake internals, unfortunately there is no other way to do it. --QMAKE_CLEAN += $$PWD/src/leveldb/libleveldb.a; cd $$PWD/src/leveldb ; $(MAKE) clean -+QMAKE_CLEAN += $$PWD/src/leveldb/libleveldb.a; cd $$PWD/src/leveldb && $(MAKE) clean || true -+ - - # regenerate src/build.h - !win32|contains(USE_BUILD_INFO, 1) { -diff -Naur litecoin-0.8.5.3-rc3.orig/src/leveldb.cpp litecoin-0.8.5.3-rc3/src/leveldb.cpp litecoin-0.8.5.3-rc3.orig/src/leveldb.cpp 2013-11-28 21:17:05.0 -0500 -+++ litecoin-0.8.5.3-rc3/src/leveldb.cpp 2013-11-29 14:55:33.760543008 -0500 -@@ -8,7 +8,9 @@ - #include - #include - #include --#include -+#ifndef LEVELDB_WITHOUT_MEMENV -+#include -+#endif - - #include - -@@ -43,8 +45,12 @@ - options = GetOptions(nCacheSize); - options.create_if_missing = true; - if (fMemory) { -+#ifndef LEVELDB_WITHOUT_MEMENV - penv = leveldb::NewMemEnv(leveldb::Env::Default()); - options.env = penv; -+#else -+throw std::runtime_error("CLevelDB(): compiled without memenv support"); -+#endif - } else { - if (fWipe) { - printf("Wiping LevelDB in %s\n", path.string().c_str()); -diff -Naur litecoin-0.8.5.3-rc3.orig/src/makefile.unix litecoin-0.8.5.3-rc3/src/makefile.unix litecoin-0.8.5.3-rc3.orig/src/makefile.unix2013-11-28 21:17:05.0 -0500 -+++ litecoin-0.8.5.3-rc3/src/makefile.unix 2013-11-29 15:08:58.337571033 -0500 -@@ -110,8 +110,7 @@ - # adds some defaults in front. Unfortunately, LDFLAGS=... $(LDFLAGS) does not work. - xLDFLAGS=$(LDHARDENING) $(LDFLAGS) - --OBJS= \ --leveldb/libleveldb.a \ -+BASEOBJS := \ - obj/alert.o \ - obj/version.o \ - obj/checkpoints.o \ -@@ -120,7 +119,6 @@ - obj/crypter.o \ - obj/key.o \ - obj/db.o \ --obj/init.o \ - obj/keystore.o \ - obj/main.o \ - obj/net.o \ -@@ -141,9 +139,17 @@
[gentoo-commits] repo/gentoo:master commit in: net-misc/vpnc/files/
commit: 74a8a12a5f258ff13bf4faa4ec212580f84b8628 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:33:09 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:20 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a8a12a net-misc/vpnc: remove unused init file net-misc/vpnc/files/vpnc-2.init | 103 1 file changed, 103 deletions(-) diff --git a/net-misc/vpnc/files/vpnc-2.init b/net-misc/vpnc/files/vpnc-2.init deleted file mode 100644 index 99c3b05.. --- a/net-misc/vpnc/files/vpnc-2.init +++ /dev/null @@ -1,103 +0,0 @@ -#!/sbin/openrc-run - -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -VPNDIR="/etc/vpnc" -VPN="${SVCNAME#*.}" -if [ -n ${VPN} ] && [ ${SVCNAME} != "vpnc" ]; then - mkdir -p /var/run/vpnc - VPNPID="/var/run/vpnc/${VPN}.pid" -else - VPNPID="/var/run/vpnc.pid" -fi -VPNCONF="${VPNDIR}/${VPN}.conf" -VPNSCRIPTDIR="${VPNDIR}/scripts.d" -PREUPSCRIPT="${VPNSCRIPTDIR}/${VPN}-preup.sh" -PREDOWNSCRIPT="${VPNSCRIPTDIR}/${VPN}-predown.sh" -POSTUPSCRIPT="${VPNSCRIPTDIR}/${VPN}-postup.sh" -POSTDOWNSCRIPT="${VPNSCRIPTDIR}/${VPN}-postdown.sh" -# We should source this file to avoid problems when init script -# name differs from the default name -. /etc/conf.d/vpnc - -depend() { - need net - before netmount -} - -checktundevice() { - if [ ! -e /dev/net/tun ]; then - if ! modprobe tun ; then - eerror "TUN/TAP support is not available in this kernel" - return 1 - fi - fi - if [ -h /dev/net/tun ] && [ -c /dev/misc/net/tun ]; then - ebegin "Detected broken /dev/net/tun symlink, fixing..." - rm -f /dev/net/tun - ln -s /dev/misc/net/tun /dev/net/tun - eend $? - fi -} - -screenoutput() { -if [ "${VPNCOUTPUT}" = "yes" ]; then - export SCREEN_OUTPUT="/dev/stdout" -else - export SCREEN_OUTPUT="/dev/null" -fi -} - -start() { - ebegin "Starting VPNC: ${VPN}" - - checktundevice || return 1 - screenoutput - - if [ ! -e "${VPNCONF}" ]; then - eend 1 "${VPNCONF} does not exist" - return 1 - fi - - local args="" - - if [ -x "${PREUPSCRIPT}" ] ; then - "${PREUPSCRIPT}" > ${SCREEN_OUTPUT} - fi - - start-stop-daemon --start --pidfile "${VPNPID}" --exec /usr/sbin/vpnc \ - -- --pid-file "${VPNPID}" "${VPNCONF}" > ${SCREEN_OUTPUT} - local retval=$? - if [ ! ${retval} -eq 0 ]; then - eend ${retval} - return ${retval} - fi - - if [ -x "${POSTUPSCRIPT}" ] ; then - "${POSTUPSCRIPT}" > ${SCREEN_OUTPUT} - fi - eend $? -} - -stop() { - ebegin "Stopping VPNC: ${VPN}" - screenoutput - if [ -x "${PREDOWNSCRIPT}" ] ; then - "${PREDOWNSCRIPT}" > ${SCREEN_OUTPUT} - fi - - start-stop-daemon --stop --exec /usr/sbin/vpnc --pidfile "${VPNPID}" - local retval=$? - if [ ! ${retval} -eq 0 ]; then - eend ${retval} - return ${retval} - fi - - - if [ -x "${POSTDOWNSCRIPT}" ] ; then - "${POSTDOWNSCRIPT}" > ${SCREEN_OUTPUT} - fi - eend $? -}
[gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/files/
commit: 0845a454bf0644240855d1cd958ea99c7fe6a0e3 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:22:36 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:42 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0845a454 net-ftp/frox: remove unused patch/file net-ftp/frox/files/config-0.7.18.patch | 66 -- net-ftp/frox/files/frox.rc | 46 2 files changed, 112 deletions(-) diff --git a/net-ftp/frox/files/config-0.7.18.patch b/net-ftp/frox/files/config-0.7.18.patch deleted file mode 100644 index 216e5ea.. --- a/net-ftp/frox/files/config-0.7.18.patch +++ /dev/null @@ -1,66 +0,0 @@ a/frox.conf2005-02-04 19:54:55.0 +0930 -+++ b/frox.conf2005-02-07 19:35:32.995421344 +0930 -@@ -18,7 +18,9 @@ - # commented out to listen on all local IPs. - # - # Listen firewall.localnet --Listen 192.168.2.1 -+# Listen 192.168.2.1 -+ -+Listen 127.0.0.1 - - # Port to listen on. Must be supplied. - # -@@ -26,7 +28,7 @@ - - # If specified then bind to this device - # --BindToDevice eth0 -+#BindToDevice eth0 - - # Whether to run from inetd. You should still define Port above, but - # it isn't used for much. -@@ -69,12 +71,12 @@ - - # General Options # - --# User and group to drop priveliges to. This must be specified - if -+User ftpproxy - # you really want to run as root (not a good idea) you must say so - # specifically, and have compiled with --enable-run-as-root. - # --# User nobody --# Group nogroup -+User ftpproxy -+Group ftpproxy - - # This is frox's working directory - it must be specified. Temporary - # files and sockets will be created here. If you are using local -@@ -83,7 +85,7 @@ - # also chroot to this dir on startup. To avoid this you must specifically - # set DontChroot to Yes. - # --# WorkingDir /usr/local/lib/frox -+WorkingDir /var/spool/frox - # DontChroot Yes - - # Logging level. 0=No logging. 5=Critical errors only. 10= All errors. -@@ -96,15 +98,15 @@ - # transferred irrespective of the log level. You can turn this off - # below. - # --# LogLevel 15 --# LogFile /usr/local/lib/frox/frox-log -+LogLevel 20 -+LogFile /var/log/frox/frox-log - # XferLogging no - - # File to store PID in. Default is not to. If this file is not within - # the Chroot directory then it cannot be deleted on exit, but will - # otherwise work fine. - # --PidFile /var/run/frox.pid -+PidFile /var/run/frox/frox.pid - - - diff --git a/net-ftp/frox/files/frox.rc b/net-ftp/frox/files/frox.rc deleted file mode 100644 index 81474bf.. --- a/net-ftp/frox/files/frox.rc +++ /dev/null @@ -1,46 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -PROGNAME=frox - -opts="depend start stop reload" - -depend() { -need net -} - -checkconfig() { - if [ ! -f /etc/frox.conf ] ; then - eerror "missing /etc/frox.conf" - return 1 - fi - -} - -start() { - checkconfig || return 1 - FROX_OPTS=" -f /etc/frox.conf" - -ebegin "Starting ${PROGNAME}..." -start-stop-daemon --start --quiet --exec /usr/sbin/${PROGNAME} -- ${OPTIONS} ${FROX_OPTS} &> /dev/null -eend $? -} - -stop() { -ebegin "Stop ${PROGNAME}..." -start-stop-daemon --stop --quiet --exec /usr/sbin/${PROGNAME} &> /dev/null -eend $? -} - -reload() { -if [ ! -f /var/run/frox/frox.pid ]; then -eerror "frox isn't running" -return 1 -fi -ebegin "Reloading configuration" -kill -HUP `cat /var/run/frox/frox.pid` &>/dev/null -eend $? -} -
[gentoo-commits] repo/gentoo:master commit in: net-misc/nemesis/files/
commit: 6220d2ed0776355303c25b2991fed9e2abe7c6c5 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:30:00 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:32:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6220d2ed net-misc/nemesis: remove unused patch net-misc/nemesis/files/1.4_beta3-libnet-1.0.patch | 123 -- 1 file changed, 123 deletions(-) diff --git a/net-misc/nemesis/files/1.4_beta3-libnet-1.0.patch b/net-misc/nemesis/files/1.4_beta3-libnet-1.0.patch deleted file mode 100644 index 693ce6b.. --- a/net-misc/nemesis/files/1.4_beta3-libnet-1.0.patch +++ /dev/null @@ -1,123 +0,0 @@ -diff -r -U 0 nemesis-1.4beta3.orig/configure nemesis-1.4beta3/configure nemesis-1.4beta3.orig/configure2003-08-19 15:45:45.674664840 -0400 -+++ nemesis-1.4beta3/configure 2003-08-19 15:47:50.916625168 -0400 -@@ -2704 +2704 @@ --CPPFLAGS="${CPPFLAGS} `libnet-config --defines`" -+CPPFLAGS="${CPPFLAGS} `libnet-1.0-config --defines`" -@@ -2707 +2707 @@ --if test `libnet-config --cflags | wc -c` = "1"; then -+if test `libnet-1.0-config --cflags | wc -c` = "1"; then -@@ -2711 +2711 @@ --CPPFLAGS="${CPPFLAGS} `libnet-config --cflags`" -+CPPFLAGS="${CPPFLAGS} `libnet-1.0-config --cflags`" -@@ -2714,3 +2714,3 @@ --if test `libnet-config --libs | wc -c` = "1"; then --{ echo "$as_me:2715: WARNING: libnet-config --libs is broken on your system. If you" >&5 --echo "$as_me: WARNING: libnet-config --libs is broken on your system. If you" >&2;} -+if test `libnet-1.0-config --libs | wc -c` = "1"; then -+{ echo "$as_me:2715: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&5 -+echo "$as_me: WARNING: libnet-1.0-config --libs is broken on your system. If you" >&2;} -@@ -2721 +2721 @@ --LIBS="${LIBS} `libnet-config --libs | sed s/\-lnet//`" -+LIBS="${LIBS} `libnet-1.0-config --libs | sed s/\-lnet-1.0//`" -@@ -3553 +3553 @@ --for ac_header in libnet.h -+for ac_header in libnet-1.0.h -@@ -3621 +3621 @@ -- libnet_dir=`libnet-config --cflags | cut -dI -f2` -+ libnet_dir=`libnet-1.0-config --cflags | cut -dI -f2` -@@ -3626 +3626 @@ -- if test -r $i/libnet.h; then -+ if test -r $i/libnet-1.0.h; then -@@ -3632 +3632 @@ -- if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet.h | grep -v 1.0.2a >/dev/null"; then -+ if eval "grep LIBNET_VERSION $LIBNET_INC_DIR/libnet-1.0.h | grep -v 1.0.2a >/dev/null"; then -@@ -3643 +3643 @@ -- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)" -+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)" -@@ -3662 +3662 @@ -- echo " ERROR: unable to find" "libnet 1.0.2a (libnet.h)" -+ echo " ERROR: unable to find" "libnet 1.0.2a (libnet-1.0.h)" -@@ -3699,2 +3699,2 @@ --echo "$as_me:3699: checking for libnet_build_ip in -lnet" >&5 --echo $ECHO_N "checking for libnet_build_ip in -lnet... $ECHO_C" >&6 -+echo "$as_me:3699: checking for libnet_build_ip in -lnet-1.0" >&5 -+echo $ECHO_N "checking for libnet_build_ip in -lnet-1.0... $ECHO_C" >&6 -@@ -3705 +3705 @@ --LIBS="-lnet $LIBS" -+LIBS="-lnet-1.0 $LIBS" -@@ -3753 +3753 @@ -- LIBS="-lnet $LIBS" -+ LIBS="-lnet-1.0 $LIBS" -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-arp.h nemesis-1.4beta3/src/nemesis-arp.h nemesis-1.4beta3.orig/src/nemesis-arp.h2003-08-19 15:45:45.675664688 -0400 -+++ nemesis-1.4beta3/src/nemesis-arp.h 2003-08-19 15:47:07.631205552 -0400 -@@ -30 +30 @@ --#include -+#include -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-dns.h nemesis-1.4beta3/src/nemesis-dns.h nemesis-1.4beta3.orig/src/nemesis-dns.h2003-08-19 15:45:45.675664688 -0400 -+++ nemesis-1.4beta3/src/nemesis-dns.h 2003-08-19 15:47:07.638204488 -0400 -@@ -30 +30 @@ --#include -+#include -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-ethernet.h nemesis-1.4beta3/src/nemesis-ethernet.h nemesis-1.4beta3.orig/src/nemesis-ethernet.h 2003-08-19 15:45:45.676664536 -0400 -+++ nemesis-1.4beta3/src/nemesis-ethernet.h2003-08-19 15:47:07.641204032 -0400 -@@ -29 +29 @@ --#include -+#include -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-functions.c nemesis-1.4beta3/src/nemesis-functions.c nemesis-1.4beta3.orig/src/nemesis-functions.c 2003-08-19 15:45:45.676664536 -0400 -+++ nemesis-1.4beta3/src/nemesis-functions.c 2003-08-19 15:47:07.656201752 -0400 -@@ -37 +37 @@ --#include -+#include -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-icmp.h nemesis-1.4beta3/src/nemesis-icmp.h nemesis-1.4beta3.orig/src/nemesis-icmp.h 2003-08-19 15:45:45.676664536 -0400 -+++ nemesis-1.4beta3/src/nemesis-icmp.h2003-08-19 15:47:07.665200384 -0400 -@@ -31 +31 @@ --#include -+#include -diff -r -U 0 nemesis-1.4beta3.orig/src/nemesis-igmp.h nemesis-1.4beta3/src/nemesis-igmp.h nemesis-1.4beta3.orig/src/nemesis-igmp.h 2003-08-19 15:45:45.676664536 -0400 -+++ nemesis-1.4beta3/src/nemesis-igmp.h2003-08-19 15:47:07.670199
[gentoo-commits] repo/gentoo:master commit in: net-irc/znc/files/
commit: 9198b2553a860df49728249505cedfb9780f968c Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 8 12:23:30 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:31:49 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9198b255 net-irc/znc: remove unused patches ...2-webadmin-correctly-handle-channel-names.patch | 73 -- net-irc/znc/files/znc-1.6.1-libressl.patch | 19 -- 2 files changed, 92 deletions(-) diff --git a/net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch b/net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch deleted file mode 100644 index 93705f7.. --- a/net-irc/znc/files/znc-1.2-webadmin-correctly-handle-channel-names.patch +++ /dev/null @@ -1,73 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=507794 - -From 5e6e3be32acfeadeaf1fb3bb17bada08aec6432f Mon Sep 17 00:00:00 2001 -From: Uli Schlachter -Date: Sun, 13 Apr 2014 20:36:55 +0200 -Subject: [PATCH] webadmin/add channel: Correctly handle channel names - -The CChan constructor makes sure that the channel name begins with a valid -channel prefix. Thus, this could change the name of the resulting channel. - -When you edited an irc network which already had a channel "#foo", were -connected to IRC (so ZNC knows which prefixes are valid) and added a channel -"foo", this would lead to a problem: - -Webadmin checks and sees that there is no channel "foo" yet. Webadmin creates a -new CChan instance for "foo". The CChan constructor notices that "f" is not a -valid channel prefix and instead calls itself "#foo". Then, -CIRCNetwork::AddChan() would see that this channel already exists, delete the -given channel and return false. - -However, webadmin didn't check this result and would continue changing settings -on an already destroyed CChan instance. - -Fix this by checking if the channel exists after CChan had its chance to mess -with the channel name. Also handle failures from CIRCNetwork::AddChan(). - -Fixes #528. - -Signed-off-by: Uli Schlachter - modules/webadmin.cpp | 16 +++- - 1 file changed, 11 insertions(+), 5 deletions(-) - -diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp -index 40a28d3..90ddfd2 100644 a/modules/webadmin.cpp -+++ b/modules/webadmin.cpp -@@ -668,13 +668,19 @@ class CWebAdminMod : public CModule { - return true; - } - -- if (pNetwork->FindChan(sChanName.Token(0))) { -- WebSock.PrintErrorPage("Channel [" + sChanName.Token(0) + "] already exists"); -+ // This could change the channel name and e.g. add a "#" prefix -+ pChan = new CChan(sChanName, pNetwork, true); -+ -+ if (pNetwork->FindChan(pChan->GetName())) { -+ WebSock.PrintErrorPage("Channel [" + pChan->GetName() + "] already exists"); -+ delete pChan; - return true; - } - -- pChan = new CChan(sChanName, pNetwork, true); -- pNetwork->AddChan(pChan); -+ if (!pNetwork->AddChan(pChan)) { -+ WebSock.PrintErrorPage("Could not add channel [" + pChan->GetName() + "]"); -+ return true; -+ } - } - - pChan->SetBufferCount(WebSock.GetParam("buffercount").ToUInt(), spSession->IsAdmin()); -@@ -700,7 +706,7 @@ class CWebAdminMod : public CModule { - - CTemplate TmplMod; - TmplMod["User"] = pUser->GetUserName(); -- TmplMod["ChanName"] = sChanName; -+ TmplMod["ChanName"] = pChan->GetName(); - TmplMod["WebadminAction"] = "change"; - FOR_EACH_MODULE(it, pNetwork) { - (*it)->OnEmbeddedWebRequest(WebSock, "webadmin/channel", TmplMod); --- -1.9.1 - diff --git a/net-irc/znc/files/znc-1.6.1-libressl.patch b/net-irc/znc/files/znc-1.6.1-libressl.patch deleted file mode 100644 index 8bbe9cf.. --- a/net-irc/znc/files/znc-1.6.1-libressl.patch +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-src_Csocket_cpp,v 1.1 2014/07/12 14:42:37 pascal Exp $ src/Csocket.cpp.orig Sat Jul 12 16:03:48 2014 -+++ src/Csocket.cppSat Jul 12 16:04:36 2014 -@@ -555,6 +555,7 @@ bool InitSSL( ECompType eCompressionType ) - } - #endif /* _WIN32 */ - -+#ifndef OPENSSL_NO_COMP - COMP_METHOD *cm = NULL; - - if( CT_ZLIB & eCompressionType ) -@@ -570,6 +571,7 @@ bool InitSSL( ECompType eCompressionType ) - if( cm ) - SSL_COMP_add_compression_method( CT_RLE, cm ); - } -+#endif - - // setting this up once in the begining - g_iCsockSSLIdx = SSL_get_ex_new_index( 0, ( void * )"CsockGlobalI
[gentoo-commits] repo/gentoo:master commit in: net-im/slack-bin/
commit: 29920663df8cf6a8d9568591287d1b8e7123 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Sun Jan 8 10:24:46 2017 + Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 02:12:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29920663 net-im/slack-bin: version bump 1. Bump to 2.3.4 2. Dropped x86 support, because upstream does not provide a package for this arch anymore. 3. Reworked RDEPEND. Package-Manager: portage-2.3.0 net-im/slack-bin/Manifest | 1 + net-im/slack-bin/slack-bin-2.3.4.ebuild | 82 + 2 files changed, 83 insertions(+) diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest index b774bc3..a833c61 100644 --- a/net-im/slack-bin/Manifest +++ b/net-im/slack-bin/Manifest @@ -1,2 +1,3 @@ DIST slack-desktop-2.1.2-amd64.deb 46460486 SHA256 46576dbe929d4d60d0311056c0268d22dfaa58edc6774ce8a7e61873414bbf2e SHA512 b23ccee498c2c6d043bdb4632b1b2755b3f0a96a1d78338020fb4221c49b7feeb437cc358abcf285e0f0a0f7b57f4db6792b2baa8b339596a287f1272ed12284 WHIRLPOOL 7b9dbf46c988dce1837318c4568ef7357481058593d80d0d00f0b8924a1ead28d8aaf3548d7e1f095d62042a05d721ba047658fcbb1758aad1ea006e69c74dcf DIST slack-desktop-2.1.2-i386.deb 42997902 SHA256 cc9660d95f5ce765c18b35191e2475d6bd272affc6d47f176759cc202910ddb4 SHA512 6b68123d3c85687043e886974449fe424af267c326ffc869d03d911ae5d0f30f5081b611e136bc4f832da8d555b2851a4c093df9c8be2de98235ebcd03528d8c WHIRLPOOL 80514dc501a94652bb54dad205224ee73cc4abd12f356aaf2b454aff67f99b4a16ec88bde0f9c541dbbddfcb8739df040656ca6c91b42b2947d6862743be41a8 +DIST slack-desktop-2.3.4-amd64.deb 47476802 SHA256 cd855c11dc95f41c691c1cbb8ec8dd2c2df5eb253a9f98bd8d9e3824553d7906 SHA512 36770884dbc1a2304bb61a6a4ccd76976ad3f19f7337063db4e16f83ffa255f82c88ef13676998eb3f4543733bbc31d7ab7172ae848801f722f75525035151e8 WHIRLPOOL 8274f6cca770ed6038d046a7bc49275988ab7b59708197f2646134479f2580a537c1d4e62e2866def949d643a403a453e95bf5ebf9bf978707765f79e234073b diff --git a/net-im/slack-bin/slack-bin-2.3.4.ebuild b/net-im/slack-bin/slack-bin-2.3.4.ebuild new file mode 100644 index ..08b4027 --- /dev/null +++ b/net-im/slack-bin/slack-bin-2.3.4.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN="${PN/-bin/}" + +inherit eutils gnome2-utils unpacker + +DESCRIPTION="Team collaboration tool" +HOMEPAGE="http://www.slack.com/"; +SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb"; + +LICENSE="no-source-code" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RESTRICT="mirror" + +RDEPEND="dev-libs/atk:0 + dev-libs/expat:0 + dev-libs/glib:2 + dev-libs/nspr:0 + dev-libs/nss:0 + gnome-base/gconf:2 + gnome-base/libgnome-keyring:0 + media-libs/alsa-lib:0 + media-libs/fontconfig:1.0 + media-libs/freetype:2 + net-misc/curl:0 + net-print/cups:0 + sys-apps/dbus:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/libX11:0 + x11-libs/libXcomposite:0 + x11-libs/libXcursor:0 + x11-libs/libXdamage:0 + x11-libs/libXext:0 + x11-libs/libXfixes:0 + x11-libs/libXi:0 + x11-libs/libXrandr:0 + x11-libs/libXrender:0 + x11-libs/libXScrnSaver:0 + x11-libs/libXtst:0 + x11-libs/pango:0" + +QA_PREBUILT="opt/slack/slack + opt/slack/resources/app.asar.unpacked/node_modules/* + opt/slack/libnode.so + opt/slack/libgcrypt.so.11 + opt/slack/libffmpeg.so + opt/slack/libCallsCore.so" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/pixmaps + doins usr/share/pixmaps/${MY_PN}.png + + newicon -s 512 usr/share/pixmaps/${MY_PN}.png ${MY_PN}.png + domenu usr/share/applications/${MY_PN}.desktop + + insinto /opt/${MY_PN} + doins -r usr/lib/${MY_PN}/. + fperms +x /opt/${MY_PN}/${MY_PN} + dosym /opt/${MY_PN}/${MY_PN} /usr/bin/${MY_PN} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils/
commit: 1876a023b7765e15bff4cf0e4e9ac2d762df03b3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 15 01:47:23 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 15 01:47:38 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1876a023 dev-perl/List-MoreUtils: add ~m68k keyword Package-Manager: portage-2.3.0 dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild index 5586570..8c829bf 100644 --- a/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild +++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Provide the missing functionality from List::Util" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/
commit: 0190256074a1248f1998c01f1a575260381bb649 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 15 01:46:19 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 15 01:47:36 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01902560 dev-perl/Exporter-Tiny: add ~m68k keyword Package-Manager: portage-2.3.0 dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild index af1e68b..31a9342 100644 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/
commit: 4f45ecb82321ba88f26ea9c82cb5952b0ae3874d Author: Lars Wendler gentoo org> AuthorDate: Sun Jan 15 01:38:10 2017 + Commit: Lars Wendler gentoo org> CommitDate: Sun Jan 15 01:38:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f45ecb8 app-admin/apache-tools: Security cleanup (bug #603130). Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/apache-tools/Manifest | 1 - app-admin/apache-tools/apache-tools-2.4.23.ebuild | 107 -- 2 files changed, 108 deletions(-) diff --git a/app-admin/apache-tools/Manifest b/app-admin/apache-tools/Manifest index 4a4fb90..7188895 100644 --- a/app-admin/apache-tools/Manifest +++ b/app-admin/apache-tools/Manifest @@ -1,4 +1,3 @@ DIST httpd-2.2.31.tar.bz2 5610489 SHA256 f32f9d19f535dac63b06cb55dfc023b40dcd28196b785f79f9346779e22f26ac SHA512 5aa47d4b76f692bbd8b309135ff99152df98cf69b505b9daf3f13f7f2a31443eaf4995161adfbc47a133b4d0e091fda2d95fc6b87a956f0ada18d7466ee28e74 WHIRLPOOL a2e3e53c51719cb6f7e641b41788cd89ce7b4d2ea105b403bfa3b3d4479b69c5604228269062f66722594e105e91121d05b1c9f27ca7dc4ecfcf339da8b8375c DIST httpd-2.2.32.tar.bz2 5777509 SHA256 527bc9d8092d784daf08910dd6c9d2681d6a2325055b2cc69806a0a7df7ed650 SHA512 b1802579f4fc950705ddcf0a24f502ffadbd91d5693fdd3b290ac7ca40122f8fa48132ad1055afae9b841dd55e8bb343239be07ca431b0f60ea081f5c2fad2c3 WHIRLPOOL ee2f1cb74b77f4b3eae7d58bb9bf2728d95a6e215a460d85abf60e220b816cb0e22080169167e3610872e3165951f1cc9ac753f02e46dc75e047a98a1b7384a5 -DIST httpd-2.4.23.tar.bz2 6351875 SHA256 0c1694b2aad7765896faf92843452ee2555b9591ae10d4f19b245f2adfe85e58 SHA512 c520de5be748c0a785ef0dc77102749eb4f47e224968b8d4bed2ae644faa0964623a0e960b64486a0888446790d050b52a6ae34fe61717fab95b37384b4825b1 WHIRLPOOL f3defbd06a878c66236adfcac2b59b6f47115ac815708bb45f2152bd1754b14a01458c9331eb7a65cba52e0bc53e2e66b32a384d44a029b07ffdd068c7c08a19 DIST httpd-2.4.25.tar.bz2 6398218 SHA256 f87ec2df1c9fee3e6bfde3c8b855a3ddb7ca1ab20ca877bd0e2b6bf3f05c80b2 SHA512 6ba4ce1dcef71416cf1c0de2468c002767b5637a75744daf5beb0edd045749a751b3826c4132f594c48e4b33ca8e1b25ebfb63ac4c8b759ca066a89d3261fb22 WHIRLPOOL ccb783875632241e8acf7b43c59163c25b13357b307416abaa3adb0ac868fc547b3cff9585b347e98a8663ec26bea3edad4d42604e6ae86b0db5f769fc11d072 diff --git a/app-admin/apache-tools/apache-tools-2.4.23.ebuild b/app-admin/apache-tools/apache-tools-2.4.23.ebuild deleted file mode 100644 index e52b5cf.. --- a/app-admin/apache-tools/apache-tools-2.4.23.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit flag-o-matic eutils multilib toolchain-funcs - -DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" -HOMEPAGE="https://httpd.apache.org/"; -SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" -IUSE="libressl ssl" -RESTRICT="test" - -RDEPEND=">=dev-libs/apr-1.5.0:1 - dev-libs/apr-util:1 - dev-libs/expat - dev-libs/libpcre - kernel_linux? ( sys-apps/util-linux ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - )" - -DEPEND="${RDEPEND} - sys-devel/libtool" - -S="${WORKDIR}/httpd-${PV}" - -PATCHES=( - "${FILESDIR}/${PN}-2.4.7-Makefile.patch" #459446 -) - -src_prepare() { - default - - # This package really should upgrade to using pcre's .pc file. - cat <<-\EOF >"${T}"/pcre-config - #!/bin/bash - flags=() - for flag; do - if [[ ${flag} == "--version" ]]; then - flags+=( --modversion ) - else - flags+=( "${flag}" ) - fi - done - exec ${PKG_CONFIG} libpcre "${flags[@]}" - EOF - chmod a+x "${T}"/pcre-config -} - -src_configure() { - # Brain dead check. - tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no" - - tc-export PKG_CONFIG - - # Instead of filtering --as-needed (bug #128505), append --no-as-needed - append-ldflags $(no-as-needed) - - # econf overwrites the stuff from config.layout. - ac_cv_path_PKGCONFIG=${PKG_CONFIG} \ - econf \ - --libexecdir="${EPREFIX}"/usr/$(get_libdir)/apache2/modules \ - --sbindir="${EPREFIX}"/usr/sbin \ - --with-perl="${EPREFIX}"/usr/bin/perl \ - --with-expat="${EPREFIX}"/usr \ - --with-z="${EPREFIX}"/usr \ - --with-apr="${SYSROOT}${EPREFIX}"/usr \ - --with-apr-util="${SYSROOT}${EPREFIX}"/usr \ - --with-pcre="${T}"/pcre-config \ -
[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
commit: 8c0256f247080f7c423e500cf4adc936792562b2 Author: Lars Wendler gentoo org> AuthorDate: Sun Jan 15 01:37:30 2017 + Commit: Lars Wendler gentoo org> CommitDate: Sun Jan 15 01:38:23 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0256f2 www-servers/apache: Security cleanup (bug #603130). Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-servers/apache/Manifest| 2 - www-servers/apache/apache-2.4.23-r2.ebuild | 245 - 2 files changed, 247 deletions(-) diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest index d006d54..1b163bb 100644 --- a/www-servers/apache/Manifest +++ b/www-servers/apache/Manifest @@ -1,7 +1,5 @@ -DIST apache-2.4.23-fcgi_fix.patch 1186 SHA256 2943092f4d16f998bed1839d762be6b12254bb59b54e027ae17a2f8042c0eac7 SHA512 5dd1d2eee99322d7af398e7e9c46da4275b83d47bbdac663c022fab734715aabaf5cf0e7abe9bf7b90b69a7b6456f4df55ec33519844124906ad9021f0331e01 WHIRLPOOL 80b03d44e861b08ade36fb317a7aa8cb13a7b79b80b6d59d90d404c9ce99590d8466cb098812b4e2fbb85e69fc7a69ce973269b1ec6ce516e2ad835566534f8e DIST gentoo-apache-2.2.29-20140922.tar.bz2 64135 SHA256 8c69c36c2f40fb81ee905b4dd72ab74aab4563c75149d302f372a451498e2678 SHA512 1d9aa12aa3ab79b5f80ee3fda020b33ff6798e5b1abbcbc138acea06a1ab9968ad240d2bdf9c5dbb9640fa9fb6718eec7175df7cc0fb8574cc4d7d5cdfb5bcc4 WHIRLPOOL f655300f0dcd2f4503cbdb25983fed902e4b717ff57e06f66486bebd0ed7cb8df56387be74b4259bfffad949bb446c5ec28f89065b6d5239585324b610be7b88 DIST gentoo-apache-2.4.18-r1-20160303.tar.bz2 24505 SHA256 d81e32d876594b48a7ff6d9123bf776c5bea5453eddd2fe40f4a9b79c11537aa SHA512 68f0c4de38ae05c45839fe692cbb7de641e331ca133b8aaaf69f3659dec15833cda95e6e074edb3a5b6b6d59b3fc5a4ee3589fff810707fe27417a25cd8a4c4d WHIRLPOOL fb61224b2104e611237e1d09eb4dfb3d2b8f023348c9622f7f19434b6b77d63786c41af17a300d994c14d983676f3753ab6fa52f7a7fcd07b9cea3d7eeacc9b9 DIST httpd-2.2.31.tar.bz2 5610489 SHA256 f32f9d19f535dac63b06cb55dfc023b40dcd28196b785f79f9346779e22f26ac SHA512 5aa47d4b76f692bbd8b309135ff99152df98cf69b505b9daf3f13f7f2a31443eaf4995161adfbc47a133b4d0e091fda2d95fc6b87a956f0ada18d7466ee28e74 WHIRLPOOL a2e3e53c51719cb6f7e641b41788cd89ce7b4d2ea105b403bfa3b3d4479b69c5604228269062f66722594e105e91121d05b1c9f27ca7dc4ecfcf339da8b8375c DIST httpd-2.2.32.tar.bz2 5777509 SHA256 527bc9d8092d784daf08910dd6c9d2681d6a2325055b2cc69806a0a7df7ed650 SHA512 b1802579f4fc950705ddcf0a24f502ffadbd91d5693fdd3b290ac7ca40122f8fa48132ad1055afae9b841dd55e8bb343239be07ca431b0f60ea081f5c2fad2c3 WHIRLPOOL ee2f1cb74b77f4b3eae7d58bb9bf2728d95a6e215a460d85abf60e220b816cb0e22080169167e3610872e3165951f1cc9ac753f02e46dc75e047a98a1b7384a5 -DIST httpd-2.4.23.tar.bz2 6351875 SHA256 0c1694b2aad7765896faf92843452ee2555b9591ae10d4f19b245f2adfe85e58 SHA512 c520de5be748c0a785ef0dc77102749eb4f47e224968b8d4bed2ae644faa0964623a0e960b64486a0888446790d050b52a6ae34fe61717fab95b37384b4825b1 WHIRLPOOL f3defbd06a878c66236adfcac2b59b6f47115ac815708bb45f2152bd1754b14a01458c9331eb7a65cba52e0bc53e2e66b32a384d44a029b07ffdd068c7c08a19 DIST httpd-2.4.25.tar.bz2 6398218 SHA256 f87ec2df1c9fee3e6bfde3c8b855a3ddb7ca1ab20ca877bd0e2b6bf3f05c80b2 SHA512 6ba4ce1dcef71416cf1c0de2468c002767b5637a75744daf5beb0edd045749a751b3826c4132f594c48e4b33ca8e1b25ebfb63ac4c8b759ca066a89d3261fb22 WHIRLPOOL ccb783875632241e8acf7b43c59163c25b13357b307416abaa3adb0ac868fc547b3cff9585b347e98a8663ec26bea3edad4d42604e6ae86b0db5f769fc11d072 diff --git a/www-servers/apache/apache-2.4.23-r2.ebuild b/www-servers/apache/apache-2.4.23-r2.ebuild deleted file mode 100644 index 06b093a.. --- a/www-servers/apache/apache-2.4.23-r2.ebuild +++ /dev/null @@ -1,245 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# latest gentoo apache files -GENTOO_PATCHSTAMP="20160303" -GENTOO_DEVELOPER="polynomial-c" -GENTOO_PATCHNAME="gentoo-apache-2.4.18-r1" - -# IUSE/USE_EXPAND magic -IUSE_MPMS_FORK="prefork" -IUSE_MPMS_THREAD="event worker" - -# << obsolete modules: -# authn_default authz_default mem_cache -# mem_cache is replaced by cache_disk -# ?? buggy modules -# proxy_scgi: startup error: undefined symbol "ap_proxy_release_connection", no fix found -# >> added modules for reason: -# compat: compatibility with 2.2 access control -# authz_host: new module for access control -# authn_core: functionality provided by authn_alias in previous versions -# authz_core: new module, provides core authorization capabilities -# cache_disk: replacement for mem_cache -# lbmethod_byrequests: Split off from mod_proxy_balancer in 2.3 -# lbmethod_bytraffic: Split off from mod_proxy_balancer in 2.3 -# lbmethod_bybusyness: Split off from mod_proxy_balancer in 2.3 -# lbmethod_heartbeat: Split off from mod_proxy_balancer in 2.3 -# slotmem_shm: Slot-based shared memory provider (for lbmethod_byrequests). -# socache_shmcb: shared object cache provider. Default config with
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
commit: db12e208cf0392ad06f8f6749a05741ebab727ee Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 15 01:32:18 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 15 01:32:18 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db12e208 dev-libs/libxml2: Stable for HPPA (bug #597116). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/libxml2/libxml2-2.9.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild index 5ea01e5..1bdd1dc 100644 --- a/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.4-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.xmlsoft.org/"; LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="debug examples icu ipv6 lzma python readline static-libs test" XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite";
[gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/
commit: 5f9e5302c55a7f459d12e1dff6889c28b0b2160e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 15 01:27:34 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 15 01:27:46 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9e5302 dev-libs/hyphen: Stable for HPPA (bug #601550). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/hyphen/hyphen-2.8.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild index 5ee5252..9725e67 100644 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="app-text/hunspell"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/
commit: b804ac8b176f70a0b71ac8dad768f7bb28bd2eda Author: Mike Gilbert gentoo org> AuthorDate: Sun Jan 15 01:11:46 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Sun Jan 15 01:17:23 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b804ac8b media-libs/libwebp: add USE flags for avx2, sse2, sse4.1, and neon Bug: https://bugs.gentoo.org/595526 Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25 media-libs/libwebp/libwebp-0.5.2.ebuild | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-libs/libwebp/libwebp-0.5.2.ebuild b/media-libs/libwebp/libwebp-0.5.2.ebuild index 9118d85..078afd6 100644 --- a/media-libs/libwebp/libwebp-0.5.2.ebuild +++ b/media-libs/libwebp/libwebp-0.5.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz"; LICENSE="BSD" SLOT="0/6" # subslot = libwebp soname version KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" -IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff" +IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 experimental gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory RDEPEND="gif? ( media-libs/giflib:= ) @@ -48,6 +48,11 @@ multilib_src_configure() { $(use_enable opengl gl) $(use_enable tiff) + $(use_enable cpu_flags_x86_avx2 avx2) + $(use_enable cpu_flags_x86_sse2 sse2) + $(use_enable cpu_flags_x86_sse4_1 sse4.1) + $(use_enable neon) + # Only used for gif2webp binary wrt #486646 $(multilib_native_use_enable gif) )
[gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-mode/
commit: e9ce6344d2cad1acef9648eebc7aab9238c327cc Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 15 01:10:01 2017 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 15 01:10:26 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ce6344 app-emacs/ocaml-mode: ia64 stable wrt bug #463018 Package-Manager: portage-2.3.0 app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild index 3403e33..66285c6 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}/emacs" SITEFILE="50${PN}-gentoo-3.12.1.el"
[gentoo-commits] repo/gentoo:master commit in: sys-process/htop/
commit: a0f0ace9b835e07f946da81a3509e64a40715db2 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 15 00:34:10 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 15 00:34:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f0ace9 sys-process/htop: Stable for HPPA (bug #602996). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches sys-process/htop/htop-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/htop/htop-2.0.2.ebuild b/sys-process/htop/htop-2.0.2.ebuild index 84cbba3..8fe99a3 100644 --- a/sys-process/htop/htop-2.0.2.ebuild +++ b/sys-process/htop/htop-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz"; LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]"
[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
commit: 2c960767ecaabdca33c1e62dac19b09d07e8b7f2 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 15 00:30:25 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 15 00:30:25 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c960767 net-libs/libupnp: Stable for HPPA (bug #598202). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches net-libs/libupnp/libupnp-1.6.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libupnp/libupnp-1.6.21.ebuild b/net-libs/libupnp/libupnp-1.6.21.ebuild index 5b6a0cb..5a63200 100644 --- a/net-libs/libupnp/libupnp-1.6.21.ebuild +++ b/net-libs/libupnp/libupnp-1.6.21.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="debug doc ipv6 static-libs" DOCS="NEWS README ChangeLog"
[gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/
commit: 145ed0aeb3c3083018fd3ac48bad9a4b84312550 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 15 00:29:42 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 15 00:29:42 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145ed0ae app-admin/logrotate: Stable for HPPA (bug #605076). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches app-admin/logrotate/logrotate-3.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/logrotate/logrotate-3.11.0.ebuild b/app-admin/logrotate/logrotate-3.11.0.ebuild index d2285f8..8a6f0c1 100644 --- a/app-admin/logrotate/logrotate-3.11.0.ebuild +++ b/app-admin/logrotate/logrotate-3.11.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="acl +cron selinux" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
commit: 169b930bd89e16dc0ef437f53dd160405e979cb2 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:48:09 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:48:09 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169b930b net-irc/irssi: Stable for HPPA (bug #604772). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches net-irc/irssi/irssi-0.8.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-0.8.21.ebuild b/net-irc/irssi/irssi-0.8.21.ebuild index c45d550..2fc6b0e 100644 --- a/net-irc/irssi/irssi-0.8.21.ebuild +++ b/net-irc/irssi/irssi-0.8.21.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl" CDEPEND="sys-libs/ncurses:0=
[gentoo-commits] repo/gentoo:master commit in: app-misc/uptimed/
commit: 99e9b9ee0ecf66258e2b869160e71289023039f9 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:45:34 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:45:47 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9b9ee app-misc/uptimed: Stable for HPPA (bug #604342). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches app-misc/uptimed/uptimed-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/uptimed/uptimed-0.4.0.ebuild b/app-misc/uptimed/uptimed-0.4.0.ebuild index ac08d30..1de7942 100644 --- a/app-misc/uptimed/uptimed-0.4.0.ebuild +++ b/app-misc/uptimed/uptimed-0.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static-libs" pkg_setup() {
[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-twolame/, media-plugins/gst-plugins-cdio/, ...
commit: 17bce9e3d9ac0ebf3dcb9431fdaaa1e7b8c5cd42 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 14 23:37:09 2017 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 14 23:37:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bce9e3 media-libs/gst-plugins-ugly and its splits: Remove old 1.8.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gst-plugins-ugly/Manifest | 1 - .../gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild | 40 -- media-plugins/gst-plugins-a52dec/Manifest | 1 - .../gst-plugins-a52dec-1.8.2.ebuild| 17 - media-plugins/gst-plugins-amr/Manifest | 1 - .../gst-plugins-amr/gst-plugins-amr-1.8.2.ebuild | 21 media-plugins/gst-plugins-cdio/Manifest| 1 - .../gst-plugins-cdio/gst-plugins-cdio-1.8.2.ebuild | 14 media-plugins/gst-plugins-dvdread/Manifest | 1 - .../gst-plugins-dvdread-1.8.2.ebuild | 14 media-plugins/gst-plugins-lame/Manifest| 1 - .../gst-plugins-lame/gst-plugins-lame-1.8.2.ebuild | 14 media-plugins/gst-plugins-mad/Manifest | 1 - .../gst-plugins-mad/gst-plugins-mad-1.8.2.ebuild | 14 media-plugins/gst-plugins-mpeg2dec/Manifest| 1 - .../gst-plugins-mpeg2dec-1.8.2.ebuild | 15 media-plugins/gst-plugins-sidplay/Manifest | 1 - .../gst-plugins-sidplay-1.8.2.ebuild | 14 media-plugins/gst-plugins-twolame/Manifest | 1 - .../gst-plugins-twolame-1.8.2.ebuild | 14 20 files changed, 187 deletions(-) diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest index 7b2be4f..caaffe5 100644 --- a/media-libs/gst-plugins-ugly/Manifest +++ b/media-libs/gst-plugins-ugly/Manifest @@ -1,5 +1,4 @@ DIST gst-plugins-ugly-0.10.19.tar.xz 882452 SHA256 4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda WHIRLPOOL f72f224c5f486982370e9d264ad7c658324783b42e995eef759faf270a18d8f12261d90ac6e70af38579921b0970f7aba50c6d091edcd6dc3dda272bcbef755f DIST gst-plugins-ugly-1.4.5.tar.xz 846828 SHA256 5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067 SHA512 9353a5b9492758d8255fcab23c0eb170ec31e884774c22915b57cc4a2ed56bad61643d7bd44fcdb919e7ad9b2023d1d0fab23f9c9fda1cb2b9883c92ec6b6fc0 WHIRLPOOL b212a4dcba654dac7866ad75551b26818349780b0d7905e63c45b75e21ffbb86ae0f4e9e79ef8bfb317149c2d4f01cbda2c6e2cf2cbcf58991bc09ba9aa85f4e DIST gst-plugins-ugly-1.6.3.tar.xz 859408 SHA256 2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064 SHA512 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e WHIRLPOOL ee97135766cb3aa67bd931c92597449ed06c303a074dc0bfcc5d6b3042f3e5b4485b48bad5d7a84ac0db180b4a6e81a6726bfb52fcb7369977149b7ff6bb -DIST gst-plugins-ugly-1.8.2.tar.xz 885728 SHA256 9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac SHA512 8f1d59a9b47a6ea5c69fbaa15c98a40d179bc9b1a7866a9899aaaccc72832cbd81f9e74d43457f7d2418d4957567a28e5ca49b77eb373575800d8c1bd449696f WHIRLPOOL 49910077c97141d40884299f5663898813801cccf9af596c2463ef9c85abc46ce7249781c5afbc15913ffd2044d0e6334a64a5fd761da8b7abd9ac577e7632f7 DIST gst-plugins-ugly-1.8.3.tar.xz 883200 SHA256 6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693 SHA512 b4297cbcb553997fbad47a39ad75f655e725629468c71b5af4b30d40309aa0924bd2bf790686db766f6eaacaf69850d1cebf88106dd2b3c24b65a511e54eb484 WHIRLPOOL 6203d6787a112f6cf75910f54bcea04e26057939c1e8b347af97c3b85c2d63d11dbe65285bb23e10007a27e5719493ce4b1c02739955f12f76f83b12ed38c574 diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild deleted file mode 100644 index f6a13f3.. --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -GST_ORG_MODULE="gst-plugins-ugly" - -inherit eutils gstreamer - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/"; - -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+orc" - -RDEPEND=" - >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 -" - -multilib_src_configure() { - gstreamer_multilib_src_configure - -
[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/
commit: c332e62657acc54fee6e1a0fb0c15806f0ee51f9 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:33:57 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:34:07 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c332e626 www-servers/apache: Stable for HPPA (bug #603130). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches www-servers/apache/apache-2.4.25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/apache/apache-2.4.25.ebuild b/www-servers/apache/apache-2.4.25.ebuild index 5f24ab8..e4c7a34 100644 --- a/www-servers/apache/apache-2.4.25.ebuild +++ b/www-servers/apache/apache-2.4.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -127,7 +127,7 @@ HOMEPAGE="https://httpd.apache.org/"; # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
[gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/
commit: d282e0f24c9cc95cbaea561a5cc5ab42b2ff4e06 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:33:48 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:34:04 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d282e0f2 app-admin/apache-tools: Stable for HPPA (bug #603130). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches app-admin/apache-tools/apache-tools-2.4.25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/apache-tools/apache-tools-2.4.25.ebuild b/app-admin/apache-tools/apache-tools-2.4.25.ebuild index f231efa..bc13c12 100644 --- a/app-admin/apache-tools/apache-tools-2.4.25.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" IUSE="libressl ssl" RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/files/, net-analyzer/nagios-core/
commit: 808f26f5899a40b08c1497b1ca97e08fa6add947 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 23:29:43 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 23:30:04 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808f26f5 net-analyzer/nagios-core: bring back the 3.x ebuild to save pnp4nagios. I tried removing the old versions of nagios to address a CVE, but net-analyzer/pnp4nagios on three arches requires nagios-3.x. I've filed a keyword request for icinga (which can also satisfy the dependency), and after those keywords are added and everything is stabilized we can try this again. Gentoo-Bug: 602216 Gentoo-Bug: 605724 Package-Manager: portage-2.3.0 net-analyzer/nagios-core/Manifest | 1 + net-analyzer/nagios-core/files/99_nagios3.conf | 15 ++ .../nagios-core/files/lighttpd_nagios3-r1.conf | 24 +++ .../files/nagios-core-3.5.1-process_cgivars.patch | 175 + net-analyzer/nagios-core/files/nagios3 | 53 + net-analyzer/nagios-core/nagios-core-3.5.1.ebuild | 217 + 6 files changed, 485 insertions(+) diff --git a/net-analyzer/nagios-core/Manifest b/net-analyzer/nagios-core/Manifest index 203f0f3..60c9c97 100644 --- a/net-analyzer/nagios-core/Manifest +++ b/net-analyzer/nagios-core/Manifest @@ -1,2 +1,3 @@ +DIST nagios-3.5.1.tar.gz 1763584 SHA256 ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99 SHA512 48e2ecb91002b08203937b12a438c87c62cd3c5c401a0ed9e861cd6d79074c7017ed373e9379f013d87dea1fd7cb8e3d85112d55c87ac91aed96b256868c112d WHIRLPOOL 2c02584702c64dbb0e353e34b758fab079eee0dc7a401e7b5947a21733758d3596401e5519e2dd7f05c89ee4835c21965d2718157fd9d6d3d20af9c853d688ca DIST nagios-4.2.4.tar.gz 11088206 SHA256 b0055c475683ce50d77b1536ff0cec9abf89139adecf771601fa021ef9a20b70 SHA512 1f060f3139db6f77f7ca218bb4befb631c08b0ccb1b2b85e4c06cfc94328b5d09cef9b547eb54617089334a1e36b881347dfbb98bcc88b9b38e878214f97883a WHIRLPOOL a3d5454c72ab38388e8071dca8a319c717bb22915cfd06243727eb33f7b8a93cc323531be1535d14e283335b9964762a2729f4605f76d9a01ff78bbe924053a7 DIST nagios-core-gentoo-icons-20141125.tar 40960 SHA256 68b715f636eb291343cab3259862bbed8b6b898520b58df522438524de3d8761 SHA512 bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766 WHIRLPOOL 7ec3a944b2a659b456d3168818ca5b1af3a427436e6af2f3e5d6cba6fc7b1c7bad6f552301f064df31988865b3b32fd117d9e6f61c630d6d817a51cbbbcb331d diff --git a/net-analyzer/nagios-core/files/99_nagios3.conf b/net-analyzer/nagios-core/files/99_nagios3.conf new file mode 100644 index ..074f9ce --- /dev/null +++ b/net-analyzer/nagios-core/files/99_nagios3.conf @@ -0,0 +1,15 @@ + + ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi-bin/ + + AllowOverride AuthConfig + Options ExecCGI + Order allow,deny + Allow from all + + Alias /nagios /usr/share/nagios/htdocs + + AllowOverride AuthConfig + Order allow,deny + Allow from all + + diff --git a/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf b/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf new file mode 100644 index ..6e25770 --- /dev/null +++ b/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf @@ -0,0 +1,24 @@ +server.modules += ("mod_cgi") +server.modules += ("mod_auth") +server.modules += ("mod_alias") + +auth.require += ( "/nagios" => + ( +"method" => "digest", +"realm" => "nagios", +"require" => "valid-user" + ) +) + +$HTTP["url"] =~ "^/nagios/cgi-bin/" { + dir-listing.activate = "disable" + cgi.assign = ( +".pl" => "/usr/bin/perl", +".cgi" => "" + ) +} + +alias.url += ( + "/nagios/cgi-bin" => "/usr/lib/nagios/cgi-bin", + "/nagios" => "/usr/share/nagios/htdocs" +) diff --git a/net-analyzer/nagios-core/files/nagios-core-3.5.1-process_cgivars.patch b/net-analyzer/nagios-core/files/nagios-core-3.5.1-process_cgivars.patch new file mode 100644 index ..9d95367 --- /dev/null +++ b/net-analyzer/nagios-core/files/nagios-core-3.5.1-process_cgivars.patch @@ -0,0 +1,175 @@ +commit d97e03f32741a7d851826b03ed73ff4c9612a866 +Author: Eric Stanley +Date: Fri Dec 20 13:14:30 2013 -0600 + +CGIs: Fixed minor vulnerability where a custom query could crash the CGI. + +Most CGIs previously incremented the input variable counter twice when +it encountered a long key value. This could cause the CGI to read past +the end of the list of CGI variables. This commit removes the second +increment, removing the possibility of reading past the end of the list +of CGI variables. + +diff --git a/cgi/avail.c b/cgi/avail.c +index 76afd86..64eaadc 100644 +--- a/cgi/avail.c b/cgi/avail.c +@@ -1096,7 +1096,6 @@ int process_cgivars(void) { + + /* do some ba
[gentoo-commits] repo/gentoo:master commit in: sys-apps/ed/
commit: 0b3d84e0599fec44942e1a0b41cd5e176d5ce761 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:27:32 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:27:32 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3d84e0 sys-apps/ed: Stable for HPPA (bug #605012). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches sys-apps/ed/ed-1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ed/ed-1.13.ebuild b/sys-apps/ed/ed-1.13.ebuild index b5fce5b..ca1661f 100644 --- a/sys-apps/ed/ed-1.13.ebuild +++ b/sys-apps/ed/ed-1.13.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="sys-apps/texinfo"
[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
commit: aa04b8506186fd6bc34ec3adb5686f0db14ec935 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:25:46 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:25:46 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa04b850 net-fs/samba: Stable for HPPA (bug #588262). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches net-fs/samba/samba-4.2.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index bb0fb59..1c59754 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -17,7 +17,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.12.tar.xz"; [[ ${PV} = *_rc* ]] || \ -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/";
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtasn1/
commit: b523de3573611cdfd3836982b244731c6d2226ab Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:22:44 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:22:44 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b523de35 dev-libs/libtasn1: Stable for HPPA (bug #601978). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/libtasn1/libtasn1-4.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild b/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild index 59240cb..1a4bcff 100644 --- a/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.9-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0/6" # subslot = libtasn1 soname version -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs" DEPEND=">=dev-lang/perl-5.6
[gentoo-commits] repo/gentoo:master commit in: media-libs/libvorbis/
commit: fa76afa96d9e004cf8756e86ebfa2cac5eb06ce5 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:19:53 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:19:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa76afa9 media-libs/libvorbis: Stable for HPPA (bug #601760). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-libs/libvorbis/libvorbis-1.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild b/media-libs/libvorbis/libvorbis-1.3.5.ebuild index 693f203..1b1ef77 100644 --- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/
commit: 682082d391e1ba92772708890a3266ae4ccb125c Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:18:56 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:18:56 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682082d3 net-proxy/dante: Stable for HPPA (bug #597980). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches net-proxy/dante/dante-1.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild b/net-proxy/dante/dante-1.4.1-r1.ebuild index 9a5ab0c..3ad15ad 100644 --- a/net-proxy/dante/dante-1.4.1-r1.ebuild +++ b/net-proxy/dante/dante-1.4.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.inet.no/pub/socks/${MY_P}.tar.gz"; LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug kerberos pam selinux static-libs tcpd upnp" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/
commit: 50435c5913d06896ebf425278929b267ba42deb1 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:17:08 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:17:08 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50435c59 media-libs/libwebp: Stable for HPPA (bug #598208). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-libs/libwebp/libwebp-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libwebp/libwebp-0.5.2.ebuild b/media-libs/libwebp/libwebp-0.5.2.ebuild index c8edd93..9118d85 100644 --- a/media-libs/libwebp/libwebp-0.5.2.ebuild +++ b/media-libs/libwebp/libwebp-0.5.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.webmproject.org/releases/webp/${P}.tar.gz"; LICENSE="BSD" SLOT="0/6" # subslot = libwebp soname version -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint" IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/
commit: eb663fa0011b36bc4a9574bb76508b3ded2a89f1 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 14 23:14:57 2017 + Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 14 23:15:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb663fa0 dev-libs/libsodium: Stable for HPPA (bug #599198). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/libsodium/libsodium-1.0.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libsodium/libsodium-1.0.11.ebuild b/dev-libs/libsodium/libsodium-1.0.11.ebuild index 9c59e83..c0fc17a 100644 --- a/dev-libs/libsodium/libsodium-1.0.11.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz"; LICENSE="ISC" SLOT="0/18" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes" PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
commit: 395bbaad71528c16f23c8c614968b7e8c5cd081d Author: Christoph Junghans gentoo org> AuthorDate: Sat Jan 14 23:03:39 2017 + Commit: Christoph Junghans gentoo org> CommitDate: Sat Jan 14 23:03:39 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395bbaad sci-visualization/gnuplot: remove old Package-Manager: portage-2.3.0 sci-visualization/gnuplot/Manifest | 2 - sci-visualization/gnuplot/gnuplot-4.6.5.ebuild | 209 - sci-visualization/gnuplot/metadata.xml | 1 - 3 files changed, 212 deletions(-) diff --git a/sci-visualization/gnuplot/Manifest b/sci-visualization/gnuplot/Manifest index bfaab83..93b42fe 100644 --- a/sci-visualization/gnuplot/Manifest +++ b/sci-visualization/gnuplot/Manifest @@ -1,5 +1,3 @@ -DIST gnuplot-4.6.5.tar.gz 5035657 SHA256 e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d SHA512 5a9c55d664105242aaf6356e707094a7dd5a80ba8d836bc7b3ce8836bcf5d2a57174d38220ea9efc58fa04f3c5f7d680ca5023482cff1a62b93549ff0530c47d WHIRLPOOL 9b3bc60668af708359c66f01d3780ee1547a03d8842af7010505c98ec3f870df846d167f557157e2ec6f85bf55cc03be02dc3514f533a3adaf9edc7fca61037b DIST gnuplot-5.0.1.tar.gz 4963747 SHA256 7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47 SHA512 f68ccef8ecad0d5f7c2eb5dc2c97ba14abba6e3324c36bb9ede5f87eef613942376a26e42e55fa8e9c908e2b732aa0b9f34d6d5c386e3d5cf9685bbca60fa094 WHIRLPOOL 7c1d7ec4e999d5d78fadc67cee1186988dbb1cd53feef19094554aa215a19ee6b136d7b65e692cba42bfdb19a06f036fc3fbe1b78cb55f9d0f1b8a740341d15c DIST gnuplot-5.0.4.tar.gz 5051380 SHA256 151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e SHA512 ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae WHIRLPOOL 73c952dd640879190d68c66df1d67c143ec3619c356f52357df637748be9324946f538ca3da222580f7376332dfc2a295634523d9864bd7342c43af0baa26053 DIST gnuplot-5.0.5.tar.gz 5078771 SHA256 25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 SHA512 fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c WHIRLPOOL 586aa59439d92c1a05169b57b1c7369465914870788b20b394fef0591a84f134ce6f6707b370105f55277d326d3ab578904ac82355c8d97b7337a7980ab8e29e -DIST gnuplot.info-4.6.2.tar.xz 182168 SHA256 73307153e8f525cce04d8c2c09ef28e422f21cd216d019f7aef8dbe71b6cc1bd SHA512 805e11933addefde41a15287e96bff9f4e307bbffbabe4bf1a9c49663a688702d9e738750d4ca6db475c9c09c0b6a14589b7e18392161610709e8864c626d4ff WHIRLPOOL bc16e1b6a798e214516aba413b3843045b0489038943dec6511722fed1eba772ba1067a8cdcada216afa903de5744c0722fa9f856a74d8f8e68fa27016704e53 diff --git a/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild b/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild deleted file mode 100644 index d95a564.. --- a/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild +++ /dev/null @@ -1,209 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets - -DESCRIPTION="Command-line driven interactive plotting program" -HOMEPAGE="http://www.gnuplot.info/"; - -if [[ -z ${PV%%*} ]]; then - inherit autotools cvs - ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot" - ECVS_MODULE="gnuplot" - ECVS_BRANCH="branch-4-6-stable" - ECVS_USER="anonymous" - ECVS_CVS_OPTIONS="-dP" - MY_P="${PN}" - SRC_URI="" -else - MY_P="${P/_/.}" - SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz - mirror://gentoo/${PN}.info-4.6.2.tar.xz" -fi - -LICENSE="gnuplot bitmap? ( free-noncomm )" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="aqua bitmap cairo doc examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X" - -RDEPEND=" - cairo? ( - x11-libs/cairo - x11-libs/pango ) - gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) - ggi? ( media-libs/libggi ) - latex? ( - virtual/latex-base - lua? ( - dev-tex/pgf - >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) - lua? ( dev-lang/lua:0 ) - plotutils? ( media-libs/plotutils ) - qt4? ( >=dev-qt/qtcore-4.5:4 - >=dev-qt/qtgui-4.5:4 - >=dev-qt/qtsvg-4.5:4 ) - readline? ( sys-libs/readline:0= ) - svga? ( media-libs/svgalib ) - wxwidgets? ( - x11-libs/wxGTK:2.8[X] - x11-libs/cairo - x11-libs/pango - x11-libs/gtk+:2 ) - X? ( x11-libs/libXaw )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( -
[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
commit: d002ed51f9f9994a72a25808ee6dd977fa8ea7f8 Author: Gerhard Bräunlich gmx net> AuthorDate: Sat Jan 14 19:27:08 2017 + Commit: Christoph Junghans gentoo org> CommitDate: Sat Jan 14 22:54:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d002ed51 sci-visualization/gnuplot: Version bump to 5.0.5, EAPI bump 5 -> 6 Fixes #3482 gh Package-Manager: portage-2.3.0 sci-visualization/gnuplot/Manifest | 1 + sci-visualization/gnuplot/gnuplot-5.0.5.ebuild | 205 + 2 files changed, 206 insertions(+) diff --git a/sci-visualization/gnuplot/Manifest b/sci-visualization/gnuplot/Manifest index 5bfbf7f..bfaab83 100644 --- a/sci-visualization/gnuplot/Manifest +++ b/sci-visualization/gnuplot/Manifest @@ -1,4 +1,5 @@ DIST gnuplot-4.6.5.tar.gz 5035657 SHA256 e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d SHA512 5a9c55d664105242aaf6356e707094a7dd5a80ba8d836bc7b3ce8836bcf5d2a57174d38220ea9efc58fa04f3c5f7d680ca5023482cff1a62b93549ff0530c47d WHIRLPOOL 9b3bc60668af708359c66f01d3780ee1547a03d8842af7010505c98ec3f870df846d167f557157e2ec6f85bf55cc03be02dc3514f533a3adaf9edc7fca61037b DIST gnuplot-5.0.1.tar.gz 4963747 SHA256 7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47 SHA512 f68ccef8ecad0d5f7c2eb5dc2c97ba14abba6e3324c36bb9ede5f87eef613942376a26e42e55fa8e9c908e2b732aa0b9f34d6d5c386e3d5cf9685bbca60fa094 WHIRLPOOL 7c1d7ec4e999d5d78fadc67cee1186988dbb1cd53feef19094554aa215a19ee6b136d7b65e692cba42bfdb19a06f036fc3fbe1b78cb55f9d0f1b8a740341d15c DIST gnuplot-5.0.4.tar.gz 5051380 SHA256 151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e SHA512 ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae WHIRLPOOL 73c952dd640879190d68c66df1d67c143ec3619c356f52357df637748be9324946f538ca3da222580f7376332dfc2a295634523d9864bd7342c43af0baa26053 +DIST gnuplot-5.0.5.tar.gz 5078771 SHA256 25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 SHA512 fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c WHIRLPOOL 586aa59439d92c1a05169b57b1c7369465914870788b20b394fef0591a84f134ce6f6707b370105f55277d326d3ab578904ac82355c8d97b7337a7980ab8e29e DIST gnuplot.info-4.6.2.tar.xz 182168 SHA256 73307153e8f525cce04d8c2c09ef28e422f21cd216d019f7aef8dbe71b6cc1bd SHA512 805e11933addefde41a15287e96bff9f4e307bbffbabe4bf1a9c49663a688702d9e738750d4ca6db475c9c09c0b6a14589b7e18392161610709e8864c626d4ff WHIRLPOOL bc16e1b6a798e214516aba413b3843045b0489038943dec6511722fed1eba772ba1067a8cdcada216afa903de5744c0722fa9f856a74d8f8e68fa27016704e53 diff --git a/sci-visualization/gnuplot/gnuplot-5.0.5.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.5.ebuild new file mode 100644 index ..107cac8 --- /dev/null +++ b/sci-visualization/gnuplot/gnuplot-5.0.5.ebuild @@ -0,0 +1,205 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs wxwidgets + +DESCRIPTION="Command-line driven interactive plotting program" +HOMEPAGE="http://www.gnuplot.info/"; + +if [[ -z ${PV%%*} ]]; then + inherit cvs + ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot" + ECVS_MODULE="gnuplot" + ECVS_BRANCH="HEAD" + ECVS_USER="anonymous" + ECVS_CVS_OPTIONS="-dP" + MY_P="${PN}" + SRC_URI="" + KEYWORDS="" +else + MY_P="${P/_/.}" + SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-aix ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="gnuplot bitmap? ( free-noncomm )" +SLOT="0" +IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt4 readline svga wxwidgets X" + +RDEPEND=" + cairo? ( + x11-libs/cairo + x11-libs/pango ) + gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) + ggi? ( media-libs/libggi ) + latex? ( + virtual/latex-base + lua? ( + dev-tex/pgf + >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) + libcaca? ( media-libs/libcaca ) + lua? ( dev-lang/lua:0 ) + qt4? ( >=dev-qt/qtcore-4.5:4 + >=dev-qt/qtgui-4.5:4 + >=dev-qt/qtsvg-4.5:4 ) + readline? ( sys-libs/readline:0= ) + libcerf? ( sci-libs/libcerf ) + svga? ( media-libs/svgalib ) + wxwidgets? ( + x11-libs/wxGTK:3.0[X] + x11-libs/cairo + x11-libs/pango + x11-libs/gtk+:2 ) + X? ( x11-libs/libXaw )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + virtual/latex-base +
[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
commit: 88574c92096bcac3e712e16a74b291f78ae3959b Author: Christoph Junghans gentoo org> AuthorDate: Sat Jan 14 22:59:43 2017 + Commit: Christoph Junghans gentoo org> CommitDate: Sat Jan 14 22:59:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88574c92 sci-visualization/gnuplot: update live ebuilds Package-Manager: portage-2.3.0 sci-visualization/gnuplot/gnuplot-5.0..ebuild | 24 +++ sci-visualization/gnuplot/gnuplot-5.1..ebuild | 20 +-- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.0..ebuild b/sci-visualization/gnuplot/gnuplot-5.0..ebuild index 0fa06f2..b5c6063 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0..ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0..ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets +inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs wxwidgets DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/"; @@ -22,7 +22,7 @@ if [[ -z ${PV%%*} ]]; then else MY_P="${P/_/.}" SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-aix ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="gnuplot bitmap? ( free-noncomm )" @@ -67,10 +67,10 @@ GP_VERSION="${PV%.*}" E_SITEFILE="lisp/50${PN}-gentoo.el" TEXMF="${EPREFIX}/usr/share/texmf-site" -src_prepare() { - # Fix underlinking - epatch "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch +PATCHES=( "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch ) +src_prepare() { + default if [[ -z ${PV%%*} ]]; then local dir for dir in config demo m4 term tutorial; do @@ -84,9 +84,7 @@ src_prepare() { # hacky workaround # Please hack the buildsystem if you like - if use prefix && use qt4; then - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4 - fi + use prefix && use qt4 && append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4 DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog for details. You can use the "pdfcairo" terminal for PDF output.' @@ -100,7 +98,7 @@ src_prepare() { environment variables. See the FAQ file in /usr/share/doc/${PF}/ for more information.' - mv configure.in configure.ac || die + mv configure.{in,ac} || die eautoreconf # Make sure we don't mix build & host flags. @@ -180,8 +178,8 @@ src_install () { # Demo files insinto /usr/share/${PN}/${GP_VERSION} doins -r demo - rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/Makefile* - rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/binary* + rm -f "${ED%/}"/usr/share/${PN}/${GP_VERSION}/demo/Makefile* + rm -f "${ED%/}"/usr/share/${PN}/${GP_VERSION}/demo/binary* fi if use doc; then diff --git a/sci-visualization/gnuplot/gnuplot-5.1..ebuild b/sci-visualization/gnuplot/gnuplot-5.1..ebuild index bb9c3a1..a8e8c6b 100644 --- a/sci-visualization/gnuplot/gnuplot-5.1..ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.1..ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets +inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs wxwidgets DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/"; @@ -22,7 +22,7 @@ if [[ -z ${PV%%*} ]]; then else MY_P="${P/_/.}" SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-aix ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="gnuplot bitmap? ( free-noncomm )" @@ -68,13 +68,12 @@ E_SITEFILE="l
[gentoo-commits] repo/gentoo:master commit in: net-misc/proxychains/, net-misc/proxychains/files/
commit: 0d1eca2754c7c5fd91662efd1fbc1ec1c8ad666b Author: Tim Harder gentoo org> AuthorDate: Sat Jan 14 22:07:54 2017 + Commit: Tim Harder gentoo org> CommitDate: Sat Jan 14 22:22:10 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1eca27 net-misc/proxychains: version bump to 4.12 net-misc/proxychains/Manifest | 1 + .../files/proxychains-4.12-makefile.patch | 43 +++ net-misc/proxychains/proxychains-4.12.ebuild | 49 ++ 3 files changed, 93 insertions(+) diff --git a/net-misc/proxychains/Manifest b/net-misc/proxychains/Manifest index 0698b31..62f5940 100644 --- a/net-misc/proxychains/Manifest +++ b/net-misc/proxychains/Manifest @@ -1 +1,2 @@ DIST proxychains-ng-4.11.tar.bz2 31856 SHA256 dcc4149808cd1fb5d9663cc09791f478805816b1f017381f424414c47f6376b6 SHA512 241365e8a8bbcead22c7844a2970f59bfc1ee9ef9a42a3f800823e70008bd976835d705a8b9894980c46307dce3a886514051023bafef113845531cb5d928e1c WHIRLPOOL 3e74678745ba09c7484f111f0ced0dd030efe0c3cd9ae427d996ca8240101ea0746e152dee84c5b0023305087e4bc0ed72e0b6589ec9b4ceba93549e3282ecc8 +DIST proxychains-ng-4.12.tar.xz 31816 SHA256 482a549935060417b629f32ddadd14f9c04df8249d9588f7f78a3303e3d03a4e SHA512 c1319065b2885fb16f1cd10092a25f49c20ace82dc67edcb2e8845fe79274fe63f5214d117eef3bfdffdc6aa8bf6904ea216047bd626043c5ecb36cd15d5560a WHIRLPOOL c24fef1501f08bf39e1d6c8a27d1d842c7036f3293d43b58c129b5eed49cf8e38c2909863ece08690d9b8c854a1e5e7339d027fe77034493f2d4fe25172a7853 diff --git a/net-misc/proxychains/files/proxychains-4.12-makefile.patch b/net-misc/proxychains/files/proxychains-4.12-makefile.patch new file mode 100644 index ..4b3fe53 --- /dev/null +++ b/net-misc/proxychains/files/proxychains-4.12-makefile.patch @@ -0,0 +1,43 @@ +--- proxychains-ng-4.12/Makefile proxychains-ng-4.12/Makefile +@@ -22,10 +22,8 @@ + + GENH = src/version.h + +-CFLAGS += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe +-NO_AS_NEEDED = -Wl,--no-as-needed +-LIBDL = -ldl +-LDFLAGS = -fPIC $(NO_AS_NEEDED) $(LIBDL) -lpthread ++CFLAGS = -Wall -std=c99 -D_GNU_SOURCE ++LIBS= -ldl -lpthread + INC = + PIC = -fPIC + AR = $(CROSS_COMPILE)ar +@@ -35,11 +33,11 @@ + LD_SET_SONAME = -Wl,-soname= + INSTALL = ./tools/install.sh + +-LDSO_PATHNAME = libproxychains4.$(LDSO_SUFFIX) ++LDSO_PATHNAME = libproxychains.$(LDSO_SUFFIX) + + SHARED_LIBS = $(LDSO_PATHNAME) + ALL_LIBS = $(SHARED_LIBS) +-PXCHAINS = proxychains4 ++PXCHAINS = proxychains + ALL_TOOLS = $(PXCHAINS) + ALL_CONFIGS = src/proxychains.conf + +@@ -81,11 +79,10 @@ + $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $< + + $(LDSO_PATHNAME): $(LOBJS) +- $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) $(USER_LDFLAGS) \ +- -shared -o $@ $(LOBJS) ++ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $(LOBJS) + + $(ALL_TOOLS): $(OBJS) +- $(CC) src/main.o src/common.o $(USER_LDFLAGS) -o $(PXCHAINS) ++ $(CC) $(LDFLAGS) src/main.o src/common.o -o $(PXCHAINS) + + + .PHONY: all clean install install-config install-libs install-tools diff --git a/net-misc/proxychains/proxychains-4.12.ebuild b/net-misc/proxychains/proxychains-4.12.ebuild new file mode 100644 index ..642d8eb --- /dev/null +++ b/net-misc/proxychains/proxychains-4.12.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs multilib + +MY_PN=${PN}-ng +MY_P=${MY_PN}-${PV} + +DESCRIPTION="force any tcp connections to flow through a proxy (or proxy chain)" +HOMEPAGE="https://github.com/rofl0r/proxychains-ng/"; +SRC_URI="https://github.com/rofl0r/${MY_PN}/releases/download/v${PV}/${MY_P}.tar.xz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +S=${WORKDIR}/${MY_P} + +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) + +src_prepare() { + default + sed -i "s/^\(LDSO_SUFFIX\).*/\1 = so.${PV}/" Makefile || die + tc-export CC +} + +src_configure() { + # not autotools + ./configure \ + --prefix="${EPREFIX}"/usr \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --sysconfdir="${EPREFIX}"/etc \ + || die +} + +src_install() { + dobin ${PN} + dodoc AUTHORS README TODO + + dolib.so lib${PN}.so.${PV} + dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1} + dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so + + insinto /etc + doins src/${PN}.conf +}
[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-make/
commit: 3b60b455a60115d9226cb66b4b383ff057c8a023 Author: Bernard Cafarelli gentoo org> AuthorDate: Sat Jan 14 22:17:24 2017 + Commit: Bernard Cafarelli gentoo org> CommitDate: Sat Jan 14 22:17:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b60b455 gnustep-base/gnustep-make: fix documentation installation, bug #585796 Thanks to Stefan Kalis and Andrius Štikonas for the report and updates Package-Manager: Portage-2.3.3, Repoman-2.3.1 gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild index 0c14906..9cacbd6 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild @@ -96,13 +96,8 @@ src_configure() { src_compile() { emake - # Prepare doc here (needed when no gnustep-make is already installed) if use doc ; then - # If a gnustep-1 environment is set - unset GNUSTEP_MAKEFILES - pushd Documentation &> /dev/null - emake -j1 all install - popd &> /dev/null + emake -C Documentation fi } @@ -118,9 +113,7 @@ src_install() { # Copy the documentation if use doc ; then - dodir ${GNUSTEP_SYSTEM_DOC} - cp -r Documentation/tmp-installation/System/Library/Documentation/* \ - "${ED}"${GNUSTEP_SYSTEM_DOC=} + emake -C Documentation ${make_eval} DESTDIR="${D}" install fi dodoc FAQ README RELEASENOTES
[gentoo-commits] repo/gentoo:master commit in: net-dns/updatedd/, net-dns/updatedd/files/
commit: 5cadafb0174f267b92e5ea9e2cc90c57352e14e7 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 21:16:26 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 21:52:54 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cadafb0 net-dns/updatedd: new revision to set timeouts for ipserv.pl. This new revision adds a patch by Maciej S. Szmigiero that sets timeouts on the socket used by ipserv.pl. Doing so prevents updatedd from hanging when the other end of the socket goes AWOL. As a consequence, dev-perl/IO-Socket-Timeout was added to RDEPEND. The "~arm" and "~ppc" keywords had to be dropped to satisfy that new dependency. Gentoo-Bug: 605626 Package-Manager: portage-2.3.0 .../files/set-socket-timeouts-for-ipserv.patch | 36 ++ net-dns/updatedd/updatedd-2.6-r5.ebuild| 29 + 2 files changed, 65 insertions(+) diff --git a/net-dns/updatedd/files/set-socket-timeouts-for-ipserv.patch b/net-dns/updatedd/files/set-socket-timeouts-for-ipserv.patch new file mode 100644 index ..dbcf4c7 --- /dev/null +++ b/net-dns/updatedd/files/set-socket-timeouts-for-ipserv.patch @@ -0,0 +1,36 @@ +Patch by Maciej S. Szmigiero to prevent ipserv from hanging when the +other end of the connection goes AWOL. + +Gentoo-Bug: 602216 + +--- a/scripts/ipserv.pl.in 2005-03-06 22:21:36.0 +0100 b/scripts/ipserv.pl.in 2017-01-14 19:39:25.583277538 +0100 +@@ -20,6 +20,7 @@ + + use strict; + use IO::Socket; ++use IO::Socket::Timeout qw(IO::Socket::INET); + + my $ipv4_rex = qr/(?:\d{1,3}\.){3}\d{1,3}/imosx; + +@@ -128,7 +129,8 @@ + $socket = IO::Socket::INET->new(PeerAddr => $target->{url}, + PeerPort => $target->{port}, + Proto=> "tcp", +- Type => SOCK_STREAM) ++ Type => SOCK_STREAM, ++ Timeout => 2 * 60) + or $retries--; + + } while(!defined($socket) && $retries != 0); +@@ -137,6 +139,10 @@ + die "could not connect to $target->{url}: $!"; + } + ++IO::Socket::Timeout->enable_timeouts_on($socket); ++$socket->read_timeout(2 * 60); ++$socket->write_timeout(2 * 60); ++ + if(defined($target->{request})) { + print($socket $target->{request}); + } diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild new file mode 100644 index ..24685ac --- /dev/null +++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services" +HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"; +SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/perl + dev-perl/IO-Socket-Timeout" + +PATCHES=( + "${FILESDIR}/${P}-options.patch" + "${FILESDIR}/fix-ovh-DYNDNSHOST.patch" + "${FILESDIR}/respect-docdir.patch" + "${FILESDIR}/set-socket-timeouts-for-ipserv.patch" +) + +src_configure() { + econf --disable-static --docdir="/usr/share/doc/${PF}" +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
commit: 7157b81283cb02f447c850ee76f094db9135d40c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 14 21:17:16 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 14 21:17:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7157b812 app-admin/kpcli: Add missing virtual dependency Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/kpcli/kpcli-3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/kpcli/kpcli-3.1.ebuild b/app-admin/kpcli/kpcli-3.1.ebuild index 79c8a756..fc7e916 100644 --- a/app-admin/kpcli/kpcli-3.1.ebuild +++ b/app-admin/kpcli/kpcli-3.1.ebuild @@ -28,6 +28,7 @@ RDEPEND=" virtual/perl-Digest-SHA virtual/perl-Data-Dumper virtual/perl-Term-ANSIColor + virtual/perl-Time-Piece virtual/perl-Carp X? ( dev-perl/Capture-Tiny
[gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
commit: 85830bb5d33aa9a526afc5b25d19de0fe0155130 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 14 20:18:54 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 14 21:15:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85830bb5 app-admin/kpcli: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/kpcli/Manifest | 2 -- app-admin/kpcli/kpcli-2.7.ebuild | 42 app-admin/kpcli/kpcli-2.8.ebuild | 42 3 files changed, 86 deletions(-) diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest index 835a5ba..46608b2 100644 --- a/app-admin/kpcli/Manifest +++ b/app-admin/kpcli/Manifest @@ -1,4 +1,2 @@ -DIST kpcli-2.7.pl 166288 SHA256 6bb1f7320b4474d6dbb73915393e5df96862f27c6228aa042a810fef46e2b777 SHA512 4a64164cc43b51a2f35a4dc348054e0299a8ac745ac8ca280b43b37b2813200afe2c7ec393ccca6a4e357252f59ca2315e71c87a5e512ff2f2b1569160a76b4e WHIRLPOOL 4b9e4872b6479b7c5757c95d07be6e72c32bb11cdaf559a64bf8f8e94a970c511be44ec566beeb30d805059a5651be90b1438faa08f41ac5ca5e66007d6de4be -DIST kpcli-2.8.pl 176617 SHA256 21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee SHA512 45ed8e67e4a985faa53476d35613ae90f68983d97cc85fba31d92d615cf021e62167179edc733a8acd0ace4910ac8556939ff1cc6c3d6fb6badf5547fab7 WHIRLPOOL a6fe2d2ddb7cd3bb86d809518fa3263c230dff2d4d34639ac41bf5d8284ed1d7c3e78f5b44d3602501586d5a633e2dd32c119aa71bd3596bb52a3d9ab8dbc52d DIST kpcli-3.0.pl 181841 SHA256 947b7b0485215f72e14bb8936c847abb583253c597f58234650922270259049c SHA512 fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587 WHIRLPOOL 096d8e516fe2e0cabd605232bd8b1f41d6dec6e5081cc2429ff97aea95e575c3a4faf760c59012a1535494afcf2755710496b394dc9153eb1a99d0738d56c3a0 DIST kpcli-3.1.pl 193792 SHA256 f1f07704a30d0eae126717d5dae0d24ccced43c316454e4a7b868fe0a239a21a SHA512 2bcfaa4535fd35d7bbf512e704392e207237efa669bf5d6845d1657e44511f04b80fddd4404f3a8d409f330f8bfbb5cf9f1e09fb8a425685b3d7309a8040df5e WHIRLPOOL 832d16d71892933b81bc5d29099118cfd838fa5b96b6766d6a4b732fc579f8dd616441c89ebc2eb5670045da2ca2bd183f83a407111c2db64978986b611f7bf2 diff --git a/app-admin/kpcli/kpcli-2.7.ebuild b/app-admin/kpcli/kpcli-2.7.ebuild deleted file mode 100644 index bf34e17.. --- a/app-admin/kpcli/kpcli-2.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A command line interface to KeePass database files" -HOMEPAGE="http://kpcli.sourceforge.net"; -SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl"; - -LICENSE="|| ( Artistic GPL-1+ )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/Clone - dev-perl/Crypt-Rijndael - dev-perl/TermReadKey - dev-perl/Sort-Naturally - dev-perl/Term-ShellUI - >=dev-perl/File-KeePass-0.30.0 - virtual/perl-File-Spec - virtual/perl-Getopt-Long - virtual/perl-Digest-MD5 - virtual/perl-Digest-SHA - virtual/perl-Data-Dumper - virtual/perl-Term-ANSIColor - virtual/perl-Carp -" - -src_unpack() { - mkdir "${S}" || die - cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die -} - -src_compile() { :; } - -src_install() { - dobin kpcli -} diff --git a/app-admin/kpcli/kpcli-2.8.ebuild b/app-admin/kpcli/kpcli-2.8.ebuild deleted file mode 100644 index c78af3f.. --- a/app-admin/kpcli/kpcli-2.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A command line interface to KeePass database files" -HOMEPAGE="http://kpcli.sourceforge.net"; -SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl"; - -LICENSE="|| ( Artistic GPL-1+ )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/Clone - dev-perl/Crypt-Rijndael - dev-perl/TermReadKey - dev-perl/Sort-Naturally - dev-perl/Term-ShellUI - >=dev-perl/File-KeePass-0.30.0 - virtual/perl-File-Spec - virtual/perl-Getopt-Long - virtual/perl-Digest-MD5 - virtual/perl-Digest-SHA - virtual/perl-Data-Dumper - virtual/perl-Term-ANSIColor - virtual/perl-Carp -" - -src_unpack() { - mkdir "${S}" || die - cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die -} - -src_compile() { :; } - -src_install() { - dobin kpcli -}
[gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
commit: 4594801b80c7d446b4f4e94a52260360648af605 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 14 19:59:13 2017 + Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 14 21:15:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594801b app-admin/kpcli: Version bump, bug 601442 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/kpcli/Manifest | 1 + app-admin/kpcli/kpcli-3.1.ebuild | 47 2 files changed, 48 insertions(+) diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest index 239e7c5..835a5ba 100644 --- a/app-admin/kpcli/Manifest +++ b/app-admin/kpcli/Manifest @@ -1,3 +1,4 @@ DIST kpcli-2.7.pl 166288 SHA256 6bb1f7320b4474d6dbb73915393e5df96862f27c6228aa042a810fef46e2b777 SHA512 4a64164cc43b51a2f35a4dc348054e0299a8ac745ac8ca280b43b37b2813200afe2c7ec393ccca6a4e357252f59ca2315e71c87a5e512ff2f2b1569160a76b4e WHIRLPOOL 4b9e4872b6479b7c5757c95d07be6e72c32bb11cdaf559a64bf8f8e94a970c511be44ec566beeb30d805059a5651be90b1438faa08f41ac5ca5e66007d6de4be DIST kpcli-2.8.pl 176617 SHA256 21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee SHA512 45ed8e67e4a985faa53476d35613ae90f68983d97cc85fba31d92d615cf021e62167179edc733a8acd0ace4910ac8556939ff1cc6c3d6fb6badf5547fab7 WHIRLPOOL a6fe2d2ddb7cd3bb86d809518fa3263c230dff2d4d34639ac41bf5d8284ed1d7c3e78f5b44d3602501586d5a633e2dd32c119aa71bd3596bb52a3d9ab8dbc52d DIST kpcli-3.0.pl 181841 SHA256 947b7b0485215f72e14bb8936c847abb583253c597f58234650922270259049c SHA512 fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587 WHIRLPOOL 096d8e516fe2e0cabd605232bd8b1f41d6dec6e5081cc2429ff97aea95e575c3a4faf760c59012a1535494afcf2755710496b394dc9153eb1a99d0738d56c3a0 +DIST kpcli-3.1.pl 193792 SHA256 f1f07704a30d0eae126717d5dae0d24ccced43c316454e4a7b868fe0a239a21a SHA512 2bcfaa4535fd35d7bbf512e704392e207237efa669bf5d6845d1657e44511f04b80fddd4404f3a8d409f330f8bfbb5cf9f1e09fb8a425685b3d7309a8040df5e WHIRLPOOL 832d16d71892933b81bc5d29099118cfd838fa5b96b6766d6a4b732fc579f8dd616441c89ebc2eb5670045da2ca2bd183f83a407111c2db64978986b611f7bf2 diff --git a/app-admin/kpcli/kpcli-3.1.ebuild b/app-admin/kpcli/kpcli-3.1.ebuild new file mode 100644 index ..79c8a756 --- /dev/null +++ b/app-admin/kpcli/kpcli-3.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A command line interface to KeePass database files" +HOMEPAGE="http://kpcli.sourceforge.net"; +SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl"; + +LICENSE="|| ( Artistic GPL-1+ )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND="" +RDEPEND=" + dev-lang/perl + dev-perl/Clone + dev-perl/Crypt-Rijndael + dev-perl/TermReadKey + dev-perl/Sort-Naturally + dev-perl/Term-ShellUI + >=dev-perl/File-KeePass-0.30.0 + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-Digest-MD5 + virtual/perl-Digest-SHA + virtual/perl-Data-Dumper + virtual/perl-Term-ANSIColor + virtual/perl-Carp + X? ( + dev-perl/Capture-Tiny + dev-perl/Clipboard + ) +" + +src_unpack() { + mkdir "${S}" || die + cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die +} + +src_compile() { :; } + +src_install() { + dobin kpcli +}
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/
commit: 5d92168e65af2d8017244d639d9fc75587ab9ed3 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 20:34:57 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 21:04:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d92168e net-analyzer/nagios-core: remove old vulnerable versions. Gentoo-Bug: 602216 Package-Manager: portage-2.3.0 net-analyzer/nagios-core/Manifest | 3 - net-analyzer/nagios-core/nagios-core-3.5.1.ebuild | 217 .../nagios-core/nagios-core-4.0.8-r2.ebuild| 282 - .../nagios-core/nagios-core-4.2.3-r1.ebuild| 248 -- 4 files changed, 750 deletions(-) diff --git a/net-analyzer/nagios-core/Manifest b/net-analyzer/nagios-core/Manifest index 720c78e..203f0f3 100644 --- a/net-analyzer/nagios-core/Manifest +++ b/net-analyzer/nagios-core/Manifest @@ -1,5 +1,2 @@ -DIST nagios-3.5.1.tar.gz 1763584 SHA256 ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99 SHA512 48e2ecb91002b08203937b12a438c87c62cd3c5c401a0ed9e861cd6d79074c7017ed373e9379f013d87dea1fd7cb8e3d85112d55c87ac91aed96b256868c112d WHIRLPOOL 2c02584702c64dbb0e353e34b758fab079eee0dc7a401e7b5947a21733758d3596401e5519e2dd7f05c89ee4835c21965d2718157fd9d6d3d20af9c853d688ca -DIST nagios-4.0.8.tar.gz 1805059 SHA256 8b268d250c97851775abe162f46f64724f95f367d752ae4630280cc5d368ca4b SHA512 d72fdbcc0beb2de72e5aa788b4ccc83aa30c7f4a4460edaa831f012db04647e4836b876bb7dc235e2a1b525827e9a2a0f4d348919f69fbfbfdaa4d13e968e18c WHIRLPOOL bdd9c63e0e495073b7b046952baa50b9e448fa56cda167806546a3b58fdd8fad328c9285ebb6d07da81786676d805671cad7295be389c4b8a4f3971264c97f74 -DIST nagios-4.2.3.tar.gz 11087851 SHA256 83ee7eb00b77b829c98473ebeff810949114d0a89f4330fc25eeaf794bd5265c SHA512 8ebf6befffd9e5ab8fcd8ea29f48e792b5ef68646317484fbbdea47542a0ea30465731d0bc918887cddfe07a02d93b7cc0bad288a2f1c4174652fa005f95ef81 WHIRLPOOL 7090c1a8afaec823d51dd0a59c333142ceae8081a0218df258d09bc139918a7d06803243dc93b20fdea6486aa8bba21455155b9bfca94b459c658ac9fce19959 DIST nagios-4.2.4.tar.gz 11088206 SHA256 b0055c475683ce50d77b1536ff0cec9abf89139adecf771601fa021ef9a20b70 SHA512 1f060f3139db6f77f7ca218bb4befb631c08b0ccb1b2b85e4c06cfc94328b5d09cef9b547eb54617089334a1e36b881347dfbb98bcc88b9b38e878214f97883a WHIRLPOOL a3d5454c72ab38388e8071dca8a319c717bb22915cfd06243727eb33f7b8a93cc323531be1535d14e283335b9964762a2729f4605f76d9a01ff78bbe924053a7 DIST nagios-core-gentoo-icons-20141125.tar 40960 SHA256 68b715f636eb291343cab3259862bbed8b6b898520b58df522438524de3d8761 SHA512 bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766 WHIRLPOOL 7ec3a944b2a659b456d3168818ca5b1af3a427436e6af2f3e5d6cba6fc7b1c7bad6f552301f064df31988865b3b32fd117d9e6f61c630d6d817a51cbbbcb331d diff --git a/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild b/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild deleted file mode 100644 index a6e24f3.. --- a/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild +++ /dev/null @@ -1,217 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit depend.apache eutils multilib toolchain-funcs user - -MY_P=${PN/-core}-${PV} -DESCRIPTION="Nagios Core - Check daemon, CGIs, docs" -HOMEPAGE="http://www.nagios.org/"; -SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86" -IUSE="debug lighttpd perl +web vim-syntax" -DEPEND="virtual/mailx - web? ( - >=media-libs/gd-1.8.3-r5[jpeg,png] - lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] ) - apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) ) - ) - perl? ( >=dev-lang/perl-5.6.1-r7:= )" -RDEPEND="${DEPEND} - !net-analyzer/nagios-imagepack - vim-syntax? ( app-vim/nagios-syntax )" - -want_apache2 - -S="${WORKDIR}/${PN/-core}" - -pkg_setup() { - depend.apache_pkg_setup - - enewgroup nagios - enewuser nagios -1 /bin/bash /var/nagios/home nagios -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-3.5.1-process_cgivars.patch" - local strip="$(echo '$(MAKE) strip-post-install')" - sed -i -e "s:${strip}::" {cgi,base}/Makefile.in || die "sed failed in Makefile.in" -} - -src_configure() { - local myconf - - if use perl ; then - myconf="${myconf} --enable-embedded-perl --with-perlcache" - fi - - if use debug; then - myconf="${myconf} --enable-DEBUG0" - myconf="${myconf} --enable-DEBUG1" - myconf="${myconf} --enable-DEBUG2" - myconf="${myconf} --enable-DEBUG3" - myconf="${myconf} --enable-DEBUG4" - myconf="${myconf} --enable-DEBUG5" - fi - - if use !apache2 && use !light
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/files/
commit: 3fe7eef56ef63155a5c79346bd3f8aa55fb4f179 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 20:48:12 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 21:04:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe7eef5 net-analyzer/nagios-core: remove the rest of the unused files. With nagios-3.x (and older 4.x versions) removed from the tree, we now have a bunch of unused files sitting in $FILESDIR. Get rid of them. Gentoo-Bug: 602216 Package-Manager: portage-2.3.0 net-analyzer/nagios-core/files/99_nagios3.conf | 15 -- .../files/fix-bogus-perf-data-warnings.patch | 32 .../nagios-core/files/lighttpd_nagios3-r1.conf | 24 --- net-analyzer/nagios-core/files/nagios | 57 --- .../files/nagios-core-3.5.1-process_cgivars.patch | 175 - net-analyzer/nagios-core/files/nagios3 | 53 --- net-analyzer/nagios-core/files/nagios4 | 52 -- .../files/use-INSTALL-to-install-themes.patch | 59 --- .../files/use-MAKE-instead-of-bare-make.patch | 37 - 9 files changed, 504 deletions(-) diff --git a/net-analyzer/nagios-core/files/99_nagios3.conf b/net-analyzer/nagios-core/files/99_nagios3.conf deleted file mode 100644 index 074f9ce.. --- a/net-analyzer/nagios-core/files/99_nagios3.conf +++ /dev/null @@ -1,15 +0,0 @@ - - ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi-bin/ - - AllowOverride AuthConfig - Options ExecCGI - Order allow,deny - Allow from all - - Alias /nagios /usr/share/nagios/htdocs - - AllowOverride AuthConfig - Order allow,deny - Allow from all - - diff --git a/net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch b/net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch deleted file mode 100644 index 8f589e8.. --- a/net-analyzer/nagios-core/files/fix-bogus-perf-data-warnings.patch +++ /dev/null @@ -1,32 +0,0 @@ -Patch submitted upstream at, - - http://tracker.nagios.org/view.php?id=534 - -by user ovidiu_stanila. Confirmed to work by at least one other user, -travissidelinger. Applied to fix Gentoo bug #530640. - -diff --git a/base/workers.c b/base/workers.c -index 881e434..d1e1f8d 100644 a/base/workers.c -+++ b/base/workers.c -@@ -285,6 +285,8 @@ static void destroy_job(struct wproc_job *job) - case WPJOB_SVC_EVTHANDLER: - case WPJOB_GLOBAL_HOST_EVTHANDLER: - case WPJOB_HOST_EVTHANDLER: -+ case WPJOB_HOST_PERFDATA: -+ case WPJOB_SVC_PERFDATA: - /* these require nothing special */ - break; - case WPJOB_CALLBACK: -@@ -763,6 +765,11 @@ static int handle_worker_result(int sd, int events, void *arg) - run_job_callback(job, &wpres, 0); - break; - -+ case WPJOB_HOST_PERFDATA: -+ case WPJOB_SVC_PERFDATA: -+ /* these require nothing special */ -+ break; -+ - default: - logit(NSLOG_RUNTIME_WARNING, TRUE, "Worker %d: Unknown jobtype: %d\n", wp->pid, job->type); - break; diff --git a/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf b/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf deleted file mode 100644 index 6e25770.. --- a/net-analyzer/nagios-core/files/lighttpd_nagios3-r1.conf +++ /dev/null @@ -1,24 +0,0 @@ -server.modules += ("mod_cgi") -server.modules += ("mod_auth") -server.modules += ("mod_alias") - -auth.require += ( "/nagios" => - ( -"method" => "digest", -"realm" => "nagios", -"require" => "valid-user" - ) -) - -$HTTP["url"] =~ "^/nagios/cgi-bin/" { - dir-listing.activate = "disable" - cgi.assign = ( -".pl" => "/usr/bin/perl", -".cgi" => "" - ) -} - -alias.url += ( - "/nagios/cgi-bin" => "/usr/lib/nagios/cgi-bin", - "/nagios" => "/usr/share/nagios/htdocs" -) diff --git a/net-analyzer/nagios-core/files/nagios b/net-analyzer/nagios-core/files/nagios deleted file mode 100644 index b8a642f.. --- a/net-analyzer/nagios-core/files/nagios +++ /dev/null @@ -1,57 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -opts="${opts} reload checkconfig" - -depend() { - need net - use dns logger firewall - after mysql postgresql -} - -reload() -{ - checkconfig || return 1 - ebegin "Reloading configuration" - killall -HUP nagios &>/dev/null - eend $? -} - -checkconfig() { - # Silent Check - /usr/nagios/bin/nagios -v /etc/nagios/nagios.cfg &>/dev/null && return 0 - - # Now we know there's problem - run again and display errors - /usr/nagios/bin/nagios -v /etc/nagios/nagios.cfg - e
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
commit: c60a7da113d382a595cfb14ed4b3ae299ddecef0 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 14 20:27:56 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 21:04:12 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a7da1 net-analyzer/nagios: remove old versions. Gentoo-Bug: 602216 Package-Manager: portage-2.3.0 net-analyzer/nagios/nagios-3.5.1.ebuild| 54 -- net-analyzer/nagios/nagios-4.0.8-r1.ebuild | 23 - net-analyzer/nagios/nagios-4.2.3.ebuild| 21 3 files changed, 98 deletions(-) diff --git a/net-analyzer/nagios/nagios-3.5.1.ebuild b/net-analyzer/nagios/nagios-3.5.1.ebuild deleted file mode 100644 index 1d3d648.. --- a/net-analyzer/nagios/nagios-3.5.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -inherit multilib - -DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages" -HOMEPAGE="http://www.nagios.org"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="~net-analyzer/nagios-core-${PV} - >=net-analyzer/nagios-plugins-1.4.13-r1 - !net-analyzer/nagios-imagepack" - -pkg_setup() { - # Avoid upgrading from Nagios <3 as the directory structure has changed - if has_version 'http://www.nagios.org"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="~net-analyzer/nagios-core-${PV} - || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins ) - !net-analyzer/nagios-imagepack" - -pkg_postrm() { - elog "Note: this is a meta package for ${PN}." - elog "To remove it completely, or before re-emerging," - elog "use emerge --depclean." -} diff --git a/net-analyzer/nagios/nagios-4.2.3.ebuild b/net-analyzer/nagios/nagios-4.2.3.ebuild deleted file mode 100644 index d7f34c1.. --- a/net-analyzer/nagios/nagios-4.2.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="The Nagios metapackage" -HOMEPAGE="http://www.nagios.org/"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" -IUSE="" - -RDEPEND="~net-analyzer/nagios-core-${PV} - || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )" - -pkg_postrm() { - elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}." - elog "To remove it completely, use emerge --depclean." -}
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/files/
commit: 85d8b5b7b78412408d6e77d6083b8790cb4d7e5f Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Jan 14 09:35:23 2017 + Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 14 21:04:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d8b5b7 net-analyzer/nagios-core: remove unused patches Signed-off-by: Michael Orlitzky gentoo.org> .../files/nagios-3.3.1-htmlmakefile.patch | 14 - .../nagios-core/files/statuswml-bug275288.patch| 51 - .../files/use-INSTALL-to-install-themes-r1.patch | 65 -- 3 files changed, 130 deletions(-) diff --git a/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch b/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch deleted file mode 100644 index c033c98.. --- a/net-analyzer/nagios-core/files/nagios-3.3.1-htmlmakefile.patch +++ /dev/null @@ -1,14 +0,0 @@ html/Makefile.in.orig 2011-07-27 16:06:58.0 +0200 -+++ html/Makefile.in 2011-07-27 16:07:10.0 +0200 -@@ -75,9 +75,9 @@ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done - for file in includes/*.*; \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes; done -- for file in includes/rss/*; \ -+ for file in includes/rss/*.*; \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss; done -- for file in includes/rss/extlib/*; \ -+ for file in includes/rss/extlib/*.*; \ - do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/includes/rss/extlib; done - - install-unstripped: diff --git a/net-analyzer/nagios-core/files/statuswml-bug275288.patch b/net-analyzer/nagios-core/files/statuswml-bug275288.patch deleted file mode 100644 index 8b9a020.. --- a/net-analyzer/nagios-core/files/statuswml-bug275288.patch +++ /dev/null @@ -1,51 +0,0 @@ cgi/statuswml.c2008/11/30 18:13:11 1.27 -+++ cgi/statuswml.c2009/06/19 04:30:26 1.28 -@@ -67,6 +67,8 @@ - void document_header(void); - void document_footer(void); - int process_cgivars(void); -+int validate_arguments(void); -+int is_valid_hostip(char *hostip); - - int display_type=DISPLAY_INDEX; - int hostgroup_style=DISPLAY_HOSTGROUP_SUMMARY; -@@ -108,6 +110,13 @@ - - document_header(); - -+ /* validate arguments in URL */ -+ result=validate_arguments(); -+ if(result==ERROR){ -+ document_footer(); -+ return ERROR; -+ } -+ - /* read the CGI configuration file */ - result=read_cgi_config_file(get_cgi_config_location()); - if(result==ERROR){ -@@ -334,7 +343,25 @@ - return error; - } - -+int validate_arguments(void){ -+ int result=OK; -+ if((strcmp(ping_address,"")) && !is_valid_hostip(ping_address)) { -+ printf("Invalid host name/ip\n"); -+ result=ERROR; -+ } -+ if(strcmp(traceroute_address,"") && !is_valid_hostip(traceroute_address)){ -+ printf("Invalid host name/ip\n"); -+ result=ERROR; -+ } -+ return result; -+ } - -+int is_valid_hostip(char *hostip) { -+ char *valid_domain_chars="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-"; -+ if(strcmp(hostip,"") && strlen(hostip)==strspn(hostip,valid_domain_chars) && hostip[0] != '-' && hostip[strlen(hostip)-1] != '-') -+ return TRUE; -+ return FALSE; -+ } - - /* main intro screen */ - void display_index(void){ diff --git a/net-analyzer/nagios-core/files/use-INSTALL-to-install-themes-r1.patch b/net-analyzer/nagios-core/files/use-INSTALL-to-install-themes-r1.patch deleted file mode 100644 index a14f5a3.. --- a/net-analyzer/nagios-core/files/use-INSTALL-to-install-themes-r1.patch +++ /dev/null @@ -1,65 +0,0 @@ -From b6552e3b0b006fa28014150d199813de12d89ef4 Mon Sep 17 00:00:00 2001 -From: Michael Orlitzky -Date: Mon, 25 Apr 2016 20:06:18 -0400 -Subject: [PATCH 1/1] Use $(INSTALL) to install themes. - -Most of the images installed under the htdocs folder are installed -mode 644 with owner:group nagios:nagios. This is due to the use of -$(INSTALL) in html/Makefile. However, the theme images and stylesheets -are currently installed with a simple "cp -r", which leads to -inconsistencies like the following: - - $ cd /usr/share/nagios/htdocs/images - $ ls action*.gif - -rw-rw-r-- 1 nagios nagios 1.3K 2014-11-12 08:22 action.gif - -rw-r--r-- 1 root root 1.3K 2014-11-12 08:22 action-graph.gif - -rw-r--r-- 1 root root171 2014-11-12 08:22 action-nagios.gif - -rw-r--r-- 1 root root162 2014-11-12 08:22 action-orig.gif - -By using $(INSTALL) in the install-exfoliation and install-classicui -targets, we enforce some consistency. - Makefile.in | 20 - 1 file changed, 16 insertions(+), 4 deletions(-) -
[gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail/files/, sys-apps/firejail/
commit: 1da7e8bff44c4049ccf60bd02befe7fbdba44295 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Jan 14 20:53:30 2017 + Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Jan 14 20:53:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da7e8bf sys-apps/firejail: Remove vulnerable version Gentoo-Bug: 604758 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/firejail/Manifest | 1 - .../files/firejail-0.9.44.2-sysmacros.patch| 27 - sys-apps/firejail/firejail-0.9.44.2.ebuild | 46 -- 3 files changed, 74 deletions(-) diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest index bc636c4..251939e 100644 --- a/sys-apps/firejail/Manifest +++ b/sys-apps/firejail/Manifest @@ -1,2 +1 @@ -DIST firejail-0.9.44.2.tar.xz 213092 SHA256 c5adef1943daa33049c4c39e5a19a0d02b897f1b1581be094ec600490dde8851 SHA512 c7babda0fa2ca35113fcbebf213448e57889d4447a188f2ad2bc06f76fda1024f22b4f3569050330792b57d9f1026ecf11470bbd534a7bdd74320da1bc584f9e WHIRLPOOL 365bd20a946a8210c12d4981ec7057c3bd47af00fcd37f98e65164dd70482bc0461cd445bc24cb7cf0423575f972e52accc8d08f23b0f0e26141918f2978 DIST firejail-0.9.44.4.tar.xz 213648 SHA256 2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f SHA512 222567db00fd85f468fff380dbc875b10fe4eb94ff95669e15adc4db55b36208eaef5ceb65bd2d05d79f8f9230552fb0f597fb6b7bf06bb47537321c9c02a3be WHIRLPOOL 8f19f2bda316cca29057d547d9deb357a55db3ffe3ef0ef02f948bd975e2e66f34a91f121363c15b5f6012fb3bde08fa10d2bc90233a14662406effbaff9fe37 diff --git a/sys-apps/firejail/files/firejail-0.9.44.2-sysmacros.patch b/sys-apps/firejail/files/firejail-0.9.44.2-sysmacros.patch deleted file mode 100644 index 85830a4.. --- a/sys-apps/firejail/files/firejail-0.9.44.2-sysmacros.patch +++ /dev/null @@ -1,27 +0,0 @@ -From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Wed, 20 Apr 2016 00:14:21 -0400 -Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev - -These funcs have been defined in sys/sysmacros.h forever, and Linux C -libs are moving away from implicitly including it. Update the files -to include it explicitly. - src/firejail/fs_dev.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c -index 97ee9de..2f66980 100644 a/src/firejail/fs_dev.c -+++ b/src/firejail/fs_dev.c -@@ -28,6 +28,7 @@ - #ifndef _BSD_SOURCE - #define _BSD_SOURCE - #endif -+#include - #include - - static void create_char_dev(const char *path, mode_t mode, int major, int minor) { --- -2.7.4 - diff --git a/sys-apps/firejail/firejail-0.9.44.2.ebuild b/sys-apps/firejail/firejail-0.9.44.2.ebuild deleted file mode 100644 index c1e2038.. --- a/sys-apps/firejail/firejail-0.9.44.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils - -DESCRIPTION="Security sandbox for any type of processes" -HOMEPAGE="https://firejail.wordpress.com/"; -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="apparmor +bind +chroot +file-transfer +network - network-restricted +seccomp +userns x11" - -DEPEND="!sys-apps/firejail-lts - apparmor? ( sys-libs/libapparmor )" -RDEPEND="${DEPEND} - x11? ( x11-wm/xpra[client,server] )" - -PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch ) - -src_prepare() { - default - find -name Makefile.in -exec sed -i -r \ - -e '/CFLAGS/s: (-O2|-ggdb) : :g' \ - -e '1iCC=@CC@' {} + || die -} - -src_configure() { - local myeconfargs=( - $(use_enable apparmor) - $(use_enable bind) - $(use_enable chroot) - $(use_enable file-transfer) - $(use_enable network) - $(use_enable seccomp) - $(use_enable userns) - $(use_enable x11) - ) - use network-restricted && myeconfargs+=( --enable-network=restricted ) - econf "${myeconfargs[@]}" -}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/firejail-lts/, sys-apps/firejail-lts/files/
commit: 64bf2494820d247f2f906164df876811a988e7ec Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Jan 14 20:56:16 2017 + Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Jan 14 20:56:16 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bf2494 sys-apps/firejail-lts: Remove vulnerable version Gentoo-Bug: 604758 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/firejail-lts/Manifest | 1 - .../files/firejail-lts-0.9.38.6-sysmacros.patch| 27 - sys-apps/firejail-lts/firejail-lts-0.9.38.6.ebuild | 35 -- 3 files changed, 63 deletions(-) diff --git a/sys-apps/firejail-lts/Manifest b/sys-apps/firejail-lts/Manifest index 6ad1cef..1a42a10 100644 --- a/sys-apps/firejail-lts/Manifest +++ b/sys-apps/firejail-lts/Manifest @@ -1,2 +1 @@ -DIST firejail-0.9.38.6.tar.bz2 158685 SHA256 76a25da5d2c3e2b50d0f3ff750614a43742f7115b0c65b92ba5c71a226006b70 SHA512 ba65ba77faa5f278a632f01cabc7ce963cd9a6c665a531ab4b5abfb076e670b52b1326c097a7e180aa717085aace4ecc4b9922c28066752f1afc77e123dfad26 WHIRLPOOL fcafc4155bdf2fc914eebc45bad7ce0c1ebc042705f57334f820453b3095aec444f7b49dbd84284e308d0f63185163be3f6089025df8815eca4983a007a853c0 DIST firejail-0.9.38.8.tar.bz2 158812 SHA256 36990c817d89b70ca9fa50860133c7728157003479e3b1801515ff259adf9357 SHA512 6f62bd0a9e87251af0e8c6d009714d18e7fb2819e4136fb49dcd7cc7ebc2b7b196395a0fe45a93101b0d42c66240c0da82481fd9d911fa33b0d7ca4933227dfd WHIRLPOOL 9ef9d61e5ec36c517b55dbbe921e28b96a2839f79a4aec775cf4f88320a3f6f8d2270363c0949e84e17af40642491910abc13f0e997dedd9dfad19a891312484 diff --git a/sys-apps/firejail-lts/files/firejail-lts-0.9.38.6-sysmacros.patch b/sys-apps/firejail-lts/files/firejail-lts-0.9.38.6-sysmacros.patch deleted file mode 100644 index 85830a4.. --- a/sys-apps/firejail-lts/files/firejail-lts-0.9.38.6-sysmacros.patch +++ /dev/null @@ -1,27 +0,0 @@ -From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Wed, 20 Apr 2016 00:14:21 -0400 -Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev - -These funcs have been defined in sys/sysmacros.h forever, and Linux C -libs are moving away from implicitly including it. Update the files -to include it explicitly. - src/firejail/fs_dev.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c -index 97ee9de..2f66980 100644 a/src/firejail/fs_dev.c -+++ b/src/firejail/fs_dev.c -@@ -28,6 +28,7 @@ - #ifndef _BSD_SOURCE - #define _BSD_SOURCE - #endif -+#include - #include - - static void create_char_dev(const char *path, mode_t mode, int major, int minor) { --- -2.7.4 - diff --git a/sys-apps/firejail-lts/firejail-lts-0.9.38.6.ebuild b/sys-apps/firejail-lts/firejail-lts-0.9.38.6.ebuild deleted file mode 100644 index eb33f24.. --- a/sys-apps/firejail-lts/firejail-lts-0.9.38.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -MY_PN=firejail -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Security sandbox for any type of processes; LTS branch" -HOMEPAGE="https://firejail.wordpress.com/"; -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="+seccomp" - -DEPEND="!sys-apps/firejail" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-sysmacros.patch - find -name Makefile.in -exec sed -i -r \ - -e '/CFLAGS/s: (-O2|-ggdb) : :g' \ - -e '1iCC=@CC@' {} + || die -} - -src_configure() { - econf $(use_enable seccomp) -}
[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
commit: 8be22793bb3db94f137f596c4e3ba64869358049 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 14 20:05:51 2017 + Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 14 20:05:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be22793 mail-client/claws-mail: Improved "webkit" USE flag description. Package-Manager: Portage-2.3.3, Repoman-2.3.1 mail-client/claws-mail/metadata.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-client/claws-mail/metadata.xml b/mail-client/claws-mail/metadata.xml index d8837bc..dd8c646 100644 --- a/mail-client/claws-mail/metadata.xml +++ b/mail-client/claws-mail/metadata.xml @@ -34,7 +34,8 @@ plugin Add support for memory debugging using valgrind - Render HTML e-mails using WebKit library + Enables HTML e-mail rendering by using + the net-libs/webkit-gtk library. sylpheed-claws
[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
commit: ba9ca3c71905538aa45c55d9b350b39298c473cb Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 14 19:57:43 2017 + Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 14 19:57:43 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9ca3c7 mail-client/claws-mail: Added description for "webkit" USE flag. Package-Manager: Portage-2.3.3, Repoman-2.3.1 mail-client/claws-mail/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/claws-mail/metadata.xml b/mail-client/claws-mail/metadata.xml index 2cddcb6..d8837bc 100644 --- a/mail-client/claws-mail/metadata.xml +++ b/mail-client/claws-mail/metadata.xml @@ -34,6 +34,7 @@ plugin Add support for memory debugging using valgrind + Render HTML e-mails using WebKit library sylpheed-claws
[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
commit: 85921fbdfa6860a42ab691ca0f019188246471ec Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 14 19:47:11 2017 + Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 14 19:47:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85921fbd mail-client/claws-mail: Removed old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 mail-client/claws-mail/Manifest | 1 - mail-client/claws-mail/claws-mail-3.14.0.ebuild | 222 2 files changed, 223 deletions(-) diff --git a/mail-client/claws-mail/Manifest b/mail-client/claws-mail/Manifest index e3b7991..e0fd782 100644 --- a/mail-client/claws-mail/Manifest +++ b/mail-client/claws-mail/Manifest @@ -1,3 +1,2 @@ DIST claws-mail-3.13.2.tar.xz 5582600 SHA256 6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1 SHA512 7356a4286fc76e215746de846f412e80b4d21c3be90ac8edd7719be2874569f953ce5c094e4a20b0c467db994d710135fc14bcb01f8fb4e947bf7d1666261ea3 WHIRLPOOL ec64d157fffd7be2849c92209cf3a5cc29935fa60a9061577c1b0bbcdac28b51f800c731ebf5f9598bc34f56ee9815adddfb5691f5faa81c92252bd182ab5120 -DIST claws-mail-3.14.0.tar.xz 5795536 SHA256 466bd70350c69055d980dc84038d13f231f4ed060af899910e29c7a1de83cc59 SHA512 c127110749af6f5d584f59c3b5800c54a4b06e0b4a8b236d70ef516b7b39c40c870109d58c1d4f13fae6a10176083e948757d95a03c7f1fd526c00cd0c488600 WHIRLPOOL 887b4290f06dadd5e19458cdaf0e12cc3c6e31167da65df80f23028250d828b669aa600cedd5ffedd33445287d3d2e0bd9b2fcb0c7d106fdee9d145152a0fc77 DIST claws-mail-3.14.1.tar.xz 5812444 SHA256 b79a1dc04f0b3d1f693e84d7fa7282f140fb5280179281445a8b954ce423c335 SHA512 ee1653ebd14b8aee76e97ce81ec203e0beeea7074eba0aa34c69bceb0a80135cdb16e508009cb479047d5112abd7eaa4bdb7e46722f33a88419fb24eeb75ac30 WHIRLPOOL ae5f6296f6f56c7dd8683efa68f3d688d806a5f5da576147ad4e685d16def294c6a5f2e1bca18e137995bed2dffad1e2fd2fcfb990a96d68950eb38c96640e13 diff --git a/mail-client/claws-mail/claws-mail-3.14.0.ebuild b/mail-client/claws-mail/claws-mail-3.14.0.ebuild deleted file mode 100644 index fa97461.. --- a/mail-client/claws-mail/claws-mail-3.14.0.ebuild +++ /dev/null @@ -1,222 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit autotools gnome2-utils eutils python-single-r1 - -DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/"; - -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"; - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface" -REQUIRED_USE="libcanberra? ( notification ) - libindicate? ( notification ) - libnotify? ( notification ) - networkmanager? ( dbus ) - smime? ( pgp )" - -# Plugins are all integrated or dropped since 3.9.1 -PLUGINBLOCK="!!mail-client/claws-mail-acpi-notifier - !!mail-client/claws-mail-archive - !!mail-client/claws-mail-att-remover - !!mail-client/claws-mail-attachwarner - !!mail-client/claws-mail-clamd - !!mail-client/claws-mail-fancy - !!mail-client/claws-mail-fetchinfo - !mail-client/claws-mail-gdata - !!mail-client/claws-mail-geolocation - !!mail-client/claws-mail-gtkhtml - !!mail-client/claws-mail-mailmbox - !!mail-client/claws-mail-newmail - !!mail-client/claws-mail-notification - !!mail-client/claws-mail-perl - !!mail-client/claws-mail-python - !!mail-client/claws-mail-rssyl - !!mail-client/claws-mail-spam-report - !!mail-client/claws-mail-tnef-parse - !!mail-client/claws-mail-vcalendar - !!mail-client/claws-mail-address_keeper - !!mail-client/claws-mail-pdf-viewer" - -COMMONDEPEND=" - archive? ( - app-arch/libarchive - >=net-misc/curl-7.9.7 - ) - bogofilter? ( mail-filter/bogofilter ) - calendar? ( >=net-misc/curl-7.9.7 ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - gdata? ( >=dev-libs/libgdata-0.17.1 ) - gnutls? ( >=net-libs/gnutls-3.0 ) - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( >=x11-libs/gtk+-2.20:2 ) - imap? ( >=net-libs/libetpan-0.57 ) - ldap? ( >=net-nds/openldap-2.0.7 ) - nls? ( >=sys-devel/gettext-0.18 ) - nntp? ( >=net-libs/libetpan-0.57 ) - notification? ( - dev-libs/glib:2 - libcanberra? ( media-libs/libcanberra[gtk] ) - libindicate? ( dev-libs/libindicate:3[gtk] ) - libnotify? ( x11-libs/libnotify ) - ) - pda? ( >=app-pda/jpilot-0.99 ) - pdf? ( app-text/poppl