commit: 3e6783d74e9cd3f9c29d161fe350a7c218e7b870
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:42:56 2018 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:46:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6783d7
sci-geosciences/opencpn-plugin-ocpn_draw: remove old version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-geosciences/opencpn-plugin-ocpn_draw/Manifest | 1 -
.../opencpn-plugin-ocpn_draw-1.0.12.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
index def7413ba42..7e2f5f76d72 100644
--- a/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
+++ b/sci-geosciences/opencpn-plugin-ocpn_draw/Manifest
@@ -1,2 +1 @@
-DIST opencpn-plugin-ocpn_draw-1.0.12.tar.gz 1122888 BLAKE2B
124fe1721582a81bb4f81e993e2ccc6f83c0e81bbbb126edb13cf9dd6816cbaaa9562fd6d13d2e54229c66e0151c7e53429360438ae75c20995380652815991d
SHA512
d9c6afe17efbc3fa668958b55a67ba7160670ef1c3c16c1db11d360dcd8dc2c27894b89cb724443c96b6d30152ee01e651a120dfe003a3d3a951872c7900850c
DIST opencpn-plugin-ocpn_draw-1.3.14.tar.gz 1341500 BLAKE2B
9324a05d4c7772808be9b90e4b9451724eb8b4ed5439e0dcb40eda13d9583246f9ee47e627e09c219c0fb7e8173079e85c2a0f7be2da2f1cc0f7d7d0548ef974
SHA512
8102eda5edc1b198db639a662f3533423e67ee6a3633c1a74b727a56e3176737deb930d77fb9dbbf38b8c8f678fb31c8087ae5636bc3f9ed156dbec77bdbe6cf
diff --git
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
b/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
deleted file mode 100644
index 6799ad2bc79..00000000000
---
a/sci-geosciences/opencpn-plugin-ocpn_draw/opencpn-plugin-ocpn_draw-1.0.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-MY_PN="ocpn_draw_pi"
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/jongough/${MY_PN}.git"
- inherit git-r3 cmake-utils wxwidgets
- KEYWORDS=""
-else
- SRC_URI="
- https://github.com/jongough/${MY_PN}/archive/${PV}.tar.gz ->
${P}.tar.gz
- "
- inherit cmake-utils wxwidgets
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Draw Plugin for OpenCPN"
-HOMEPAGE="https://github.com/jongough/ocpn_draw_pi"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- x11-libs/wxGTK:${WX_GTK_VER}
- >=sci-geosciences/opencpn-4.2.0
- sys-devel/gettext
-"
-DEPEND="${RDEPEND}"
-src_prepare() {
- need-wxwidgets unicode
- cmake-utils_src_prepare
-}