From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/
Date: Sat, 8 Aug 2020 09:04:35 +0000 (UTC) [thread overview]
Message-ID: <1596877445.48c51e8fb9a0482091576b5562de40b4137ea685.juippis@gentoo> (raw)
commit: 48c51e8fb9a0482091576b5562de40b4137ea685
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Jul 29 08:01:59 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 09:04:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c51e8f
dev-lang/janet: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-lang/janet/Manifest | 1 -
dev-lang/janet/janet-1.8.1.ebuild | 55 ---------------------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest
index d8ccebb49d3..869f048af25 100644
--- a/dev-lang/janet/Manifest
+++ b/dev-lang/janet/Manifest
@@ -1,2 +1 @@
-DIST janet-1.8.1.tar.gz 977929 BLAKE2B 4cdf9e5dd7f4a1128438db8bec43c4f1919392bf6c317e2fca42b73826058cd98cec812c245354cc26f21edd4b9640f94dce1e82daa785b53e7e1e8fb45148a9 SHA512 e2296b16ad7df35e0f6ff0f56b9cd5071e887288df195ac0a14a73284a48f010cc26a413ea836aa3faa4385e25f7f313b183f0fbb8e6eebdc3975b69c62e4ebf
DIST janet-1.9.1.tar.gz 995046 BLAKE2B c65f59e874690b124b61811406670ed6bf9e23d930b5206a9fefebd64629a2287076a40db885b8a820d733a353237fea65dadccdf4efdd33f1537127f67e66b1 SHA512 4024b2f5bc52338b77c954e384157234ef3cecf21142ef60158adb656396b42accae3af8acb8e54f602f5fbce0e1e1f7f29030878ef2ac7055e933dd710db879
diff --git a/dev-lang/janet/janet-1.8.1.ebuild b/dev-lang/janet/janet-1.8.1.ebuild
deleted file mode 100644
index 233b176a726..00000000000
--- a/dev-lang/janet/janet-1.8.1.ebuild
+++ /dev/null
@@ -1,55 +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"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.7.0"-fix-ldflags-in-pkgconfig.patch
-)
-
-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='\"5b6b9f1\"'
- 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 "auxbin/jpm"
-
- doheader "src/include/janet.h"
- doheader "src/conf/janetconf.h"
-
- dolib.so "build/libjanet.so"
- dosym libjanet.so /usr/$(get_libdir)/libjanet.so.0
-
- 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"
-}
next reply other threads:[~2020-08-08 9:04 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 9:04 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-05 11:29 [gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/ Viorel Munteanu
2024-01-05 11:29 Viorel Munteanu
2022-07-02 17:35 Joonas Niilola
2022-07-02 17:35 Joonas Niilola
2022-07-02 17:35 Joonas Niilola
2021-12-26 0:34 Sam James
2021-12-26 0:34 Sam James
2021-10-20 3:02 Sam James
2021-10-20 3:02 Sam James
2021-10-20 3:02 Sam James
2021-07-20 10:25 Joonas Niilola
2021-05-18 10:40 Joonas Niilola
2021-05-18 10:40 Joonas Niilola
2021-01-28 7:36 Joonas Niilola
2021-01-28 7:36 Joonas Niilola
2020-10-16 6:04 Joonas Niilola
2020-10-16 6:04 Joonas Niilola
2020-10-16 6:04 Joonas Niilola
2020-08-08 9:04 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-04-05 7:18 Joonas Niilola
2020-04-05 7:18 Joonas Niilola
2020-03-18 8:30 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596877445.48c51e8fb9a0482091576b5562de40b4137ea685.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox