summaryrefslogtreecommitdiff
path: root/app-misc/open-plc-utils
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/open-plc-utils')
-rw-r--r--app-misc/open-plc-utils/Manifest1
-rw-r--r--app-misc/open-plc-utils/open-plc-utils-9999.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/open-plc-utils/Manifest b/app-misc/open-plc-utils/Manifest
deleted file mode 100644
index fea2221..0000000
--- a/app-misc/open-plc-utils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD open-plc-utils-9999.ebuild 760 BLAKE2B 6ddd50043f62f22a9756d61907a4d6ac4457bc5964f4e5b49645ae7dbd31854582d2a91eec1cb60be2f5aecab1179154faf0127fef5fe88ccc1647ecfb4203a7 SHA512 abd8bb9dae61ed9cb0ce2afbb04efe20accf83930bb3f4d8bea65567d4d00c299a2986844f5d3d8a0162790a1fff02ca11f02760027b8e5db75641d742ebd78b
diff --git a/app-misc/open-plc-utils/open-plc-utils-9999.ebuild b/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
deleted file mode 100644
index 6a5c618..0000000
--- a/app-misc/open-plc-utils/open-plc-utils-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} = 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/qca/open-plc-utils.git"
- S=${WORKDIR}/open-plc-utils-${PV}
-else
- SRC_URI="https://github.com/qca/open-plc-utils/archive/v${PV}.tar.gz -> python-diamond-${PV}.tar.gz"
- S=${WORKDIR}/open-plc-utils-${PV}
-fi
-
-DESCRIPTION="Qualcomm Atheros Open Powerline Toolkit. "
-HOMEPAGE="https://github.com/qca/open-plc-utils"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake ROOTFS="${D}" install || die "emake install failed"
- emake ROOTFS="${D}" manuals || die "emake manuals failed"
- use doc && dohtml -r docbook
-}