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 77CAE13835A for ; Tue, 18 May 2021 10:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71552E07D7; Tue, 18 May 2021 10:40:53 +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 59FCAE07D7 for ; Tue, 18 May 2021 10:40:53 +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 CAB14340FA6 for ; Tue, 18 May 2021 10:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B95F78D for ; Tue, 18 May 2021 10:40:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1621333125.3ad020c47ef8770d01d46adc9cf9614ccd6e9779.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/janet/Manifest dev-lang/janet/janet-1.12.2.ebuild X-VCS-Directories: dev-lang/janet/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3ad020c47ef8770d01d46adc9cf9614ccd6e9779 X-VCS-Branch: master Date: Tue, 18 May 2021 10:40:50 +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: 4b237c93-36a4-4304-bdb3-a496bbf20249 X-Archives-Hash: f349b5d3ba7f73b9be3452fa91060085 commit: 3ad020c47ef8770d01d46adc9cf9614ccd6e9779 Author: Oz N Tiram gmail com> AuthorDate: Thu Apr 29 21:54:32 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 18 10:18:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad020c4 dev-lang/janet: drop 1.12.2 Signed-off-by: Oz N Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20605 Signed-off-by: Joonas Niilola gentoo.org> dev-lang/janet/Manifest | 1 - dev-lang/janet/janet-1.12.2.ebuild | 62 -------------------------------------- 2 files changed, 63 deletions(-) diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest index e604595830d..035d97b34cd 100644 --- a/dev-lang/janet/Manifest +++ b/dev-lang/janet/Manifest @@ -1,3 +1,2 @@ -DIST janet-1.12.2.tar.gz 558788 BLAKE2B 0cdbc33d968b0b589cfc0ccd6dd5ffffe23932daa48e67c035d67d4bba0519083503693be470498c1f6d2811b164bfbb3d2fdb35967c6bd64808ec87f1fd9770 SHA512 bde3d516b0a1c55ad8edb2dc701a3afdb5e7c2bd028b132598d1a08796aca5f17f71dd2c760192a9703a07adb3450a7af6971611ae57005eafad1b741b0b69a6 DIST janet-1.13.1.tar.gz 584998 BLAKE2B f1bfd9e62dde786127a1307d38f48fc7e75b9fb09f009f9d01eeefa593b67c2469e213fd366fac7c52e0372e61b1a9afdb558e8a1be1ab2f4f538b5fb39075f3 SHA512 8022ecbaf7680855611202a3c17b8e5f6dc61a9302508c9de5312dbd9e80d40c24786bb5e8ae653ab5a7b00191a2d7c44cc3e305d31245e3e8c53be0e1c80372 DIST janet-1.15.5.tar.gz 601033 BLAKE2B dfc8c2a2d238f2554aae667f706e84905ba15c732fa2f06b3c537f08d064375dcb00043117dfc56328365627e2e8f4e2a8f171731d9d6bc0d48206cea58f127c SHA512 ebdc090de6fbea0c94f0618957a4b36776fa0009298df77b279b79064d4524e73f42723ba2c315167cb6f3a40f2a4dffbb2a865fa2d479ba196aa9f0aa24cbf6 diff --git a/dev-lang/janet/janet-1.12.2.ebuild b/dev-lang/janet/janet-1.12.2.ebuild deleted file mode 100644 index 574832c0682..00000000000 --- a/dev-lang/janet/janet-1.12.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -DESCRIPTION="A dynamic Lisp dialect and bytecode vm" -HOMEPAGE="https://janet-lang.org https://github.com/janet-lang/janet/" -SRC_URI="https://github.com/janet-lang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -MY_RELEASE="${PV::-2}" - -src_configure() { - append-ldflags -Wl,-soname,libjanet.so.1.${MY_RELEASE} - append-cflags -fPIC -} - -src_compile() { - # janet_build is the git hash of the commit related to the - # current release - it defines a constant which is then shown - # when starting janet - local janet_build='\"1.12.2\"' - emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" JANET_BUILD="${janet_build}" - emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" build/janet.pc JANET_BUILD="${janet_build}" - emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" docs JANET_BUILD="${janet_build}" - emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" build/jpm JANET_BUILD="${janet_build}" -} - -src_install() { - dobin "build/janet" - dobin "build/jpm" - insinto "usr/include/janet" - doheader "src/include/janet.h" - doheader "src/conf/janetconf.h" - - dolib.so "build/libjanet.so" - dosym libjanet.so /usr/$(get_libdir)/libjanet.so.${MY_RELEASE} - dosym libjanet.so.${MY_RELEASE} /usr/$(get_libdir)/libjanet.so.${PV} - - if use static-libs; then - dolib.a "build/libjanet.a" - fi - doman "janet.1" - doman "jpm.1" - - insinto /usr/$(get_libdir)/pkgconfig/ - doins "build/janet.pc" - dodoc -r examples - dodoc "build/doc.html" - # required for jpm - keepdir /usr/$(get_libdir)/janet/.cache -} - -pkg_postinst() { - elog "Enable use flag \"static-libs\" for building stand-alone executables with jpm" -}