aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 13:33:12 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 13:33:12 +0100
commit9a6def2e92b50234870fb443c96f69933f4b1f84 (patch)
treeefe04ef816c997cd156c051fdfbcc37c21124e9d /sci-libs/iRODS/iRODS-4.2.0.ebuild
parentsci-libs/libmatheval: version bump, EAPI bump (diff)
downloadsci-9a6def2e92b50234870fb443c96f69933f4b1f84.tar.gz
sci-9a6def2e92b50234870fb443c96f69933f4b1f84.tar.bz2
sci-9a6def2e92b50234870fb443c96f69933f4b1f84.zip
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@riseup.net>
Diffstat (limited to 'sci-libs/iRODS/iRODS-4.2.0.ebuild')
-rw-r--r--sci-libs/iRODS/iRODS-4.2.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/iRODS/iRODS-4.2.0.ebuild b/sci-libs/iRODS/iRODS-4.2.0.ebuild
deleted file mode 100644
index 244962491..000000000
--- a/sci-libs/iRODS/iRODS-4.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-CDEPEND="sys-devel/clang"
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/irods-"${PV}"