summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/platformio/Manifest1
-rw-r--r--dev-embedded/platformio/metadata.xml8
-rw-r--r--dev-embedded/platformio/platformio-3.5.3.ebuild32
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest
deleted file mode 100644
index 26a56bb..0000000
--- a/dev-embedded/platformio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST platformio-3.5.3.tar.gz 96791 SHA256 21809f0d7e7ab368946dc3b939bca03992bfe3bfeaa759d53107a61b60179ad0 SHA512 4c5b5b0a0c4d6942f91ffcb4317149cdbdba857f17b07ad3f47db9abd97615eafbd310d0f1a2c389b485922af1df6f3a6d7831bce1f92a53540b00998c859247 WHIRLPOOL 6f70b240d45b6fd7cfcf3f9445045d32273d56852eeb1fecda0081b0a5b5506dec6e0bdce4237bd77ef6751de6e474c119cf8f541db8405619c716cba65877c8
diff --git a/dev-embedded/platformio/metadata.xml b/dev-embedded/platformio/metadata.xml
deleted file mode 100644
index 086586c..0000000
--- a/dev-embedded/platformio/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-embedded/platformio/platformio-3.5.3.ebuild b/dev-embedded/platformio/platformio-3.5.3.ebuild
deleted file mode 100644
index 4aa6907..0000000
--- a/dev-embedded/platformio/platformio-3.5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="An open source ecosystem for IoT development"
-HOMEPAGE="http://platformio.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/pyserial-3[${PYTHON_USEDEP}]
- <dev-python/pyserial-4[${PYTHON_USEDEP}]
- >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}]
- <dev-python/lockfile-0.13[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- >=dev-python/click-5[${PYTHON_USEDEP}]
- <dev-python/click-6[${PYTHON_USEDEP}]
- <dev-python/bottle-0.13[${PYTHON_USEDEP}]
- <dev-python/arrow-1[${PYTHON_USEDEP}]"