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 8E55E139083 for ; Fri, 15 Dec 2017 22:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C309BE0E9A; Fri, 15 Dec 2017 22:50:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A0A3FE0E9A for ; Fri, 15 Dec 2017 22:50:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E2ABC33BF0F for ; Fri, 15 Dec 2017 22:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74346AE7C for ; Fri, 15 Dec 2017 22:50:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513378195.4f036072fd85947038fd1eba223a7bcc5a352195.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libepubgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libepubgen/Manifest app-text/libepubgen/libepubgen-0.0.1.ebuild X-VCS-Directories: app-text/libepubgen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f036072fd85947038fd1eba223a7bcc5a352195 X-VCS-Branch: master Date: Fri, 15 Dec 2017 22:50:04 +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-Archives-Salt: b4fb32db-6886-4391-b630-9490e4262764 X-Archives-Hash: 9175078a3fd45f4862c5ab61a3cce6a5 commit: 4f036072fd85947038fd1eba223a7bcc5a352195 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 21:56:25 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 22:49:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f036072 app-text/libepubgen: Drop old Package-Manager: Portage-2.3.18, Repoman-2.3.6 app-text/libepubgen/Manifest | 1 - app-text/libepubgen/libepubgen-0.0.1.ebuild | 36 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/app-text/libepubgen/Manifest b/app-text/libepubgen/Manifest index fd8f6a53b7e..d6c2270c8ee 100644 --- a/app-text/libepubgen/Manifest +++ b/app-text/libepubgen/Manifest @@ -1,2 +1 @@ -DIST libepubgen-0.0.1.tar.xz 295780 BLAKE2B e0aee4a076d84ffa290b25a357c9cd67df133e6262db750e8e2491b779f1775dcc38013458294492a1f22ce66584becd3a9ced83b44ea47871f9de20cd61166c SHA512 9add9c873ea0ad1b04fcfdfb987c7974b20f7e0c6c6b5a65b6ce5105a85318307fb9871ab60e998da649da378038f6df3722001940d00a7bc88af6dc87bd8945 DIST libepubgen-0.1.0.tar.xz 319652 BLAKE2B e6573e0a680711380ac3d2ef742413e38030e76dc50639f9659544e7410f7d7f987cdf1aa20cf2f2afa924bbcbecaf7141225d387fc509d0db6387cd144cb16e SHA512 6be431d06321807991048567aebd7111359f8aa364fe33e651c991553f832c03ad3bb3520b9f7e8d72a861a9ebd84483587becb9062e226bcd1d8ade1819b4a9 diff --git a/app-text/libepubgen/libepubgen-0.0.1.ebuild b/app-text/libepubgen/libepubgen-0.0.1.ebuild deleted file mode 100644 index 50855838420..00000000000 --- a/app-text/libepubgen/libepubgen-0.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="EPUB generator for librevenge" -HOMEPAGE="https://sourceforge.net/projects/libepubgen/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc test" - -RDEPEND=" - dev-libs/librevenge -" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - --disable-weffc \ - --disable-werror \ - $(use_enable debug) \ - $(use_with doc docs) \ - $(use_enable test tests) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}