commit:     9a6def2e92b50234870fb443c96f69933f4b1f84
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 12:33:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 12:33:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a6def2e

sci-libs/iRODS: version bump, EAPI bump

this is still a mess, it wants clang-6 in /opt/
and clang:6 is no longer in ::gentoo. But maybe
it can be patched?

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/iRODS/{iRODS-4.2.0.ebuild => iRODS-4.2.8.ebuild} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-libs/iRODS/iRODS-4.2.0.ebuild 
b/sci-libs/iRODS/iRODS-4.2.8.ebuild
similarity index 57%
rename from sci-libs/iRODS/iRODS-4.2.0.ebuild
rename to sci-libs/iRODS/iRODS-4.2.8.ebuild
index 244962491..eba0c76e2 100644
--- a/sci-libs/iRODS/iRODS-4.2.0.ebuild
+++ b/sci-libs/iRODS/iRODS-4.2.8.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Integrated Rule Oriented Data System, a data management software"
 HOMEPAGE="https://irods.org";
-SRC_URI="https://github.com/irods/irods/archive/4.2.0.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/irods/irods/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
 
-CDEPEND="sys-devel/clang"
 DEPEND=""
 RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/clang"
 
-S="${WORKDIR}"/irods-"${PV}"
+S="${WORKDIR}/irods-${PV}"

Reply via email to