[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
commit: 7b1bfb8e2d62b443769ecbca0596a00229e4f2a6 Author: Guilherme Amadio gentoo org> AuthorDate: Thu May 2 14:50:17 2019 + Commit: Guilherme Amadio gentoo org> CommitDate: Tue May 7 06:30:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1bfb8e sci-physics/root: update live ebuild for upstream changes Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-.ebuild | 106 +- 1 file changed, 58 insertions(+), 48 deletions(-) diff --git a/sci-physics/root/root-.ebuild b/sci-physics/root/root-.ebuild index df57dd82e74..0c248faf0e5 100644 --- a/sci-physics/root/root-.ebuild +++ b/sci-physics/root/root-.ebuild @@ -10,18 +10,7 @@ FORTRAN_NEEDED="fortran" PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ - prefix python-single-r1 toolchain-funcs - -if [[ ${PV} == "" ]] ; then - inherit git-r3 - KEYWORDS="" - EGIT_REPO_URI="http://root.cern/git/root.git"; - SLOT=0 -else - KEYWORDS="~amd64 ~x86" - SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz"; - SLOT="$(ver_cut 1-2)/$(ver_cut 3)" -fi + llvm prefix python-single-r1 toolchain-funcs DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="https://root.cern"; @@ -33,10 +22,26 @@ IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd zeroconf" +if [[ ${PV} =~ "" ]] ; then + inherit git-r3 + KEYWORDS="" + EGIT_REPO_URI="http://root.cern/git/root.git"; + if [[ ${PV} == "" ]]; then + SLOT="0" + else + SLOT="$(ver_cut 1-2)/$(ver_cut 3)" + EGIT_BRANCH="v$(ver_cut 1)-$(ver_cut 2)-00-patches" + fi +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz"; +fi + LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" REQUIRED_USE=" ^^ ( c++11 c++14 c++17 ) + cuda? ( tmva !c++17 ) !X? ( !asimage !opengl !qt5 !tiff ) davix? ( ssl xml ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -49,19 +54,19 @@ CDEPEND=" app-arch/lz4 app-arch/xz-utils fortran? ( dev-lang/cfortran ) - dev-libs/libpcre:3= + dev-libs/libpcre:3 dev-libs/xxhash media-fonts/dejavu - media-libs/freetype:2= + media-libs/freetype:2 media-libs/libpng:0= sys-devel/llvm:5= sys-libs/ncurses:= sys-libs/zlib X? ( - x11-libs/libX11:0= - x11-libs/libXext:0= - x11-libs/libXft:0= - x11-libs/libXpm:0= + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/libXft:0 + x11-libs/libXpm:0 opengl? ( media-libs/ftgl:0= media-libs/glew:0= @@ -85,8 +90,8 @@ CDEPEND=" emacs? ( virtual/emacs ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:0= ) - graphviz? ( media-gfx/graphviz:0= ) - gsl? ( sci-libs/gsl ) + graphviz? ( media-gfx/graphviz ) + gsl? ( sci-libs/gsl:= ) http? ( dev-libs/fcgi:0= ) jemalloc? ( dev-libs/jemalloc ) kerberos? ( virtual/krb5 ) @@ -98,8 +103,8 @@ CDEPEND=" odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) postgres? ( dev-db/postgresql:= ) - pythia6? ( sci-physics/pythia:6= ) - pythia8? ( sci-physics/pythia:8= ) + pythia6? ( sci-physics/pythia:6 ) + pythia8? ( sci-physics/pythia:8 ) python? ( ${PYTHON_DEPS} ) R? ( dev-lang/R ) shadow? ( virtual/shadow ) @@ -107,7 +112,7 @@ CDEPEND=" ssl? ( dev-libs/openssl:0= ) tbb? ( >=dev-cpp/tbb-2018 ) tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) - vc? ( dev-libs/vc ) + vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) " @@ -123,15 +128,15 @@ PATCHES=( ) pkg_setup() { + LLVM_MAX_SLOT=5 llvm_pkg_setup + use fortran && fortran-2_pkg_setup use python && python-single-r1_pkg_setup - elog "There are extra options on packages not yet in Gentoo:" - elog "Afdsmgrd, AliEn, castor, Chirp, dCache, gfal, Globus, gLite," - elog "HDFS, Monalisa, MaxDB/SapDB, SRP, VecCore." - elog "You can use the environment variable EXTRA_ECONF for this." - elog "For example, for Chirp, you would set: " - elog "EXTRA_ECONF=\"-Dchirp=ON\"" + elog "There are extra options on packages not available in Gentoo." + elog "You can use the environment variable EXTRA_ECONF to enable" + elog
[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
commit: a0b5a58dd6efb7fb0c54857453381f5572a1ea3e Author: Guilherme Amadio gentoo org> AuthorDate: Tue May 7 06:25:56 2019 + Commit: Guilherme Amadio gentoo org> CommitDate: Tue May 7 06:30:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b5a58d sci-physics/root: update dependencies for afterstep removal Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.12.06-r9.ebuild | 5 + sci-physics/root/root-6.14.08-r2.ebuild | 5 + sci-physics/root/root-6.16.00-r1.ebuild | 5 + sci-physics/root/root-6.16.00.ebuild| 5 + sci-physics/root/root-.ebuild | 11 --- 5 files changed, 8 insertions(+), 23 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r9.ebuild b/sci-physics/root/root-6.12.06-r9.ebuild index eecef68d7cb..7797664bc1d 100644 --- a/sci-physics/root/root-6.12.06-r9.ebuild +++ b/sci-physics/root/root-6.12.06-r9.ebuild @@ -63,10 +63,7 @@ CDEPEND=" dev-qt/qtwebengine:5[widgets] ) ) - asimage? ( || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) ) + asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) davix? ( net-libs/davix ) emacs? ( virtual/emacs ) diff --git a/sci-physics/root/root-6.14.08-r2.ebuild b/sci-physics/root/root-6.14.08-r2.ebuild index 9bdd6bbf7eb..36f4c068c94 100644 --- a/sci-physics/root/root-6.14.08-r2.ebuild +++ b/sci-physics/root/root-6.14.08-r2.ebuild @@ -67,10 +67,7 @@ CDEPEND=" dev-qt/qtwebengine:5[widgets] ) ) - asimage? ( || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) ) + asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) diff --git a/sci-physics/root/root-6.16.00-r1.ebuild b/sci-physics/root/root-6.16.00-r1.ebuild index ca7b8a8c5fd..7d0884db553 100644 --- a/sci-physics/root/root-6.16.00-r1.ebuild +++ b/sci-physics/root/root-6.16.00-r1.ebuild @@ -68,10 +68,7 @@ CDEPEND=" dev-qt/qtwebengine:5[widgets] ) ) - asimage? ( || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) ) + asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) diff --git a/sci-physics/root/root-6.16.00.ebuild b/sci-physics/root/root-6.16.00.ebuild index ddd708c69ae..c6952c5f419 100644 --- a/sci-physics/root/root-6.16.00.ebuild +++ b/sci-physics/root/root-6.16.00.ebuild @@ -68,10 +68,7 @@ CDEPEND=" dev-qt/qtwebengine:5[widgets] ) ) - asimage? ( || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) ) + asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) diff --git a/sci-physics/root/root-.ebuild b/sci-physics/root/root-.ebuild index 0c248faf0e5..77c8e057cd0 100644 --- a/sci-physics/root/root-.ebuild +++ b/sci-physics/root/root-.ebuild @@ -80,10 +80,7 @@ CDEPEND=" dev-qt/qtwebengine:5[widgets] ) ) - asimage? ( || ( - media-libs/libafterimage[gif,jpeg,png,tiff?] - >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] - ) ) + asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) @@ -301,9 +298,9 @@ src_install() { ROOTSYS=${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2) if [[ ${PV} == "" ]]; then - ROOTENV=$((9900 - $(ver_cut 2)))${PN}-git + ROOTENV="9900${PN}-git" else - ROOTENV=$(( - $(ver_cut 2)))${PN}-$(ver_cut 1-2)-git + ROOTENV="$(( - $(ver_cut 2)))${PN}-$(ver_cut 1-2)-git" fi cat > ${ROOTENV} <<- EOF || die @@ -325,7 +322,7 @@ src_install() { pushd "${D}/${ROOTSYS}" > /dev/null - rm -r test emacs bin/*.{csh,sh,fish} || die + rm -r emacs bin/*.{csh,sh,fish} || die if ! use examples; then rm -r tutorials || die
[gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/
commit: fc6d9f2337910e2d1378275e46c30772cc8d5017 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue May 7 05:38:56 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6d9f23 net-misc/iperf: stable 3.6 for sparc, bug #684646 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/iperf/iperf-3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/iperf/iperf-3.6.ebuild b/net-misc/iperf/iperf-3.6.ebuild index 75c8a88d69d..09b2e796dfd 100644 --- a/net-misc/iperf/iperf-3.6.ebuild +++ b/net-misc/iperf/iperf-3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}archive/${PV/_/}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint" IUSE="libressl sctp static-libs" DEPEND="!libressl? ( dev-libs/openssl:0= )
[gentoo-commits] proj/portage-utils:master commit in: libq/
commit: 64628c5c37601544f85785a3b8bb343f495200d8 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 18:01:46 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 18:01:46 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=64628c5c libq/vdb: add switch to vdb_get_atom to make it cheap/expensive while at it, ensure repeated calls get the atom for "free" Signed-off-by: Fabian Groffen gentoo.org> libq/vdb.c | 28 +++- libq/vdb.h | 2 +- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/libq/vdb.c b/libq/vdb.c index 5dc5e79..810a84c 100644 --- a/libq/vdb.c +++ b/libq/vdb.c @@ -414,17 +414,27 @@ next_entry: } depend_atom * -vdb_get_atom(vdb_pkg_ctx *pkg_ctx) +vdb_get_atom(vdb_pkg_ctx *pkg_ctx, bool complete) { - pkg_ctx->atom = atom_explode(pkg_ctx->name); - if (pkg_ctx->atom == NULL) - return NULL; - pkg_ctx->atom->CATEGORY = (char *)pkg_ctx->cat_ctx->name; + if (pkg_ctx->atom == NULL) { + pkg_ctx->atom = atom_explode(pkg_ctx->name); + if (pkg_ctx->atom == NULL) + return NULL; + pkg_ctx->atom->CATEGORY = (char *)pkg_ctx->cat_ctx->name; + } - vdb_pkg_eat(pkg_ctx, "SLOT", &pkg_ctx->slot, &pkg_ctx->slot_len); - pkg_ctx->atom->SLOT = pkg_ctx->slot; - vdb_pkg_eat(pkg_ctx, "repository", &pkg_ctx->repo, &pkg_ctx->repo_len); - pkg_ctx->atom->REPO = pkg_ctx->repo; + if (complete) { + if (pkg_ctx->atom->SLOT == NULL) { + vdb_pkg_eat(pkg_ctx, "SLOT", + &pkg_ctx->slot, &pkg_ctx->slot_len); + pkg_ctx->atom->SLOT = pkg_ctx->slot; + } + if (pkg_ctx->atom->REPO == NULL) { + vdb_pkg_eat(pkg_ctx, "repository", + &pkg_ctx->repo, &pkg_ctx->repo_len); + pkg_ctx->atom->REPO = pkg_ctx->repo; + } + } return pkg_ctx->atom; } diff --git a/libq/vdb.h b/libq/vdb.h index 2954bef..28ca040 100644 --- a/libq/vdb.h +++ b/libq/vdb.h @@ -91,6 +91,6 @@ int vdb_foreach_pkg_sorted(const char *sroot, const char *svdb, vdb_pkg_cb callback, void *priv); struct dirent *vdb_get_next_dir(DIR *dir); set *get_vdb_atoms(const char *sroot, const char *svdb, int fullcpv); -depend_atom *vdb_get_atom(vdb_pkg_ctx *pkg_ctx); +depend_atom *vdb_get_atom(vdb_pkg_ctx *pkg_ctx, bool complete); #endif
[gentoo-commits] proj/portage-utils:master commit in: /
commit: 2615b1a350ac54af4bb0f31e8eb13fed9979b564 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 18:04:00 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2615b1a3 qcheck: use atom_format to unify atom representation Signed-off-by: Fabian Groffen gentoo.org> qcheck.c | 43 --- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/qcheck.c b/qcheck.c index 377a187..68cdb30 100644 --- a/qcheck.c +++ b/qcheck.c @@ -69,14 +69,13 @@ qcheck_process_contents(vdb_pkg_ctx *pkg_ctx, struct qcheck_opt_state *state) { int fd_contents; FILE *fp_contents, *fp_contents_update; - const char *catname = pkg_ctx->cat_ctx->name; - const char *pkgname = pkg_ctx->name; size_t num_files, num_files_ok, num_files_unknown, num_files_ignored; char *buffer, *line; size_t linelen; struct stat st, cst; int cp_argc, cpm_argc; char **cp_argv, **cpm_argv; + depend_atom *atom; fp_contents_update = NULL; @@ -94,15 +93,16 @@ qcheck_process_contents(vdb_pkg_ctx *pkg_ctx, struct qcheck_opt_state *state) } /* Open contents_update, if needed */ + atom = vdb_get_atom(pkg_ctx, false); num_files = num_files_ok = num_files_unknown = num_files_ignored = 0; - qcprintf("%sing %s%s/%s%s ...\n", + qcprintf("%sing %s ...\n", (state->qc_update ? "Updat" : "Check"), - GREEN, catname, pkgname, NORM); + atom_format("%[CATEGORY]%[PF]", atom, 0)); if (state->qc_update) { fp_contents_update = vdb_pkg_fopenat_rw(pkg_ctx, "CONTENTS~"); if (fp_contents_update == NULL) { fclose(fp_contents); - warnp("unable to fopen(%s/%s, w)", pkgname, "CONTENTS~"); + warnp("unable to fopen(%s/%s, w)", atom->P, "CONTENTS~"); return EXIT_FAILURE; } } @@ -165,13 +165,14 @@ qcheck_process_contents(vdb_pkg_ctx *pkg_ctx, struct qcheck_opt_state *state) break; if (i == cpm_argc) { /* Not explicitly masked, so it's protected */ - for (i = 1; i < cp_argc; ++i) + for (i = 1; i < cp_argc; ++i) { if (strncmp(cp_argv[i], entry->name, strlen(cp_argv[i])) == 0) { num_files_ok++; continue; } + } } } @@ -329,18 +330,9 @@ qcheck_process_contents(vdb_pkg_ctx *pkg_ctx, struct qcheck_opt_state *state) } if (state->bad_only && num_files_ok != num_files) { if (verbose) - printf("%s/%s\n", catname, pkgname); + printf("%s\n", atom_format("%[CATEGORY]%[PF]", atom, 0)); else { - depend_atom *atom = NULL; - char *buf; - xasprintf(&buf, "%s/%s", catname, pkgname); - if ((atom = atom_explode(buf)) != NULL) { - printf("%s/%s\n", catname, atom->PN); - atom_implode(atom); - } else { - printf("%s/%s\n", catname, pkgname); - } - free(buf); + printf("%s\n", atom_format("%[CATEGORY]%[PN]", atom, 0)); } } qcprintf(" %2$s*%1$s %3$s%4$zu%1$s out of %3$s%5$zu%1$s file%6$s are good", @@ -366,27 +358,24 @@ static int qcheck_cb(vdb_pkg_ctx *pkg_ctx, void *priv) { struct qcheck_opt_state *state = priv; - const char *catname = pkg_ctx->cat_ctx->name; - const char *pkgname = pkg_ctx->name; bool showit = false; /* see if this cat/pkg is requested */ if (array_cnt(state->atoms)) { - char *buf; size_t i; - depend_atom *qatom, *atom; + depend_atom *qatom; + depend_atom *atom; - xasprintf(&buf, "%s/%s", catname, pkgname); - qatom = atom_explode(buf); - array_for_each(state->atoms, i, atom) + qatom = vdb_get_atom(pkg_ctx, false); + array_for_each(state->atoms, i, atom) { if (atom_compare(atom, qatom) == EQUAL) { showit = true; break;
[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh/
commit: 67476f9efa5a44ab5c98e8835884a86f4801e02e Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue May 7 05:36:27 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67476f9e sys-auth/pam_ssh: stable 2.3 for sparc, bug #684782 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> sys-auth/pam_ssh/pam_ssh-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild index 43bb29b987a..e2e1b7f94c0 100644 --- a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.xz" LICENSE="BSD-2 BSD ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" # Only supports OpenSSH via `ssh-agent` #282993
[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/
commit: cb255c22fff480da57f72c438b7bd175df96ed58 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue May 7 05:37:59 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb255c22 app-crypt/johntheripper: stable 1.8.0 for sparc, bug #684632 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild index 8cd2dafa182..95f542e6070 100644 --- a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://www.openwall.com/john/j/${MY_P}.tar.xz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx cpu_flags_x86_xop" IUSE="custom-cflags openmp ${CPU_FLAGS}"
[gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/
commit: 4de0959499ee04410b7417bf77d1de4dd9e595fc Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue May 7 05:39:39 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de09594 net-misc/iperf: stable 2.0.13 for sparc, bug #684646 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/iperf/iperf-2.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/iperf/iperf-2.0.13.ebuild b/net-misc/iperf/iperf-2.0.13.ebuild index 004d6c57722..dd496dd4dcb 100644 --- a/net-misc/iperf/iperf-2.0.13.ebuild +++ b/net-misc/iperf/iperf-2.0.13.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.gz" LICENSE="HPND" SLOT="2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" IUSE="ipv6 threads debug" DOCS="INSTALL README"
[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/
commit: b4f025a2686318afee1dd3257f8342ab268ab48d Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 22:14:56 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f025a2 net-mail/dovecot: stable 2.3.6 for hppa, bug #684822 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-mail/dovecot/dovecot-2.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/dovecot/dovecot-2.3.6.ebuild b/net-mail/dovecot/dovecot-2.3.6.ebuild index 8430317e5cd..2444e4b11aa 100644 --- a/net-mail/dovecot/dovecot-2.3.6.ebuild +++ b/net-mail/dovecot/dovecot-2.3.6.ebuild @@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/"; SLOT="0" LICENSE="LGPL-2.1 MIT" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail" IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"
[gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
commit: 528541c2f3a4f5a5463ee1d7e90a194b37607129 Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 22:09:48 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528541c2 app-crypt/argon2: stable 20171227-r1 for sparc, bug #669640 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> app-crypt/argon2/argon2-20171227-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/argon2/argon2-20171227-r1.ebuild b/app-crypt/argon2/argon2-20171227-r1.ebuild index d0976a328a2..3e3d4dc8b8a 100644 --- a/app-crypt/argon2/argon2-20171227-r1.ebuild +++ b/app-crypt/argon2/argon2-20171227-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P} LICENSE="|| ( Apache-2.0 CC0-1.0 )" SLOT="0/1" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd" IUSE="static-libs" S="${WORKDIR}/phc-winner-${P}"
[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
commit: 08a70af7d4f6c04e3845d95d840537f19624c1c7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 22:11:41 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:23 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a70af7 sys-fs/cryptsetup: stable 2.1.0 for sparc, bug #669640 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild b/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild index 457a33aa1fb..c6914919244 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz" LICENSE="GPL-2+" SLOT="0/12" # libcryptsetup.so version [[ ${PV} != *_rc* ]] && \ -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" CRYPTO_BACKENDS="gcrypt kernel nettle +openssl" # we don't support nss since it doesn't allow cryptsetup to be built statically # and it's missing ripemd160 support so it can't provide full backward compatibility
[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/
commit: 89f3c6fb66ca8166ba8b38a6ea10e0a9ea349c95 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue May 7 05:35:26 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 7 06:26:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f3c6fb dev-util/gtk-update-icon-cache: stable 3.24.3 for hppa, bug #683842 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.3.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.3.ebuild index cda6212e6fa..f58498f0a84 100644 --- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.3.ebuild +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.3.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2+" SLOT="0" IUSE="" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # man page was previously installed by gtk+:3 ebuild RDEPEND="
[gentoo-commits] proj/portage-utils:master commit in: /, libq/
commit: d26a4c6fab322e4310fad304258300e548384115 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 18:12:44 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 18:12:44 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d26a4c6f libq/atom: use less emphasis on PVR Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 4 ++-- libq/atom.c | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 6fda56d..fd6 100644 --- a/TODO.md +++ b/TODO.md @@ -8,9 +8,9 @@ - disable color when tty = NULL; may break less? -- standardize/unify/clean up misc handling of colors +- standardize/unify/clean up misc handling of colors (atom\_format) define rules: -BOLD CATEGORY/ BLUE PKG BKBLUE -VER YELLOW :SLOT GREEN ::REPO NORM [ MAGENTA USE NORM ] +BOLD CATEGORY/ BLUE PKG CYAN -VER YELLOW :SLOT GREEN ::REPO NORM [ MAGENTA USE NORM ] - remove odd rmspace for each string in libq/set.c (allows a lot less malloc/frees) diff --git a/libq/atom.c b/libq/atom.c index 4df76a6..0eaee5c 100644 --- a/libq/atom.c +++ b/libq/atom.c @@ -676,23 +676,23 @@ atom_format_r( } else if (!strncmp("PV", fmt, len)) { if (showit || atom->PV) append_buf(buf, buflen, "%s%s%s", - DKBLUE, HN(atom->PV), NORM); + CYAN, HN(atom->PV), NORM); } else if (!strncmp("PVR", fmt, len)) { if (showit || atom->PVR) append_buf(buf, buflen, "%s%s%s", - DKBLUE, HN(atom->PVR), NORM); + CYAN, HN(atom->PVR), NORM); } else if (!strncmp("PF", fmt, len)) { append_buf(buf, buflen, "%s%s%s", BLUE, atom->PN, NORM); if (atom->PV) append_buf(buf, buflen, "%s-%s%s", - DKBLUE, atom->PV, NORM); + CYAN, atom->PV, NORM); if (atom->PR_int) append_buf(buf, buflen,"%s-r%d%s", - DKBLUE, atom->PR_int, NORM); + CYAN, atom->PR_int, NORM); } else if (!strncmp("PR", fmt, len)) { if (showit || atom->PR_int) append_buf(buf, buflen, "%sr%d%s", - DKBLUE, atom->PR_int, NORM); + CYAN, atom->PR_int, NORM); } else if (!strncmp("SLOT", fmt, len)) { if (showit || atom->SLOT) append_buf(buf, buflen, "%s%s%s%s%s%s%s",
[gentoo-commits] proj/portage-utils:master commit in: /
commit: d136dcae0c0b4a177e42ad42e1396e43a82c0a12 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 18:03:27 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 18:03:27 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d136dcae qdepends: make atom calls cheaper for the majority of calls Signed-off-by: Fabian Groffen gentoo.org> qdepends.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/qdepends.c b/qdepends.c index e49e533..64bf991 100644 --- a/qdepends.c +++ b/qdepends.c @@ -116,7 +116,7 @@ qdepends_results_cb(vdb_pkg_ctx *pkg_ctx, void *priv) * *DEPEND alters the search somewhat and affects results printing. */ - datom = vdb_get_atom(pkg_ctx); + datom = vdb_get_atom(pkg_ctx, false); if (datom == NULL) return ret; @@ -135,6 +135,7 @@ qdepends_results_cb(vdb_pkg_ctx *pkg_ctx, void *priv) ret = 1; + datom = vdb_get_atom(pkg_ctx, true); printf("%s:", atom_format(state->format, datom, 0)); } @@ -172,8 +173,10 @@ qdepends_results_cb(vdb_pkg_ctx *pkg_ctx, void *priv) if (atom == NULL) { ret = 1; - if (!firstmatch) + if (!firstmatch) { + datom = vdb_get_atom(pkg_ctx, true); printf("%s:", atom_format(state->format, datom, 0)); + } firstmatch = true; printf("\n%s=\"\n", *dfile); @@ -199,8 +202,10 @@ qdepends_results_cb(vdb_pkg_ctx *pkg_ctx, void *priv) if (fatom == NULL) { ret = 1; - if (!firstmatch) + if (!firstmatch) { + datom = vdb_get_atom(pkg_ctx, true); printf("%s:", atom_format(state->format, datom, 0)); + } firstmatch = true; snprintf(buf, sizeof(buf), "%s%s%s",
[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxpanel/
commit: 254196158aba633da30a739067735dd11a39a12e Author: charIes17 arcor de> AuthorDate: Mon May 6 09:49:56 2019 + Commit: Hanno Boeck gentoo org> CommitDate: Tue May 7 05:38:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25419615 lxde-base/lxpanel: Version bump to 0.10.0 Closes: https://bugs.gentoo.org/681960 Closes: https://github.com/gentoo/gentoo/pull/11913 Signed-off-by: Hanno Boeck gentoo.org> lxde-base/lxpanel/Manifest | 1 + lxde-base/lxpanel/lxpanel-0.10.0.ebuild | 74 + 2 files changed, 75 insertions(+) diff --git a/lxde-base/lxpanel/Manifest b/lxde-base/lxpanel/Manifest index 41f95a25bce..832cc419497 100644 --- a/lxde-base/lxpanel/Manifest +++ b/lxde-base/lxpanel/Manifest @@ -1,2 +1,3 @@ +DIST lxpanel-0.10.0.tar.xz 1544700 BLAKE2B ea210feee23b2da1c9f6199bfc274c46e1142d6397ca0d1d8359329068ed6e46eaebff90fb220ce14121ed19cb5c60014230c7a7e42867318317845751418a7b SHA512 3e664eef3cf0f37cf4609f53f1f40f5d50e94ae088c497be0439851ea8f1426ef6ec1373d146e2e0ef1b9f51f557ae19eb5fb1059b0e5fcd5b1c49fd76207a59 DIST lxpanel-0.9.2.tar.xz 1514748 BLAKE2B 31b0f949b7023364df3eb00b2386c505e14146c2b818407326347baf1dfa09b3e2e0c30c38416430c7dccad04f1fd5731a6ff80b21ea87a930492399027a056f SHA512 d7b5733345233a44466b6786133b8c3f3c9217a5195654b8dde3447a0dfc198082d991b2bc0cc60ddf200ebb95d636885b36d5642c11f4cd913f66228c12bd3a DIST lxpanel-0.9.3.tar.xz 1515144 BLAKE2B f069a519d0e4bd611d57a956ba585b8dde953174198d01dc264e2b111df17e2925c79bd85dc8549d7b2098147122c04ace6ed775d0a3ea7594b0b39c1f9045c0 SHA512 c6aea97f66ee1d576822fda0bf1aed3849b3c74bab856816b7d23331e48b26005f1ba12eddcc0abbf5a6f08add3cb4a0674ccd13f118cec0b6294edd6f1b2343 diff --git a/lxde-base/lxpanel/lxpanel-0.10.0.ebuild b/lxde-base/lxpanel/lxpanel-0.10.0.ebuild new file mode 100644 index 000..8b084d94f3f --- /dev/null +++ b/lxde-base/lxpanel/lxpanel-0.10.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="af ar be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr frp +gl he hr hu id is it ja kk km ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt ro +ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_HK zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n readme.gentoo-r1 + +DESCRIPTION="Lightweight X11 desktop panel for LXDE" +HOMEPAGE="https://wiki.lxde.org/en/LXPanel"; +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="+alsa wifi" + +RDEPEND="dev-libs/keybinder:0= + x11-libs/gtk+:2 + >=x11-libs/libfm-1.2.0[gtk] + x11-libs/libwnck:1 + x11-libs/libXmu + x11-libs/libXpm + x11-libs/cairo + x11-libs/gdk-pixbuf[X] + x11-libs/libX11 + lxde-base/lxmenu-data + lxde-base/menu-cache + alsa? ( media-libs/alsa-lib ) + wifi? ( net-wireless/wireless-tools )" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext" + +DOC_CONTENTS="If you have problems with broken icons shown in the main panel, +you will have to configure panel settings via its menu. +This will not be an issue with first time installations." + +src_prepare() { + default + + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} + +src_configure() { + local plugins="netstatus,volume,cpu,deskno,batt, \ + kbled,xkb,thermal,cpufreq,monitors" + + use wifi && plugins+=",netstat" + use alsa && plugins+=",volumealsa" + [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb + + econf $(use_enable alsa) --with-x --with-plugins="${plugins}" + # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x +} + +src_install () { + default + + # Get rid of the .la files. + find "${D}" -name '*.la' -delete + + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/
commit: 17c67ab97eaae2783d72fddeb8b9ebce19cd35e8 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 7 05:08:42 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Tue May 7 05:08:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c67ab9 dev-ruby/msgpack: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/msgpack/Manifest | 2 -- dev-ruby/msgpack/msgpack-1.2.4.ebuild | 42 --- dev-ruby/msgpack/msgpack-1.2.6.ebuild | 42 --- 3 files changed, 86 deletions(-) diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest index 741d8678320..37a593b274a 100644 --- a/dev-ruby/msgpack/Manifest +++ b/dev-ruby/msgpack/Manifest @@ -1,4 +1,2 @@ -DIST msgpack-1.2.4.gem 78848 BLAKE2B 5e4c0f75e051bd1da800257600a44a712a18430b77b1c6ceebf1b6452bda0169fa7fdbd3dc5230b76da226965b32e1581ab3c27be8416c00bd90e827b22bce51 SHA512 dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be -DIST msgpack-1.2.6.gem 78848 BLAKE2B 06d0125f773d3fb8a15808e84a4661f51b0bf4c3951922697ae1bcb658eecc8e81eeb99ee10e23722b878a4be48c88ce8dc439fadf9f1a59f22bb5a1fdf93db7 SHA512 cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1 DIST msgpack-1.2.7.gem 79360 BLAKE2B edd9573d9c8da035b853a77acd55b9243bb9001323d570e47b7dce667ffb08223d74396b313ec392769a39096626ea7388a7369b7d4220cd96e53a6e96f7bcac SHA512 086594a5f7202ae58f7681d7f58cea02560d68e4a3666e3bcead71dee0a8d0f7c56ac8a42e9ac2f7eea44f0d41207ae02ecc20e7bc0fea24af8a7965fdaceceb DIST msgpack-1.2.8.gem 79872 BLAKE2B 199bc1efd3a4dfc955ad05114d9d1753ae030806e53ef217051464be173f0d117f036a4f650e5ec20d1e385c47cbb036910ed5b9c40b8a5fa5c46dcc440e5e43 SHA512 2434593124743221fe64ad0d738d96a131d1b2883326c2d4147cbfff46a2b508faa47465071bb4527d42e5c4a3d1a3c590489221a772c68f40d8be4ea31dd7b2 diff --git a/dev-ruby/msgpack/msgpack-1.2.4.ebuild b/dev-ruby/msgpack/msgpack-1.2.4.ebuild deleted file mode 100644 index 280a2030733..000 --- a/dev-ruby/msgpack/msgpack-1.2.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="Binary-based efficient data interchange format for ruby binding" -HOMEPAGE="https://msgpack.org/"; - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' Rakefile || die - - # Remove jruby-specific specs that are run also for other rubies. - rm -rf spec/jruby || die - - sed -i -e '/git ls-files/d' msgpack.gemspec || die -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed." - - # rb_num2int is not inlined on 32 bit arches but also not explicitly - # defined, bug 582968 - sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install msgpack library." -} diff --git a/dev-ruby/msgpack/msgpack-1.2.6.ebuild b/dev-ruby/msgpack/msgpack-1.2.6.ebuild deleted file mode 100644 index 2fb63620569..000 --- a/dev-ruby/msgpack/msgpack-1.2.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="Binary-based efficient data interchange format for ruby binding" -HOMEPAGE="https://msgpack.org/"; - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' Rakefile || die - - # Remove jruby-specific specs that are run also for other rubies. - rm -rf spec/jruby || die - - sed -i -e '/git ls-files/d' msgpack.gemspec || die -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed." - - # rb_num2int is not inlined on 32 bit arches but also not explicitly - # defined, bug 582968 - sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install msgpack library." -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-gpg/
commit: 61fd1ce137580544d346e5e54da98edc6ce65743 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 7 05:15:30 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Tue May 7 05:15:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fd1ce1 dev-ruby/hiera-eyaml-gpg: add 0.7.3 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/hiera-eyaml-gpg/Manifest | 1 + .../hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.3.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/dev-ruby/hiera-eyaml-gpg/Manifest b/dev-ruby/hiera-eyaml-gpg/Manifest index b3bcf78f81d..62f83855dc0 100644 --- a/dev-ruby/hiera-eyaml-gpg/Manifest +++ b/dev-ruby/hiera-eyaml-gpg/Manifest @@ -1,2 +1,3 @@ DIST hiera-eyaml-gpg-0.6.gem 9216 BLAKE2B 2578195d92d4edbfef9184ea8d9a72f2bea3c67a51ab95579292859c81f41a199ddb92a0168f209548354b3365c66593d48df1b9dacb9774df42c3439305f8da SHA512 bc66c5adbbb4e861ceab689f0695bc6d36b8fe5ecc9e42d03f2640c4264b65d93a19e829edae8aed531f101ac2f41dcccd676741323011a83f0e11944c5204cb DIST hiera-eyaml-gpg-0.7.2.gem 14336 BLAKE2B e8a2e5666a930a0955302b0d3cb505c00c936e01db095f56c746de2945830a3adff70b86bb68a74637f87d80ade8aade697b22ec3b263310edc3673f8a8c22e2 SHA512 4d27db9d1ab9d5e7368e92ea003aef776a6da5e078b0b7dc22a494680521b69168e2220d7311fc27c6896828ce4fc5182b6b66dd92a9a9ae42b0086e31e2634c +DIST hiera-eyaml-gpg-0.7.3.gem 14336 BLAKE2B 2a08dc3251f6e28be3a027778dd7a30f7d186ec06965cb5ceb93c4f9ff361b49a4d220323e3a8576cedf6d8b487bed6c14e2203314370faf26417207ef011e58 SHA512 4cd1005b1775af2a433b9d91c7cb16bb854bee3a818f566134549663bd620f1a4e2a14dca6be5b319c5a95c26b464d8f438d51b876f21e6190b4210283f838af diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.3.ebuild b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.3.ebuild new file mode 100644 index 000..2478858b46d --- /dev/null +++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.7.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A GPG backend for hiera-eyaml" +HOMEPAGE="https://github.com/sihil/hiera-eyaml-gpg"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/hiera-eyaml-1.3.8:* + >=dev-ruby/gpgme-2.0.0 +"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/
commit: f26d8f0bc1617fc90617d301bcae5b90246ebdd4 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 7 05:10:45 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Tue May 7 05:10:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26d8f0b dev-ruby/msgpack: add 1.2.10 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/msgpack/Manifest | 1 + dev-ruby/msgpack/msgpack-1.2.10.ebuild | 42 ++ 2 files changed, 43 insertions(+) diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest index 37a593b274a..d8fba9e2528 100644 --- a/dev-ruby/msgpack/Manifest +++ b/dev-ruby/msgpack/Manifest @@ -1,2 +1,3 @@ +DIST msgpack-1.2.10.gem 79872 BLAKE2B 878d4bd0c1b9010389aa59358bbc70d2e771f5fa167d2eb659583cb116e94ed5c00578d89be96dd80dd458616336a2a1649ea9c7826cefe81d78ee0c2ac24299 SHA512 49186e0cbc3753174a488d2d47afc46d0618b0b3c3c7d60485672ba6e918e0607b18d9d7cfa9106478fb5250811fca4675dc482d4cf8e6c510acdcddeeb1 DIST msgpack-1.2.7.gem 79360 BLAKE2B edd9573d9c8da035b853a77acd55b9243bb9001323d570e47b7dce667ffb08223d74396b313ec392769a39096626ea7388a7369b7d4220cd96e53a6e96f7bcac SHA512 086594a5f7202ae58f7681d7f58cea02560d68e4a3666e3bcead71dee0a8d0f7c56ac8a42e9ac2f7eea44f0d41207ae02ecc20e7bc0fea24af8a7965fdaceceb DIST msgpack-1.2.8.gem 79872 BLAKE2B 199bc1efd3a4dfc955ad05114d9d1753ae030806e53ef217051464be173f0d117f036a4f650e5ec20d1e385c47cbb036910ed5b9c40b8a5fa5c46dcc440e5e43 SHA512 2434593124743221fe64ad0d738d96a131d1b2883326c2d4147cbfff46a2b508faa47465071bb4527d42e5c4a3d1a3c590489221a772c68f40d8be4ea31dd7b2 diff --git a/dev-ruby/msgpack/msgpack-1.2.10.ebuild b/dev-ruby/msgpack/msgpack-1.2.10.ebuild new file mode 100644 index 000..2fb63620569 --- /dev/null +++ b/dev-ruby/msgpack/msgpack-1.2.10.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit multilib ruby-fakegem + +DESCRIPTION="Binary-based efficient data interchange format for ruby binding" +HOMEPAGE="https://msgpack.org/"; + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd" +IUSE="doc" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile || die + + # Remove jruby-specific specs that are run also for other rubies. + rm -rf spec/jruby || die + + sed -i -e '/git ls-files/d' msgpack.gemspec || die +} + +each_ruby_configure() { + ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed." + + # rb_num2int is not inlined on 32 bit arches but also not explicitly + # defined, bug 582968 + sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die +} + +each_ruby_compile() { + emake V=1 -Cext/${PN} + cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install msgpack library." +}
[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/, app-text/mupdf/files/
commit: 6e0b3e7722417649362c3909fbf1fc0b5c80eb93 Author: Virgil Dupras gentoo org> AuthorDate: Tue May 7 02:37:54 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue May 7 02:38:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0b3e77 app-text/mupdf: bump to 1.15.0 We remove the "curl" USE flag because upstream stopped depending on it with its removal of "progressive loading code". Closes: https://bugs.gentoo.org/653298 Closes: https://bugs.gentoo.org/683490 Closes: https://bugs.gentoo.org/595190 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-text/mupdf/Manifest | 1 + app-text/mupdf/files/mupdf-1.15-CFLAGS.patch | 13 +++ app-text/mupdf/files/mupdf-1.15-Makefile.patch| 42 app-text/mupdf/files/mupdf-1.15-openssl-x11.patch | 20 app-text/mupdf/mupdf-1.15.0.ebuild| 122 ++ 5 files changed, 198 insertions(+) diff --git a/app-text/mupdf/Manifest b/app-text/mupdf/Manifest index 3c5ff516a7a..c8ad1a8bd31 100644 --- a/app-text/mupdf/Manifest +++ b/app-text/mupdf/Manifest @@ -1 +1,2 @@ DIST mupdf-1.14.0-source.tar.xz 41602372 BLAKE2B bb680038344af16c7231a18a009c0d04c5f50b3fcbaf061c9f5907f35d79eea93eeced7c2a43a06a963b93b39c74d0246c5fdad35655953d1aa5efb79737265a SHA512 bd41125dac1a81b7dbbfbb5f5e06e70bb601854731e0945983688da5d8d7c0bca9771fff2e4b6d9c36dbead6146f0a866ed7427d58e13d02ed6dfd94dcfe54bf +DIST mupdf-1.15.0-source.tar.xz 39828864 BLAKE2B 15d0e4244062a91c7055b98fa61f2b02e0e3effbcf5374fe589f5a0d2ba2a2d4a59318ae3c0f28d866c6b07554e4b1e65ee9264c26a5f4524ef34e998d6c3320 SHA512 ef19362e8b6c2843e214fd2fcdcc9ba91017884383f7e1cfe08ef1f528a233820475ddfdd8aef481e6e37ae69e8b64324eb4b30699baa8055e99e47c2fab31dd diff --git a/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch b/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch new file mode 100644 index 000..a7de530909b --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.15-CFLAGS.patch @@ -0,0 +1,13 @@ +diff --git a/Makerules b/Makerules +index 298b5737..71c307e6 100644 +--- a/Makerules b/Makerules +@@ -21,8 +21,6 @@ SANITIZE_FLAGS += -fsanitize=address + SANITIZE_FLAGS += -fsanitize=leak + + ifeq ($(build),debug) +- CFLAGS += -pipe -g +- LDFLAGS += -g + else ifeq ($(build),release) + CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s diff --git a/app-text/mupdf/files/mupdf-1.15-Makefile.patch b/app-text/mupdf/files/mupdf-1.15-Makefile.patch new file mode 100644 index 000..cff348d95e4 --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.15-Makefile.patch @@ -0,0 +1,42 @@ +diff --git a/Makefile b/Makefile +index a9539342..e76b2c61 100644 +--- a/Makefile b/Makefile +@@ -3,7 +3,7 @@ + -include user.make + + ifndef build +- build := release ++ build := debug + endif + + ifndef OUT +@@ -187,13 +187,15 @@ generate: source/pdf/js/util.js.h + + # --- Library --- + +-MUPDF_LIB = $(OUT)/libmupdf.a +-THIRD_LIB = $(OUT)/libmupdf-third.a ++MUPDF_LIB = libmupdf.so.$(GENTOO_PV) ++MUPDF_STATIC = $(OUT)/libmupdf.a ++THIRD_LIB = + THREAD_LIB = $(OUT)/libmupdf-threads.a + PKCS7_LIB = $(OUT)/libmupdf-pkcs7.a + +-$(MUPDF_LIB) : $(MUPDF_OBJ) +-$(THIRD_LIB) : $(THIRD_OBJ) ++$(MUPDF_LIB) : $(MUPDF_OBJ) $(THIRD_OBJ) ++ $(QUIET_LINK) $(CC) $(LDFLAGS) --shared -Wl,-soname -Wl,$(MUPDF_LIB) -o $@ $^ $(THIRD_LIBS) $(LIBS) ++$(MUPDF_STATIC): $(MUPDF_OBJ) $(THIRD_OBJ) + $(THREAD_LIB) : $(THREAD_OBJ) + $(PKCS7_LIB) : $(PKCS7_OBJ) + +@@ -322,7 +324,7 @@ install: libs apps + + install -d $(DESTDIR)$(docdir) + install -d $(DESTDIR)$(docdir)/examples +- install -m 644 README COPYING CHANGES $(DESTDIR)$(docdir) ++ install -m 644 README CHANGES $(DESTDIR)$(docdir) + install -m 644 docs/*.html docs/*.css docs/*.png $(DESTDIR)$(docdir) + install -m 644 docs/examples/* $(DESTDIR)$(docdir)/examples + diff --git a/app-text/mupdf/files/mupdf-1.15-openssl-x11.patch b/app-text/mupdf/files/mupdf-1.15-openssl-x11.patch new file mode 100644 index 000..22829279e14 --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.15-openssl-x11.patch @@ -0,0 +1,20 @@ +diff --git a/Makerules b/Makerules +index 298b5737..b2079435 100644 +--- a/Makerules b/Makerules +@@ -119,13 +119,13 @@ else ifeq ($(OS),Linux) + SYS_GLUT_LIBS := -lglut -lGL + endif + +- HAVE_X11 := $(shell pkg-config --exists x11 xext && echo yes) ++ HAVE_X11 := not-unless-portage-tells-me + ifeq ($(HAVE_X11),yes) + X11_CFLAGS := $(shell pkg-config --cflags x11 xext) + X11_LIBS := $(shell pkg-config --libs x11 xext) + endif + +- HAVE_LIBCRYPTO := $(shell pkg-config --exists 'libcrypto >= 1.1.0' && echo yes) ++ HAVE_LIBCRYPTO := not-unless-portage-tells-me + ifeq ($(HAVE_LIBCRYPTO),yes) + LIBCRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto) -DHAVE_LIBCRYPTO + LIBCRYPTO_LIBS := $(shell pkg-config --lib
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-cache/
commit: 6942f27b246cddf9fdf08dcd89a08b2e6107071e Author: Matthew Thode gentoo org> AuthorDate: Tue May 7 01:53:47 2019 + Commit: Matthew Thode gentoo org> CommitDate: Tue May 7 01:54:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6942f27b dev-python/oslo-cache: fix stale cache on network partition Bug: https://bugs.gentoo.org/681012 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> dev-python/oslo-cache/Manifest| 1 + .../{oslo-cache-1.30.3.ebuild => oslo-cache-1.30.3-r1.ebuild} | 7 ++- .../{oslo-cache-1.33.2.ebuild => oslo-cache-1.33.2-r1.ebuild} | 8 +++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest index 55c1a591881..c9997096ffd 100644 --- a/dev-python/oslo-cache/Manifest +++ b/dev-python/oslo-cache/Manifest @@ -1,2 +1,3 @@ +DIST bug-681012.patch 4751 BLAKE2B 50c95275ec06522292bcbc7833af63bff98dcc112b2c2f742c0807d02bf090cfdd70fdeed433149ca3f27b7b5d356d7bd321c145aa8fb212ffa6e77b42da976f SHA512 f7ebbe5fbdbb570fbadc7d840c11fba49a9bc13e04626df053aae3da5668641f095a48d89229a7fd2b894d86c58f14699822e16923f183c099792dcde0777051 DIST oslo-cache-1.30.3.tar.gz 53116 BLAKE2B 0b63f828f61dd82b69efe7a6e345974c56b2e980d88f159dd7c3ba5484cd1e8f78a393a7f73a6f2152db1c30178a054e2f20d753a286a0cd8f7d83af7f623bf2 SHA512 3ab9842cd388a846fe9004b97364057245936b9af185ba0f68e6d6bcc750dd957eb873d45e686cddeec94fda6872b72e4549c71ebc9e1de4755504c2a138b85c DIST oslo-cache-1.33.2.tar.gz 55778 BLAKE2B e75fea8b669d30efdf72bd565deb560dfe2c1627e4bca74ffbce923341e5663d641ae44b144e070e4af7587c08e911a4b025ffd0ca1bbc39dfc4ed3266cde1c8 SHA512 8111ba9f62724ff6ee64750a88807e40a38252273669c96b86dedd0e36f2d1661f54fd55bc462ffa577e95771d08965ad6be208224d442306d869db2d155da91 diff --git a/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild b/dev-python/oslo-cache/oslo-cache-1.30.3-r1.ebuild similarity index 87% rename from dev-python/oslo-cache/oslo-cache-1.30.3.ebuild rename to dev-python/oslo-cache/oslo-cache-1.30.3-r1.ebuild index a5188529762..a185fd03405 100644 --- a/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild +++ b/dev-python/oslo-cache/oslo-cache-1.30.3-r1.ebuild @@ -11,7 +11,8 @@ MY_PN=${PN/-/.} DESCRIPTION="Oslo Caching around dogpile.cache" HOMEPAGE="https://launchpad.net/oslo"; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/patches/bug-681012.patch"; LICENSE="Apache-2.0" SLOT="0" @@ -33,6 +34,10 @@ RDEPEND=" >=dev-python/oslo-utils-3.31.0[${PYTHON_USEDEP}] " +PATCHES=( + "${DISTDIR}/bug-681012.patch" +) + python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all diff --git a/dev-python/oslo-cache/oslo-cache-1.33.2.ebuild b/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild similarity index 87% rename from dev-python/oslo-cache/oslo-cache-1.33.2.ebuild rename to dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild index 0292bb44c6a..1507ee6fb2e 100644 --- a/dev-python/oslo-cache/oslo-cache-1.33.2.ebuild +++ b/dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild @@ -10,7 +10,9 @@ MY_PN=${PN/-/.} DESCRIPTION="Oslo Caching around dogpile.cache" HOMEPAGE="https://launchpad.net/oslo"; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/patches/bug-681012.patch"; + S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="Apache-2.0" @@ -33,6 +35,10 @@ RDEPEND=" >=dev-python/oslo-utils-3.31.0[${PYTHON_USEDEP}] " +PATCHES=( + "${DISTDIR}/bug-681012.patch" +) + python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all
[gentoo-commits] repo/gentoo:master commit in: app-backup/untangle-https-backup/
commit: f5e88cf2012437b6f4fbfb54dda64feedc9e4f97 Author: Michael Orlitzky gentoo org> AuthorDate: Tue May 7 00:33:34 2019 + Commit: Michael Orlitzky gentoo org> CommitDate: Tue May 7 00:33:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e88cf2 app-backup/untangle-https-backup: maintainer stabilize on amd64. Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild index ddad041ea85..618e1cb77f5 100644 --- a/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.0.10.ebuild @@ -8,12 +8,12 @@ PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 DESCRIPTION="Back up Untangle configurations via the web admin UI" -HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.php"; +HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.xhtml"; SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"; LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-icinga-openvpn/
commit: 339e10e4c1255fc06abfabb49b99df8b882ab178 Author: Michael Orlitzky gentoo org> AuthorDate: Tue May 7 00:30:26 2019 + Commit: Michael Orlitzky gentoo org> CommitDate: Tue May 7 00:30:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339e10e4 net-analyzer/nagios-icinga-openvpn: maintainer stable on amd64. Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild index e9b11236fdb..355630403eb 100644 --- a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild +++ b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" src_install() {
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/asio/
commit: f8e0ea0b9a02e35c61d9e92df8fe1c038c6cc33a Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:35:00 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e0ea0b dev-cpp/asio: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> dev-cpp/asio/metadata.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-cpp/asio/metadata.xml b/dev-cpp/asio/metadata.xml index 7818779eb4a..fa8d7df786a 100644 --- a/dev-cpp/asio/metadata.xml +++ b/dev-cpp/asio/metadata.xml @@ -2,13 +2,9 @@ http://www.gentoo.org/dtd/metadata.dtd";> - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - asio
[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-hangouts/
commit: bbae395bc46c05793b95efbbf411ba7523d82bad Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:33:43 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbae395b x11-plugins/purple-hangouts: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> x11-plugins/purple-hangouts/metadata.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11-plugins/purple-hangouts/metadata.xml b/x11-plugins/purple-hangouts/metadata.xml index a6fcf93cf0b..5c70dfb3acd 100644 --- a/x11-plugins/purple-hangouts/metadata.xml +++ b/x11-plugins/purple-hangouts/metadata.xml @@ -2,13 +2,9 @@ http://www.gentoo.org/dtd/metadata.dtd";> - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - EionRobb/purple-hangouts
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
commit: b76fe6a54fa2059c658fd703246eeea67d4d56a6 Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:36:02 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76fe6a5 dev-python/PyQtWebEngine: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> dev-python/PyQtWebEngine/metadata.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/PyQtWebEngine/metadata.xml b/dev-python/PyQtWebEngine/metadata.xml index c63098a37ce..a4280154688 100644 --- a/dev-python/PyQtWebEngine/metadata.xml +++ b/dev-python/PyQtWebEngine/metadata.xml @@ -6,13 +6,9 @@ Gentoo Qt Project - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt5 and
[gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/
commit: 846c7a6a23b4d1d74f41c70705588d6b465160ba Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:37:06 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846c7a6a games-roguelike/angband: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> games-roguelike/angband/metadata.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/games-roguelike/angband/metadata.xml b/games-roguelike/angband/metadata.xml index d8e07311265..3f75f809dba 100644 --- a/games-roguelike/angband/metadata.xml +++ b/games-roguelike/angband/metadata.xml @@ -6,13 +6,9 @@ Gentoo Games Project - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - Enable and install sounds
[gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
commit: c7009bfdeb5d363ee9d63a5e069d5c1de828fa69 Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:31:46 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7009bfd media-sound/vimpc: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> media-sound/vimpc/metadata.xml | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/media-sound/vimpc/metadata.xml b/media-sound/vimpc/metadata.xml index 60bf5963574..94f386b3b1c 100644 --- a/media-sound/vimpc/metadata.xml +++ b/media-sound/vimpc/metadata.xml @@ -6,13 +6,9 @@ Gentoo Sound project - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - Use boost instead of C++11 libraries
[gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
commit: 56ebfb61409b5ae2f0476821410498fd36692a1a Author: Stefan Strogin gentoo org> AuthorDate: Mon May 6 23:27:52 2019 + Commit: Stefan Strogin gentoo org> CommitDate: Mon May 6 23:41:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ebfb61 media-libs/opusfile: update metadata.xml Bug: https://bugs.gentoo.org/670668 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin gentoo.org> media-libs/opusfile/metadata.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/opusfile/metadata.xml b/media-libs/opusfile/metadata.xml index 02942092669..50c6e969972 100644 --- a/media-libs/opusfile/metadata.xml +++ b/media-libs/opusfile/metadata.xml @@ -1,14 +1,14 @@ http://www.gentoo.org/dtd/metadata.dtd";> + + so...@gentoo.org + Gentoo Sound project + - stefan.stro...@gmail.com + ste...@gentoo.org Stefan Strogin - - proxy-ma...@gentoo.org - Proxy Maintainers - Enable fixed-point arithmetic operations Enable floating point arithmetic operations
[gentoo-commits] repo/gentoo:master commit in: dev-python/kafka-python/
commit: 635c138ce0854f09ce32b56df3dde3bff3f9a4d9 Author: Virgil Dupras gentoo org> AuthorDate: Mon May 6 22:03:17 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Mon May 6 22:03:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635c138c dev-python/kafka-python: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/kafka-python/Manifest | 3 --- dev-python/kafka-python/kafka-python-1.1.1.ebuild | 29 --- dev-python/kafka-python/kafka-python-1.2.0.ebuild | 29 --- dev-python/kafka-python/kafka-python-1.2.1.ebuild | 29 --- 4 files changed, 90 deletions(-) diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest index 3e593fac198..5bbfa617b6a 100644 --- a/dev-python/kafka-python/Manifest +++ b/dev-python/kafka-python/Manifest @@ -1,4 +1 @@ -DIST kafka-python-1.1.1.tar.gz 213892 BLAKE2B d02e129376e8f0a65ac9aa269e9e42caeb7719a6621ec8e4acd7802fe9058538460406c0650a887fc7d7a962965eae1b5da33013719c60aa6e69846f067d3f4e SHA512 aa95c5e5ae7790b898cfa40e763eb9c64f17c74ce1322b9a31edfd61fe693ff7cf7048d3f90cac5911c7c4dc8aa7c34ec9d33224bdad5ae5e9591e7fbcc01967 -DIST kafka-python-1.2.0.tar.gz 219060 BLAKE2B 2be47be6ab289a9b0ebcba9ac8da432e1715daece6c8c10de56b38252b7182fe23cff21f7787c367177b6b69d16474ba7370d604847eacf7db0b6bd965c432ee SHA512 71141cf71a8da3124f03870b6de0787a1d20451d280b2077b694c87c46a0f78d4f6c2dfd4984859e3b4a54d6ec151ad1f5626fde1af135a5bb711a39f48a855f -DIST kafka-python-1.2.1.tar.gz 219842 BLAKE2B 8ff333c3b14ec536877f1c38e5bf3826178aca6cfea492a2b277c7ffd29df5eac8b805e1a4ef16aaad947dcd6380d4052c340549191a35e2985182f0b942cbb1 SHA512 29989a137a05b7d8eccf05ddbb7f9d281b678f1d128e2b9383ccc0b7decfe931b09baaa8e9c2a45403601143f78cb0e3f89cec0c6151ab8e7bf38b732b984b9b DIST kafka-python-1.3.3.tar.gz 255686 BLAKE2B 01ce6d3faf55988f291a0aeb26f6e5e01407c02d440f21622e565a124595e2df46e253c539ef1ffe44405960249ba49f426f25a6a6ef3b67d3f3f1bf6fe37aee SHA512 19b43ddc7a1ad3fcf58c55198de60c4434bfa3747d5bbc40f1acf0aa28225eae87effbae69087919b111cb739010bd4087e2497fdc78987f4cdaf33e81e516b3 diff --git a/dev-python/kafka-python/kafka-python-1.1.1.ebuild b/dev-python/kafka-python/kafka-python-1.1.1.ebuild deleted file mode 100644 index 34d1afe7d57..000 --- a/dev-python/kafka-python/kafka-python-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Kafka protocol support in Python" -HOMEPAGE="https://github.com/dpkp/kafka-python/ https://pypi.org/project/kafka-python/"; -SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="snappy test" - -RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] - )" - -python_test() { - esetup.py test || die "tests failed" -} diff --git a/dev-python/kafka-python/kafka-python-1.2.0.ebuild b/dev-python/kafka-python/kafka-python-1.2.0.ebuild deleted file mode 100644 index 34d1afe7d57..000 --- a/dev-python/kafka-python/kafka-python-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Kafka protocol support in Python" -HOMEPAGE="https://github.com/dpkp/kafka-python/ https://pypi.org/project/kafka-python/"; -SRC_URI="https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="snappy test" - -RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] - )" - -python_test() { - esetup.py test || die "tests failed" -} diff --git a/dev-python/kafka-python/kafka-python-1.2.1.ebuild b/dev-python/kafka-python/kafka-python-1.2.1.ebuild deleted file mode 100644 index 34d1afe7d57..000 --- a/dev-python/kafka-python/kafka-python-1.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Kafka protocol support in Python" -HOMEPAGE="https://github.com/dpkp/kafka-python/ https://pypi.
[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
commit: 202b902f764f50559ab6205ad28770fc745d5085 Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 20:26:11 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 20:38:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b902f app-crypt/acme: undep on tox Fixes: https://bugs.gentoo.org/685012 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-crypt/acme/acme-0.33.1-r1.ebuild | 1 - app-crypt/acme/acme-0.34.0.ebuild| 1 - app-crypt/acme/acme-.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/app-crypt/acme/acme-0.33.1-r1.ebuild b/app-crypt/acme/acme-0.33.1-r1.ebuild index 58b7f12c635..52953d1abca 100644 --- a/app-crypt/acme/acme-0.33.1-r1.ebuild +++ b/app-crypt/acme/acme-0.33.1-r1.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-0.34.0.ebuild b/app-crypt/acme/acme-0.34.0.ebuild index bfa507fa149..64b8beb25ff 100644 --- a/app-crypt/acme/acme-0.34.0.ebuild +++ b/app-crypt/acme/acme-0.34.0.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild index bfa507fa149..64b8beb25ff 100644 --- a/app-crypt/acme/acme-.ebuild +++ b/app-crypt/acme/acme-.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] "
[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/
commit: 1de027a4a4a91be59bf59c46b84570cebbf5d50d Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 20:38:38 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 20:38:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de027a4 app-arch/p7zip: fix broken sed to use pipes Fixes: https://bugs.gentoo.org/685166 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-arch/p7zip/p7zip-16.02-r4.ebuild | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-arch/p7zip/p7zip-16.02-r4.ebuild b/app-arch/p7zip/p7zip-16.02-r4.ebuild index dc858bf58b8..e71c79f0fb0 100644 --- a/app-arch/p7zip/p7zip-16.02-r4.ebuild +++ b/app-arch/p7zip/p7zip-16.02-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,11 +44,11 @@ src_prepare() { fi sed \ - -e 's:-m32 ::g' \ - -e 's:-m64 ::g' \ - -e 's:-pipe::g' \ - -e '/ALLFLAGS/s:-s ::' \ - -e "/OPTFLAGS=/s:=.*:=${CXXFLAGS}:" \ + -e 's|-m32 ||g' \ + -e 's|-m64 ||g' \ + -e 's|-pipe||g' \ + -e '/ALLFLAGS/s|-s ||' \ + -e "/OPTFLAGS=/s|=.*|=${CXXFLAGS}|" \ -i makefile* || die # remove non-free RAR codec
[gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/
commit: 733de13835e8786fca6e1746a7b4dd867f959a40 Author: Tupone Alfredo gentoo org> AuthorDate: Mon May 6 19:52:25 2019 + Commit: Alfredo Tupone gentoo org> CommitDate: Mon May 6 19:54:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733de138 app-misc/geneweb: update HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/11919 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-misc/geneweb/geneweb-6.08-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/geneweb/geneweb-6.08-r1.ebuild b/app-misc/geneweb/geneweb-6.08-r1.ebuild index 44512b0fcb9..692c89bf09e 100644 --- a/app-misc/geneweb/geneweb-6.08-r1.ebuild +++ b/app-misc/geneweb/geneweb-6.08-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils user DESCRIPTION="Genealogy software program with a Web interface" -HOMEPAGE="http://opensource.geneanet.org/projects/geneweb"; +HOMEPAGE="https://github.com/geneanet/geneweb"; SRC_URI="https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~tupone/${P}-ocaml-4.patch.gz";
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv64gc/
commit: 82641cea79fa5c7f4a15d9ad34674ccacac24da3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 6 19:55:59 2019 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon May 6 19:56:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82641cea profiles: riscv: remove -march from cflags in multilib Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/arch/riscv/rv64gc/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults index 25c252da03b..fc03a0ec87c 100644 --- a/profiles/arch/riscv/rv64gc/make.defaults +++ b/profiles/arch/riscv/rv64gc/make.defaults @@ -3,7 +3,7 @@ # RISC-V profile for rv64gc multilib -CFLAGS="-O2 -pipe -march=rv64gc" +CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}"
[gentoo-commits] repo/gentoo:master commit in: dev-php/twig/, dev-php/twig/files/
commit: 1b71d712064b76fd4b04d184948528528479b242 Author: Dirkjan Ochtman gentoo org> AuthorDate: Mon May 6 19:46:15 2019 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Mon May 6 19:46:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b71d712 dev-php/twig: version bump to 1.40.1 (fixes CVE-2019-9942) Closes: https://bugs.gentoo.org/681862 Signed-off-by: Dirkjan Ochtman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-php/twig/Manifest | 1 + dev-php/twig/files/1.40.1-autoloader-path.patch | 16 + dev-php/twig/twig-1.40.1.ebuild | 87 + 3 files changed, 104 insertions(+) diff --git a/dev-php/twig/Manifest b/dev-php/twig/Manifest index 22fa33348e9..1650929d3b1 100644 --- a/dev-php/twig/Manifest +++ b/dev-php/twig/Manifest @@ -1,2 +1,3 @@ DIST twig-1.31.0.tar.gz 242247 BLAKE2B f11195b235c5dd8cda5373394d94306c81810d46c155194cc11bfcb832778b03085bf05de10b636ebda9223876ab9b752214e8676c000578c702f6d9b832ffe1 SHA512 c8c25139b2568d40c9d1b14d8f489047abe13b1598c9d3292ddd3898a685ac69ede00a516c12c4f22805314fca4712991cd27e39dd9c4f57e5576f86e2746401 DIST twig-1.35.3.tar.gz 256758 BLAKE2B e96f6651fddd2fab3a1d379a2996ded594942bcb511548d419a56e8e4cc6c6b30e6a0a96b44211351ce9b3d2f36cde6b1c85acd46e51d5c2e19793703fccecc4 SHA512 c27d4407b5ad0e51724599fe0371a5951e8a8654df443ca6ac817a9c6958c3235b4d56a396eeceb71eaf707887420a6beace10ca42f1c09882988039c932fe7b +DIST twig-1.40.1.tar.gz 274081 BLAKE2B 0e73bd9fff58677446ba03ed560bff17c1879192b79cca9f718ccd330e1eac64ee1195d7034fa52ec009e323868d1cc1bedc182e90f0a77c8b54d6aa16022554 SHA512 de174e5dd14562a155515a3238aa07ef5a22c3bf0eff8ecc320f1a972e56f1ec759a53ee24579c6434e286b3775044e88c753fd08930037314b45c9577b310b1 diff --git a/dev-php/twig/files/1.40.1-autoloader-path.patch b/dev-php/twig/files/1.40.1-autoloader-path.patch new file mode 100644 index 000..8c236883e07 --- /dev/null +++ b/dev-php/twig/files/1.40.1-autoloader-path.patch @@ -0,0 +1,16 @@ +--- a/lib/Twig/Autoloader.php 2019-04-29 16:12:28.0 +0200 b/lib/Twig/Autoloader.php.new 2019-05-06 21:37:39.955238245 +0200 +@@ -43,9 +43,11 @@ + return; + } + +-if (is_file($file = __DIR__.'/../'.str_replace(['_', "\0"], ['/', ''], $class).'.php')) { ++if (is_file($file = __DIR__.'/../'.str_replace(['Twig_', "\0"], ['lib/', ''], $class).'.php')) { + require $file; +-} elseif (is_file($file = __DIR__.'/../../src/'.str_replace(['Twig\\', '\\', "\0"], ['', '/', ''], $class).'.php')) { ++} elseif (is_file($file = __DIR__.'/../'.str_replace(['_', "\0"], ['/', ''], $class).'.php')) { ++require $file; ++} elseif (is_file($file = __DIR__.'/../src/'.str_replace(['Twig\\', '\\', "\0"], ['', '/', ''], $class).'.php')) { + require $file; + } + } diff --git a/dev-php/twig/twig-1.40.1.ebuild b/dev-php/twig/twig-1.40.1.ebuild new file mode 100644 index 000..0903fb3e789 --- /dev/null +++ b/dev-php/twig/twig-1.40.1.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="Twig" +USE_PHP="php5-6" +S="${WORKDIR}/${MY_PN}-${PV}" +PHP_EXT_S="${S}/ext/${PN}" +PHP_EXT_NAME="${PN}" +PHP_EXT_OPTIONAL_USE="extension" + +inherit eutils php-ext-source-r3 + +DESCRIPTION="PHP templating engine with syntax similar to Django" +HOMEPAGE="http://twig.sensiolabs.org/"; +SRC_URI="https://github.com/twigphp/${MY_PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc extension test" + +DEPEND="test? ( dev-php/phpunit )" + +# We always require *some* version of PHP; the eclass (conditionally) +# requires *specific* versions. +RDEPEND="dev-lang/php" + +src_prepare(){ + # We need to call eapply_user ourselves, because it may be skipped + # if either the "extension" USE flag is not set, or if the user's + # PHP_TARGETS is essentially empty (does not contain "php5-6"). In + # the latter case, the eclass src_prepare does nothing. We only call + # the eclass phase conditionally because the correct version of + # e.g. "phpize" may not be there unless USE=extension is set. + epatch "${FILESDIR}/${PV}-autoloader-path.patch" + eapply_user + use extension && php-ext-source-r3_src_prepare +} + +src_configure() { + # The eclass phase will try to run the ./configure script even if it + # doesn't exist (in contrast to the default src_configure), so we + # need to skip it if the eclass src_prepare (that creates said + # script) is not run. + use extension && php-ext-source-r3_src_configure +} + +src_compile() { + # Avoids the same problem as in src_configure. + use extension && php-ext-source-r3_src_compile +} + +src_install(){ + use extension && p
[gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/
commit: a8e39709abecaf02d305b1ace1f460c3b1f02c9d Author: NP-Hardass gentoo org> AuthorDate: Mon May 6 17:42:17 2019 + Commit: Göktürk Yüksek gentoo org> CommitDate: Mon May 6 19:23:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e39709 games-puzzle/sgt-puzzles: bump to 20190415 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek gentoo.org> games-puzzle/sgt-puzzles/Manifest | 1 + .../{sgt-puzzles-.ebuild => sgt-puzzles-20190415.ebuild} | 4 ++-- games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/games-puzzle/sgt-puzzles/Manifest b/games-puzzle/sgt-puzzles/Manifest index ba22b7f3857..032390917ee 100644 --- a/games-puzzle/sgt-puzzles/Manifest +++ b/games-puzzle/sgt-puzzles/Manifest @@ -1,2 +1,3 @@ DIST puzzles-20171029.69773d8.tar.gz 2923623 BLAKE2B 2e97005aa5ea7e95b4f312067d406fd37f5f89638b335c5eee748f4d8c2977f663cde91ea29d57ffb1cb3eb5264cad36a46106dc8f14ddedcb0dc5f4b3e4c1f6 SHA512 ca9885bcadd0bb979167f2f0b6129a17aeab6d7fd31eeabc9d29ab526a5a137b03f1f4aea7a268109c5aee1a522d514bf522ad25673705f50addd685401d7fb8 +DIST puzzles-20190415.e2135d5.tar.gz 3286744 BLAKE2B 6b19cde3f95b5375bde74923a5f8e3deb9abb7d4d737ad5f2d18aa7895b973a9ca1ed4a495cf80da8390ed7fb63f1eb973c8053d52145e5752c56e38d3ac19d7 SHA512 5f38c96cff4e745a1c1615762c0e5f3f3dd056ff7dbf0f80a5953e658ae1460503c6394fe29301f5682485d6a6121869853a270dc60327821a3059ca6d971fa1 DIST sgt-puzzles-icons-20160315.tar.xz 715536 BLAKE2B c50b3a6a0d0f8a052215dd9fba7c3eca5822bc7f866a825ad5e92391bb1867d141793877bc7c4545cc6da674bf273752612f7d3578a6a05b22cc2552ea798ce6 SHA512 2fe2c02984eb8c36ac6fb4195be7895b336b84f40ce8baeb23dc8a32aca9937ccf1d33050b4da3cfba3c87e124ecbdd940ee4e990b37eabe8e2af897c2e23b57 diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild similarity index 97% copy from games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild copy to games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild index 7eaeac646bc..687d7238d44 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz"; KEYWORDS="" else - MAGIC=69773d8 + MAGIC=e2135d5 SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz"; S=${WORKDIR}/puzzles-${PV}.${MAGIC} KEYWORDS="~amd64 ~x86" diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild index 7eaeac646bc..687d7238d44 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz"; KEYWORDS="" else - MAGIC=69773d8 + MAGIC=e2135d5 SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz"; S=${WORKDIR}/puzzles-${PV}.${MAGIC} KEYWORDS="~amd64 ~x86"
[gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/
commit: 038fab56898757c249825d5ed14941a04dd12316 Author: NP-Hardass gentoo org> AuthorDate: Mon May 6 17:42:18 2019 + Commit: Göktürk Yüksek gentoo org> CommitDate: Mon May 6 19:23:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038fab56 games-puzzle/sgt-puzzles: Drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek gentoo.org> games-puzzle/sgt-puzzles/Manifest | 1 - .../sgt-puzzles/sgt-puzzles-20171029.ebuild| 116 - 2 files changed, 117 deletions(-) diff --git a/games-puzzle/sgt-puzzles/Manifest b/games-puzzle/sgt-puzzles/Manifest index 032390917ee..f6eeba83f95 100644 --- a/games-puzzle/sgt-puzzles/Manifest +++ b/games-puzzle/sgt-puzzles/Manifest @@ -1,3 +1,2 @@ -DIST puzzles-20171029.69773d8.tar.gz 2923623 BLAKE2B 2e97005aa5ea7e95b4f312067d406fd37f5f89638b335c5eee748f4d8c2977f663cde91ea29d57ffb1cb3eb5264cad36a46106dc8f14ddedcb0dc5f4b3e4c1f6 SHA512 ca9885bcadd0bb979167f2f0b6129a17aeab6d7fd31eeabc9d29ab526a5a137b03f1f4aea7a268109c5aee1a522d514bf522ad25673705f50addd685401d7fb8 DIST puzzles-20190415.e2135d5.tar.gz 3286744 BLAKE2B 6b19cde3f95b5375bde74923a5f8e3deb9abb7d4d737ad5f2d18aa7895b973a9ca1ed4a495cf80da8390ed7fb63f1eb973c8053d52145e5752c56e38d3ac19d7 SHA512 5f38c96cff4e745a1c1615762c0e5f3f3dd056ff7dbf0f80a5953e658ae1460503c6394fe29301f5682485d6a6121869853a270dc60327821a3059ca6d971fa1 DIST sgt-puzzles-icons-20160315.tar.xz 715536 BLAKE2B c50b3a6a0d0f8a052215dd9fba7c3eca5822bc7f866a825ad5e92391bb1867d141793877bc7c4545cc6da674bf273752612f7d3578a6a05b22cc2552ea798ce6 SHA512 2fe2c02984eb8c36ac6fb4195be7895b336b84f40ce8baeb23dc8a32aca9937ccf1d33050b4da3cfba3c87e124ecbdd940ee4e990b37eabe8e2af897c2e23b57 diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild deleted file mode 100644 index cfc0b290bca..000 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-20171029.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils toolchain-funcs autotools - -if [[ ${PV} == "" ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://git.tartarus.org/simon/puzzles.git" - GENTOO_ICONS="20160315" - SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz"; - KEYWORDS="" -else - MAGIC=69773d8 - SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz"; - S=${WORKDIR}/puzzles-${PV}.${MAGIC} - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Simon Tatham's Portable Puzzle Collection" -HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"; - -LICENSE="MIT" -SLOT="0" -IUSE="+doc gtk3" - -COMMON_DEPEND=" - !gtk3? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 )" - -RDEPEND="${COMMON_DEPEND} - x11-misc/xdg-utils" # Used by builtin help patch - -DEPEND="${COMMON_DEPEND} - dev-lang/perl - virtual/pkgconfig - doc? ( >=app-doc/halibut-1.2 )" - -PATCHES=( "${FILESDIR}/${PN}-20161207-builtin-help.patch" ) - -src_unpack() { - default - if [[ ${PV} == "" ]]; then - git-r3_src_unpack - fi -} - -src_prepare() { - default - - sed -i \ - -e 's|-Werror||g' \ - configure.ac || die - sed -i \ - -e 's/-O2 -Wall .* -g/-Wall/' \ - -e "s/libstr =/libstr = '\$(LDFLAGS) ' ./" \ - mkfiles.pl || die - ./mkfiles.pl || die - eautoreconf - - # Import icons from latest Gentoo tarball for live - if [[ ${PV} == "" ]]; then - cp -R ../${PN}-icons/icons . || die - fi -} - -src_configure() { - econf \ - --program-prefix="${PN}_" \ - --with-gtk=$(usex gtk3 3 2) -} - -src_compile() { - emake CC="$(tc-getCC)" - if use doc ; then - halibut --text --html --info --pdf --ps puzzles.but || die - fi -} - -src_install() { - default - - local file name - for file in *.R ; do - [[ ${file} == "nullgame.R" ]] && continue - name=$(awk -F: '/exe:/ { print $3 }' "${file}") - file=${file%.R} - newicon -s 48 icons/${file}-48d24.png ${PN}_${file}.png - make_desktop_entry "${PN}_${file}" "${name}" "${PN}_${file}" "Game;LogicGame;X-${PN};" - done - - if use doc ; then - DOCS=( puzzles.{pdf,ps,txt} ) - HTML_DOCS=( *.html ) - einstalldocs - doinfo puzzles.info{,-1,-2,-3} - fi - - insinto /etc/xdg/menus/applications-merged - doins "${FILESDIR}/${PN}.menu" - insinto /usr/share/desktop-directories - doins "${FILESDIR}/${PN}.directory" -} - -pkg_preins
[gentoo-commits] repo/gentoo:master commit in: net-im/profanity/
commit: 264784f98311837d8a77e262d7bafe52ac759c1c Author: Andrey Utkin gentoo org> AuthorDate: Mon May 6 19:01:43 2019 + Commit: Andrey Utkin gentoo org> CommitDate: Mon May 6 19:17:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264784f9 net-im/profanity: add new package Based on the ebuild contributed by Dennis Schridde gmx.net> - huge thanks! Bug: https://bugs.gentoo.org/558840 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> net-im/profanity/Manifest | 1 + net-im/profanity/metadata.xml | 16 ++ net-im/profanity/profanity-0.6.0.ebuild | 39 + 3 files changed, 56 insertions(+) diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest new file mode 100644 index 000..94dfe57fd10 --- /dev/null +++ b/net-im/profanity/Manifest @@ -0,0 +1 @@ +DIST profanity-0.6.0.tar.gz 741812 BLAKE2B ba6cff070ee0e8a83b52677f6551c1d7397cd25993982d6b5390590a4924d902050504cb8803ee2741262b1409e4d75e9f223397f87f39d7dc86fcc56a0e5df6 SHA512 c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e diff --git a/net-im/profanity/metadata.xml b/net-im/profanity/metadata.xml new file mode 100644 index 000..d2349017e1a --- /dev/null +++ b/net-im/profanity/metadata.xml @@ -0,0 +1,16 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + andrey_ut...@gentoo.org + Andrey Utkin + + + Profanity is a console based XMPP client written in C using + ncurses and libstrophe, inspired by Irssi. + + + Enable OpenPGP encryption + Enable encrypted conversations using Off-The-Records messaging + + diff --git a/net-im/profanity/profanity-0.6.0.ebuild b/net-im/profanity/profanity-0.6.0.ebuild new file mode 100644 index 000..402ca75c085 --- /dev/null +++ b/net-im/profanity/profanity-0.6.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A console based XMPP client inspired by Irssi" +HOMEPAGE="http://www.profanity.im/"; +SRC_URI="http://www.profanity.im/${P}.tar.gz"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="libnotify otr gpg xscreensaver" + +DEPEND=" + dev-libs/expat + dev-libs/glib + dev-libs/libstrophe:= + dev-libs/openssl:0= + net-misc/curl + sys-apps/util-linux + sys-libs/ncurses:=[unicode] + gpg? ( app-crypt/gpgme:= ) + libnotify? ( x11-libs/libnotify ) + otr? ( net-libs/libotr ) + xscreensaver? ( + x11-libs/libXScrnSaver + x11-libs/libX11 ) + " +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_enable libnotify notifications) \ + $(use_enable otr) \ + $(use_enable gpg pgp) \ + $(use_with xscreensaver) +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/files/, dev-libs/libstrophe/
commit: 3c12b68547436990731331971833beff76d501eb Author: Andrey Utkin gentoo org> AuthorDate: Mon May 6 18:20:19 2019 + Commit: Andrey Utkin gentoo org> CommitDate: Mon May 6 19:17:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c12b685 dev-libs/libstrophe: add new package A dependency of net-im/profanity. Based on chaoslab-overlay. Thanks Ian Moone for high quality work! Changes made to original work are motivated by avoidance of overcomplication, and conformance to current practices. Changes are: * USE flag 'xml' changed to existing global flag 'expat' * USE flag 'doc' now also installs examples * README file is not installed anymore, as it contains mostly compilation advise, which is useless once you have it installed * USE flags 'static-libs', 'ssl' are dropped * RESTRICT="mirror" dropped as unreasonable. Bug: https://bugs.gentoo.org/show_bug.cgi?id=558840 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> dev-libs/libstrophe/Manifest | 1 + .../files/libstrophe-0.9.2-libressl.patch | 20 ++ dev-libs/libstrophe/libstrophe-0.9.2.ebuild| 46 ++ dev-libs/libstrophe/metadata.xml | 17 4 files changed, 84 insertions(+) diff --git a/dev-libs/libstrophe/Manifest b/dev-libs/libstrophe/Manifest new file mode 100644 index 000..e5c1bc327ad --- /dev/null +++ b/dev-libs/libstrophe/Manifest @@ -0,0 +1 @@ +DIST libstrophe-0.9.2.tar.gz 500459 BLAKE2B 0b1f6f1daac1215bcdcbde0e54264b98f5a863de339500826f625f8c5e8143ce7200fb251d04248715e9a8b6621a4360e7ca2780bf4684d916ec13361b5f6fcc SHA512 a0129c49ca574afaefa77c412143571af2eb1100c7d737d497b65d44680d35e2404ee2d4d4e1378b06ac1bcc5c587f505f79fea9251af1cbb36afd990d48570d diff --git a/dev-libs/libstrophe/files/libstrophe-0.9.2-libressl.patch b/dev-libs/libstrophe/files/libstrophe-0.9.2-libressl.patch new file mode 100644 index 000..1c0cf239cdf --- /dev/null +++ b/dev-libs/libstrophe/files/libstrophe-0.9.2-libressl.patch @@ -0,0 +1,20 @@ +--- a/src/tls_openssl.c b/src/tls_openssl.c +@@ -51,7 +51,7 @@ + + void tls_initialize(void) + { +-#if OPENSSL_VERSION_NUMBER < 0x1010L ++#if OPENSSL_VERSION_NUMBER < 0x1010L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x207fL) + SSL_library_init(); + SSL_load_error_strings(); + #else +@@ -120,7 +120,7 @@ + /* Trust server's certificate when user sets the flag explicitly. */ + mode = conn->tls_trust ? SSL_VERIFY_NONE : SSL_VERIFY_PEER; + SSL_set_verify(tls->ssl, mode, 0); +-#if OPENSSL_VERSION_NUMBER >= 0x10002000L ++#if OPENSSL_VERSION_NUMBER >= 0x10002000L && (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x207fL) + /* Hostname verification is supported in OpenSSL 1.0.2 and newer. */ + X509_VERIFY_PARAM *param = SSL_get0_param(tls->ssl); + diff --git a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild new file mode 100644 index 000..f95cbfb67f5 --- /dev/null +++ b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DESCRIPTION="A simple, lightweight C library for writing XMPP clients" +HOMEPAGE="http://strophe.im/libstrophe/"; +SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.gz"; +LICENSE="|| ( MIT GPL-3 )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc expat libressl" + +RDEPEND=" + expat? ( dev-libs/expat ) + !expat? ( dev-libs/libxml2:2 ) + libressl? ( dev-libs/libressl:0= ) + !libressl? ( dev-libs/openssl:0= ) +" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) +" + +DOCS=( ChangeLog ) +PATCHES=( "${FILESDIR}/libstrophe-0.9.2-libressl.patch" ) + +src_configure() { + # shellcheck disable=SC2207 + local myeconf=( + --enable-tls + $(use_with !expat libxml2) + ) + econf "${myeconf[@]}" +} +src_compile() { + default + if use doc; then + doxygen || die + HTML_DOCS=( docs/html/* ) + fi +} + +src_install() { + default + use doc && dodoc -r examples + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-libs/libstrophe/metadata.xml b/dev-libs/libstrophe/metadata.xml new file mode 100644 index 000..66bfa18199e --- /dev/null +++ b/dev-libs/libstrophe/metadata.xml @@ -0,0 +1,17 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + andrey_ut...@gentoo.org + Andrey Utkin + + + strophe/libstrophe + https://github.com/strophe/libstrophe/issues + + + libstrophe is a lightweight XMPP client library written + in C. It has minimal dependencies and is configurable +
[gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc/, dev-lang/fbc/files/1.06.0/fbc/
commit: d3c50b452280a23da7fa55fe97e926bad3386ee5 Author: William Breathitt Gray gmail com> AuthorDate: Mon May 6 11:52:22 2019 + Commit: Ralph Seichter seichter de> CommitDate: Mon May 6 11:52:22 2019 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3c50b45 dev-lang/fbc: Add patch for proper symbol stripping behavior Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: William Breathitt Gray gmail.com> dev-lang/fbc/Manifest | 4 +- dev-lang/fbc/fbc-1.06.0.ebuild | 12 +- ...lement-the-strip-nostrip-compiler-options.patch | 169 + 3 files changed, 174 insertions(+), 11 deletions(-) diff --git a/dev-lang/fbc/Manifest b/dev-lang/fbc/Manifest index 1c62094..948cffc 100644 --- a/dev-lang/fbc/Manifest +++ b/dev-lang/fbc/Manifest @@ -1,4 +1,4 @@ DIST FreeBASIC-1.06.0-source-bootstrap.tar.xz 7742292 BLAKE2B fd32c6e5edf6e8c27538465141c6b870d6c893f8e05fc8d91b273f9268a68065709cba95e8c5cd8b86786522b2ac1eaf1a6a547227432bbc9998eb1288b29515 SHA512 42878091994cae7e0a2f4ba1d2d83a80d32d62ad06790ac06643a266200b53b7ce2480a651b1622910a2733756b7ca032a5be1bb73ee3f796146394eebb9f43c -DIST fbc-1.06.0-bootstrap-dist-linux-x86.patch 125456 BLAKE2B 14bf25ed51d04773a8c98408f76ce79fcc165500e3ef67fc9407971f92fdb359dfc9abe8feb989ad6fd0b710b26d99ac478561d561a0687c213d048d41610ca9 SHA512 39622d88ef1b83bbe309df937139e73e6bdae87c4e0461a170aa4b792a74a295060f2b770fa81e74a0a973a9ae816fadf18d75a1075d9112dd68c83ca3e0cbb6 -DIST fbc-1.06.0-bootstrap-dist-linux-x86_64.patch 58219 BLAKE2B f28a4b74b8648a3128d2e8f273af55e5f1880fe35c5acef31ceed7b33386c5fb6b83ed4657138515abb95891ce8bc157aea339f8ba947dece4df1f2876e926b7 SHA512 e62b6969a93f214a6c1d246c734ab2b9045ee7ad9558d0871589945613d11ae0815945b3270213bc959c792903e86cf38555b6fd68b0d0c9ec68f8ef61ea9a0e +DIST fbc-1.06.0-bootstrap-dist-linux-x86.patch 147301 BLAKE2B 8320f988bc84f5df1b732719a11d1a8edbfceff04ad51b1fbd883eb21d20f1c2f16b8c6ae41b5b0472e4faf1058345969b85ed0c93c071de3c9ed703e298106a SHA512 b2ee285504ce0f8a6a01ee5da7661e40c4a6bb0075f26751fbc79a328cac66f7809ad4c2489eaab01a6e6432ca6d76e19835c86bddf9df5af3b89c547fd8ffb3 +DIST fbc-1.06.0-bootstrap-dist-linux-x86_64.patch 198197 BLAKE2B 72083bef84aed5ec2d95badb70a42db2e5d89084454f79aef41808a018ab238b1d230cb7282f4adf1be9d003c3865cb914fbf057fbd84c069dfecc4abd3da80b SHA512 771077a2526164223c3ae157558355538701224863b2a5923881ac2d2568f4cd1f5489df73aa8d55b1efccc82fe9e251e893a2b361363c1862d4c1e7bc3fb4ba DIST fbc-1.06.0.tar.gz 8847831 BLAKE2B 9245137995f9f3e2ff5adaf9b273593434ac9ec96919b2c970ec26183fe6fb7afee35753f2dd92f4b34d1aade92871e5a6722571a5ba04dde323fd7fb06c55c5 SHA512 687dcf665bb10e6a771cc01d02c21da77d89e052308600038dce526ba1ccfc6554d409dab184f3495557c9e4fdf744fd7a9088b4b137b782a9ab8633622c5484 diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild index 689d4bb..aef1b85 100644 --- a/dev-lang/fbc/fbc-1.06.0.ebuild +++ b/dev-lang/fbc/fbc-1.06.0.ebuild @@ -7,8 +7,8 @@ DESCRIPTION="FreeBASIC - A free/open source, multi-platform BASIC compiler." HOMEPAGE="https://www.freebasic.net"; SRC_URI="https://github.com/freebasic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/freebasic/${PN}/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz - https://gist.github.com/vilhelmgray/08cebe0f22e303f7d5e6e5bc71e3d1f2/raw/710ba9ded1c7772f23fd68c08e02402f167d2c56/fbc-1.06.0-bootstrap-dist-linux-x86.patch - https://gist.github.com/vilhelmgray/08cebe0f22e303f7d5e6e5bc71e3d1f2/raw/710ba9ded1c7772f23fd68c08e02402f167d2c56/fbc-1.06.0-bootstrap-dist-linux-x86_64.patch"; + https://gist.github.com/vilhelmgray/08cebe0f22e303f7d5e6e5bc71e3d1f2/raw/70c1f43eec81c35bdc780ace7fdf6a3c8b548c85/fbc-1.06.0-bootstrap-dist-linux-x86.patch + https://gist.github.com/vilhelmgray/08cebe0f22e303f7d5e6e5bc71e3d1f2/raw/70c1f43eec81c35bdc780ace7fdf6a3c8b548c85/fbc-1.06.0-bootstrap-dist-linux-x86_64.patch"; LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+" SLOT="0" @@ -80,14 +80,8 @@ src_compile() { $(usex X "" " -DDISABLE_X11") ) - # fbc automatically strips the executables it compiles; in order to avoid - # creating striped executables, we override the fbc hardcoded linker "-s" - # flag with our own; "--strip-debug" was chosen arbitrarily (without the - # "-g" flag the executable should not have debug_info symbols anyway, so the - # "--strip-debug" flag should be a safe option) - local fblflags="-Wl --strip-debug " # fbc requires a space after the -Wl option - fblflags+=${LDFLAGS//-Wl,/-Wl } + local fblflags=${LDFLAGS//-Wl,/-Wl } # Build fbc emake CFLAGS="${CFLAGS} ${xcflags[*]}" FBC="${fbc}" FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}" diff --git a/dev-lang/fbc/files/1.06.0/fbc/0002-Implement-the-strip-nostrip-compiler-options.patch b/dev-lang/fbc/files/1.06.0/f
[gentoo-commits] repo/gentoo:master commit in: app-text/t1utils/
commit: 6d67acc3d06f6e25c272b148da202ee4ab54330a Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:03:59 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d67acc3 app-text/t1utils-1.41-r2: alpha stable Bug: http://bugs.gentoo.org/678590 Signed-off-by: Tobias Klausmann gentoo.org> app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild b/app-text/t1utils/t1utils-1.41-r2.ebuild index f74fe7aa853..6c27c423023 100644 --- a/app-text/t1utils/t1utils-1.41-r2.ebuild +++ b/app-text/t1utils/t1utils-1.41-r2.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"; HOMEPAGE="http://www.lcdf.org/type/#t1utils"; -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-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 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" LICENSE="BSD" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: media-libs/openal/
commit: 012954adc3bd673c189762a37728606edb4a904c Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012954ad media-libs/openal-1.19.1-r0: alpha stable Bug: http://bugs.gentoo.org/681400 Signed-off-by: Tobias Klausmann gentoo.org> media-libs/openal/openal-1.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openal/openal-1.19.1.ebuild b/media-libs/openal/openal-1.19.1.ebuild index c8a572924e7..76c9817a481 100644 --- a/media-libs/openal/openal-1.19.1.ebuild +++ b/media-libs/openal/openal-1.19.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2"; LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE=" alsa coreaudio debug jack oss portaudio pulseaudio sdl qt5 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
[gentoo-commits] repo/gentoo:master commit in: media-libs/raptor/
commit: bb1032813fa3d0505391bbe378af4f52d3544924 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:01 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb103281 media-libs/raptor-2.0.15-r2: alpha stable Bug: http://bugs.gentoo.org/681404 Signed-off-by: Tobias Klausmann gentoo.org> media-libs/raptor/raptor-2.0.15-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/raptor/raptor-2.0.15-r2.ebuild b/media-libs/raptor/raptor-2.0.15-r2.ebuild index 19c65a6a774..79bbe0b0afa 100644 --- a/media-libs/raptor/raptor-2.0.15-r2.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz"; LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+curl debug json static-libs unicode" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/
commit: 155a13f7f88039200a5ecc376d59459d2eb71189 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:03:59 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155a13f7 dev-libs/cyrus-sasl-2.1.27-r2: alpha stable Bug: http://bugs.gentoo.org/679678 Signed-off-by: Tobias Klausmann gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild index e58382e6e18..0d3ccb09288 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz"; LICENSE="BSD-with-attribution" SLOT="2" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam postgres sample selinux sqlite srp ssl static-libs urandom" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/
commit: 06272e72a051f00d166ee600a04603b86a39ec9e Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:03:49 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06272e72 dev-python/sqlalchemy-1.3.3-r0: alpha stable Bug: http://bugs.gentoo.org/678480 Signed-off-by: Tobias Klausmann gentoo.org> dev-python/sqlalchemy/sqlalchemy-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.3.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.3.3.ebuild index af1955278d6..726882ac64d 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.3.3.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.3.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="doc examples +sqlite test" REQUIRED_USE="test? ( sqlite )"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/gettext_i18n_rails/
commit: 0e2b0bbcc60d1a2c6ca18332062fabadcb317f9c Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:48:39 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2b0bbc dev-ruby/gettext_i18n_rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.8.0.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.8.0.ebuild index c2e832126c5..4769453a7c8 100644 --- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.8.0.ebuild +++ b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="Readme.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/web-console/
commit: 42f2b633150e3522eb2099ea1932c63dd57b6e32 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:54:46 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f2b633 dev-ruby/web-console: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/web-console/web-console-3.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/web-console/web-console-3.7.0.ebuild b/dev-ruby/web-console/web-console-3.7.0.ebuild index 1228f004d91..01beea3d2e8 100644 --- a/dev-ruby/web-console/web-console-3.7.0.ebuild +++ b/dev-ruby/web-console/web-console-3.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/redland/
commit: 28dff7f96d153535c19746e0bd2ac91934ea4634 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dff7f9 dev-libs/redland-1.0.17-r2: alpha stable Bug: http://bugs.gentoo.org/681374 Signed-off-by: Tobias Klausmann gentoo.org> dev-libs/redland/redland-1.0.17-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/redland/redland-1.0.17-r2.ebuild b/dev-libs/redland/redland-1.0.17-r2.ebuild index 19a0a142d34..ef0c14a14d0 100644 --- a/dev-libs/redland/redland-1.0.17-r2.ebuild +++ b/dev-libs/redland/redland-1.0.17-r2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz"; LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="berkdb iodbc mysql odbc postgres sqlite static-libs" RDEPEND="dev-libs/libltdl:0
[gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
commit: d67b0d72f42d643752c54c51da1ab0588bed687d Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67b0d72 media-libs/mutagen-1.42.0-r0: alpha stable Bug: http://bugs.gentoo.org/681398 Signed-off-by: Tobias Klausmann gentoo.org> media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild index 7fcf6da82a1..bc9b7f337ec 100644 --- a/media-libs/mutagen/mutagen-1.42.0.ebuild +++ b/media-libs/mutagen/mutagen-1.42.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc test" # TODO: Missing support for >=dev-python/eyeD3-0.7 API
[gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/
commit: e35e066d7700731c81b7f01ce2496c6551e60550 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35e066d media-libs/libmpdclient-2.16-r0: alpha stable Bug: http://bugs.gentoo.org/681390 Signed-off-by: Tobias Klausmann gentoo.org> media-libs/libmpdclient/libmpdclient-2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmpdclient/libmpdclient-2.16.ebuild b/media-libs/libmpdclient/libmpdclient-2.16.ebuild index 87746d3ad4c..bfb7363a976 100644 --- a/media-libs/libmpdclient/libmpdclient-2.16.ebuild +++ b/media-libs/libmpdclient/libmpdclient-2.16.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ppc ppc64 ~sparc ~x86" IUSE="doc examples test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/dotenv/
commit: 055100f83c76957d8699240309b16bd5b390b0ae Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:44:33 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055100f8 dev-ruby/dotenv: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/dotenv/dotenv-2.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/dotenv/dotenv-2.7.2.ebuild b/dev-ruby/dotenv/dotenv-2.7.2.ebuild index f4d2a225eb2..5f46a920778 100644 --- a/dev-ruby/dotenv/dotenv-2.7.2.ebuild +++ b/dev-ruby/dotenv/dotenv-2.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
[gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
commit: d3eb8c3a420ffbdb14840796dcac80c74e338256 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:04:00 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3eb8c3a app-arch/lz4-1.8.3-r0: alpha stable Bug: http://bugs.gentoo.org/679896 Signed-off-by: Tobias Klausmann gentoo.org> app-arch/lz4/lz4-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lz4/lz4-1.8.3.ebuild b/app-arch/lz4/lz4-1.8.3.ebuild index deb36c097e1..15202148199 100644 --- a/app-arch/lz4/lz4-1.8.3.ebuild +++ b/app-arch/lz4/lz4-1.8.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == ]]; then EGIT_BRANCH=dev else SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~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 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Extremely Fast Compression algorithm"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/will_paginate/
commit: c4477c5bf183436d833d7ff749211fb9c611aa93 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:57:05 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4477c5b dev-ruby/will_paginate: add 3.1.7 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/will_paginate/will_paginate-3.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild index 459c8b5f955..474b9d8d398 100644 --- a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild +++ b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/
commit: 8d3494998bab40817e2b41271e6033ef2fb335ca Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:59:13 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:59:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d349499 dev-ruby/tzinfo: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/tzinfo/Manifest| 1 - dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 32 2 files changed, 33 deletions(-) diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest index 4e2b4e36bf4..07eac54de83 100644 --- a/dev-ruby/tzinfo/Manifest +++ b/dev-ruby/tzinfo/Manifest @@ -1,3 +1,2 @@ -DIST tzinfo-1.2.4.gem 152576 BLAKE2B c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa SHA512 0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab DIST tzinfo-1.2.5.gem 153600 BLAKE2B 3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f SHA512 87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca SHA512 cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679 diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild deleted file mode 100644 index c3dee166a1b..000 --- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_TEST="test_zoneinfo" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="https://tzinfo.github.io/"; - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="sys-libs/timezone-data" -DEPEND="test? ( sys-libs/timezone-data )" - -ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0" -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" - -all_ruby_prepare() { - # Set the secure permissions that tests expect. - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" -}
[gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/
commit: 08a2060857141547716d5902f942e4ccd0e210da Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 6 18:03:59 2019 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 6 18:04:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a20608 dev-tex/culmus-latex-0.7-r1: alpha stable Bug: http://bugs.gentoo.org/679460 Signed-off-by: Tobias Klausmann gentoo.org> dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild index 57b0af65980..170e24bf53a 100644 --- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild +++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="examples" RDEPEND="virtual/latex-base"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/haml-rails/
commit: e4b78aed733fbcb3105a659e5915d17f278d8cee Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:53:31 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b78aed dev-ruby/haml-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/haml-rails/haml-rails-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild b/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild index ea77831b4ac..3cf22ec4b4a 100644 --- a/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild +++ b/dev-ruby/haml-rails/haml-rails-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_DOC="yard"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
commit: 88277872bd3509b7c6a675390be986c7f2b4d783 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:25:40 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88277872 dev-ruby/autoprefixer-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/autoprefixer-rails/autoprefixer-rails-9.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.5.0.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.5.0.ebuild index 8ae938d51a0..4ccf45f7b6a 100644 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.5.0.ebuild +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/
commit: 610e10e3a2e81dcd67feec0d195acea3a33c40c1 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:55:42 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610e10e3 dev-ruby/jquery-rails: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/jquery-rails/Manifest | 1 - dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild | 34 -- 2 files changed, 35 deletions(-) diff --git a/dev-ruby/jquery-rails/Manifest b/dev-ruby/jquery-rails/Manifest index a5238dae65c..25b5a4fff90 100644 --- a/dev-ruby/jquery-rails/Manifest +++ b/dev-ruby/jquery-rails/Manifest @@ -1,3 +1,2 @@ DIST jquery-rails-3.1.4.gem 190976 BLAKE2B d0f0177bce04ca49a41c4a12e3ec35b1e4e7c6194fbda7a5e6ca48ae4a1cd1bf6845196f7b001330d54e4c19a4d3730932bb36741077980fda8de1e1a47be1ba SHA512 fbec0e09bff90d4f21a512c628767ceaf85f311ac8bd81ca58a7b41f71c0a6b25d9ab9246c4043abf71f7afaf217d51a796f2207c2321583ddd14845248c9f1a -DIST jquery-rails-4.3.1.gem 517120 BLAKE2B c5bbfa66d604aebdf954b2ea1c8abdfa52cea8a27709876bd99a9c77705f4dcb4ca27f726faab90485a3adccbe0aad40c464171bf97e8401782d1684e1a24d29 SHA512 9ded8b0e9e3811b79e6a9cee3fdcbd5f560e75f104f464732efe6c36fd988891427ae21dd14b2cd90f01ea91c4be4b15f427c8a4ba832cb5979e45c942b59222 DIST jquery-rails-4.3.3.gem 519168 BLAKE2B cfd1c9c9a18ea919966778d4172a6733faa102086598c8871f2c9aef5460b1806f2346d1624ba7c01315dcb1090ea81771838280c0b68ae2e57a9e97ad6f24a5 SHA512 55cef78f794da90ef1f7394f919810425589d3d92dc71375c3ec2f0cd6d207e0854826887e1a69503bc6609c60c10886e0b868d2d2df46ae052c90f322aef974 diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild b/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild deleted file mode 100644 index a65c61b8efc..000 --- a/dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md VERSIONS.md" - -RUBY_FAKEGEM_EXTRAINSTALL="vendor" - -RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="jQuery! For Rails! So great" -HOMEPAGE="http://www.rubyonrails.org"; - -LICENSE="MIT" -SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" - -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/railties-4.2.0:* - >=dev-ruby/thor-0.14
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/calendar_date_select/
commit: 5b7c0f0fa5085d5ffddb252a4a599a232d346371 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:37:56 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7c0f0f dev-ruby/calendar_date_select: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild index 67bfdc19566..c0dddc526ae 100644 --- a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild +++ b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" # There are no unit tests, only integration tests against a full Rails # 3.2 application. Skipping those for now due to difficulty in getting
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/
commit: fb21d6ca4cd8dca0eab1d75a33ce91d9d82458d1 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:32:19 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb21d6ca dev-ruby/combustion: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/combustion/combustion-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/combustion/combustion-1.1.0.ebuild b/dev-ruby/combustion/combustion-1.1.0.ebuild index 66521940477..ab7aab0e1df 100644 --- a/dev-ruby/combustion/combustion-1.1.0.ebuild +++ b/dev-ruby/combustion/combustion-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_TASK_TEST=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activeldap/
commit: afeb1c89ac17e39ed490a84489fe857bd622a61e Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:51:33 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb1c89 dev-ruby/activeldap: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/activeldap/activeldap-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activeldap/activeldap-5.2.4.ebuild b/dev-ruby/activeldap/activeldap-5.2.4.ebuild index e3ae11668a7..69bfdaa2d28 100644 --- a/dev-ruby/activeldap/activeldap-5.2.4.ebuild +++ b/dev-ruby/activeldap/activeldap-5.2.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby24 ruby25" +USE_RUBY="ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
commit: e505d611ccfe4eca62f0173da667f5184b1121c6 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:35:45 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e505d611 dev-ruby/best_in_place: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild index 799960989b6..ebeece79995 100644 --- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild +++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -38,6 +38,9 @@ ruby_add_bdepend " >=dev-ruby/rails-3.2 >=dev-ruby/sqlite3-1.3.4-r1 dev-ruby/bundler + dev-ruby/combustion + dev-ruby/jquery-rails + dev-ruby/jquery-ui-rails )" all_ruby_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/
commit: 090d23fc6110ba2c4e834de3783dce8e84fd2e22 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:46:59 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090d23fc dev-ruby/websocket-driver: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild index 264340c3a15..71ee4dc6b7a 100644 --- a/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild +++ b/dev-ruby/websocket-driver/websocket-driver-0.6.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ammeter/
commit: 7c00e0eab667f38773a79970cd113a83700c7007 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:19:17 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c00e0ea dev-ruby/ammeter: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/ammeter/ammeter-1.1.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ammeter/ammeter-1.1.4-r1.ebuild b/dev-ruby/ammeter/ammeter-1.1.4-r1.ebuild index f6a76334fcc..19a06c83475 100644 --- a/dev-ruby/ammeter/ammeter-1.1.4-r1.ebuild +++ b/dev-ruby/ammeter/ammeter-1.1.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/
commit: dab32d5ac6bd188a17faabc8878009b8f05beda9 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:57:17 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab32d5a dev-ruby/jquery-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/jquery-rails/jquery-rails-4.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.3.ebuild b/dev-ruby/jquery-rails/jquery-rails-4.3.3.ebuild index 07ae23527b0..63b557803f0 100644 --- a/dev-ruby/jquery-rails/jquery-rails-4.3.3.ebuild +++ b/dev-ruby/jquery-rails/jquery-rails-4.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/
commit: 66d95a2e0db906c10c77c8a107750eafbcbb73fc Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:57:51 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d95a2e dev-ruby/rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/rails/rails-5.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rails/rails-5.2.3.ebuild b/dev-ruby/rails/rails-5.2.3.ebuild index 3eb7023e417..e9a81875a30 100644 --- a/dev-ruby/rails/rails-5.2.3.ebuild +++ b/dev-ruby/rails/rails-5.2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_BINWRAP=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/
commit: 3590fcd3e39dc0a79cbd93dae1e187b42808913d Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:52:12 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3590fcd3 dev-ruby/actioncable: ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/actioncable/actioncable-5.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actioncable/actioncable-5.2.3.ebuild b/dev-ruby/actioncable/actioncable-5.2.3.ebuild index 95d9cc1701b..0a968b05067 100644 --- a/dev-ruby/actioncable/actioncable-5.2.3.ebuild +++ b/dev-ruby/actioncable/actioncable-5.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-rails/
commit: 4b1808396daa59768df9a86c897f053521adb077 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 16:54:32 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b180839 dev-ruby/sass-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/sass-rails/sass-rails-5.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild b/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild index 2e3f27229a8..82e656fb0e0 100644 --- a/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild +++ b/dev-ruby/sass-rails/sass-rails-5.0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-ui-rails/
commit: a8d32d7eb040aff20cce2ebdf747b8874660ae32 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:29:27 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:58:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d32d7e dev-ruby/jquery-ui-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild b/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild index d9857ba1152..500c02e76f8 100644 --- a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild +++ b/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST=""
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/
commit: 698a474e671a8a556775cfa027b0052e299ad7f3 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 6 17:19:33 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 6 17:57:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698a474e dev-ruby/rspec-rails: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/rspec-rails/rspec-rails-3.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-rails/rspec-rails-3.8.2.ebuild b/dev-ruby/rspec-rails/rspec-rails-3.8.2.ebuild index 0a4a89cc99e..5b324600b8d 100644 --- a/dev-ruby/rspec-rails/rspec-rails-3.8.2.ebuild +++ b/dev-ruby/rspec-rails/rspec-rails-3.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/puppetdb-termini/
commit: 9f032c577fa9f9dec78171dabf9991881f5f91cb Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 17:36:04 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 17:36:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f032c57 dev-ruby/puppetdb-termini: 6.3.2 stable amd64/x86 with cleanup Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-ruby/puppetdb-termini/Manifest | 2 -- .../puppetdb-termini/puppetdb-termini-6.2.0.ebuild | 28 -- .../puppetdb-termini/puppetdb-termini-6.3.1.ebuild | 28 -- .../puppetdb-termini/puppetdb-termini-6.3.2.ebuild | 2 +- 4 files changed, 1 insertion(+), 59 deletions(-) diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest index 09b26bbf4c5..0f0922f0952 100644 --- a/dev-ruby/puppetdb-termini/Manifest +++ b/dev-ruby/puppetdb-termini/Manifest @@ -1,5 +1,3 @@ DIST puppetdb-termini_5.2.4-1xenial_all.deb 20538 BLAKE2B aad000bc0e13e3c97f4428bca88653cbfd76db2e5499f2acad90afcff58847e1dbaec9bc9ae8ec30e21c9b5c8308061b7d51058f0a17e2936d6dfd05ccc650f4 SHA512 98e871a4867735a8ca677ee3fbb6ab5e8718e78623fe6d497a3c680e090b86a0cefc35ee318f6f5abb45ebfd02d9bf75a04f0f1fc48ba654443c5c4ca99f3180 DIST puppetdb-termini_5.2.7-1xenial_all.deb 20560 BLAKE2B def7bb25badadd2880589d5708e8b9a0f87033977a21ee65fca7b27caf8c3568c66cf7f21123ecd8dd037e29023e65a9393d8b3608ffe0e021f9aad5a8c66755 SHA512 b5a5b4c721a35d95093d9da757f5a2dcfcc232343b6ca6dcf7184a20f9ff305a9c2f04328e17a0e02579d6ee7245c7c9b7e9ba8d22bc8f3bc1c13cf50c784101 -DIST puppetdb-termini_6.2.0-1stretch_all.deb 20602 BLAKE2B 6f51e8f6d87df992ced0ccc23c1cecd26a1fd2b3ad2b1d507b22d3f555fafd754913f50aa7840f40cb8c3cdcabfd4af84411213842d4a70105c69d9a8fe55eaf SHA512 ec73ee1514d6217e57672936d775974911bee7135af95d95e58f60c723d8e8760b005cb2a214fdfe692acd807e07ae53ba396bcf5f990c77d9a07ca485a784c1 -DIST puppetdb-termini_6.3.1-1stretch_all.deb 20680 BLAKE2B d4c8329b61805730aa7ac5a2da32670f5cb5e3597b3213535c5fbf26615aed847420b2f2589d34bcffc61a454319ea59e43dc61189254844952a7e79ac020971 SHA512 97d11b5ca7e0dc6502d32d8f0d299880b9cdaced4bafef38d8bbc22e0b4c154c8c414e19d715b53c0d42bd511aad3e2e2f0a265dcaf2767f3950e16ed2adfef7 DIST puppetdb-termini_6.3.2-1stretch_all.deb 20662 BLAKE2B 2e7daef3892070d5356ced070544099a546e4887b5654f795e06952862e4c0cb155df200806217fd5376b1bc3fb53107467ca76acec05283d2f25fed7ca7e5ca SHA512 555abacc9de7221df78a8459a76a4c3c8ce3a1bf5e2b6f1d800761eaea650d2a308e6a5054be082cfb9823903fbe049b2dc5f323b8af93693afbb61c8ce6c4be diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild deleted file mode 100644 index 5dea78fa68f..000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"; -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 ~ppc x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.1.ebuild deleted file mode 100644 index 6d51b944dfd..000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"; -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild index 6d51b944dfd..5dea78fa68f 100644 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" # will need the same keywords as puppet -
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppetdb/
commit: 7ad2d78bbd88d9d6955e7a4413ade16877cda0d7 Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 17:31:46 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 17:36:43 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad2d78b app-admin/puppetdb: 6.3.2 stable amd64/x86 with cleanup Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppetdb/Manifest | 2 - app-admin/puppetdb/puppetdb-6.2.0.ebuild | 92 app-admin/puppetdb/puppetdb-6.3.1.ebuild | 92 app-admin/puppetdb/puppetdb-6.3.2.ebuild | 2 +- 4 files changed, 1 insertion(+), 187 deletions(-) diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest index d91daa6b5b7..8c4c56a1b4e 100644 --- a/app-admin/puppetdb/Manifest +++ b/app-admin/puppetdb/Manifest @@ -1,5 +1,3 @@ DIST puppetdb-5.2.4.tar.gz 25438658 BLAKE2B 4e548ed018b57f68c0cc81185579234e17086985733d56030802577ab5fb8106c7c47c603aa3da65ede3e5780c89df8b2dbece12c29aa1b171ceda1de7228f56 SHA512 6979ebccaa1136d19ffd0d67bdbff9c608c649d75b56b4b041d8795fdcedf24c831553c5361f8e144fa01bbac92af88e6548f917ca00eec707d8740a99689059 DIST puppetdb-5.2.7.tar.gz 24353701 BLAKE2B 196b336a92031a25f7f28ca070a831857f3e0dde3ecc02e12e6884f3628c12dcc27b347c39147636addc975841f340fbf89196e86b3c10efc2ad1f16cf6f882a SHA512 989fa232d0fbd90c975fe110caca9b9c92a90167eb7b8d0384282dd8cf85111a56174c6785d7c73800e19185e879e258b8e6cefb210c1c44a229ce994336ef1d -DIST puppetdb-6.2.0.tar.gz 39922402 BLAKE2B 5d3c36bdeb902c7292d8da728ce225e3378bcb1283dbb2558f7aaa488e53351da41551606723d6c504118f5a653d92831cb55e0570dd7827c1be06f78592e0ef SHA512 33da6a7db688561d01302918cc0e85ff88f5490ac4007e4f20df6b0483aa1a7f65b2226f98966936333c7fa28060adca47f10ba7419a05d70c9c72bd8a40e8e5 -DIST puppetdb-6.3.1.tar.gz 41706703 BLAKE2B 74c1fc8a4702cdd94dab88d3e3bbf9e078d9c6e574454f49f2659bf8a9882ab51fd65392726834c032cb8e14881a349148a43ff05d6b186a1ece868be2fee2d4 SHA512 96ab60f0b0f531b1831ab3707b4c8496cea8fc921cd42fd828a1c86ed0e1d1324f1bec3df5345d0b5a0f737bfa638459941f1f6a9c41f95b745035249ebb01d3 DIST puppetdb-6.3.2.tar.gz 41707817 BLAKE2B 480737af3abc862e90a7075011327ce3821a5d9460c785602c105ec7accc82f2ea712ae488c585226126e88f817cbb1acda7fa09793b7508aa38cc47e1c76ab0 SHA512 e2a3ce73c976cbbfa6acc62612187478cf5ecc9d514ff4866a74e2c6364979f17c3daeba0f03a01e7fc3eeb1ca84a3c886fd5eed07d2a9fbaa5fd9f7c9d577af diff --git a/app-admin/puppetdb/puppetdb-6.2.0.ebuild b/app-admin/puppetdb/puppetdb-6.2.0.ebuild deleted file mode 100644 index 77d1c1ca9cc..000 --- a/app-admin/puppetdb/puppetdb-6.2.0.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib systemd user - -DESCRIPTION="PuppetDB collects data generated by Puppet." -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"; -SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz"; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 x86" - -RDEPEND+=">=virtual/jdk-1.8.0" -DEPEND+="" - -pkg_setup() { - enewgroup puppetdb - enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb" -} - -src_prepare() { - sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die - sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die - sed -i 's/sysconfig/conf\.d/g' install.sh || die - sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - dodir /opt/puppetlabs/server/data/puppetdb - insinto /opt/puppetlabs/server/apps/puppetdb - insopts -m0744 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppetdb.jar - insinto /etc/puppetlabs/puppetdb - doins ext/config/logback.xml - doins ext/config/bootstrap.cfg - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetdb/conf.d - doins ext/config/conf.d/jetty.ini - doins ext/config/conf.d/repl.ini - doins ext/config/conf.d/database.ini - doins ext/config/conf.d/config.ini - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetdb/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps - doins ext/cli/foreground - doins ext/cli/ssl-setup - doins ext/cli/config-migration - doins ext/cli/foreground - doins ext/cli/anonymize - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetdb/bin - doins ext/bin/puppetdb - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ..
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/
commit: af05514163ff7966b762a83650b9638385601cdf Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 17:30:15 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 17:36:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af055141 app-admin/puppet-agent: 6.4.2 stable amd64/x86 with cleanup Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet-agent/Manifest | 4 -- app-admin/puppet-agent/puppet-agent-5.5.8.ebuild | 85 app-admin/puppet-agent/puppet-agent-6.3.0.ebuild | 79 -- app-admin/puppet-agent/puppet-agent-6.4.2.ebuild | 2 +- 4 files changed, 1 insertion(+), 169 deletions(-) diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest index 49d8e11ec93..8600ad3d36d 100644 --- a/app-admin/puppet-agent/Manifest +++ b/app-admin/puppet-agent/Manifest @@ -2,9 +2,5 @@ DIST puppet-agent_5.5.14-1stretch_amd64.deb 17369338 BLAKE2B bc0544d49f704b07fe0 DIST puppet-agent_5.5.14-1stretch_i386.deb 18294894 BLAKE2B 928ea0c7113dc6789a37b83f4499485d17f09cf7ac1ace5c3aad87f0a93e4143cd4763f61e42d35a7561d5438d7b5d70d6181ab7233f72eaccb67cc4d5388d18 SHA512 8ae02257cf729ce41e6437d9ee2f221884b0e49dda7b3fc04ef200487c937f258075f563817bb064a19c30ec19b790f4d9d03e240d8a363f2942cd613c579c1b DIST puppet-agent_5.5.7-1stretch_amd64.deb 17300432 BLAKE2B 4c3b13361b9a97734a7b63ad94d1e96d9bcad284372d0b63a085c4415fa7c0433e66546bd43c99a82839837ed5a8683c6d2739d47b629f5580b8007219f06010 SHA512 fa17413afc2f2872963e241b38c2d7abe06ed37b0f01f2ace3cc6c31e53451291fe98905957377940b16d1b6926991ef39b556a4697e9ba06f10f62583f72c9e DIST puppet-agent_5.5.7-1stretch_i386.deb 1882 BLAKE2B b9ce9269cc59d79450cb66c9c3e545ad4267ad1a43905df4ca57b45ad1213dd11c9ddcffb77719a151f52eb60d6792a486823ea4a29b2f4e83a2d62960c9691a SHA512 b65ecaf27c2bcc6556d7d43a0b78e282a64c72eed3b672af5d2e23c34eefe8134b6d4c60505f9d7c6e5b40ed4a1ad391128933c27710819f5078ec7d8680b6d4 -DIST puppet-agent_5.5.8-1stretch_amd64.deb 17302932 BLAKE2B 4ff925477f74e5ecb7737cd41712bcd8b0b54d244784fd874ad160bc7cd33327af615ec117fc28cd45d59f275c51aa71f80de204f1f395ef89c7162d5acc3cef SHA512 f30cf250855c4f5adfe58f8c3c7dcdcf155ba97a9a805449555134fb9fedcf6c4d4ab54483d4c1530ae09583e6ca78d1af446cc7fc62760c4aa839c1e9d42bc8 -DIST puppet-agent_5.5.8-1stretch_i386.deb 18221644 BLAKE2B fcacbae34bdb6fa18eff344123908880de2e5025ccddd25ee751c5c2b229ff8b63c66d482d4e8139b0d263edeff78771459cd90beff36136a553b039a7c417a9 SHA512 e00c04eacea360619f9fa4e016b8421fbf44127f979ed772e06cef21a15261a7d201abb9bcde30d8bb4e36a4b37d38d67814b2c1077b33ee6e6404c898c53e32 -DIST puppet-agent_6.3.0-1stretch_amd64.deb 18716014 BLAKE2B 914686e0229b40ea2e4f29c31556fdd289e7f556c471ea3e3a8cec887e1e1175ab5e23fc2605e3c156f9f571a8ff47b1a77b4f1173e41b923d7bd59592b575ed SHA512 fd5f39c4cb2fb040e45a0b2316857ad9da311532a9d1659f9df07ad57f85daec2e7674109c63885325c809e839b017b7b3d5ac57f9439e03b569203bf301851d -DIST puppet-agent_6.3.0-1stretch_i386.deb 19243158 BLAKE2B 52c36e54ecb2e1fcc9ef5add8393533f68a21fde0f449b558d1fe58b066519138092e15c851e33580e9c2b943ef7a58b323cdd7bc1997faa273db4f518292465 SHA512 aba93bb2290879f5512f2429af658b137a3b5ae51ce9817fb701086be7abe4043b54d242fdc1310876b42124819885f8ab97c9fb6cc9113a50115bc071d42736 DIST puppet-agent_6.4.2-1stretch_amd64.deb 18776024 BLAKE2B d8fd52357abb9649d74c9b7e54eb0f599cc2b6b1cbe8a4bdd3bd21c69904379dcda2fdea4e642d3f86bef846d1bdfb14eb8c3daed50958ad3add46bde96fe5d2 SHA512 b1bdbcb1cb87bbf4391073b0596d759e1386bd5b93046d25be112f1ddad6a0d4da162116dc9f85908de67bfd3d956a1c418faf39a85c3ed0d02f9891d4d9906c DIST puppet-agent_6.4.2-1stretch_i386.deb 19250972 BLAKE2B 8424047586f7747daf24901f7ba134bfcd1fc4db094fd458f4298251880b0446221575cc463c511a32a6f7cf4c635c95b6132631640b5091e48b1e7cec67b844 SHA512 0041b1e3ff1401b21f7d9ab3b3aee66d76e30acd4748571ff3ff595d7006008e0d9d3f4c28db85cccece0cf08595cf4a3342353f5b18ea3e02ae02a094e42e41 diff --git a/app-admin/puppet-agent/puppet-agent-5.5.8.ebuild b/app-admin/puppet-agent/puppet-agent-5.5.8.ebuild deleted file mode 100644 index 388141a5324..000 --- a/app-admin/puppet-agent/puppet-agent-5.5.8.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils systemd unpacker user - -DESCRIPTION="general puppet client utils along with mcollective hiera and facter" -HOMEPAGE="https://puppetlabs.com/"; -SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch"; -SRC_URI=" - amd64? ( ${SRC_BASE}_amd64.deb ) - x86? ( ${SRC_BASE}_i386.deb )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="puppetdb selinux" -RESTRICT="strip" - -CDEPEND="!app-admin/augeas - !app-admin/mcollective - !app-admin/puppet - !dev-ruby/hiera - !dev-ruby/facter - !app-emula
[gentoo-commits] repo/gentoo:master commit in: app-admin/puppetserver/
commit: 52212ee76947bf04286fe0e110a5f208749ac758 Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 17:33:49 2019 + Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 17:36:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52212ee7 app-admin/puppetserver: 6.3.0 stable amd64/x86 with cleanup Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppetserver/Manifest | 2 - app-admin/puppetserver/puppetserver-5.3.7.ebuild | 130 -- app-admin/puppetserver/puppetserver-6.2.1.ebuild | 135 --- app-admin/puppetserver/puppetserver-6.3.0.ebuild | 2 +- 4 files changed, 1 insertion(+), 268 deletions(-) diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest index 0fa9806d89a..e35214e3015 100644 --- a/app-admin/puppetserver/Manifest +++ b/app-admin/puppetserver/Manifest @@ -1,5 +1,3 @@ DIST puppetserver-5.3.5.tar.gz 67238513 BLAKE2B 075d6101a29b57a1693a76ba557e4cff3b5689a7bd38cc9f0f116962081ec71a29c31dbd22be9bad49897f94fe0f309d87780d2edcdd6c02e9f403e4b0a631c2 SHA512 4d7546ed845cfc9b37e2db094cb0a7340bb344dbbf52eba9cac7e54b277302449e2c9c464243c0804c8d14c00d146e74725e0e46bde0297104c394ae19f2095c -DIST puppetserver-5.3.7.tar.gz 53517572 BLAKE2B e423169b92a1638b0fef1ee5adbd10899917d89eeaa9b3bea689ce9d6f4d3e3b9d5c6cfdddea897014493373429ebba375c1a9d7b77284de46f5a0a5d6555dbd SHA512 8a58d89dc44aa8ebf82f06bdfc4f52c7a25ae3f1a48ca516425a57180c73618a1e850a595aa0e46d6e3a0b360ea38d3f050790304689bfa3b47bb0c1a4fad17b DIST puppetserver-5.3.8.tar.gz 53615153 BLAKE2B 82de090126c18a607089c2d260c38c4dcf28c9dd55dedde43952493ac0dd0553b718f1e96c36737514527e72fbd04a4b54eb5667123dd46d21ff7e7e6688dd08 SHA512 ac2b28bd506a92606f5458a079fe9ffcd8a7d3b091ccbfcd649f0a818d0459b57bc3f40fa599f2f6e7012ffbd4b7e95af8ac9787cda74928bd29bb59b7633ba3 -DIST puppetserver-6.2.1.tar.gz 75683557 BLAKE2B 7320d7abdc9d5c59953f41773c7f52946fe7944c5f0f4a816b599d75a324d0a49a7b59dc990df5875ed849a2e6d1aca9258b65947446f7780f700fe48ec06e74 SHA512 ad8cd8441ac76c0443f0fca14999a014c5511d930b96e9721ff9c236ffb48cb3273e0abb2e615fa3210c539173d472c4080466bc391a863c2c4fadb32d26868c DIST puppetserver-6.3.0.tar.gz 75698674 BLAKE2B 4eb88b15c936f8a66c5447e5761cc35772632420ca74de17f06453c9645f6f4d6483ec6a850810401efddf07f40710bd9563e78f5f870faaa85c0c6b2e450fa1 SHA512 a3c3e9c00e3dae274a2139a166c121d1d9b1dde8ad640e70d68433eee53a9bcf7ad8ba53d6e355ee1de93a522f8e0169eb80f52fc438ce6a76ebcd007398108b diff --git a/app-admin/puppetserver/puppetserver-5.3.7.ebuild b/app-admin/puppetserver/puppetserver-5.3.7.ebuild deleted file mode 100644 index 954d16fdc3b..000 --- a/app-admin/puppetserver/puppetserver-5.3.7.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib systemd tmpfiles user - -DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents." -HOMEPAGE="http://docs.puppetlabs.com/puppetserver/"; -SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz"; - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="puppetdb" -# will need the same keywords as puppet -KEYWORDS="~amd64 ~x86" - -RDEPEND+=" - >=virtual/jdk-1.8.0 - app-admin/puppet-agent[puppetdb?]" -DEPEND+="" - -pkg_setup() { - enewgroup puppet - enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet" -} - -src_prepare() { - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/redhat/puppetserver.service || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/bin/puppetserver || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh || die - sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die - sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - insinto /opt/puppetlabs/server/apps/puppetserver - insopts -m0774 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppet-server-release.jar - doins jruby-9k.jar - doins jruby-1_7.jar - insinto /etc/puppetlabs/puppetserver - doins ext/config/logback.xml - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetserver/services.d - doins ext/system-config/services.d/bootstrap.cfg - doins ext/config/services.d/ca.cfg - insinto /etc/puppetlabs/puppetserver/conf.d - doins ext/config/conf.d/puppetserver.conf - doins ext/config/conf.d/auth.conf - doins ext/config/conf.d/global.conf - doins ext/config/conf.d/web-routes.conf - doins ext/config/conf.d/metrics.conf -
[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssdeep/
commit: b9b05e04fb6025d003e29c6e62f7786ddccd3ccb Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 6 17:11:46 2019 + Commit: Alon Bar-Lev gentoo org> CommitDate: Mon May 6 17:27:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b05e04 app-crypt/ssdeep: update HOMEPAGE, use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Alon Bar-Lev gentoo.org> app-crypt/ssdeep/ssdeep-2.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/ssdeep/ssdeep-2.14.1.ebuild b/app-crypt/ssdeep/ssdeep-2.14.1.ebuild index 306ea16efa2..6c177a3d426 100644 --- a/app-crypt/ssdeep/ssdeep-2.14.1.ebuild +++ b/app-crypt/ssdeep/ssdeep-2.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="Computes context triggered piecewise hashes (fuzzy hashes)" -HOMEPAGE="http://ssdeep.sourceforge.net/"; +HOMEPAGE="https://ssdeep-project.github.io/ssdeep/"; SRC_URI="https://github.com/${PN}-project/${PN}/releases/download/release-${PV}/${P}.tar.gz"; LICENSE="GPL-2"
[gentoo-commits] proj/portage-utils:master commit in: /, libq/
commit: d87d181cd692247a5a7411fd6284c862bc73f28b Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 17:31:29 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 17:31:29 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d87d181c libq/vdb: drop q_ prefix Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 2 +- libq/cache.c | 40 +-- libq/cache.h | 6 +-- libq/vdb.c | 127 ++- libq/vdb.h | 74 +- qcheck.c | 10 ++--- qdepends.c | 8 ++-- qfile.c | 10 ++--- qgrep.c | 4 +- qlist.c | 24 +-- qmerge.c | 48 +++--- qpkg.c | 14 +++ qsize.c | 6 +-- 13 files changed, 187 insertions(+), 186 deletions(-) diff --git a/TODO.md b/TODO.md index bc4f524..6fda56d 100644 --- a/TODO.md +++ b/TODO.md @@ -23,7 +23,7 @@ we end up getting just: `ACCEPT_LICENSE=" bar"` -- q\_vdb\_foreach\_pkg should have variant that takes an atom (or just +- vdb\_foreach\_pkg should have variant that takes an atom (or just cat?) to reduce search space, same for cache\_foreach\_pkg - vdb repo/slot think about when it is freed (see cache\_pkg\_close) diff --git a/libq/cache.c b/libq/cache.c index c0ea85e..304cd34 100644 --- a/libq/cache.c +++ b/libq/cache.c @@ -66,7 +66,7 @@ cache_open(const char *sroot, const char *portdir) } snprintf(buf, sizeof(buf), "%s/%s", portdir, portcachedir_md5); - ret = q_vdb_open2(sroot, buf, true); + ret = vdb_open2(sroot, buf, true); if (ret != NULL) { ret->cachetype = CACHE_METADATA_MD5; ret->repo = repo; @@ -74,14 +74,14 @@ cache_open(const char *sroot, const char *portdir) } snprintf(buf, sizeof(buf), "%s/%s", portdir, portcachedir_pms); - ret = q_vdb_open2(sroot, buf, true); + ret = vdb_open2(sroot, buf, true); if (ret != NULL) { ret->cachetype = CACHE_METADATA_PMS; ret->repo = repo; return ret; } - ret = q_vdb_open2(sroot, portdir, true); + ret = vdb_open2(sroot, portdir, true); if (ret != NULL) { ret->cachetype = CACHE_EBUILD; ret->repo = repo; @@ -101,31 +101,31 @@ cache_close(cache_ctx *ctx) free(ctx->repo); if (ctx->ebuilddir_ctx != NULL) free(ctx->ebuilddir_ctx); - q_vdb_close(ctx); + vdb_close(ctx); } cache_cat_ctx * cache_open_cat(cache_ctx *ctx, const char *name) { - return q_vdb_open_cat(ctx, name); + return vdb_open_cat(ctx, name); } cache_cat_ctx * cache_next_cat(cache_ctx *ctx) { - return q_vdb_next_cat(ctx); + return vdb_next_cat(ctx); } void cache_close_cat(cache_cat_ctx *cat_ctx) { - return q_vdb_close_cat(cat_ctx); + return vdb_close_cat(cat_ctx); } cache_pkg_ctx * cache_open_pkg(cache_cat_ctx *cat_ctx, const char *name) { - return q_vdb_open_pkg(cat_ctx, name); + return vdb_open_pkg(cat_ctx, name); } cache_pkg_ctx * @@ -141,13 +141,13 @@ cache_next_pkg(cache_cat_ctx *cat_ctx) * to CAT/P like in VDB and metadata */ do { if (ctx->ebuilddir_pkg_ctx == NULL) { - q_vdb_ctx *pkgdir = ctx->ebuilddir_ctx; + vdb_ctx *pkgdir = ctx->ebuilddir_ctx; if (pkgdir == NULL) - pkgdir = ctx->ebuilddir_ctx = xmalloc(sizeof(q_vdb_ctx)); + pkgdir = ctx->ebuilddir_ctx = xmalloc(sizeof(vdb_ctx)); memset(ctx->ebuilddir_ctx, '\0', sizeof(*ctx->ebuilddir_ctx)); - if ((ctx->ebuilddir_pkg_ctx = q_vdb_next_pkg(cat_ctx)) == NULL) + if ((ctx->ebuilddir_pkg_ctx = vdb_next_pkg(cat_ctx)) == NULL) return NULL; pkgdir->portroot_fd = -1; @@ -159,7 +159,7 @@ cache_next_pkg(cache_cat_ctx *cat_ctx) pkgdir->cachetype = ctx->cachetype; ctx->ebuilddir_cat_ctx = - q_vdb_open_cat(pkgdir, ctx->ebuilddir_pkg_ctx->name); + vdb_open_cat(pkgdir, ctx->ebuilddir_pkg_ctx->name); /* opening might fail if what we found wasn't a * directory or something */ @@ -172,9 +172,9 @@ cache_next_pkg(cache_cat_ctx *cat_ctx) ctx->ebuilddir_cat_ctx->name = cat_ctx->name; } - ret = q_vdb_next_pkg(ctx->ebuilddir_cat_ctx); + ret = vdb_next_pk
[gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/
commit: 224198e612890364113eb21a9d072058985043a6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 6 17:11:05 2019 + Commit: Alon Bar-Lev gentoo org> CommitDate: Mon May 6 17:27:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224198e6 app-crypt/p11-kit: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Alon Bar-Lev gentoo.org> app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild index fc93abcc97d..cce5c647a22 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html https://github.com/p11-glue/p11-kit"; +HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html"; SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz"; LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/
commit: 29fbbebfc736a662f263c7fbccd519f5a3805c7a Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 16:37:00 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 6 17:13:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fbbebf dev-ruby/tzinfo: stable 1.2.5 for hppa, bug #684548 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild index 3380b8eae35..1b36cf383f9 100644 --- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild +++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/"; LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/timezone-data"
[gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/
commit: 2712d9f08a2eb1f18aaee31539ed21e0071f708f Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 16:33:38 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 6 17:13:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2712d9f0 media-video/rtmpdump: stable 2.4_p20161210-r3 for hppa, bug #684614 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild index 90f06ea321a..4b64ffb70ec 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r3.ebuild @@ -34,7 +34,7 @@ if [[ ${PV} == * ]] ; then EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git"; inherit git-r3 else - KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 hppa ~mips ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"; fi
[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/
commit: 646bd721dfe5b5b4a69e3eb3eb09eb77356b940f Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 16:32:33 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 6 17:13:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646bd721 net-libs/libetpan: stable 1.9.3 for hppa, bug #684628 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/libetpan/libetpan-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild b/net-libs/libetpan/libetpan-1.9.3.ebuild index de51b5f01fb..6c5254f45d5 100644 --- a/net-libs/libetpan/libetpan-1.9.3.ebuild +++ b/net-libs/libetpan/libetpan-1.9.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs" # BerkDB is only supported up to version 6.0
[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/
commit: d39c4c087f23947891e39d1763e20104e5f2b9ff Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 16:34:51 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 6 17:13:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c4c08 net-mail/fetchmail: stable 6.3.26-r4 for hppa, bug #684658 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild index 471891e5102..b05e428363c 100644 --- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ssl nls kerberos tk socks libressl" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/
commit: c5d4a53e6a5ecec9763232b65d32b71cf4d3dfb0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon May 6 16:29:51 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 6 17:13:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d4a53e dev-util/cmocka: stable 1.1.5 for sparc, bug #685118 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/cmocka/cmocka-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild index 48e189cfe8a..dac1d3c1c62 100644 --- a/dev-util/cmocka/cmocka-1.1.5.ebuild +++ b/dev-util/cmocka/cmocka-1.1.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz"; LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: b6ca40c8f992d5a66e29d442b183bfa571c19f34 Author: Mike Pagano gentoo org> AuthorDate: Mon May 6 17:06:00 2019 + Commit: Mike Pagano gentoo org> CommitDate: Mon May 6 17:06:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ca40c8 sys-kernel/gentoo-sources: Remove use variable not used Signed-off-by: Mike Pagano gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild index 82b5041fe88..5706f035e69 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.1.0.ebuild @@ -12,7 +12,7 @@ detect_arch KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"; -IUSE="experimental" +IUSE="" DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: d9953e49097928cd5a7985996e7b0f5ae21ad6ff Author: Jeroen Roovers gentoo org> AuthorDate: Mon May 6 16:48:37 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Mon May 6 16:50:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9953e49 www-client/vivaldi-snapshot: Version 2.5.1525.36_p1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 + .../vivaldi-snapshot-2.5.1525.36_p1.ebuild | 116 + 2 files changed, 120 insertions(+) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index 87fa2a3c2c7..8462493a0fd 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.5.1525.34_p1-amd64.deb 60892880 BLAKE2B d28cdaec003228f1 DIST vivaldi-snapshot-2.5.1525.34_p1-arm64.deb 54963764 BLAKE2B 90db5403e9f48ac5ac0762b1c03797a46bec0e38278b49d30c5f00abdab2be0543b260823366adbc3d70283187e0b9d7cf37cb7d7fd557aef34770add4fa5ded SHA512 42bd2435cf0162dad2256df85e7fe3782e675f66934a34658db8994c627d857f037d70f210198695868571b5e56159ff516cdaca257fc2f55172393ab06e4646 DIST vivaldi-snapshot-2.5.1525.34_p1-armhf.deb 54102516 BLAKE2B d4d3b8d8989805e69882bb1e682943996108d3e6a7d5d6fc6dd6067ee5d42a4e91259e11f0221a36e8b5d6034b360bf723a4ccee55ad8de2ef8008fa647f2179 SHA512 0e37251f010acd374b2e51dd5ddc44c6791ab18e8bc90e924002ebd18ecb0c075b241e99d357b9fe33f5a57caff9ac2fa79a431c1133e32faa3a00bbf15f8b4d DIST vivaldi-snapshot-2.5.1525.34_p1-i386.deb 59719540 BLAKE2B ae683a1e77c53807b804957501e05b46b12af21870c0d0edf0285c0222757f10f6f79286cc710b0a269faae60f728b111d5d6a302828f6472d24ba747efa7fd5 SHA512 3b79882cf035f3a583357d6b646830f001e047beb4626ba2ded4d93f5617b2beb5a4160defab1cca1a8c9311573f0582a460c868cdc122ffe08fec553e1c6e6f +DIST vivaldi-snapshot-2.5.1525.36_p1-amd64.deb 60883460 BLAKE2B f4b53402007f4e04d0394cf4513f190c5549c76093990b3c27584973f02b60a269364da9f5f85ffbc30daadb4cb3991d60cba5130e85b2f35ad718d1bc10ea15 SHA512 551403af2847e19b76f2cdf51d22e1421e59235e68f3950b9517de1b3a50fb375d318bbcb9c5436a99e10ff7947754c8b78c8b995bb0d86a2430eb0c98a76a89 +DIST vivaldi-snapshot-2.5.1525.36_p1-arm64.deb 54968120 BLAKE2B d193b2e6e68190b435e8acc0d667655cd3b96c8c244b4529347dff2cf8243d23b27b4bcef42a080c1cfc24db9b9e66c6d3b6161cd567a8d58bd0547121b4bcce SHA512 15781064f35ed30cc16c3b9398afa73fa9e4ca7d81fba26c14e021d6d207f4fe0a1786b0117ae18f2c04e8d5ca2d6cf0211dbab32e529f2eb882d8b1fd3976ac +DIST vivaldi-snapshot-2.5.1525.36_p1-armhf.deb 54075184 BLAKE2B a7b8dafc489f11ec66b3e9702ed5f272e2be5a0d8b543a816d2ba938cf432d30ef50f215aa34cd046371ba1f444ec836a976eb34630b6756b2057e694bc33fe4 SHA512 7c294a29c664a4e36d7ac1828a5eee25e28b31db6c48b2b05a353f5a3b055757e903caa661b3cb882ae10962abb54cb85c8a926c74476b3d83fdb5cf251a3bca +DIST vivaldi-snapshot-2.5.1525.36_p1-i386.deb 59716040 BLAKE2B ffbb6c74a4f52e607e6f1b1ca8d0f3801204be80db09135c23feb10135d2e87b939f00eded73b47f996a882d7dc56df2e01effc9a93775808e4dd7245732 SHA512 21dc50f3cea1cf2a150546203ab97743b425f10a9df172eb90960140c76b3df6b7811fa033e07e27c7cbf3ec4cbfce8f56431aa49e3b80c68ef713962b6f8383 diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.36_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.36_p1.ebuild new file mode 100644 index 000..76ff637ebaa --- /dev/null +++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.36_p1.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CHROMIUM_LANGS=" + am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi + fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk ml + mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk vi + zh-CN zh-TW +" +inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils + +VIVALDI_HOME="opt/${PN}" +DESCRIPTION="A browser for our friends" +HOMEPAGE="https://vivaldi.com/"; +VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; +SRC_URI=" + amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) + arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) + arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) + x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) +" + +LICENSE="Vivaldi" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" +RESTRICT="bindist mirror" + +DEPEND=" + virtual/libiconv +" +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/speex + net-print/cups + sys-apps/dbus + sys-libs/libcap + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: bd8f14c485c6aa520fc58e92361110c601c68537 Author: Jeroen Roovers gentoo org> AuthorDate: Mon May 6 16:49:22 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Mon May 6 16:50:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8f14c4 www-client/vivaldi-snapshot: Old Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 - .../vivaldi-snapshot-2.5.1525.30_p1.ebuild | 116 - 2 files changed, 120 deletions(-) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index 8462493a0fd..2cf077ef60e 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -1,7 +1,3 @@ -DIST vivaldi-snapshot-2.5.1525.30_p1-amd64.deb 60899748 BLAKE2B e88c9cdd4bebbecf826c6ae80f9f4aa440063d16cc3fd0b6adab892961178f163fe4e1dab940ef35e4519b77e42a12c3ef00f6e91cc645c8a0eb2cda55c11aca SHA512 a52bd100c71debac39e5cf98a93be0ac3ce59d60fcbc33d6374493af14a16acca4b3729c6403bfb6d3d4c43a27de59a3d5962a70594504e6fb22b352696b21ad -DIST vivaldi-snapshot-2.5.1525.30_p1-arm64.deb 54961128 BLAKE2B 3709d785837cc3e3dae04f00cbb0828f46ce241579c0ccc6c0249e197690b8f731879675ddaa3a11af81aa46e9381e138734f51cc0e5ae1bc8430e1f020a87b6 SHA512 9723dfa4e64505422acf3b8c48db3bee2e5d935f96f92e3f592160c270f3860a24085bcd8c874145477f8bb960ee21fa216655fd932a2797621866a275c4732c -DIST vivaldi-snapshot-2.5.1525.30_p1-armhf.deb 54077984 BLAKE2B 3a73be14c2e14258e87455283ac446c8ee3fb92328fceca232f5265510eddf2c917fd9f2b06b3aaafabb701a184a4b086ab648c27c4f728ee83a94dcf1178e3d SHA512 e72d37cc330b36c8adb8697cad7cbf4f1efdfff788f03f372db26708b0fc505d5a3405c0b16e12567a6af7e4fb1b7ca77e9f68c2f96d29d13a892b006f57c869 -DIST vivaldi-snapshot-2.5.1525.30_p1-i386.deb 59714368 BLAKE2B 71568d1e0a682e6f0eac8bac479d0545029dbc1df58d7ece41f5c8677ef9adc46ce43121e62f934d3dc483747435c93d7adfe6fa52a30aca00d8d94b7f9a1d03 SHA512 a1e540b0a383996f544af65c9ad38d93a702810a3ca6fb1cdb74ad3771d312d64f75b75ea913c17a9f43ef4f65c40132698c9f4560aa1153daf4a38edff07377 DIST vivaldi-snapshot-2.5.1525.34_p1-amd64.deb 60892880 BLAKE2B d28cdaec003228f1cae200ee17a2b5842fde8051e439ef407e3acbfd09acf9189a08d4db83ce7218c11d13ad085b7773fa099d8f2fb308f825e04f70360cbe86 SHA512 d1dcf36754927161c5994a739a1862e77611fecaf1469fa3d7e4203295543e42aa1b1d0c4adffad4e26589f5532264de3c6e2b2819c19dfddafcd3cc5d2eff3f DIST vivaldi-snapshot-2.5.1525.34_p1-arm64.deb 54963764 BLAKE2B 90db5403e9f48ac5ac0762b1c03797a46bec0e38278b49d30c5f00abdab2be0543b260823366adbc3d70283187e0b9d7cf37cb7d7fd557aef34770add4fa5ded SHA512 42bd2435cf0162dad2256df85e7fe3782e675f66934a34658db8994c627d857f037d70f210198695868571b5e56159ff516cdaca257fc2f55172393ab06e4646 DIST vivaldi-snapshot-2.5.1525.34_p1-armhf.deb 54102516 BLAKE2B d4d3b8d8989805e69882bb1e682943996108d3e6a7d5d6fc6dd6067ee5d42a4e91259e11f0221a36e8b5d6034b360bf723a4ccee55ad8de2ef8008fa647f2179 SHA512 0e37251f010acd374b2e51dd5ddc44c6791ab18e8bc90e924002ebd18ecb0c075b241e99d357b9fe33f5a57caff9ac2fa79a431c1133e32faa3a00bbf15f8b4d diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.30_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.30_p1.ebuild deleted file mode 100644 index 76ff637ebaa..000 --- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1525.30_p1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CHROMIUM_LANGS=" - am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi - fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk ml - mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk vi - zh-CN zh-TW -" -inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils - -VIVALDI_HOME="opt/${PN}" -DESCRIPTION="A browser for our friends" -HOMEPAGE="https://vivaldi.com/"; -VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; -SRC_URI=" - amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) - arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) - arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) - x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) -" - -LICENSE="Vivaldi" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" -RESTRICT="bindist mirror" - -DEPEND=" - virtual/libiconv -" -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/speex - net-print/cups - sys-apps/dbus - sys-libs/libcap - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor
[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/
commit: ca688b1e0d1f01e0368f23b0f7c1b8a537c2fe42 Author: Christoph Junghans gentoo org> AuthorDate: Sat May 4 14:31:56 2019 + Commit: Christoph Junghans gentoo org> CommitDate: Mon May 6 16:41:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca688b1e sci-chemistry/votca-csg: 1.4 doesn't support gmx-2019 Closes: https://bugs.gentoo.org/685028 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Christoph Junghans gentoo.org> sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild index 417ae6c7b11..f84f983048d 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ SLOT="0" RDEPEND=" ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? (
[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/, sci-geosciences/qmapshack/files/
commit: 097b001971d868419e74df096a0e6989e3e1b63e Author: Andrey Grozin gentoo org> AuthorDate: Mon May 6 16:25:51 2019 + Commit: Andrey Grozin gentoo org> CommitDate: Mon May 6 16:25:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097b0019 sci-geosciences/qmapshack: bump to 1.13.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andrey Grozin gentoo.org> sci-geosciences/qmapshack/Manifest | 1 + sci-geosciences/qmapshack/files/FindPROJ4.cmake| 152 + .../qmapshack/files/qmapshack-positioning.patch| 9 ++ sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild | 49 +++ 4 files changed, 211 insertions(+) diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest index f38aefce0f4..11b1647491a 100644 --- a/sci-geosciences/qmapshack/Manifest +++ b/sci-geosciences/qmapshack/Manifest @@ -1,3 +1,4 @@ DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7 SHA512 dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5 DIST qmapshack-1.12.1.tar.gz 12033026 BLAKE2B e898507bad42a141f02cf8fd0338cdf9f39344b249318be29d1e6eb500a9e810496c6a790745cf50aec0025b5547be8382ef0c9eab2d780cbf63f9d29eb064a9 SHA512 c9b6ad0c7372cc4d992cee07d20ee0ad5779014ce6336644e13be705ec0bbed22d5f83e27473c2813c5bf13e49558686546c50fd597eb9ef2692c64933f94713 DIST qmapshack-1.12.3.tar.gz 12029443 BLAKE2B 8d7f117c8379f7181ce68f79f460f59342cf654179c8b85839fe003e06167765e3e2292e14b4bc71c3ba1aeb388fcbb77faccdd57748335c1df8500f9e52ba41 SHA512 01a2b73f2f432a24b614c4a325e0b0a2aaf5b6ef75c5a7fbeb2be341adc7c46faa71cf7e9f4fdeb769d546b7a760be553a38ac6cc1c5c2c2d044edd37f550a85 +DIST qmapshack-1.13.0.tar.gz 12323773 BLAKE2B ea9cc15376546af442c6874e9321dfda268f523edb9908418baa4b3286339b4274f3c4694bebe036fb24ea3af82da1195d323c5e7484ca49039b9a526c29fa12 SHA512 cdc876a73d855573854691e3ef1d685499c9da381eb028e4a6e80dcd243df68caa66c92057fc1b896fce2be20e6d2ca43499b0e6827f804f27a0e8cc3749a100 diff --git a/sci-geosciences/qmapshack/files/FindPROJ4.cmake b/sci-geosciences/qmapshack/files/FindPROJ4.cmake new file mode 100644 index 000..093deaa79ae --- /dev/null +++ b/sci-geosciences/qmapshack/files/FindPROJ4.cmake @@ -0,0 +1,152 @@ +#.rst: +# FindPROJ4 +# +# +# Find the proj includes and library. +# +# IMPORTED Targets +# +# +# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``, +# if Proj.4 has been found. +# +# Result Variables +# +# +# This module defines the following variables: +# +# :: +# +# PROJ4_INCLUDE_DIRS - where to find proj_api.h, etc. +# PROJ4_LIBRARIES - List of libraries when using libproj. +# PROJ4_FOUND - True if libproj found. +# +# :: +# +# PROJ4_VERSION- The version of libproj found (x.y.z) +# PROJ4_VERSION_MAJOR - The major version of libproj +# PROJ4_VERSION_MINOR - The minor version of libproj +# PROJ4_VERSION_PATCH - The patch version of libproj +# PROJ4_VERSION_TWEAK - always 0 +# PROJ4_VERSION_COUNT - The number of version components, always 3 +# +# Hints +# ^ +# +# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this +# module where to look exclusively. + +#= +# Copyright 2016 Kai Pastor +# +# +# This file was derived from CMake 3.5's module FindZLIB.cmake +# which has the following terms: +# +# Copyright 2001-2011 Kitware, Inc. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# +# * Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# +# * The names of Kitware, Inc., the Insight Consortium, or the names of +# any consortium members, or of any contributors, may not be used to +# endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR +# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
commit: 40c76b0163ade9b125483179a4a9370c5f5067d1 Author: Andrey Grozin gentoo org> AuthorDate: Mon May 6 16:23:08 2019 + Commit: Andrey Grozin gentoo org> CommitDate: Mon May 6 16:23:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c76b01 sci-libs/gdal: bump to 2.4.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andrey Grozin gentoo.org> sci-libs/gdal/Manifest | 1 + sci-libs/gdal/gdal-2.4.1.ebuild | 319 2 files changed, 320 insertions(+) diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest index dd975944742..e439b182d20 100644 --- a/sci-libs/gdal/Manifest +++ b/sci-libs/gdal/Manifest @@ -1,2 +1,3 @@ DIST gdal-2.3.1.tar.gz 14450452 BLAKE2B 226ddf80ff8b9e3d420ac717b245a09fe3daa0331931f4d371b62ab9fa9bb0735ca11e1e045398de92d61b68815aa1dc3e7b6568f4853964cf42d188e46e6eb7 SHA512 0c5bb515dd2a9ad3110421b39bd680ce7e9de68e969cf35a7e63118965dbe193d25a7720a525e53af153de3e78f76ccc6983f4dcdfa6ba429d732a7a47a35d57 DIST gdal-2.4.0.tar.gz 14533664 BLAKE2B ec10a4a9ba438a758131c1b80286b27ee17f1f270e77af61d70ed4149d63b9224c98db9c55156075ebd86b5f0875c626d87df3779f0b981895ff1c00786f908e SHA512 9517b23009621ed2622a460dc813b30de726d293531c6f107fb308a31e45a143e67e71aa3af3d1faed554ad516a35924973d714c63ee41445ac8d3b2da61dd10 +DIST gdal-2.4.1.tar.gz 14546610 BLAKE2B 92404336339c6f46877f3e6599af6fc67a53714888ff66fc0142efa8ddf185ad34d9ec337dcbad67f059041da31e70073a9e41872a7332fd9977552d79fcbc61 SHA512 b25e49f343986af6f37e0bec6dc3084cbcf1a0080da5cfd91d1a58c1d9ffd2ac355299d66534e63e89358cbb15ecd0f2ae934d91bbd2a3749889dadaf266e483 diff --git a/sci-libs/gdal/gdal-2.4.1.ebuild b/sci-libs/gdal/gdal-2.4.1.ebuild new file mode 100644 index 000..303bd716b48 --- /dev/null +++ b/sci-libs/gdal/gdal-2.4.1.ebuild @@ -0,0 +1,319 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GENTOO_DEPEND_ON_PERL="no" +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +DISTUTILS_OPTIONAL=1 + +inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 + +DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" +HOMEPAGE="https://www.gdal.org/"; +SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"; + +SLOT="0/2.3" +LICENSE="BSD Info-ZIP MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite sqlite threads webp xls zstd" + +COMMON_DEPEND=" + dev-libs/expat + dev-libs/json-c:= + dev-libs/libpcre + dev-libs/libxml2:= + media-libs/tiff:0= + sci-libs/libgeotiff + sys-libs/zlib:=[minizip(+)] + armadillo? ( sci-libs/armadillo:=[lapack] ) + curl? ( net-misc/curl ) + fits? ( sci-libs/cfitsio:= ) + geos? ( >=sci-libs/geos-2.2.1 ) + gif? ( media-libs/giflib:= ) + gml? ( >=dev-libs/xerces-c-3.1 ) + hdf5? ( >=sci-libs/hdf5-1.6.4:=[szip] ) + jpeg? ( virtual/jpeg:0= ) + jpeg2k? ( media-libs/openjpeg:2= ) + lzma? ( || ( + app-arch/xz-utils + app-arch/lzma + ) ) + mdb? ( dev-java/jackcess:1 ) + mysql? ( virtual/mysql ) + netcdf? ( sci-libs/netcdf:= ) + odbc? ( dev-db/unixODBC ) + ogdi? ( sci-libs/ogdi ) + opencl? ( virtual/opencl ) + oracle? ( dev-db/oracle-instantclient:= ) + pdf? ( app-text/poppler:= ) + perl? ( dev-lang/perl:= ) + png? ( media-libs/libpng:0= ) + postgres? ( >=dev-db/postgresql-8.4:= ) + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + ) + spatialite? ( dev-db/spatialite ) + sqlite? ( dev-db/sqlite:3 ) + webp? ( media-libs/libwebp:= ) + xls? ( dev-libs/freexl ) + zstd? ( app-arch/zstd:= )" + +RDEPEND="${COMMON_DEPEND} + java? ( >=virtual/jre-1.7:* )" + +DEPEND="${COMMON_DEPEND} + doc? ( app-doc/doxygen ) + java? ( >=virtual/jdk-1.7:* ) + perl? ( dev-lang/swig:0 ) + python? ( + dev-lang/swig:0 + dev-python/setuptools[${PYTHON_USEDEP}] + )" + +REQUIRED_USE=" + mdb? ( java ) + python? ( ${PYTHON_REQUIRED_USE} ) + spatialite? ( sqlite ) +" + +PATCHES=( + "${FILESDIR}/${PN}-2.2.3-soname.patch" + "${FILESDIR}/${PN}-2.2.3-bashcomp-path.patch" # bug 641866 + "${FILESDIR}/${PN}-2.3.0-curl.patch" # bug 659840 +) + +src_prepare() { + # fix datadir and docdir placement + sed -e "s:@datadir@:@datadir@/gdal:" \ + -e "s:@exec_prefix@/doc:@exec_prefix@/share/doc/${PF}/html:g" \ + -i "${S}"/GDALmake.opt.in || die + + # the second sed expres
[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/
commit: f4acd2fa39a3e3abe5e7ecef9356101dece319cc Author: Andrey Grozin gentoo org> AuthorDate: Mon May 6 16:19:23 2019 + Commit: Andrey Grozin gentoo org> CommitDate: Mon May 6 16:19:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4acd2fa sci-libs/libgeotiff: bump to 1.5.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andrey Grozin gentoo.org> sci-libs/libgeotiff/Manifest| 1 + sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild | 64 + 2 files changed, 65 insertions(+) diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest index 0510fbb403a..b066c25f70b 100644 --- a/sci-libs/libgeotiff/Manifest +++ b/sci-libs/libgeotiff/Manifest @@ -1,2 +1,3 @@ DIST libgeotiff-1.4.0.tar.gz 1517881 BLAKE2B 5340029481b1d529626170e61b73948a620cf24e86297178eb84a76e4988dd5bde2c278f995d39fa598a84eaaac69e93a62e7d091a77830c5fd16a43cb20a750 SHA512 1336e9b5345d69c47807f350d2f757c753543fecc477a6fc036743e78fbfca7b7f99db1b0fdf03e80418fbd4c66db100d04ac7c3338913f9a2b922b9c9f91f1b DIST libgeotiff-1.4.1.tar.gz 1674928 BLAKE2B 6c83ca77728c40995bf262d165c8566573c995f0d0116a3756f688b5686ff6529295d3340afdd771268c80050fb81b10953f7ae7339c46ed23d44dbd73cf302d SHA512 4a68bd7b9adf7453fdcb8f98cdeb79289b5f21315d1ef91d54fcc01724c8d687d243826c05a5523bb08c930296335959d2290916d46b6d802e63ac9be727c628 +DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893 SHA512 6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1 diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild b/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild new file mode 100644 index 000..54b176ce753 --- /dev/null +++ b/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +MY_P=${P/_rc/RC} + +DESCRIPTION="Library for reading TIFF files with embedded tags for geographic information" +HOMEPAGE="http://geotiff.osgeo.org/"; +SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="debug doc static-libs" + +RDEPEND=" + virtual/jpeg:= + >=media-libs/tiff-3.9.1:0 + sci-libs/proj + sys-libs/zlib" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +S=${WORKDIR}/${MY_P/RC*/} + +DOCS=( README ChangeLog ) + +src_prepare() { + default + sed -i \ + -e "s:-O3::g" \ + configure.ac || die + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + --enable-debug=$(usex debug) \ + --with-jpeg="${EPREFIX}"/usr/ \ + --with-zip="${EPREFIX}"/usr/ + +} +src_compile() { + default + + if use doc; then + mkdir -p docs/api || die + cp "${FILESDIR}"/Doxyfile Doxyfile || die + doxygen -u Doxyfile || die "updating doxygen config failed" + doxygen Doxyfile || die "docs generation failed" + fi +} + +src_install() { + default + + use doc && dohtml docs/api/* + find "${D}" -name '*.la' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: games-rpg/costume-quest/
commit: 7edc434f0c15802d38e89d6a244e460edf95b6d9 Author: James Le Cuirot gentoo org> AuthorDate: Mon May 6 16:17:10 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Mon May 6 16:17:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edc434f games-rpg/costume-quest: Forgot to add pkg_nofetch Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild | 6 ++ 1 file changed, 6 insertions(+) diff --git a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild b/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild index 822f7a14687..e6e61a06ac2 100644 --- a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild +++ b/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild @@ -25,6 +25,12 @@ S="${WORKDIR}/data/noarch/game" DIR="/opt/${PN}" QA_PREBUILT="${DIR}/*" +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.gog.com/game/${PN//-/_}"; + einfo "and move it to your distfiles directory." +} + src_unpack() { unpack_zip ${A} }
[gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/
commit: 34c2a0c0cb316bf3f57a32e0da182b5ebc812e33 Author: Andrey Grozin gentoo org> AuthorDate: Mon May 6 16:15:32 2019 + Commit: Andrey Grozin gentoo org> CommitDate: Mon May 6 16:16:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c2a0c0 sci-libs/proj: bump to 6.0.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andrey Grozin gentoo.org> sci-libs/proj/Manifest | 2 ++ sci-libs/proj/proj-6.0.0.ebuild | 45 + 2 files changed, 47 insertions(+) diff --git a/sci-libs/proj/Manifest b/sci-libs/proj/Manifest index 26fe916b6af..41fab4471ca 100644 --- a/sci-libs/proj/Manifest +++ b/sci-libs/proj/Manifest @@ -2,4 +2,6 @@ DIST proj-4.8.0-org_proj4_PJ.h 2960 BLAKE2B f5f367910490fb781a7ddb512e8eaae2d6de DIST proj-4.8.0.tar.gz 785279 BLAKE2B c0b71012128f395347f1233cca55c5d6af258bdc1d0c67ca8b847e8b69c2f6fead7176f69ae1546f45dddcd96e05c6409167b0c078029de0be1d7bc4e550edec SHA512 6076289f8bdf1ca3b76ea879d8c221a668fcb4a6deec7cf6a293c489dfe0b21c36da0c6ed2c7a0b8042436106e851018aa429b4731f4ff018fea2fdb8887ec76 DIST proj-4.9.2-org_proj4_PJ.h 2960 BLAKE2B f5f367910490fb781a7ddb512e8eaae2d6de4fd1f5b8e9e1dc1b189959a57499174f6b1e90476f10cb4cb8860e069061eb8b507fbbb46b3e1e394df43f67561e SHA512 db2c2b8920ef1c0c56395480dd514e372d5385839ac553a36c92431f5662bb8ec47706489b5c12e0c4308967da58fc94b29a957ede627274ab685ab647151f2c DIST proj-4.9.2.tar.gz 874816 BLAKE2B a59a405298a7c8d5bcf3e1a29c5949b466fed5c3745d0f6d631fff3282f6135d6be21cd75c9b377692f4fb98ae6e10e75867fdeab868fdb49c1578073cd7e802 SHA512 34a506742bb27cbc7f5ee91ee7f8c7a27d0f5644a1dcfd11b1e59120040804b1621ddfa4212bff45a1c3fb85511e48ece21612e86033139bafbb50c165e77cda +DIST proj-6.0.0.tar.gz 2405217 BLAKE2B 7d0be7753048ffb0b95a7aca8bf73346c4239112527bf0c4a37b22a25c66f97c7692445608cd7aff422edeec18e9eb90839d84cda117dda0bbdefbe274b3e5e3 SHA512 bc4d2f02d697aa01099f5e973a7ca70072f51210754e4d9331ae5bfdef886a41984ce27c1ff926da14fd199005bf9cad7162ab3ea8f3f421ac8b60bc8defd8f7 DIST proj-datumgrid-1.5.zip 2250131 BLAKE2B c83b5bab72b790c70fbf3b95782ba4e8e93e2accc93a0a8c06667908dc437de44aa3623799f685e020269090be103bac568fe6a9d73ce128b8af024ec1ca8442 SHA512 9d9a935b3e984721a1ceafac49c139d3c5d9923c5bcef5f57fec8028a043c86e7de8bad9c200fa38cd6d1bf27b32dd0126597d42fee793d055e686f090604bf3 +DIST proj-datumgrid-1.8.zip 6601640 BLAKE2B d439286c27b04767b4085f109a3bbbd555ac9e5acad2f673d5641fee433235b5a5410236ce32e42d3b11ce06d3199dec76c6e41aaa2b5dfd14a09b6b33928164 SHA512 991206f17348b3de484eb5364d773cd06577057228c2d1a0a1c1658308e2596ca13338a666fa71ddd76d538f23dd5bf21e178fd26a785717edd847a17e5c0cd1 diff --git a/sci-libs/proj/proj-6.0.0.ebuild b/sci-libs/proj/proj-6.0.0.ebuild new file mode 100644 index 000..24521583e3a --- /dev/null +++ b/sci-libs/proj/proj-6.0.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils java-pkg-opt-2 flag-o-matic + +DESCRIPTION="Proj.4 cartographic projection software" +HOMEPAGE="http://trac.osgeo.org/proj/"; +DATUMGRID=${PN}-datumgrid-1.8.zip +SRC_URI=" + http://download.osgeo.org/proj/${P}.tar.gz + http://download.osgeo.org/proj/${DATUMGRID} +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="java static-libs" + +RDEPEND="" +DEPEND=" + app-arch/unzip + dev-db/sqlite:3 + java? ( >=virtual/jdk-1.5 )" + +src_unpack() { + unpack ${P}.tar.gz + unpack ${DATUMGRID} +} + +src_configure() { + if use java; then + export JAVACFLAGS="$(java-pkg_javac-args)" + append-cflags "$(java-pkg_get-jni-cflags)" + fi + econf \ + $(use_enable static-libs static) \ + $(use_with java jni) +} + +src_install() { + default + prune_libtool_files +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
commit: 2761c24e6d1efd29b1607df77ff0d10f771d3ee9 Author: Luca Barbato gentoo org> AuthorDate: Mon May 6 16:00:59 2019 + Commit: Luca Barbato gentoo org> CommitDate: Mon May 6 16:13:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2761c24e media-libs/dav1d: Tested working on arm and powerpc Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Luca Barbato gentoo.org> media-libs/dav1d/dav1d-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/dav1d/dav1d-.ebuild b/media-libs/dav1d/dav1d-.ebuild index 361df4a791a..3315a0dfa4c 100644 --- a/media-libs/dav1d/dav1d-.ebuild +++ b/media-libs/dav1d/dav1d-.ebuild @@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then SCM="git-r3" EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"; else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"; fi
[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
commit: b4aad4368547541e2c701300af714bf710570cb3 Author: Jory Pratt gentoo org> AuthorDate: Mon May 6 16:08:14 2019 + Commit: Jory Pratt gentoo org> CommitDate: Mon May 6 16:08:14 2019 + URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b4aad436 www-client/firefox: beta17 bump for addon cert Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/Manifest | 2 +- .../firefox/{firefox-67.0_beta16.ebuild => firefox-67.0_beta17.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index b1b2926..153a8dd 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,2 +1,2 @@ DIST firefox-67.0-patches-05.tar.xz 164292 BLAKE2B d0226ccc0732f7f4d63af44a76bff6c7bc0d0f91cbf4156da327f9c58ed81a318c6cc59a914fbdf59f5bf30539a9cd354d541878e414ad6b7eb2cd22b1fbfbf0 SHA512 2fc4400325dd4868f48d3c090fea63ad13f7bf23b01402c456ce7ad25626e9fd4e2f8e9139433abe182099437856713801eb90049cb69b5a0dabf11baa43bcbe -DIST firefox-67.0b16.source.tar.xz 281225492 BLAKE2B 6e37d48e4f7e50406da9a68e7608231fae8f2111ec7c17909fb46a2c7b806c5561c5aed81b8a35c0123d3583bb9f6d260ec9b08ee3cd04d3019b84e1f16c9703 SHA512 afe64868f0c7a609ed1bc8b78a6957c4694766735c91a388aba8c0cdd4eac55369a2951891a42ce034e77aedba5565e224ba1f53bb431f0292cd2d093306b807 +DIST firefox-67.0b17.source.tar.xz 281702548 BLAKE2B 2382ccdb6fe106b75fea0e3b212363cd9d64590b3afdbc5b630d82e6a45df8963f22b50a4ee76729cedcd91713145abdc5deb3a44b95f66cc76e7c167c5b57b1 SHA512 e7cd27163b07aa06238c82e4f8674b276e4a5549f73c13f128a6af1f9af6ec7a219e1ac754e8298786348fa49078abddb00d424e4615ff9f38356bb55a030ee6 diff --git a/www-client/firefox/firefox-67.0_beta16.ebuild b/www-client/firefox/firefox-67.0_beta17.ebuild similarity index 100% rename from www-client/firefox/firefox-67.0_beta16.ebuild rename to www-client/firefox/firefox-67.0_beta17.ebuild
[gentoo-commits] proj/portage-utils:master commit in: libq/
commit: f837df90e2b14ca2840c1f4280765f5357b9579a Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 16:02:02 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 16:02:02 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f837df90 libq/vdb: add q_vdb_get_atom to retrieve filled up depend_atom The atom from q_vdb_get_atom gets freed on q_vdb_close_pkg, and is filled with SLOT and repository information from VDB. Signed-off-by: Fabian Groffen gentoo.org> libq/vdb.c | 19 +++ libq/vdb.h | 2 ++ 2 files changed, 21 insertions(+) diff --git a/libq/vdb.c b/libq/vdb.c index 447bd6f..034a28c 100644 --- a/libq/vdb.c +++ b/libq/vdb.c @@ -4,6 +4,7 @@ * * Copyright 2005-2010 Ned Ludd- * Copyright 2005-2014 Mike Frysinger - + * Copyright 2019- Fabian Groffen - */ #include "main.h" @@ -334,6 +335,8 @@ q_vdb_close_pkg(q_vdb_pkg_ctx *pkg_ctx) { if (pkg_ctx->fd != -1) close(pkg_ctx->fd); + if (pkg_ctx->atom != NULL) + atom_implode(pkg_ctx->atom); free(pkg_ctx->slot); free(pkg_ctx->repo); free(pkg_ctx); @@ -409,6 +412,22 @@ next_entry: return ret; } +depend_atom * +q_vdb_get_atom(q_vdb_pkg_ctx *pkg_ctx) +{ + pkg_ctx->atom = atom_explode(pkg_ctx->name); + if (pkg_ctx->atom == NULL) + return NULL; + pkg_ctx->atom->CATEGORY = (char *)pkg_ctx->cat_ctx->name; + + q_vdb_pkg_eat(pkg_ctx, "SLOT", &pkg_ctx->slot, &pkg_ctx->slot_len); + pkg_ctx->atom->SLOT = pkg_ctx->slot; + q_vdb_pkg_eat(pkg_ctx, "repository", &pkg_ctx->repo, &pkg_ctx->repo_len); + pkg_ctx->atom->REPO = pkg_ctx->repo; + + return pkg_ctx->atom; +} + set * get_vdb_atoms(const char *sroot, const char *svdb, int fullcpv) { diff --git a/libq/vdb.h b/libq/vdb.h index ee2ee69..3cfa95b 100644 --- a/libq/vdb.h +++ b/libq/vdb.h @@ -59,6 +59,7 @@ struct q_vdb_pkg_ctx { size_t repo_len; int fd; q_vdb_cat_ctx *cat_ctx; + depend_atom *atom; }; /* Global helpers */ @@ -90,5 +91,6 @@ int q_vdb_foreach_pkg_sorted(const char *sroot, const char *svdb, q_vdb_pkg_cb callback, void *priv); struct dirent *q_vdb_get_next_dir(DIR *dir); set *get_vdb_atoms(const char *sroot, const char *svdb, int fullcpv); +depend_atom *q_vdb_get_atom(q_vdb_pkg_ctx *pkg_ctx); #endif
[gentoo-commits] proj/portage-utils:master commit in: /
commit: 96a398aa2a3f63af154b3af12da5d5103b37b613 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 16:03:19 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 16:03:19 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=96a398aa qdepends: use q_vdb_get_atom instead of constructing manually Using vdb's atom, atom_format() will be able to print SLOT and REPO. Signed-off-by: Fabian Groffen gentoo.org> qdepends.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/qdepends.c b/qdepends.c index 9cfe095..7bb8818 100644 --- a/qdepends.c +++ b/qdepends.c @@ -95,8 +95,6 @@ static int qdepends_results_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv) { struct qdepends_opt_state *state = priv; - const char *catname = pkg_ctx->cat_ctx->name; - const char *pkgname = pkg_ctx->name; depend_atom *atom; depend_atom *datom; depend_atom *fatom; @@ -118,8 +116,7 @@ qdepends_results_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv) * *DEPEND alters the search somewhat and affects results printing. */ - snprintf(buf, sizeof(buf), "%s/%s", catname, pkgname); - datom = atom_explode(buf); + datom = q_vdb_get_atom(pkg_ctx); if (datom == NULL) return ret; @@ -133,10 +130,8 @@ qdepends_results_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv) } /* nothing matched */ - if (atom != NULL) { - atom_implode(datom); + if (atom != NULL) return ret; - } ret = 1; @@ -237,8 +232,6 @@ qdepends_results_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv) } } - atom_implode(datom); - return ret; }
[gentoo-commits] proj/portage-utils:master commit in: libq/
commit: 3253de392836e709cea75f4b3bf3b6e1053c955b Author: Fabian Groffen gentoo org> AuthorDate: Mon May 6 16:01:12 2019 + Commit: Fabian Groffen gentoo org> CommitDate: Mon May 6 16:01:12 2019 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3253de39 libq/atom: ignore REPO like SLOT and CATEGORY iff not set on both sides Signed-off-by: Fabian Groffen gentoo.org> libq/atom.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/libq/atom.c b/libq/atom.c index 65c8a26..4df76a6 100644 --- a/libq/atom.c +++ b/libq/atom.c @@ -406,22 +406,21 @@ atom_compare(const depend_atom *a1, const depend_atom *a2) } /* check slot only when both sides have it */ - if (a1->SLOT && a2->SLOT && + if (a1->SLOT != NULL && a2->SLOT != NULL && a1->SLOT[0] != '\0' && a2->SLOT[0] != '\0' && (strcmp(a1->SLOT, a2->SLOT) != 0 || (a1->SUBSLOT != NULL && a2->SUBSLOT != NULL && strcmp(a1->SUBSLOT, a2->SUBSLOT) != 0))) return NOT_EQUAL; - /* check repo */ - if (a1->REPO || a2->REPO) { - if (!a1->REPO || !a2->REPO || strcmp(a1->REPO, a2->REPO)) - return NOT_EQUAL; - } + /* same for check repo */ + if (a1->REPO != NULL && a2->REPO != NULL && + a1->REPO[0] != '\0' && a2->REPO[0] != '\0' && + strcmp(a1->REPO, a2->REPO) != 0) + return NOT_EQUAL; /* Check category, iff both are specified. This way we can match -* atoms like "sys-devel/gcc" and "gcc". -*/ +* atoms like "sys-devel/gcc" and "gcc". */ if (a1->CATEGORY && a2->CATEGORY) { if (strcmp(a1->CATEGORY, a2->CATEGORY)) return NOT_EQUAL;
[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
commit: 156082760029df83903a309a327d4ff85b325423 Author: Jory Pratt gentoo org> AuthorDate: Mon May 6 15:54:30 2019 + Commit: Jory Pratt gentoo org> CommitDate: Mon May 6 16:00:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15608276 www-client/firefox: fix addon cert missing Closes: https://bugs.gentoo.org/685140 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/Manifest| 370 ++--- ...firefox-60.6.1.ebuild => firefox-60.6.2.ebuild} | 5 +- ...firefox-66.0.3.ebuild => firefox-66.0.4.ebuild} | 3 + 3 files changed, 192 insertions(+), 186 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 481104f17e1..14c7dde6526 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -91,189 +91,189 @@ DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 3e1b907a7659c639d17d25a1825f4728532 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a SHA512 ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c SHA512 a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999 DIST firefox-52.9.0esr.source.tar.xz 214087304 BLAKE2B eba5305ae3fc9a4306cbcbcd8d4610272ca5b75e369367961e9d94919b003de8aae8f3c58fe1c628787d98105a85fab575ae2b051e92a0b35bbb8b402c100766 SHA512 bfca42668ca78a12a9fb56368f4aae5334b1f7a71966fbba4c32b9c5e6597aac79a6e340ac3966779d2d5563eb47c054ab33cc40bfb7306172138ccbd3adb2b9 -DIST firefox-60.6-patches-06.tar.xz 36868 BLAKE2B c6be625593b7b7f4f71407c1b7e6c86dc60155a90a36817065dc0aabea8885649a7c8f59f41626485487687f9b27dfb32c0905df77c9185cb12e984e2dfbc463 SHA512 c30a4ac2d01828452221ada9f0d39d08fe3834ead2633b509816dc6ab2b65f48998ba164a00b29751d51b9ab67e27638f572c4db7b1381fc921456ab840efcfe -DIST firefox-60.6.1esr-ach.xpi 512788 BLAKE2B 155c72980b4a0573f2d4e2d80f1bfce095bc2aedb6ab265b2fd4aa35046c0a91ee64a8f00dcea957a7889133e8969efdb49c76dcd67f7a8a0e6b4532aeebab0d SHA512 59980e52d51095a6dfff48044fc2a1fd8c237f251dc1dc681eb0f799700e1b4d08c10862a34a77a41a6d5b90cd96ac6271af6ad63c0d6be815c0e687d6218ccf -DIST firefox-60.6.1esr-af.xpi 503031 BLAKE2B 74cd2d6169cc455fdff7a93d8327388f8247375bc362b5f0efbbf3f2fef80a05f73c3d761a09b427057e8de81da3b8b4bd2a551d4f1b627a4639bf3117f252f7 SHA512 5187dbbd3e025ab7523377f262e02a7ff9a83091b657ea7f22da85de78a71a1f839af05a6ec38aaa2b1c38254b9cd3b95e1ba69dd1ffd6d71919c63e8b3dd469 -DIST firefox-60.6.1esr-an.xpi 536226 BLAKE2B f110e39d28d98c916b2b74b05c634f87a8ccb52b41c87931eb2449301d723af9b2703be411e2ae9506138bd0f9193da315d511c207d9030efb7bf926a627c1c2 SHA512 524e75c7e186aeffb29360fb6044d334d37e0e0495259bc6b12b43c44566a26159cc04b715174ad836086e4950e0f012ea118aeed33d8cca99a25b2a8872c7a3 -DIST firefox-60.6.1esr-ar.xpi 563542 BLAKE2B 448a7a88254bc27922d30f9a6c4657c8d2f6581baa3bf976a73cfab1fcecf919de7b77544ec83a128c622d11815c26cbcd2f56196245aff1bc316308b14cfad0 SHA512 33ee7cee0b06ec8930dae61e5b3e48c4c1e51fafbb127f756e88809f8ea83d97f6fcc154d78d26cb944230d0a80c6b3f6a695300d81aa2cd8f0c8fc226606e9c -DIST firefox-60.6.1esr-as.xpi 546437 BLAKE2B 7be219893258f1ecb3ccc27b85a79d968b6ea35986fb74a5b23a9e711de1aa23057d2a49dc9d163c619607b188b37f1094f31920bde603a3c6dc615ee1194bde SHA512 84081960df0e6fca213bb86af690d7935834ccbef6cd3ed2b8aed220755651a7b081c37e3570cece78658e199a31215c988849f46224030bf21c54f5c083bb3a -DIST firefox-60.6.1esr-ast.xpi 524607 BLAKE2B e6b78e54119a02a8b58927ca8cfd4030d9b099326750622675c27224c469a3e0b1f4c5614f1eb1e066e09373d073a1721ea3680d1ac0e1a1fadb98d8fb7c0255 SHA512 9c5d8697abdb12bf7562880d02d52bb7329f9ff715718835b600ef8138f1201612fcd2726fc24b11dd27561d74134527d1d4bff0fc8c7ee7ac4e238a6e185d35 -DIST firefox-60.6.1esr-az.xpi 540469 BLAKE2B 608a0c8883df8d6aa553497a3189cab73abac231df19bca142628160c63cf750c6d92b0934ecc75833f00fa41914d198e5d27ffeb589503af721b3727938ab33 SHA512 72cd3b8071d9e5a2984d688283e431eff677b5f41dc0a77cdbaabc8a259e3e5a1ebbe734cb4a0c1e6038c8fce8adcd6d9f244122acc049dbe84f5ecccbb2e2f2 -DIST firefox-60.6.1esr-bg.xpi 589576 BLAKE2B 458375e0c2ad6fd280fc1e548cbcf22f6b5bfb47fd93598cb630742c6ff4d9ed1dc0963344329b9817503a7af57ca5eff582624db4635850b7125455e10bcd65 SHA512 ac2c273edd8d1367e5b17b89bd8edf993831bce9623db1ff3e3047bdf784a4c0aa27262786f7af03c9f292d36cc2c4bbca9b33c2421f6ef4a4bef945c843f887 -DIST firefox-60.6.1esr-bn-BD.xpi 606817 BLAKE2B 04699643a433dd6a266feb07f9ff4f6f7335e46af808a36512fd85389ad7a17ac4016022c51c0fba6f9bf0b855dab0e4c6d1be0e9f6045f2eed81b39453a396b SHA512 351d674efd9acf3c68f8c2f96c7325338f402a49c3239b709056592bb43840c8c9f0fcf
[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/
commit: e9f79d3a83f99dfdbdd031a2833b46ca3ffa4bbe Author: Jory Pratt gentoo org> AuthorDate: Mon May 6 15:59:19 2019 + Commit: Jory Pratt gentoo org> CommitDate: Mon May 6 16:00:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f79d3a www-client/firefox-bin: Upstream fix for addon cert Closes: https://bugs.gentoo.org/685140 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox-bin/Manifest| 344 ++--- ...bin-60.6.1.ebuild => firefox-bin-60.6.2.ebuild} | 3 + ...bin-66.0.3.ebuild => firefox-bin-66.0.4.ebuild} | 3 + 3 files changed, 178 insertions(+), 172 deletions(-) diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index fd7f17d33be..c6bdb6405e3 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -82,177 +82,177 @@ DIST firefox-52.9.0esr-vi.xpi 450805 BLAKE2B 9dacebac235a738cf7f068e16335b8b15ca DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 3e1b907a7659c639d17d25a1825f472853242891d55f6a5ad93c1f5a12e12f05706173dc6ef5594f27e049d9b9a4c748d7371780843f1da204c5d93a39213197 SHA512 54ac64f0c119ab42d4f87dd2663ba7e14310c215a1ea76acd463b4c1a9073491f8df8c9b03d391ecc6f9ffbbdccc3756a7b13ed559336a6d1527fad3097ddb53 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a SHA512 ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c SHA512 a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999 -DIST firefox-60.6.1esr-ach.xpi 512788 BLAKE2B 155c72980b4a0573f2d4e2d80f1bfce095bc2aedb6ab265b2fd4aa35046c0a91ee64a8f00dcea957a7889133e8969efdb49c76dcd67f7a8a0e6b4532aeebab0d SHA512 59980e52d51095a6dfff48044fc2a1fd8c237f251dc1dc681eb0f799700e1b4d08c10862a34a77a41a6d5b90cd96ac6271af6ad63c0d6be815c0e687d6218ccf -DIST firefox-60.6.1esr-af.xpi 503031 BLAKE2B 74cd2d6169cc455fdff7a93d8327388f8247375bc362b5f0efbbf3f2fef80a05f73c3d761a09b427057e8de81da3b8b4bd2a551d4f1b627a4639bf3117f252f7 SHA512 5187dbbd3e025ab7523377f262e02a7ff9a83091b657ea7f22da85de78a71a1f839af05a6ec38aaa2b1c38254b9cd3b95e1ba69dd1ffd6d71919c63e8b3dd469 -DIST firefox-60.6.1esr-an.xpi 536226 BLAKE2B f110e39d28d98c916b2b74b05c634f87a8ccb52b41c87931eb2449301d723af9b2703be411e2ae9506138bd0f9193da315d511c207d9030efb7bf926a627c1c2 SHA512 524e75c7e186aeffb29360fb6044d334d37e0e0495259bc6b12b43c44566a26159cc04b715174ad836086e4950e0f012ea118aeed33d8cca99a25b2a8872c7a3 -DIST firefox-60.6.1esr-ar.xpi 563542 BLAKE2B 448a7a88254bc27922d30f9a6c4657c8d2f6581baa3bf976a73cfab1fcecf919de7b77544ec83a128c622d11815c26cbcd2f56196245aff1bc316308b14cfad0 SHA512 33ee7cee0b06ec8930dae61e5b3e48c4c1e51fafbb127f756e88809f8ea83d97f6fcc154d78d26cb944230d0a80c6b3f6a695300d81aa2cd8f0c8fc226606e9c -DIST firefox-60.6.1esr-as.xpi 546437 BLAKE2B 7be219893258f1ecb3ccc27b85a79d968b6ea35986fb74a5b23a9e711de1aa23057d2a49dc9d163c619607b188b37f1094f31920bde603a3c6dc615ee1194bde SHA512 84081960df0e6fca213bb86af690d7935834ccbef6cd3ed2b8aed220755651a7b081c37e3570cece78658e199a31215c988849f46224030bf21c54f5c083bb3a -DIST firefox-60.6.1esr-ast.xpi 524607 BLAKE2B e6b78e54119a02a8b58927ca8cfd4030d9b099326750622675c27224c469a3e0b1f4c5614f1eb1e066e09373d073a1721ea3680d1ac0e1a1fadb98d8fb7c0255 SHA512 9c5d8697abdb12bf7562880d02d52bb7329f9ff715718835b600ef8138f1201612fcd2726fc24b11dd27561d74134527d1d4bff0fc8c7ee7ac4e238a6e185d35 -DIST firefox-60.6.1esr-az.xpi 540469 BLAKE2B 608a0c8883df8d6aa553497a3189cab73abac231df19bca142628160c63cf750c6d92b0934ecc75833f00fa41914d198e5d27ffeb589503af721b3727938ab33 SHA512 72cd3b8071d9e5a2984d688283e431eff677b5f41dc0a77cdbaabc8a259e3e5a1ebbe734cb4a0c1e6038c8fce8adcd6d9f244122acc049dbe84f5ecccbb2e2f2 -DIST firefox-60.6.1esr-bg.xpi 589576 BLAKE2B 458375e0c2ad6fd280fc1e548cbcf22f6b5bfb47fd93598cb630742c6ff4d9ed1dc0963344329b9817503a7af57ca5eff582624db4635850b7125455e10bcd65 SHA512 ac2c273edd8d1367e5b17b89bd8edf993831bce9623db1ff3e3047bdf784a4c0aa27262786f7af03c9f292d36cc2c4bbca9b33c2421f6ef4a4bef945c843f887 -DIST firefox-60.6.1esr-bn-BD.xpi 606817 BLAKE2B 04699643a433dd6a266feb07f9ff4f6f7335e46af808a36512fd85389ad7a17ac4016022c51c0fba6f9bf0b855dab0e4c6d1be0e9f6045f2eed81b39453a396b SHA512 351d674efd9acf3c68f8c2f96c7325338f402a49c3239b709056592bb43840c8c9f0fcf302cbc9c9881d21e55e2552d0cec72996ec278404e13162047f9b815e -DIST firefox-60.6.1esr-bn-IN.xpi 587255 BLAKE2B b2f7b13ceae7f7b119c3f358008ab2b4d17e1473fd1eb445a99a201a2a4759c6c52d444571d9279455bfaa3466b30ad5ce5087a7fe7645b0d11b25acab3df901 SHA512 90d0056ac6ad76d7389b777c69d89fc6d413b4b5a543e57b1ef8dc1a5e1
[gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/files/
commit: 23d19d3e32cb1033301470afbbb80d89e9139a20 Author: Michael Orlitzky gentoo org> AuthorDate: Mon May 6 15:33:31 2019 + Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 6 15:45:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d19d3e mail-filter/opendkim: fix @runstatedir@ -> @RUNSTATEDIR@ in a patch. Bug: https://bugs.gentoo.org/684956 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Orlitzky gentoo.org> mail-filter/opendkim/files/opendkim-2.10.3-openrc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/opendkim/files/opendkim-2.10.3-openrc.patch b/mail-filter/opendkim/files/opendkim-2.10.3-openrc.patch index 9b645ba0f0c..b4700e300ab 100644 --- a/mail-filter/opendkim/files/opendkim-2.10.3-openrc.patch +++ b/mail-filter/opendkim/files/opendkim-2.10.3-openrc.patch @@ -279,7 +279,7 @@ index 735b924b..b70bfb46 100644 Socket inet:8891@localhost +# To use a local socket instead, specify a path here. The "standard" -+# location is under @runstatedir@/opendkim, and it's best to agree ++# location is under @RUNSTATEDIR@/opendkim, and it's best to agree +# on that directory so that various init systems can configure its +# permissions and ownership automatically. +#Socket local:@RUNSTATEDIR@/opendkim/opendkim.sock
[gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/files/
commit: 200f7eb67c6ba3c6fedfa8b2ca73bbfd75ce5f76 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 5 12:24:34 2019 + Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 6 15:46:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200f7eb6 mail-filter/opendkim: remove unused files Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Michael Orlitzky gentoo.org> mail-filter/opendkim/files/opendkim.init.r6| 77 -- mail-filter/opendkim/files/opendkim.service.r4 | 16 -- 2 files changed, 93 deletions(-) diff --git a/mail-filter/opendkim/files/opendkim.init.r6 b/mail-filter/opendkim/files/opendkim.init.r6 deleted file mode 100644 index 95aa971fd88..000 --- a/mail-filter/opendkim/files/opendkim.init.r6 +++ /dev/null @@ -1,77 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CONFFILE="/etc/opendkim/${RC_SVCNAME}.conf" -required_files="${CONFFILE}" - -command="/usr/sbin/opendkim" -pidfile="/run/${RC_SVCNAME}.pid" -command_args="-P ${pidfile} -x ${CONFFILE} -p ${OPENDKIM_SOCKET}" - -depend() { - use dns logger net - before mta -} - -check_cfg() { - # - # The opendkim.conf man page says, - # - # For parameters that are Boolean in nature, only the first byte - # of the value is processed... For negative values, the following - # are accepted: "F", "f", "N", "n", "0".' - # - if grep --quiet '^[[:space:]]*Background[[:space:]]\+[FfNn0]' \ - "${CONFFILE}"; then - eerror "${RC_SVCNAME} cannot run in the foreground!" - return 1 - fi - if ! ${command} -n ${command_args}; then - eerror "Configuration check failed" - return 1 - fi -} - -start_pre() { - # If this isn't a restart, make sure that the user's config isn't - # busted before we try to start the daemon (this will produce - # better error messages than if we just try to start it blindly). - # - # If, on the other hand, this *is* a restart, then the stop_pre - # action will have ensured that the config is usable and we don't - # need to do that again. - if [ "${RC_CMD}" != "restart" ]; then - check_cfg || return $? - fi - - if [ -S "${OPENDKIM_SOCKET}" ] && ! fuser -s "${OPENDKIM_SOCKET}"; then - # Remove stalled Unix socket if no other process is - # using it - if ! rm "${UNIX_SOCKET}"; then - eerror "failed to remove stale unix socket ${OPENDKIM_SOCKET}" - return 2 - fi - fi - - # This relies on the "local:" prefix being there, but the conf.d - # file explicitly states that it's not optional (contrary to what - # the opendkim(8) man page says). - if [ "${OPENDKIM_SOCKET#local:}" != "${OPENDKIM_SOCKET}" ]; then - # The socket begins with "local:" - OPENDKIM_SOCKET_PATH="${OPENDKIM_SOCKET#local:}" - OPENDKIM_SOCKET_DIR="${OPENDKIM_SOCKET_PATH%/*}" - - # This is dangerous, but there's a big warning about it - # in the conf.d file. - checkpath --directory --owner opendkim "${OPENDKIM_SOCKET_DIR}" - fi -} - -stop_pre() { - # If this is a restart, check to make sure the user's config - # isn't busted before we stop the running daemon. - if [ "${RC_CMD}" = "restart" ]; then - check_cfg || return $? - fi -} diff --git a/mail-filter/opendkim/files/opendkim.service.r4 b/mail-filter/opendkim/files/opendkim.service.r4 deleted file mode 100644 index 8c366007c00..000 --- a/mail-filter/opendkim/files/opendkim.service.r4 +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=DomainKeys Identified Mail (DKIM) Milter -Documentation=man:opendkim(8) man:opendkim.conf(5) man:opendkim-genkey(8) man:opendkim-genzone(8) man:opendkim-testadsp(8) man:opendkim-testkey http://www.opendkim.org/docs.html -After=network.target nss-lookup.target syslog.target - -[Service] -ExecStartPre=/usr/sbin/opendkim -n -f -x /etc/opendkim/opendkim.conf -p $OPENDKIM_SOCKET -ExecStart=/usr/sbin/opendkim -f -x /etc/opendkim/opendkim.conf -p $OPENDKIM_SOCKET -ExecReload=/bin/kill -USR1 $MAINPID -RuntimeDirectory=opendkim -RuntimeDirectoryMode=0750 -User=opendkim -Group=opendkim - -[Install] -WantedBy=multi-user.target
[gentoo-commits] repo/gentoo:master commit in: net-dns/djbdns/files/
commit: 0c73587753c8841c0cdd02d73150fe18b4d266f5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 5 12:27:55 2019 + Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 6 15:28:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c735877 net-dns/djbdns: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Michael Orlitzky gentoo.org> ...e-similar-outgoing-queries-ipv6-test25-r1.patch | 351 - 1 file changed, 351 deletions(-) diff --git a/net-dns/djbdns/files/CVE2008-4392_0001-dnscache-merge-similar-outgoing-queries-ipv6-test25-r1.patch b/net-dns/djbdns/files/CVE2008-4392_0001-dnscache-merge-similar-outgoing-queries-ipv6-test25-r1.patch deleted file mode 100644 index 1d132d6d4f5..000 --- a/net-dns/djbdns/files/CVE2008-4392_0001-dnscache-merge-similar-outgoing-queries-ipv6-test25-r1.patch +++ /dev/null @@ -1,351 +0,0 @@ -diff --git a/Makefile b/Makefile -index 5ccd647..eee09dd 100644 a/Makefile -+++ b/Makefile -@@ -346,11 +346,11 @@ stralloc.h iopause.h taia.h tai.h uint64.h taia.h - ./compile dns_txt.c - - dnscache: \ --load dnscache.o droproot.o okclient.o log.o cache.o query.o \ -+load dnscache.o droproot.o okclient.o log.o cache.o query.o qmerge.o \ - response.o dd.o roots.o iopause.o prot.o dns.a env.a alloc.a buffer.a \ - libtai.a unix.a byte.a socket.lib - ./load dnscache droproot.o okclient.o log.o cache.o \ -- query.o response.o dd.o roots.o iopause.o prot.o dns.a \ -+ query.o qmerge.o response.o dd.o roots.o iopause.o prot.o dns.a \ - env.a alloc.a buffer.a libtai.a unix.a byte.a `cat \ - socket.lib` - -@@ -371,7 +371,7 @@ compile dnscache.c env.h exit.h scan.h strerr.h error.h ip4.h \ - uint16.h uint64.h socket.h uint16.h dns.h stralloc.h gen_alloc.h \ - iopause.h taia.h tai.h uint64.h taia.h taia.h byte.h roots.h fmt.h \ - iopause.h query.h dns.h uint32.h alloc.h response.h uint32.h cache.h \ --uint32.h uint64.h ndelay.h log.h uint64.h okclient.h droproot.h -+uint32.h uint64.h ndelay.h log.h uint64.h okclient.h droproot.h maxclient.h - ./compile dnscache.c - - dnsfilter: \ -@@ -749,11 +749,16 @@ qlog.o: \ - compile qlog.c buffer.h qlog.h uint16.h - ./compile qlog.c - -+qmerge.o: \ -+compile qmerge.c qmerge.h dns.h stralloc.h gen_alloc.h iopause.h \ -+taia.h tai.h uint64.h log.h maxclient.h -+ ./compile qmerge.c -+ - query.o: \ - compile query.c error.h roots.h log.h uint64.h case.h cache.h \ - uint32.h uint64.h byte.h dns.h stralloc.h gen_alloc.h iopause.h \ - taia.h tai.h uint64.h taia.h uint64.h uint32.h uint16.h dd.h alloc.h \ --response.h uint32.h query.h dns.h uint32.h -+response.h uint32.h query.h dns.h uint32.h qmerge.h - ./compile query.c - - random-ip: \ -diff --git a/dnscache.c b/dnscache.c -index abcba69..c84e4b8 100644 a/dnscache.c -+++ b/dnscache.c -@@ -23,6 +23,7 @@ - #include "log.h" - #include "okclient.h" - #include "droproot.h" -+#include "maxclient.h" - - long interface; - -@@ -59,7 +60,6 @@ uint64 numqueries = 0; - - static int udp53; - --#define MAXUDP 200 - static struct udpclient { - struct query q; - struct taia start; -@@ -136,7 +136,6 @@ void u_new(void) - - static int tcp53; - --#define MAXTCP 20 - struct tcpclient { - struct query q; - struct taia start; -diff --git a/log.c b/log.c -index df465e2..1b0d98c 100644 a/log.c -+++ b/log.c -@@ -149,6 +149,13 @@ void log_tx(const char *q,const char qtype[2],const char *control,const char ser - line(); - } - -+void log_tx_piggyback(const char *q, const char qtype[2], const char *control) -+{ -+ string("txpb "); -+ logtype(qtype); space(); name(q); space(); name(control); -+ line(); -+} -+ - void log_cachedanswer(const char *q,const char type[2]) - { - string("cached "); logtype(type); space(); -diff --git a/log.h b/log.h -index fe62fa3..d9a829b 100644 a/log.h -+++ b/log.h -@@ -18,6 +18,7 @@ extern void log_cachednxdomain(const char *); - extern void log_cachedns(const char *,const char *); - - extern void log_tx(const char *,const char *,const char *,const char *,unsigned int); -+extern void log_tx_piggyback(const char *,const char *,const char *); - - extern void log_nxdomain(const char *,const char *,unsigned int); - extern void log_nodata(const char *,const char *,const char *,unsigned int); -diff --git a/maxclient.h b/maxclient.h -new file mode 100644 -index 000..e52fcd1 /dev/null -+++ b/maxclient.h -@@ -0,0 +1,7 @@ -+#ifndef MAXCLIENT_H -+#define MAXCLIENT_H -+ -+#define MAXUDP 200 -+#define MAXTCP 20 -+ -+#endif /* MAXCLIENT_H */ -diff --git a/qmerge.c b/qmerge.c -new file mode 100644 -index 000..7c92299 /dev/null -+++ b/qmerge.c -@@ -0,0 +1,115 @@ -+#include "qmerge.h" -+#include "byte.h" -+#include "log.h" -+#include "maxclient.h" -+ -+#define QMERGE_MAX (MAXUDP+MAXTCP) -+struct qmerge inprogress[QMERGE_MAX]; -+ -+static -+int qmerge_key_init(struct qmerge_ke