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 5FC4013835B for ; Thu, 28 Jan 2021 07:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700A1E0A8E; Thu, 28 Jan 2021 07:36:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5418AE0A8E for ; Thu, 28 Jan 2021 07:36: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 B43303410B5 for ; Thu, 28 Jan 2021 07:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB054AB for ; Thu, 28 Jan 2021 07:36:30 +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: <1611819382.e31032c4d5efe8dfea3795a18e33087a89d45d1c.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.9.1.ebuild X-VCS-Directories: dev-lang/janet/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e31032c4d5efe8dfea3795a18e33087a89d45d1c X-VCS-Branch: master Date: Thu, 28 Jan 2021 07:36: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: 7c065653-8132-484a-943d-2c1a46ba0543 X-Archives-Hash: f3cb811d1df8bc1a06e664a8c9b1342b commit: e31032c4d5efe8dfea3795a18e33087a89d45d1c Author: Oz N Tiram gmail com> AuthorDate: Mon Jan 11 19:48:59 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jan 28 07:36:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31032c4 dev-lang/janet: drop old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Oz Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19040 Signed-off-by: Joonas Niilola gentoo.org> dev-lang/janet/Manifest | 1 - dev-lang/janet/janet-1.9.1.ebuild | 51 --------------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest index 9fab7985ace..ed78ed1c0a1 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.9.1.tar.gz 995046 BLAKE2B c65f59e874690b124b61811406670ed6bf9e23d930b5206a9fefebd64629a2287076a40db885b8a820d733a353237fea65dadccdf4efdd33f1537127f67e66b1 SHA512 4024b2f5bc52338b77c954e384157234ef3cecf21142ef60158adb656396b42accae3af8acb8e54f602f5fbce0e1e1f7f29030878ef2ac7055e933dd710db879 diff --git a/dev-lang/janet/janet-1.9.1.ebuild b/dev-lang/janet/janet-1.9.1.ebuild deleted file mode 100644 index d853136872c..00000000000 --- a/dev-lang/janet/janet-1.9.1.ebuild +++ /dev/null @@ -1,51 +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" - -src_configure() { - append-ldflags -Wl,-soname,libjanet.so.0 -} - -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='\"4ae372\"' - emake PREFIX="/usr" JANET_BUILD="${janet_build}" - emake PREFIX="/usr" build/janet.pc JANET_BUILD="${janet_build}" - emake PREFIX="/usr" docs JANET_BUILD="${janet_build}" -} - -src_install() { - dobin "build/janet" - dobin "jpm" - - doheader "src/include/janet.h" - doheader "src/conf/janetconf.h" - - dolib.so "build/libjanet.so" - dosym libjanet.so /usr/$(get_libdir)/libjanet.so.1.9 - - 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" -}