public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Laura Aléanor" <lav@vampires.gay>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/gnu-apl/
Date: Sun, 30 Apr 2023 17:30:16 +0000 (UTC)	[thread overview]
Message-ID: <1682875630.3c688d1898cb446a014d77b05b5db0cddfa33392.lav@gentoo> (raw)

commit:     3c688d1898cb446a014d77b05b5db0cddfa33392
Author:     Laura Aino Violetta Aléanor <lav <AT> vampires <DOT> gay>
AuthorDate: Sun Apr 30 17:27:10 2023 +0000
Commit:     Laura Aléanor <lav <AT> vampires <DOT> gay>
CommitDate: Sun Apr 30 17:27:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c688d18

dev-lang/gnu-apl: new package, add 1.8

Signed-off-by: Laura Aino Violetta Aléanor <lav <AT> vampires.gay>

 dev-lang/gnu-apl/Manifest           |  1 +
 dev-lang/gnu-apl/gnu-apl-1.8.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-lang/gnu-apl/metadata.xml       | 17 +++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-lang/gnu-apl/Manifest b/dev-lang/gnu-apl/Manifest
new file mode 100644
index 000000000..68ef3529c
--- /dev/null
+++ b/dev-lang/gnu-apl/Manifest
@@ -0,0 +1 @@
+DIST apl-1.8.tar.gz 3565018 BLAKE2B fb1ff3a0c1b22fbd0b03f270d6fdc2d5a5efb83aa7d5ad675d8a6b40b4446663a3f76e80602491c621404d9283bda5ccd146f82bbda7f088f279662e0e3d01e1 SHA512 7b903f2d280bba85fd4efb7c5f26e969930c34fdf4667b93adc445521b2eb19cba54f602d823ed56d31d6d596ffce29479c870a110a41f91aa5b7e1747000b54

diff --git a/dev-lang/gnu-apl/gnu-apl-1.8.ebuild b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild
new file mode 100644
index 000000000..e609889d2
--- /dev/null
+++ b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 Laura Aléanor
+# Distributed under the terms of the GNU General Public License v3 or later
+
+EAPI=8
+
+DESCRIPTION="GNU interpreter for the APL programming language"
+HOMEPAGE="https://www.gnu.org/software/apl/"
+SRC_URI="mirror://gnu/apl/apl-${PV}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/apl-${PV}"
+
+IUSE="static-libs erlang libapl python gtk3 pcre2 sqlite3 postgresql"
+
+RDEPEND="gtk3? ( >=gui-libs/gtk-3.0.0 )
+		 sqlite3? ( >=dev-db/sqlite-3.0.0 )
+		 postgresql? ( dev-db/postgresql )
+		 pcre2? ( dev-libs/libpcre2 )"
+
+src_configure () {
+	econf $(use_enable static-libs static)\
+		  $(use erlang && echo --with-erlang)\
+		  $(use libapl && echo --with-libapl)\
+		  $(use python && echo --with-python)\
+		  $(use gtk3 && echo --with-gtk3)\
+		  $(use pcre2 && echo --with-pcre)\
+		  $(use sqlite3 && echo --with-sqlite3)\
+		  $(use postgresql && echo --with-postgresql)\
+		  CXX_WERROR=no
+}

diff --git a/dev-lang/gnu-apl/metadata.xml b/dev-lang/gnu-apl/metadata.xml
new file mode 100644
index 000000000..e89cbe0a8
--- /dev/null
+++ b/dev-lang/gnu-apl/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lav@vampires.gay</email>
+    <name>Laura Aléanor</name>
+  </maintainer>
+  <use>
+    <flag name="erlang">Build the Erlang interface</flag>
+    <flag name="python">Build the Python extension lib_gnu_apl.so</flag>
+    <flag name="gtk3">Include the interface to gtk3</flag>
+    <flag name="libapl">Build as a shared library rather than an executable</flag>
+    <flag name="pcre2">Enable pcre2</flag>
+    <flag name="postgresql">Use postrgesql</flag>
+    <flag name="sqlite3">Use sqlite3</flag>
+  </use>
+</pkgmetadata>


             reply	other threads:[~2023-04-30 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-30 17:30 Laura Aléanor [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-05 14:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/gnu-apl/ Laura Aléanor

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=1682875630.3c688d1898cb446a014d77b05b5db0cddfa33392.lav@gentoo \
    --to=lav@vampires.gay \
    --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