public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnucobol/
Date: Thu, 24 Nov 2022 11:33:32 +0000 (UTC)	[thread overview]
Message-ID: <1669289595.373f0e982f98bd5598ff4f792d69423b94a4c570.tupone@gentoo> (raw)

commit:     373f0e982f98bd5598ff4f792d69423b94a4c570
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 11:33:00 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 11:33:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373f0e98

dev-lang/gnucobol: add 3.1.2

Closes: https://bugs.gentoo.org/685960
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-lang/gnucobol/Manifest              |  1 +
 dev-lang/gnucobol/gnucobol-3.1.2.ebuild | 36 +++++++++++++++++++++++++++++++++
 dev-lang/gnucobol/metadata.xml          |  5 ++++-
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-lang/gnucobol/Manifest b/dev-lang/gnucobol/Manifest
index 81739e232484..f13467cb7de9 100644
--- a/dev-lang/gnucobol/Manifest
+++ b/dev-lang/gnucobol/Manifest
@@ -1 +1,2 @@
+DIST gnucobol-3.1.2.tar.xz 2198512 BLAKE2B ccf9252bc4d5e64e966cea483981da36155767a5879967be7226fbcd8f13d8b427558de3a25cc8638f9156882b6f368acbf3e84d5e2ee68bd5754a6a513ac7d6 SHA512 738149c9d3e01140e4036b041f4eaa6c7caf7848a87146a3dd9940a9f17006805fd3c6b169d346bf01a0c2e671655080978c0f3182a85389f8f8a373ca8c1435
 DIST open-cobol-1.1.tar.gz 1007791 BLAKE2B 9154590626d885a75043c2426c1fafb146e0f7213d05f353f6d01c0e6b8cd8073e12f454a19ae1d3c712606f1c15958f241a7c54f76c995d0ce396d1eba1a0b0 SHA512 eb06cec456425ba5f4a091ae4ac0bfd14f38549bc147c606a022804f602102df6dbf0d399614f0eda49d50dee17eef55087748853a8cc8bdd1248f94fd09110c

diff --git a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild
new file mode 100644
index 000000000000..2cbdbbeb39c3
--- /dev/null
+++ b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A free/libre COBOL compiler"
+HOMEPAGE="https://gnucobol.sourceforge.io/"
+SRC_URI="mirror://sourceforge/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="berkdb json nls xml"
+
+RDEPEND="dev-libs/gmp:0=
+	json? ( dev-libs/json-c )
+	xml? ( dev-libs/libxml2 )
+	berkdb? ( sys-libs/db:4.8= )
+	sys-libs/ncurses"
+DEPEND="${RDEPEND}
+	sys-devel/libtool"
+
+DOCS=( AUTHORS ChangeLog NEWS README README.md )
+
+src_configure() {
+	econf \
+		$(use_with berkdb db) \
+		$(use_with json) \
+		$(use_with xml xml2) \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}

diff --git a/dev-lang/gnucobol/metadata.xml b/dev-lang/gnucobol/metadata.xml
index deafad69d61d..67d7438cc42b 100644
--- a/dev-lang/gnucobol/metadata.xml
+++ b/dev-lang/gnucobol/metadata.xml
@@ -17,7 +17,10 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<use>
+		<flag name="json">Enable support for JSON template formatting via <pkg>dev-libs/json-c</pkg></flag>
+	</use>
 	<upstream>
-		<remote-id type="sourceforge">open-cobol</remote-id>
+		<remote-id type="sourceforge">gnucobol</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2022-11-24 11:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-24 11:33 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-24 11:35 [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnucobol/ Sam James
2022-11-24 11:35 Sam James
2022-11-26 15:11 Alfredo Tupone
2023-12-23 22:40 Alfredo Tupone
2024-12-19 20:03 Alfredo Tupone
2025-03-22 22:55 Alfredo Tupone

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=1669289595.373f0e982f98bd5598ff4f792d69423b94a4c570.tupone@gentoo \
    --to=tupone@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