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 425E31382C5 for ; Tue, 16 Mar 2021 19:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9651E0876; Tue, 16 Mar 2021 19:23:17 +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 A2962E0875 for ; Tue, 16 Mar 2021 19:23:17 +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 71A92340ED0 for ; Tue, 16 Mar 2021 19:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB20F636 for ; Tue, 16 Mar 2021 19:23:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615922561.874360fc0ae74711d72a66c5324a53a0a465eee9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bcpp/Manifest dev-util/bcpp/bcpp-20150811-r1.ebuild X-VCS-Directories: dev-util/bcpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 874360fc0ae74711d72a66c5324a53a0a465eee9 X-VCS-Branch: master Date: Tue, 16 Mar 2021 19:23:12 +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: 9f306e08-e038-403a-8e36-2140db71ca7d X-Archives-Hash: 575f955f2e7b3410da3304ed9dcd4455 commit: 874360fc0ae74711d72a66c5324a53a0a465eee9 Author: Sam James gentoo org> AuthorDate: Tue Mar 16 18:47:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 19:22:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874360fc dev-util/bcpp: drop 20150811-r1 Signed-off-by: Sam James gentoo.org> dev-util/bcpp/Manifest | 1 - dev-util/bcpp/bcpp-20150811-r1.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-util/bcpp/Manifest b/dev-util/bcpp/Manifest index c31b8dc2d74..85625dc946e 100644 --- a/dev-util/bcpp/Manifest +++ b/dev-util/bcpp/Manifest @@ -1,2 +1 @@ -DIST bcpp-20150811.tgz 145969 BLAKE2B c7cdb21b6c07599c93c6f3fdf6ca4f5e825d4ae5f955e1c969d744a9ff2594bf3c7dcded1582dff695201f6e7e8ed57d5796883b63c5c57476c6601da6a49717 SHA512 a11462574bd87cf66dc50ce23f188d335480aae5448b527694791d4b7ae5cde27c0e0c0850dc8899b2b66198c37a434985c833f95f7f2d2d88a3b7dfe4ff34a9 DIST bcpp-20210108.tgz 150080 BLAKE2B 5614b1e9957d63532ed6ba6d4588ae8b899201c363984bc99726bf48ae49ee9d16a71c407e3988fdeb715fef5e67343bc56c94eb1c8e977a14a6c2b08ee6668a SHA512 46a8fff766bbca4833c898d550ce4f0ac5e6ea64a2e05e63e4680186345a080aa30e54a4a5a3d22d47df8e8c8cbc4e738578fd59ec647d305c32a228d3b01e73 diff --git a/dev-util/bcpp/bcpp-20150811-r1.ebuild b/dev-util/bcpp/bcpp-20150811-r1.ebuild deleted file mode 100644 index bf4a9d304e7..00000000000 --- a/dev-util/bcpp/bcpp-20150811-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Indents C/C++ source code" -HOMEPAGE="https://invisible-island.net/bcpp/" -SRC_URI="ftp://ftp.invisible-island.net/bcpp/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -src_compile() { - emake CPPFLAGS='-DBCPP_CONFIG_DIR=\"/etc/bcpp/\"' -} - -src_install() { - default - dodoc CHANGES MANIFEST README VERSION txtdocs/hirachy.txt \ - txtdocs/manual.txt - - insinto /etc/bcpp - doins bcpp.cfg indent.cfg -} - -pkg_postinst() { - elog "Check the documentation for more information on how to" - elog "Run bcpp. Please note that in order to get help for" - elog "bcpp, please run bcpp -h and not the command by itself." - elog "" - elog "Configuration files are at /etc/bcpp." - elog "To use them, use the -c option followed by the filename." -}