From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95D40138239 for ; Sat, 18 May 2019 19:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE71E09AE; Sat, 18 May 2019 19:59:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 540F7E09A8 for ; Sat, 18 May 2019 19:59:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EBC9344A3E for ; Sat, 18 May 2019 19:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7575ED for ; Sat, 18 May 2019 19:59:46 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1558209517.818812357a69c9e6fbce3c9faca1319a183358c0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libgepub/Manifest app-text/libgepub/libgepub-0.5.3.ebuild X-VCS-Directories: app-text/libgepub/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 818812357a69c9e6fbce3c9faca1319a183358c0 X-VCS-Branch: master Date: Sat, 18 May 2019 19:59:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3855e7c0-d046-40c8-81f4-24a649b196f1 X-Archives-Hash: 661d6199b30232b13f6a0832663e9e39 commit: 818812357a69c9e6fbce3c9faca1319a183358c0 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 18 19:38:50 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 18 19:58:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81881235 app-text/libgepub: remove old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-text/libgepub/Manifest | 1 - app-text/libgepub/libgepub-0.5.3.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest index 515963823b7..beb1de92287 100644 --- a/app-text/libgepub/Manifest +++ b/app-text/libgepub/Manifest @@ -1,2 +1 @@ -DIST libgepub-0.5.3.tar.xz 25576 BLAKE2B c51f6850c78185fec6f027ad5507b2402ab578b2ce6e4b91c674c3a3c6945857ce3d3ebd4560408ae8e5552ca658c40b30c73b42db1ef61f4814cde36a404df7 SHA512 8eb3370b6ca639135a1365756f3977f6daea3039bcb7ec4d5cd116d869584be2a2b1e8bb7f202d4c101f1afb0f7b9a45bd48c1b2337197ec4320d50a4c8d0183 DIST libgepub-0.6.0.tar.xz 26092 BLAKE2B e578ce1085f35ef56ae32e7c32dcd5aa3b54c4d4b2c3d3826a91984b220bed90e185e724fac338f8a95cf4bbdd7969ca19298be7f9a80ecfeddfcb113149c7df SHA512 90c8df55c2465ab3c44092a772d568b412cea60f20d0f32d33b124d70ece1655dcf53d87c5effa2c494bf103c2e51d31192edf0ad71b46fa61471f94b5768c99 diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild b/app-text/libgepub/libgepub-0.5.3.ebuild deleted file mode 100644 index 9685b374db7..00000000000 --- a/app-text/libgepub/libgepub-0.5.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome.org meson xdg - -DESCRIPTION="GObject based library for handling and rendering epub documents" -HOMEPAGE="https://git.gnome.org/browse/libgepub" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection" - -RDEPEND=" - app-arch/libarchive - dev-libs/glib:2 - dev-libs/libxml2 - net-libs/libsoup:2.4 - net-libs/webkit-gtk:4 - x11-libs/gtk+:3 - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_configure() { - meson_src_configure \ - $(meson_use introspection) -}