summaryrefslogtreecommitdiff
path: root/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild
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/opentx-companion/opentx-companion-2.2.0-r1.ebuild
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/opentx-companion/opentx-companion-2.2.0-r1.ebuild')
-rw-r--r--app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
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"
-}