summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-19 23:37:45 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-20 00:51:43 -0800
commit5d459c791c3dcddd093d897644586b1fb8153ee8 (patch)
tree31cde1b59deb04960c39dfd5d4ba0a3ce133c1bb /app-emulation
parentMove {app-emulation -> app-containers}/skopeo (diff)
downloadgentoo-5d459c791c3dcddd093d897644586b1fb8153ee8.tar.gz
gentoo-5d459c791c3dcddd093d897644586b1fb8153ee8.tar.bz2
gentoo-5d459c791c3dcddd093d897644586b1fb8153ee8.zip
Move {app-emulation -> app-containers}/sen
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/sen/Manifest1
-rw-r--r--app-emulation/sen/metadata.xml9
-rw-r--r--app-emulation/sen/sen-0.6.1_p20200905.ebuild39
3 files changed, 0 insertions, 49 deletions
diff --git a/app-emulation/sen/Manifest b/app-emulation/sen/Manifest
deleted file mode 100644
index f610c5c57e56..000000000000
--- a/app-emulation/sen/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sen-0.6.1_p20200905.tar.gz 1913978 BLAKE2B 189bff583770265de29ca3e54cad1283051c05eccab4fc98160801e50b31376188c52e49b43972292fe231b376ba42879fb34d7b1ae70c2246d676a6e25f670b SHA512 cd1899c1b4c5c7cf7f1f2f5e557bd609a7d7619dbc3fc6457f5ef5ce5c9ab43d92a6fbfa228c43d543d4f46c7928d74dbed9ab8346cabc772c8e7c63a7c07bfe
diff --git a/app-emulation/sen/metadata.xml b/app-emulation/sen/metadata.xml
deleted file mode 100644
index fbd85595ef5f..000000000000
--- a/app-emulation/sen/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">TomasTomecek/sen</remote-id>
- <remote-id type="pypi">sen</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-emulation/sen/sen-0.6.1_p20200905.ebuild b/app-emulation/sen/sen-0.6.1_p20200905.ebuild
deleted file mode 100644
index 01c320dce915..000000000000
--- a/app-emulation/sen/sen-0.6.1_p20200905.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b"
-
-DESCRIPTION="Terminal User Interface for docker engine"
-HOMEPAGE="https://github.com/TomasTomecek/sen"
-SRC_URI="https://github.com/TomasTomecek/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
- dev-python/urwidtrees[${PYTHON_USEDEP}]
- dev-python/docker-py[${PYTHON_USEDEP}]
- "
-BDEPEND="
- test? (
- dev-python/flexmock[${PYTHON_USEDEP}]
- )
- "
-
-distutils_enable_tests pytest
-
-python_install_all() {
- distutils-r1_python_install_all
- dodoc -r docs
-}
-
-python_test() {
- epytest tests
-}