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 1153C138330 for ; Sun, 14 Jan 2018 12:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F054AE0904; Sun, 14 Jan 2018 12:35:28 +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 C08BBE0904 for ; Sun, 14 Jan 2018 12:35:28 +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 0D3E3335C2C for ; Sun, 14 Jan 2018 12:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85D7D1A4 for ; Sun, 14 Jan 2018 12:35:25 +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: <1515933314.53bbdd85232484ac303f6c034b7d0fa91cb97c5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cplus/Manifest dev-libs/log4cplus/log4cplus-1.1.3_rc7.ebuild X-VCS-Directories: dev-libs/log4cplus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53bbdd85232484ac303f6c034b7d0fa91cb97c5f X-VCS-Branch: master Date: Sun, 14 Jan 2018 12:35:25 +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: 887b9791-6c11-4b3a-8805-4f2bdd56a5bf X-Archives-Hash: df87cc36f7bb3d1286d300f5456fbba3 commit: 53bbdd85232484ac303f6c034b7d0fa91cb97c5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 14 12:34:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 14 12:35:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bbdd85 dev-libs/log4cplus: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/log4cplus/Manifest | 1 - dev-libs/log4cplus/log4cplus-1.1.3_rc7.ebuild | 77 --------------------------- 2 files changed, 78 deletions(-) diff --git a/dev-libs/log4cplus/Manifest b/dev-libs/log4cplus/Manifest index a37d128dad5..3384710de4a 100644 --- a/dev-libs/log4cplus/Manifest +++ b/dev-libs/log4cplus/Manifest @@ -1,2 +1 @@ -DIST log4cplus-1.1.3-rc7.tar.bz2 562969 BLAKE2B c67365a3e12b037014b9ec876b5725d74cd3856fa92aacb084dc3fad8557eb1b5c49a77fb5abf0833ee99bdcd646fea1f09bbd14fc7aa8b574ff396424195cfc SHA512 6854a966dfd5a2b807778e34957ea33c43a340b8be71a1a989941ec6c6fdc22d181dc2f0bb0e87910c77417a9f5c4f07d4fbd8f13eadffe82adef10a1e00ef02 DIST log4cplus-1.2.0.tar.bz2 629119 BLAKE2B f1b4629f7b6184b3f34f9d702c17487e113548cba46f5a25bb0f4972d7f3ce207310b25c94abea8cc1360591f7d0ac3d466075e584f25ce1968fee9d5b5c543a SHA512 2c3f16645051a230f9ec9a6ac689421efc4b51d5f40cb772e552bd199d2ad13c39d7e577cc63d51617555941412da166a6cda8861ee219154a953d9926aae626 diff --git a/dev-libs/log4cplus/log4cplus-1.1.3_rc7.ebuild b/dev-libs/log4cplus/log4cplus-1.1.3_rc7.ebuild deleted file mode 100644 index 3f533325b5e..00000000000 --- a/dev-libs/log4cplus/log4cplus-1.1.3_rc7.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${P/_/-}" - -DESCRIPTION="C++ port of the Log for Java (log4j) logging library" -HOMEPAGE="http://log4cplus.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV%_*}/${MY_P}.tar.bz2" - -LICENSE="|| ( Apache-2.0 BSD-2 )" -SLOT="0/1.1-9" -KEYWORDS="~amd64 ~x86" -IUSE="iconv test threads working-locale working-c-locale qt4" -REQUIRED_USE="?? ( iconv working-locale working-c-locale )" - -RDEPEND="iconv? ( virtual/libiconv ) - qt4? ( dev-qt/qtcore:4 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - - if ! use test; then - sed -i -e 's:tests::' Makefile.in || die - fi -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable threads) \ - $(use_with iconv) \ - $(use_with working-locale) \ - $(use_with working-c-locale) \ - $(use_with qt4 qt) -} - -src_compile() { - default - use test && emake -C tests -} - -src_test() { - cd tests/ || die - - local t - for t in appender customloglevel fileappender filter \ - hierarchy loglog ndc ostream patternlayout performance priority \ - propertyconfig timeformat; do - einfo "Running test \"${t}_test\"" - pushd "${t}_test/" >/dev/null || die - ./${t}_test || die "Running ${t}_test failed!" - popd >/dev/null || die - done - - if use threads; then - for t in configandwatch thread; do - einfo "Running test \"${t}_test\"" - pushd "${t}_test/" >/dev/null || die - ./${t}_test || die "Running ${t}_test failed!" - popd >/dev/null || die - done - fi -} - -src_install() { - default - dodoc docs/unicode.txt - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -}