dev-db/ocp: bump to 0.3
authorMax Satula <maksym.satula@gmail.com>
Sat, 12 Jan 2019 20:42:16 +0000 (15:42 -0500)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 9 Feb 2019 09:52:00 +0000 (10:52 +0100)
Bump to EAPI=7

Replace a dependency on a transitional package `dev-db/oracle-instantclient-basic`
with a newer `dev-db/oracle-instantclient` package
https://bugs.gentoo.org/show_bug.cgi?id=524922#c12

Signed-off-by: Max Satula <maksym.satula@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10814
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-db/ocp/Manifest
dev-db/ocp/ocp-0.3.ebuild [new file with mode: 0644]
dev-db/ocp/ocp-9999.ebuild

index 61b6d9a9a2f1e5583a54aba88fadba340a50fa1d..ea45fabd60b91fb432662d14343a5931c2ed0e4b 100644 (file)
@@ -1 +1,2 @@
 DIST ocp-0.2.tar.gz 144968 BLAKE2B 495b2af182768a0c18b08350fb77b09964be52afd72f3ff610ed6a0a54905b116744c93c6261986ca48a0a0c56fd23fd2d15d1919f4c8a4ff8b55ebe532efa07 SHA512 0ff132a368a615c2a8e8ecb391da138ce9fd52d638de82e5a4d1c9ec3340b117c9c4d8f971ee86724664f93b4073b189407c3c19a0c22c961922145d30221c85
+DIST ocp-0.3.tar.gz 156447 BLAKE2B 0c7f8743fe4ae46c3b9d95847e39c51fd1b829af9e9a7e87f3b7a59ab146a89ccf0913bebc3b1c0ef985b0faf24152756dc73f243217e4d2dcf8013de342ed27 SHA512 1af862f21cc3572344d26b6765a93e4e9c8744e01d550a36647afbe690886717e3fb1d8264832563161d65d04c41fe183dd8b518320df959fd3aa4ebbe602d38
diff --git a/dev-db/ocp/ocp-0.3.ebuild b/dev-db/ocp/ocp-0.3.ebuild
new file mode 100644 (file)
index 0000000..5c6591b
--- /dev/null
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Oracle copy tool"
+HOMEPAGE="https://github.com/maxsatula/ocp"
+
+if [[ ${PV} == *9999 ]]; then
+       EGIT_REPO_URI="https://github.com/maxsatula/ocp.git"
+       EGIT_BRANCH="develop"
+       inherit git-r3 autotools
+else
+       SRC_URI="https://github.com/maxsatula/ocp/releases/download/v${PV}/${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-db/oracle-instantclient
+       dev-libs/popt
+       sys-libs/zlib"
+DEPEND="
+       dev-db/oracle-instantclient[sdk]
+       ${RDEPEND}"
+
+src_prepare() {
+       default
+
+       if [[ ${PV} == *9999 ]] ; then
+               eautoreconf
+       fi
+}
index baab9a6071ecab8d7e913a99af07c5d4fcc46665..5c6591bf5df306c1d18b0fb5596a1c426306017f 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Oracle copy tool"
 HOMEPAGE="https://github.com/maxsatula/ocp"
@@ -20,10 +20,12 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-       dev-db/oracle-instantclient-basic
+       dev-db/oracle-instantclient
        dev-libs/popt
        sys-libs/zlib"
-DEPEND="${RDEPEND}"
+DEPEND="
+       dev-db/oracle-instantclient[sdk]
+       ${RDEPEND}"
 
 src_prepare() {
        default