From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Mon, 7 Jan 2019 20:29:53 +0000 (UTC) [thread overview]
Message-ID: <1546892976.3d424325aa7b1fc929f9c4569d1d25f3589f4745.asturm@gentoo> (raw)
commit: 3d424325aa7b1fc929f9c4569d1d25f3589f4745
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 20:05:31 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 20:29:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d424325
app-text/poppler: Drop 0.67.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/poppler/Manifest | 1 -
app-text/poppler/poppler-0.67.0.ebuild | 127 ---------------------------------
2 files changed, 128 deletions(-)
diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 4a7219105b9..017ccd81aed 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,5 +1,4 @@
DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 01c8745d0c1fa5b412ec92295a8784f5c1deff8b9fa709d09a3236d630f78fecc6af23fe3302964478d6356562712726db422ef51fe59a8b42e13e08370a77ac SHA512 91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706
-DIST poppler-0.67.0.tar.xz 1459412 BLAKE2B 1c24908839fc9e3b3b2a1e0c014f7b6a1c6cc622157e161437ece91a86a20db0d5ae67b35783a5a4b712ab4ba0e43f141ca516fde10b5a549b9d36a98c5de25b SHA512 36584c62970ae0ae7807687f9c0523560ae92ac323949be8916a0e8dc6e691633e55cdd76c6026253c337aed8a4b43a7759a3de74c9ec606654f65379fb0f206
DIST poppler-0.68.0.tar.xz 1461052 BLAKE2B e95aa872230ff88f2caf9b8fef7da369b3115b1aabef2d57ebba3a13123ffe1cf1e200c6583a6da9e52bdb7708bec30e26f68e582bf99289abd572e42f712a5e SHA512 98449ab96db1d17901ec44b1a71b0375ac83d0f13e059b83afb452939a3ae6375c4667ae029fa333fad3eed2d8315e5f1208f34d3548c5530f0ecc7a5841c27a
DIST poppler-0.71.0.tar.xz 1480852 BLAKE2B be23100e44f73cd024d50727a632b749629b6e36ef41d2aee94f1998a8362dd0fa11e64bfb0f0f04f87265029abec32088ef2dad3b5aeb2733c44447aaeb6817 SHA512 8e0ce95e7b58c37761c36a20f1282e63373a9557bf9f746ce2936562f12648506043d9559cf816944aa238814fc1b3f3a3c0a6cb002fd214b067e399bcc6ab1e
DIST poppler-0.72.0.tar.xz 1492912 BLAKE2B 6582b418031c52e5e9031e9f25b80841ba471c1308030bef2cdb13cd607ddd0ca51639d93c09f33e42d5f9378ee44b5ebe4dbac29254f952f7c2ec147799bc5e SHA512 57dc98ff3e433cb8c7e3c31016c080e09586410622d70fb2fe1aa36c2a55017508dd5b5b253cfe987b86f9197bdd34345e038c89f542003cf021900c86614145
diff --git a/app-text/poppler/poppler-0.67.0.ebuild b/app-text/poppler/poppler-0.67.0.ebuild
deleted file mode 100644
index 26464a9c1dc..00000000000
--- a/app-text/poppler/poppler-0.67.0.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
-
-if [[ "${PV}" == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
- SLOT="0/9999"
-else
- SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
- 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"
- SLOT="0/78" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
-fi
-
-DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
-HOMEPAGE="https://poppler.freedesktop.org/"
-
-LICENSE="GPL-2"
-IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils"
-
-# No test data provided
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=media-libs/fontconfig-2.6.0
- >=media-libs/freetype-2.3.9
- sys-libs/zlib
- cairo? (
- dev-libs/glib:2
- >=x11-libs/cairo-1.10.0
- introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
- )
- curl? ( net-misc/curl )
- jpeg? ( virtual/jpeg:0 )
- jpeg2k? ( media-libs/openjpeg:2= )
- lcms? ( media-libs/lcms:2 )
- nss? ( >=dev-libs/nss-3.19:0 )
- png? ( media-libs/libpng:0= )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtxml:5
- )
- tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/glib-utils
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- cjk? ( >=app-text/poppler-data-0.4.7 )
-"
-
-DOCS=(AUTHORS NEWS README README-XPDF)
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
- "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
- "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
- "${FILESDIR}/${PN}-0.62.0-openjpeg2.patch"
- "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
-)
-
-src_prepare() {
- cmake-utils_src_prepare
-
- # Clang doesn't grok this flag, the configure nicely tests that, but
- # cmake just uses it, so remove it if we use clang
- if [[ ${CC} == clang ]] ; then
- sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die
- fi
-
- if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
- sed '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \
- -i CMakeLists.txt || die
- else
- einfo "policy(SET CMP0002 OLD) - workaround can be removed"
- fi
-
- # we need to up the C++ version, bug #622526, #643278
- append-cxxflags -std=c++11
-}
-
-src_configure() {
- xdg_environment_reset
- local mycmakeargs=(
- -DBUILD_GTK_TESTS=OFF
- -DBUILD_QT5_TESTS=OFF
- -DBUILD_CPP_TESTS=OFF
- -DENABLE_SPLASH=ON
- -DENABLE_ZLIB=ON
- -DENABLE_ZLIB_UNCOMPRESS=OFF
- -DENABLE_XPDF_HEADERS=ON
- -DSPLASH_CMYK=OFF
- -DUSE_FIXEDPOINT=OFF
- -DUSE_FLOAT=OFF
- -DWITH_Cairo=$(usex cairo)
- -DENABLE_LIBCURL=$(usex curl)
- -DENABLE_CPP=$(usex cxx)
- -DWITH_JPEG=$(usex jpeg)
- -DENABLE_DCTDECODER=$(usex jpeg libjpeg none)
- -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none)
- -DENABLE_CMS=$(usex lcms lcms2 none)
- -DWITH_NSS3=$(usex nss)
- -DWITH_PNG=$(usex png)
- $(cmake-utils_use_find_package qt5 Qt5Core)
- -DWITH_TIFF=$(usex tiff)
- -DENABLE_UTILS=$(usex utils)
- )
- use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- # live version doesn't provide html documentation
- if use cairo && use doc && [[ ${PV} != 9999 ]]; then
- # For now install gtk-doc there
- insinto /usr/share/gtk-doc/html/poppler
- doins -r "${S}"/glib/reference/html/*
- fi
-}
next reply other threads:[~2019-01-07 20:29 UTC|newest]
Thread overview: 512+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-07 20:29 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 22:54 [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ Sam James
2024-11-03 20:36 Andreas Sturmlechner
2024-11-03 20:36 Andreas Sturmlechner
2024-10-25 11:28 Arthur Zamarin
2024-10-21 16:04 Andreas Sturmlechner
2024-09-21 7:13 Arthur Zamarin
2024-09-19 16:52 Arthur Zamarin
2024-09-19 16:52 Arthur Zamarin
2024-09-12 8:01 Arthur Zamarin
2024-09-04 6:58 Andreas Sturmlechner
2024-09-02 9:21 Sam James
2024-09-01 21:27 Sam James
2024-08-31 20:47 Sam James
2024-08-30 15:40 Andreas Sturmlechner
2024-08-30 14:59 Ionen Wolkens
2024-08-29 19:03 Andreas Sturmlechner
2024-08-10 13:14 Andreas Sturmlechner
2024-07-26 4:57 Arthur Zamarin
2024-06-29 20:05 Arthur Zamarin
2024-06-29 20:05 Arthur Zamarin
2024-06-29 20:05 Arthur Zamarin
2024-06-29 16:35 Sam James
2024-06-29 16:35 Sam James
2024-06-29 16:35 Sam James
2024-06-29 16:32 Andreas Sturmlechner
2024-06-23 11:55 Andreas Sturmlechner
2024-06-23 11:55 Andreas Sturmlechner
2024-06-14 5:32 Arthur Zamarin
2024-06-13 19:32 Arthur Zamarin
2024-06-05 18:17 Andreas Sturmlechner
2024-05-31 10:46 Arthur Zamarin
2024-05-31 8:32 Arthur Zamarin
2024-05-31 8:31 Arthur Zamarin
2024-05-31 8:31 Arthur Zamarin
2024-05-31 8:31 Arthur Zamarin
2024-05-31 8:31 Arthur Zamarin
2024-05-30 19:14 Andreas Sturmlechner
2024-04-03 15:25 Andreas Sturmlechner
2024-03-04 22:18 Andreas Sturmlechner
2024-02-20 20:49 Andreas Sturmlechner
2024-02-20 5:56 Sam James
2024-02-20 5:56 Sam James
2024-02-20 5:56 Sam James
2024-02-17 9:55 Arthur Zamarin
2024-02-12 10:31 Sam James
2024-02-03 10:41 Andreas Sturmlechner
2024-01-25 1:05 Ionen Wolkens
2024-01-05 5:26 Arthur Zamarin
2024-01-05 5:26 Arthur Zamarin
2024-01-05 5:26 Arthur Zamarin
2024-01-05 5:26 Arthur Zamarin
2024-01-04 18:11 Arthur Zamarin
2024-01-04 18:11 Arthur Zamarin
2024-01-03 18:57 Andreas Sturmlechner
2024-01-02 22:32 Andreas Sturmlechner
2023-12-21 16:13 Sam James
2023-12-08 0:28 Andreas Sturmlechner
2023-11-25 20:47 Sam James
2023-11-22 11:16 Arthur Zamarin
2023-11-22 0:25 Sam James
2023-11-21 22:36 Andreas Sturmlechner
2023-11-06 18:13 Andreas Sturmlechner
2023-11-05 19:14 Arthur Zamarin
2023-11-05 19:14 Arthur Zamarin
2023-11-05 19:11 Arthur Zamarin
2023-11-05 19:11 Arthur Zamarin
2023-11-03 11:16 Andreas Sturmlechner
2023-10-24 19:36 Arthur Zamarin
2023-10-24 19:36 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-07 23:27 Sam James
2023-09-07 22:17 Sam James
2023-09-07 19:56 Andreas Sturmlechner
2023-09-04 13:29 Andreas Sturmlechner
2023-09-03 16:46 Arthur Zamarin
2023-09-03 16:46 Arthur Zamarin
2023-08-19 12:39 Arthur Zamarin
2023-08-19 12:19 Arthur Zamarin
2023-08-19 12:19 Arthur Zamarin
2023-08-19 11:46 Arthur Zamarin
2023-08-19 11:46 Arthur Zamarin
2023-08-19 11:38 Sam James
2023-08-03 17:15 Andreas Sturmlechner
2023-07-25 11:08 Andreas Sturmlechner
2023-07-25 11:08 Andreas Sturmlechner
2023-07-06 14:40 Andreas Sturmlechner
2023-06-10 9:39 Andreas Sturmlechner
2023-06-09 12:04 Arthur Zamarin
2023-06-09 9:54 Sam James
2023-06-09 9:54 Sam James
2023-06-09 6:53 Arthur Zamarin
2023-06-06 18:37 Andreas Sturmlechner
2023-06-03 19:45 Arthur Zamarin
2023-06-02 16:13 Arthur Zamarin
2023-06-01 21:14 Sam James
2023-06-01 19:15 Arthur Zamarin
2023-06-01 19:15 Arthur Zamarin
2023-05-27 6:57 Sam James
2023-05-14 17:14 Andreas Sturmlechner
2023-05-03 17:20 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-05-01 10:32 Sam James
2023-05-01 1:43 Sam James
2023-04-29 17:16 Arthur Zamarin
2023-04-26 13:43 Arthur Zamarin
2023-04-26 13:43 Arthur Zamarin
2023-04-26 13:35 Arthur Zamarin
2023-04-26 13:34 Arthur Zamarin
2023-04-26 13:34 Arthur Zamarin
2023-04-26 10:41 Arthur Zamarin
2023-04-13 18:35 Andreas Sturmlechner
2023-03-13 20:50 Sam James
2023-03-05 0:12 Sam James
2023-03-04 18:19 Andreas Sturmlechner
2023-02-03 21:43 Andreas Sturmlechner
2023-01-28 7:40 Sam James
2023-01-24 21:50 Andreas Sturmlechner
2023-01-21 19:41 Arthur Zamarin
2023-01-17 19:52 Arthur Zamarin
2023-01-01 21:26 Andreas Sturmlechner
2022-12-16 4:30 Sam James
2022-12-04 22:05 Andreas Sturmlechner
2022-12-04 22:05 Andreas Sturmlechner
2022-12-02 18:47 Arthur Zamarin
2022-11-23 2:26 Sam James
2022-11-21 20:43 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:50 Arthur Zamarin
2022-11-21 17:43 Arthur Zamarin
2022-11-03 22:25 Andreas Sturmlechner
2022-10-22 14:54 Michał Górny
2022-10-22 14:54 Michał Górny
2022-10-21 7:20 Andreas Sturmlechner
2022-10-21 7:20 Andreas Sturmlechner
2022-10-12 19:27 Sam James
2022-10-12 18:22 Andreas Sturmlechner
2022-10-05 17:56 Andreas Sturmlechner
2022-10-05 17:56 Andreas Sturmlechner
2022-09-16 19:18 Arthur Zamarin
2022-09-15 15:11 Agostino Sarubbo
2022-09-14 19:18 Arthur Zamarin
2022-09-14 19:18 Arthur Zamarin
2022-09-14 7:32 Andreas Sturmlechner
2022-09-02 5:52 Sam James
2022-09-02 2:41 Sam James
2022-09-02 2:34 Sam James
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-08-06 6:06 Arthur Zamarin
2022-08-05 16:07 Arthur Zamarin
2022-08-05 16:07 Arthur Zamarin
2022-08-05 16:06 Arthur Zamarin
2022-08-05 16:06 Arthur Zamarin
2022-08-05 15:43 Arthur Zamarin
2022-08-05 15:23 Andreas Sturmlechner
2022-08-05 15:23 Andreas Sturmlechner
2022-07-30 2:34 Sam James
2022-07-29 6:33 Arthur Zamarin
2022-07-28 12:00 Sam James
2022-07-27 7:56 Agostino Sarubbo
2022-07-26 4:46 Sam James
2022-07-26 4:46 Sam James
2022-07-08 21:31 Andreas Sturmlechner
2022-07-08 21:31 Andreas Sturmlechner
2022-06-19 9:13 Andreas Sturmlechner
2022-06-18 23:04 Sam James
2022-06-14 18:01 Sam James
2022-06-05 22:44 Sam James
2022-06-03 6:13 Sam James
2022-05-17 14:07 WANG Xuerui
2022-05-17 14:07 WANG Xuerui
2022-05-08 13:35 Andreas Sturmlechner
2022-05-07 21:05 Sam James
2022-05-01 23:36 Sam James
2022-04-29 5:38 Sam James
2022-04-17 22:23 Sam James
2022-04-10 17:54 Arthur Zamarin
2022-04-09 19:28 Arthur Zamarin
2022-04-09 19:27 Arthur Zamarin
2022-04-09 19:24 Arthur Zamarin
2022-04-09 16:32 Arthur Zamarin
2022-04-01 19:29 Andreas Sturmlechner
2022-03-18 21:32 Andreas K. Hüttel
2022-03-03 17:39 Andreas Sturmlechner
2022-02-10 20:10 Andreas Sturmlechner
2022-02-05 17:33 Arthur Zamarin
2022-02-03 3:42 Sam James
2022-02-03 3:42 Sam James
2022-02-03 3:41 Sam James
2022-02-03 3:41 Sam James
2022-02-03 3:41 Sam James
2022-02-03 3:41 Sam James
2021-12-08 15:08 Andreas Sturmlechner
2021-12-08 15:08 Andreas Sturmlechner
2021-12-04 19:06 Arthur Zamarin
2021-12-04 17:45 Arthur Zamarin
2021-12-02 19:52 Sam James
2021-12-01 10:51 Sam James
2021-11-30 20:50 Arthur Zamarin
2021-11-29 19:16 Sam James
2021-11-28 2:57 Sam James
2021-11-06 15:02 Andreas Sturmlechner
2021-11-06 15:02 Andreas Sturmlechner
2021-11-06 13:48 Andreas Sturmlechner
2021-10-02 12:58 Andreas Sturmlechner
2021-10-02 12:58 Andreas Sturmlechner
2021-09-01 21:26 Sam James
2021-08-12 17:58 Andreas Sturmlechner
2021-08-12 17:58 Andreas Sturmlechner
2021-08-02 13:25 Andreas Sturmlechner
2021-07-31 11:44 Sergei Trofimovich
2021-07-30 22:36 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-28 16:14 Sam James
2021-07-28 6:42 Agostino Sarubbo
2021-07-27 22:49 Sam James
2021-07-27 22:49 Sam James
2021-07-25 7:56 Matt Turner
2021-07-19 14:24 Yixun Lan
2021-07-03 10:21 Lars Wendler
2021-06-20 16:54 Andreas Sturmlechner
2021-06-17 15:56 Sergei Trofimovich
2021-06-12 17:07 Lars Wendler
2021-06-12 16:50 Lars Wendler
2021-06-12 10:35 Lars Wendler
2021-06-12 10:35 Lars Wendler
2021-06-01 10:48 Sam James
2021-06-01 9:00 Sam James
2021-05-31 22:38 Sam James
2021-05-31 22:38 Sam James
2021-05-31 14:17 Sam James
2021-05-09 19:34 Andreas Sturmlechner
2021-05-04 22:57 Andreas Sturmlechner
2021-05-04 22:57 Andreas Sturmlechner
2021-04-05 8:42 Andreas Sturmlechner
2021-04-05 8:42 Andreas Sturmlechner
2021-03-06 18:37 Sam James
2021-03-06 15:11 Thomas Deutschmann
2021-03-06 12:19 Lars Wendler
2021-03-06 12:19 Lars Wendler
2021-03-06 10:25 Sergei Trofimovich
2021-03-06 7:26 Sam James
2021-03-05 22:14 Sam James
2021-03-05 20:34 Sam James
2021-03-05 20:33 Sam James
2021-03-05 20:32 Sam James
2021-02-24 19:29 Andreas Sturmlechner
2021-02-03 22:33 Andreas Sturmlechner
2021-02-02 1:09 Andreas Sturmlechner
2021-02-02 1:09 Andreas Sturmlechner
2021-01-06 13:46 Fabian Groffen
2021-01-03 11:58 Andreas Sturmlechner
2021-01-03 11:58 Andreas Sturmlechner
2020-12-12 21:59 Andreas Sturmlechner
2020-12-02 10:02 Lars Wendler
2020-11-24 19:06 Sergei Trofimovich
2020-11-24 7:43 Agostino Sarubbo
2020-11-23 9:47 Sam James
2020-11-23 9:44 Sam James
2020-11-23 4:52 Sam James
2020-11-23 3:58 Sam James
2020-11-23 0:29 Sam James
2020-11-23 0:29 Sam James
2020-11-22 23:51 Sam James
2020-11-12 20:57 Andreas Sturmlechner
2020-11-02 14:07 Lars Wendler
2020-11-02 14:07 Lars Wendler
2020-10-02 15:43 Lars Wendler
2020-10-02 15:43 Lars Wendler
2020-09-18 8:11 Agostino Sarubbo
2020-09-06 7:49 Sergei Trofimovich
2020-09-04 20:05 Sam James
2020-09-04 13:45 Andreas Sturmlechner
2020-08-30 1:32 Thomas Deutschmann
2020-08-29 2:00 Sam James
2020-08-28 22:21 Sergei Trofimovich
2020-08-22 5:48 Agostino Sarubbo
2020-08-03 12:09 Lars Wendler
2020-08-03 12:09 Lars Wendler
2020-08-03 12:09 Lars Wendler
2020-07-12 12:35 Lars Wendler
2020-07-12 12:35 Lars Wendler
2020-07-12 8:00 Lars Wendler
2020-07-03 10:18 Lars Wendler
2020-07-03 10:18 Lars Wendler
2020-05-31 21:19 Andreas Sturmlechner
2020-05-31 8:19 Sergei Trofimovich
2020-05-28 8:49 Andreas Sturmlechner
2020-05-28 8:49 Andreas Sturmlechner
2020-05-14 17:21 Andreas Sturmlechner
2020-04-29 11:37 Andreas Sturmlechner
2020-04-29 11:37 Andreas Sturmlechner
2020-04-14 13:16 Andreas Sturmlechner
2020-04-13 9:21 Andreas Sturmlechner
2020-04-11 20:18 Mart Raudsepp
2020-04-07 8:41 Sergei Trofimovich
2020-04-05 17:05 Andreas Sturmlechner
2020-04-05 17:05 Andreas Sturmlechner
2020-03-29 14:45 Sergei Trofimovich
2020-03-09 20:22 Andreas Sturmlechner
2020-03-08 18:40 Andreas Sturmlechner
2020-03-08 18:40 Andreas Sturmlechner
2020-02-29 16:47 Andreas Sturmlechner
2020-02-29 16:47 Andreas Sturmlechner
2020-02-29 16:47 Andreas Sturmlechner
2020-01-30 22:50 Andreas Sturmlechner
2020-01-30 22:50 Andreas Sturmlechner
2019-12-29 12:28 Andreas Sturmlechner
2019-12-28 15:58 Mikle Kolyada
2019-12-13 0:07 Thomas Deutschmann
2019-12-10 15:05 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-03 12:26 Agostino Sarubbo
2019-12-03 10:21 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 8:37 Agostino Sarubbo
2019-12-02 10:56 Mikle Kolyada
2019-12-02 10:56 Mikle Kolyada
2019-12-02 0:19 Aaron Bauman
2019-11-29 9:55 Lars Wendler
2019-11-29 9:55 Lars Wendler
2019-10-26 12:48 Lars Wendler
2019-10-10 19:25 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-09-01 18:12 Mikle Kolyada
2019-08-30 17:07 Lars Wendler
2019-08-23 19:44 Lars Wendler
2019-08-14 18:07 Sergei Trofimovich
2019-08-14 7:34 Agostino Sarubbo
2019-08-13 13:51 Agostino Sarubbo
2019-08-13 11:40 Agostino Sarubbo
2019-08-13 11:19 Agostino Sarubbo
2019-08-13 8:21 Agostino Sarubbo
2019-08-12 19:06 Sergei Trofimovich
2019-08-12 9:11 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-10 18:23 Aaron Bauman
2019-07-17 7:30 Lars Wendler
2019-07-17 6:00 Andreas Sturmlechner
2019-07-17 6:00 Andreas Sturmlechner
2019-07-15 18:17 Andreas Sturmlechner
2019-06-27 9:30 Lars Wendler
2019-06-14 20:42 Andreas Sturmlechner
2019-06-14 9:00 Agostino Sarubbo
2019-06-13 14:57 Agostino Sarubbo
2019-06-13 14:17 Agostino Sarubbo
2019-06-13 4:28 Markus Meier
2019-06-09 19:25 Sergei Trofimovich
2019-06-09 19:19 Sergei Trofimovich
2019-06-09 1:26 Aaron Bauman
2019-06-07 20:15 Mikle Kolyada
2019-06-06 21:31 Sergei Trofimovich
2019-06-02 16:37 Sergei Trofimovich
2019-05-26 9:18 Andreas Sturmlechner
2019-05-26 9:18 Andreas Sturmlechner
2019-05-09 18:48 Andreas Sturmlechner
2019-05-01 10:37 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-04-21 18:24 Andreas Sturmlechner
2019-03-23 0:44 Andreas Sturmlechner
2019-03-02 20:02 Matt Turner
2019-03-02 16:33 Mikle Kolyada
2019-03-02 16:33 Mikle Kolyada
2019-02-28 15:24 Mikle Kolyada
2019-02-24 19:01 Thomas Deutschmann
2019-02-23 20:14 Sergei Trofimovich
2019-02-23 12:55 Sergei Trofimovich
2019-02-23 11:58 Sergei Trofimovich
2019-02-22 20:17 Sergei Trofimovich
2019-02-22 18:23 Mart Raudsepp
2019-02-22 10:27 Mikle Kolyada
2019-02-09 9:52 Andreas Sturmlechner
2019-02-09 9:52 Andreas Sturmlechner
2019-01-29 11:54 Mikle Kolyada
2019-01-17 23:15 Sergei Trofimovich
2019-01-07 22:54 Andreas Sturmlechner
2019-01-07 22:54 Andreas Sturmlechner
2019-01-07 22:54 Andreas Sturmlechner
2019-01-04 0:46 Mart Raudsepp
2019-01-02 12:18 Markus Meier
2018-12-30 22:16 Matt Turner
2018-12-28 8:14 Mikle Kolyada
2018-12-26 17:23 Matt Turner
2018-12-26 11:46 Sergei Trofimovich
2018-12-25 11:11 Sergei Trofimovich
2018-12-23 15:28 Andreas Sturmlechner
2018-12-23 15:28 Andreas Sturmlechner
2018-12-20 1:30 Thomas Deutschmann
2018-11-03 21:46 Andreas Sturmlechner
2018-10-28 9:19 Andreas Sturmlechner
2018-10-28 9:19 Andreas Sturmlechner
2018-09-27 11:43 Lars Wendler
2018-07-20 13:29 Lars Wendler
2018-07-20 13:29 Lars Wendler
2018-07-20 13:29 Lars Wendler
2018-06-30 20:47 Andreas Sturmlechner
2018-06-22 9:52 Mikle Kolyada
2018-06-20 8:39 Lars Wendler
2018-06-20 8:39 Lars Wendler
2018-05-22 8:16 Lars Wendler
2018-05-22 8:16 Lars Wendler
2018-04-18 9:16 Lars Wendler
2018-04-18 9:16 Lars Wendler
2018-03-19 16:45 Lars Wendler
2018-03-19 16:45 Lars Wendler
2018-03-18 13:44 Sergei Trofimovich
2018-03-13 18:01 Markus Meier
2018-03-12 6:17 Matt Turner
2018-03-12 6:17 Matt Turner
2018-03-04 11:34 Tobias Klausmann
2018-03-03 12:29 Mart Raudsepp
2018-02-06 20:20 Sergei Trofimovich
2018-02-03 13:37 Michael Palimaka
2018-02-03 1:10 Michael Palimaka
2018-01-31 20:00 Sergei Trofimovich
2018-01-07 16:22 Andreas Sturmlechner
2018-01-07 16:22 Andreas Sturmlechner
2018-01-05 0:35 Andreas Sturmlechner
2018-01-05 0:35 Andreas Sturmlechner
2018-01-05 0:35 Andreas Sturmlechner
2017-12-20 23:08 Andreas Sturmlechner
2017-12-12 18:55 Andreas Sturmlechner
2017-12-12 18:41 Markus Meier
2017-12-10 0:27 Sergei Trofimovich
2017-12-04 14:29 Lars Wendler
2017-11-30 20:19 Tobias Klausmann
2017-11-29 20:28 Sergei Trofimovich
2017-11-29 18:52 Thomas Deutschmann
2017-11-29 11:19 Agostino Sarubbo
2017-11-27 19:46 Sergei Trofimovich
2017-11-26 20:07 Sergei Trofimovich
2017-11-26 19:15 Sergei Trofimovich
2017-11-13 10:23 Lars Wendler
2017-11-07 8:30 Lars Wendler
2017-11-06 20:51 Lars Wendler
2017-11-06 12:41 Tobias Klausmann
2017-10-15 18:07 Sergei Trofimovich
2017-10-14 6:19 Markus Meier
2017-10-06 7:20 Lars Wendler
2017-10-03 8:57 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-10-01 12:12 Michael Palimaka
2017-09-02 20:36 Lars Wendler
2017-09-02 20:36 Lars Wendler
2017-08-17 17:06 Michał Górny
2017-08-09 11:54 Michael Palimaka
2017-08-08 12:37 Fabian Groffen
2017-08-01 11:57 Lars Wendler
2017-06-27 13:01 Fabian Groffen
2017-06-22 11:51 Manuel Rüger
2017-06-22 11:50 Manuel Rüger
2017-06-03 15:38 Michael Palimaka
2017-05-24 14:08 Manuel Rüger
2017-05-24 14:06 Manuel Rüger
2017-03-29 0:08 Michael Weber
2017-03-22 17:21 Johannes Huber
2017-02-17 13:02 Lars Wendler
2017-02-17 13:02 Lars Wendler
2017-01-29 15:24 Fabian Groffen
2017-01-16 10:17 Lars Wendler
2017-01-01 15:17 Johannes Huber
2016-12-21 17:11 Johannes Huber
2016-12-21 17:11 Johannes Huber
2016-12-21 17:11 Johannes Huber
2016-11-17 19:23 Johannes Huber
2016-10-10 23:26 Manuel Rüger
2016-10-01 13:09 Jeroen Roovers
2016-09-04 17:16 Fabian Groffen
2016-08-22 16:13 Manuel Rüger
2016-08-05 17:12 Markus Meier
2016-08-01 6:08 Johannes Huber
2016-07-28 15:22 Andreas Hüttel
2016-07-28 14:08 Agostino Sarubbo
2016-07-28 8:43 Agostino Sarubbo
2016-07-26 21:24 Johannes Huber
2016-07-26 21:24 Johannes Huber
2016-07-26 13:44 Tobias Klausmann
2016-07-08 12:02 Agostino Sarubbo
2016-06-28 18:18 Johannes Huber
2016-05-24 7:30 Johannes Huber
2016-05-02 3:33 Matt Turner
2016-04-30 10:43 Manuel Rüger
2016-04-30 10:43 Manuel Rüger
2016-04-20 8:55 Agostino Sarubbo
2016-04-19 15:54 Markus Meier
2016-04-16 17:29 Jeroen Roovers
2016-04-14 16:13 Michael Palimaka
2016-03-19 20:02 Andreas Hüttel
2016-03-19 10:50 Manuel Rüger
2016-03-17 23:35 Maciej Mrozowski
2016-02-28 11:09 Pacho Ramos
2016-02-28 11:09 Pacho Ramos
2016-02-28 11:09 Pacho Ramos
2016-02-25 23:02 Andreas Hüttel
2016-02-18 21:24 Manuel Rüger
2016-02-18 21:24 Manuel Rüger
2016-01-19 20:36 Manuel Rüger
2015-12-20 14:38 Manuel Rüger
2015-12-20 10:00 Manuel Rüger
2015-11-20 1:23 Mike Frysinger
2015-11-19 21:58 Manuel Rüger
2015-10-20 23:16 Julian Ospald
2015-10-17 17:20 Manuel Rüger
2015-10-17 17:19 Manuel Rüger
2015-09-11 21:23 Manuel Rüger
2015-08-26 1:43 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1546892976.3d424325aa7b1fc929f9c4569d1d25f3589f4745.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox