commit:     8fc8ad0d748cd320ce825383c289ea3281c8cc2e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 09:55:57 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 11:17:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc8ad0d

dev-lang/open-cobol: prepare for move to gnucobol

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-lang/open-cobol/metadata.xml          | 12 ++++++++++++
 dev-lang/open-cobol/open-cobol-1.1.ebuild |  7 +++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-lang/open-cobol/metadata.xml b/dev-lang/open-cobol/metadata.xml
index e94ff8ae58cb..deafad69d61d 100644
--- a/dev-lang/open-cobol/metadata.xml
+++ b/dev-lang/open-cobol/metadata.xml
@@ -5,6 +5,18 @@
                <email>[email protected]</email>
                <name>Patrick Lauer</name>
        </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alfredo Tupone</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Anton Kochkov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <upstream>
                <remote-id type="sourceforge">open-cobol</remote-id>
        </upstream>

diff --git a/dev-lang/open-cobol/open-cobol-1.1.ebuild 
b/dev-lang/open-cobol/open-cobol-1.1.ebuild
index d7fd39c417a0..fa480cae9180 100644
--- a/dev-lang/open-cobol/open-cobol-1.1.ebuild
+++ b/dev-lang/open-cobol/open-cobol-1.1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PN="open-cobol"
+MYP=${MY_PN}-${PV}
 # Future proof pkg if maintainer or p-m want to bump to latest GNUCobol
 
 DESCRIPTION="an open-source COBOL compiler"
 HOMEPAGE="https://sourceforge.net/projects/open-cobol/";
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/${MY_PN}/${MYP}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 # License must be changed to GPL-3+ if/when pkgmove is done
@@ -25,6 +26,8 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+S="${WORKDIR}"/${MYP}
+
 src_configure() {
        econf \
                $(use_with berkdb db) \

Reply via email to