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 DB3AC138335 for ; Mon, 18 Nov 2019 02:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6728EE0891; Mon, 18 Nov 2019 02:18:14 +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 3DE64E0891 for ; Mon, 18 Nov 2019 02:18:14 +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 B48E134CF33 for ; Mon, 18 Nov 2019 02:18:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F648AE for ; Mon, 18 Nov 2019 02:18:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574042307.b9f80e068ec08eb3e9c893ccfa2322f66032624f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/source-highlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/source-highlight/Manifest dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild X-VCS-Directories: dev-util/source-highlight/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b9f80e068ec08eb3e9c893ccfa2322f66032624f X-VCS-Branch: master Date: Mon, 18 Nov 2019 02:18:10 +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: ab69e2b6-afca-4c95-92e0-66173de539f1 X-Archives-Hash: d0d65f2b81a9bd7003431099e618ccce commit: b9f80e068ec08eb3e9c893ccfa2322f66032624f Author: Aaron Bauman gentoo org> AuthorDate: Mon Nov 18 01:58:27 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Nov 18 01:58:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f80e06 dev-util/source-highlight: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> dev-util/source-highlight/Manifest | 1 - .../source-highlight-3.1.7-r2.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/dev-util/source-highlight/Manifest b/dev-util/source-highlight/Manifest index 1a9ef946cf7..bdc185bc2be 100644 --- a/dev-util/source-highlight/Manifest +++ b/dev-util/source-highlight/Manifest @@ -1,2 +1 @@ -DIST source-highlight-3.1.7.tar.gz 1600692 BLAKE2B dbd740c79e4368bab6e7207a81e037f3fdf9f4ac5373113aac15acd7c18383cebcc8cadb91f59aa01b5bf30d3240b4510ae8d3af765b6ca579859367aa7e4ea4 SHA512 4a1e733bd06468e6ebd023dfe4a62d7134c35aac311509a61e8d80de35ff3cea25fb79adb56bfe413ee214bbf4d578b4d4ebdcf1236481d9b83152aff6d7afb8 DIST source-highlight-3.1.8.tar.gz 1648351 BLAKE2B 1ce1590c86f7aed9d27bb21bce6b0869828b28068d71404410e080b85f6354eb6f520cec8c81d1e9170dd90b158dc4536e5287a04bf2d271fa26354fb853ea32 SHA512 00a49ab180460750614b38be9a569478d1d34d01f601ebc7452a4fee8475a19faf9bb9fb2f256c6b40d43fbc3d34962a77ba8b9833483345c4e4a42faad6976c diff --git a/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild b/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild deleted file mode 100644 index 6cf1f103bb3..00000000000 --- a/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit bash-completion-r1 versionator - -DESCRIPTION="Generate highlighted source code as an (x)html document" -HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html" -SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz" -LICENSE="GPL-3" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -SLOT="0" -IUSE="doc static-libs" - -DEPEND=">=dev-libs/boost-1.52.0-r1[threads] - dev-util/ctags" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --with-boost-regex="boost_regex" \ - --without-bash-completion \ - $(use_enable static-libs static) -} - -src_install () { - DOCS="AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt" - default - - use static-libs || rm -rf "${D}"/usr/lib*/*.la - - dobashcomp completion/source-highlight - - # That's not how we want it - rm -fr "${ED}/usr/share"/{aclocal,doc} - use doc && dohtml -A java doc/*.{html,css,java} -} - -src_test() { - export LD_LIBRARY_PATH="${S}/lib/srchilite/.libs/" - default -}