summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-14 14:49:30 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-14 14:49:30 +0100
commitdf4d979e16aa72470de024402c3e0e6e64bb72e5 (patch)
tree0972ee9bf1c6ac9c15f809b12ee9ed096bc5754c /app-misc
parentcc864023adeab822fc8cb1f7efdabe85340db939 (diff)
downloadgentoo-personal-overlay-df4d979e16aa72470de024402c3e0e6e64bb72e5.tar.gz
gentoo-personal-overlay-df4d979e16aa72470de024402c3e0e6e64bb72e5.tar.bz2
gentoo-personal-overlay-df4d979e16aa72470de024402c3e0e6e64bb72e5.zip
Drop opentx-companion
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/opentx-companion/Manifest1
-rw-r--r--app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-misc/opentx-companion/Manifest b/app-misc/opentx-companion/Manifest
deleted file mode 100644
index 93a996d..0000000
--- a/app-misc/opentx-companion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 2.2.0.tar.gz 25627887 SHA256 4cce579b6a69e41b2fd7e3906d5deadd5137d111e695d3325032b2a553a1a1e5 SHA512 83a147bc3f3b3ffd07f29fd0b8fbdf9fca35fdf3e70f9984c3313ef651f20ff15d6d3542717d69f241c1eababfb09b8aaa19ef35d544b11c9da865f519c93656 WHIRLPOOL aaee7105e3088110170b623dddbaa43dd3d060a38f9cfaa96cd0a8cd40ede431e3d8daad22753b964d12e9893a926325276e780d99cd219be961e911eca7c0a1
diff --git a/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild b/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild
deleted file mode 100644
index 9944ef3..0000000
--- a/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="EEPROM Editor for OpenTX RC transmitter firmwares"
-HOMEPAGE="http://www.open-tx.org/"
-SRC_URI="https://github.com/opentx/opentx/archive/$PV.tar.gz"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-util/cmake dev-cpp/xsd sys-devel/bc dev-lang/python"
-
-src_prepare() {
- epatch "${FILESDIR}/Fix-install-strip.patch"
-}