commit:     2bd7d6ebe6fc06e70e6179bfc4fac05c7aacd9c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:34:08 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 05:56:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd7d6eb

dev-db/ocp: drop 0.2-r1, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-db/ocp/Manifest          |  1 -
 dev-db/ocp/ocp-0.2-r1.ebuild | 41 -----------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-db/ocp/Manifest b/dev-db/ocp/Manifest
index ea45fabd60b9..7ce94fa57a9d 100644
--- a/dev-db/ocp/Manifest
+++ b/dev-db/ocp/Manifest
@@ -1,2 +1 @@
-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.2-r1.ebuild b/dev-db/ocp/ocp-0.2-r1.ebuild
deleted file mode 100644
index f53cafed6893..000000000000
--- a/dev-db/ocp/ocp-0.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-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[sdk]
-       dev-libs/popt
-       sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       default
-
-       if [[ ${PV} == *9999 ]] ; then
-               eautoreconf
-       fi
-}
-
-src_configure() {
-       append-ldflags $(no-as-needed)
-       default
-}

Reply via email to