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 7DC30138359 for ; Thu, 13 Aug 2020 17:51:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91633E090A; Thu, 13 Aug 2020 17:51:33 +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 781E5E090A for ; Thu, 13 Aug 2020 17:51:33 +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 2052734EEB7 for ; Thu, 13 Aug 2020 17:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995E5310 for ; Thu, 13 Aug 2020 17:51:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1597341086.e459f710040c4aba62d7733cedd9e1459f21684d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/squirrel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/squirrel/Manifest dev-lang/squirrel/squirrel-3.1.ebuild X-VCS-Directories: dev-lang/squirrel/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e459f710040c4aba62d7733cedd9e1459f21684d X-VCS-Branch: master Date: Thu, 13 Aug 2020 17:51:30 +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: f1ed3c73-c928-450f-81b8-3542c0d4cb73 X-Archives-Hash: 3f4b22e5991f29c0b07f19950738e083 commit: e459f710040c4aba62d7733cedd9e1459f21684d Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 13 17:48:51 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 13 17:51:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e459f710 dev-lang/squirrel: drop old Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/squirrel/Manifest | 1 - dev-lang/squirrel/squirrel-3.1.ebuild | 42 ----------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-lang/squirrel/Manifest b/dev-lang/squirrel/Manifest index 0df0a5920ae..a07ee041552 100644 --- a/dev-lang/squirrel/Manifest +++ b/dev-lang/squirrel/Manifest @@ -1,2 +1 @@ -DIST squirrel-3.1.tar.gz 175612 BLAKE2B 48a21b0ecd881dc3bea104e86013c3f3d5a4bc1e590cd67ef7e679e01383b7454aad4ea9b8ecec9b836a0ee44e8c9e470309f9c71050ed6d8deb76caac726aea SHA512 8aec059c801a8f6a1ddb9585cebd51457cfd43743cb0b03494e022fd47392e7b4b88e4703f184f4dcba2be8c0fb756e9b260e2f230e1bd92b37cdcb86d4f1141 DIST squirrel-3.1_p20200612.tar.gz 181047 BLAKE2B f6965b5e721919c6c33426843a9b73fb27f39b7341763c2ff01421e6b6dce6cb86c6a02df65af9cb2266e8a63d6612c0e857456c4bb6e2546760f937d1979990 SHA512 e9853c92c151ca35e137a91ba4e3c9ad9c4c6d95a22c3686ebbae74cea7c1bf704ec5274d610f9d8158d8662a2b1b1445664f3f33c11689553cfc090a957b204 diff --git a/dev-lang/squirrel/squirrel-3.1.ebuild b/dev-lang/squirrel/squirrel-3.1.ebuild deleted file mode 100644 index 4a149398eb4..00000000000 --- a/dev-lang/squirrel/squirrel-3.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="A interpreted language mainly used for games" -HOMEPAGE="http://squirrel-lang.org/" -SRC_URI="https://github.com/albertodemichelis/squirrel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples static-libs" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DINSTALL_LIB_DIR="$(get_libdir)" \ - -DINSTALL_INC_DIR=include - $(usex static-libs '' -DDISABLE_STATIC=YES) - # /usr/bin/sq is used by app-text/ispell - # /usr/lib/libsquirrel.so is used by app-shells/squirrelsh - -DLONG_OUTPUT_NAMES=YES - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - dodoc HISTORY - - if use examples; then - docompress -x /usr/share/doc/${PF}/samples - dodoc -r samples - fi -}