summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-06 18:24:55 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-06 18:25:59 +0300
commitdbc4fad40f9ba1b2a9ff8c887a85ea4fb62bae24 (patch)
tree1077c3de7c5ec45db4da00c8ea1245413b3aa727
parentsys-apps/pv: Remove linguas_* from IUSE. (diff)
downloadgentoo-dbc4fad40f9ba1b2a9ff8c887a85ea4fb62bae24.tar.gz
gentoo-dbc4fad40f9ba1b2a9ff8c887a85ea4fb62bae24.tar.bz2
gentoo-dbc4fad40f9ba1b2a9ff8c887a85ea4fb62bae24.zip
net-misc/arm: remove last rited package
-rw-r--r--net-misc/arm/Manifest2
-rw-r--r--net-misc/arm/arm-1.4.5.0-r2.ebuild53
-rw-r--r--net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild60
-rw-r--r--net-misc/arm/metadata.xml16
4 files changed, 0 insertions, 131 deletions
diff --git a/net-misc/arm/Manifest b/net-misc/arm/Manifest
deleted file mode 100644
index 71311ccc3ab6..000000000000
--- a/net-misc/arm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST arm-1.4.5.0.tar.bz2 303760 BLAKE2B 2ed08d49b7a03b923569b42d7715b5177dc9434ab5483f57c37ac9e0a910119cfcbc2ef109ffc202adfb29c68a9e0d021365051ef9c6ed5d257be9e4a8541328 SHA512 60560761ba55f39c5b1ddafec9e67dc0cd052804224bf40a229d1a8c8ce87635465147933686078d02584b8681710c99ec169490550d33b7fab5212ac6933519
-DIST arm-1.4.5.0_p20140714.tar.gz 185569 BLAKE2B 32005127ed1435dbf9ae6fe13ec4014754519c00c50394cf019ee73625385e7b8d17060de9e79f899c1d52427d7bca088a6fe4b7f84b9b8037e6f3e4760c6955 SHA512 65145796958a71385f5b8bf0a0a05cd123f5481718480d65d8d48dc3a4cc4fd198158cfe8e5b2a4dbe98818d3d93642694bed18ca6f9ca4bf7f668eb769aee9f
diff --git a/net-misc/arm/arm-1.4.5.0-r2.ebuild b/net-misc/arm/arm-1.4.5.0-r2.ebuild
deleted file mode 100644
index 69b319c282dc..000000000000
--- a/net-misc/arm/arm-1.4.5.0-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='ncurses'
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A ncurses-based status monitor for Tor relays"
-HOMEPAGE="http://www.atagar.com/arm/"
-SRC_URI="http://www.atagar.com/arm/resources/static/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-# Note: While we depend on net-vpn/tor, we strictly speaking
-# don't have to because it could run on a different machine.
-RDEPEND="
- >=net-vpn/tor-0.2.1.27
- app-admin/sudo
- sys-process/lsof
- net-dns/bind-tools
- virtual/man"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
- python_fix_shebang .
-
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- distutils-r1_python_install \
- --docPath "${EPREFIX}/usr/share/doc/${PF}"
-
- sed -i -e "s:python:${EPYTHON}:" "${ED}"usr/bin/arm || die
-}
-
-pkg_postinst() {
- elog "Some graphing data issues have been noted in testing"
- elog "when run as root. It is not recommended to run arm as"
- elog "root until those issues have been isolated and fixed."
- elog
- elog "Trouble with graphs under app-misc/screen? Try:"
- elog 'TERM="rxvt-unicode" arm'
-}
diff --git a/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild b/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild
deleted file mode 100644
index 2a05500a0067..000000000000
--- a/net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-PYTHON_REQ_USE="ncurses"
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="A ncurses-based status monitor for Tor relays"
-HOMEPAGE="http://www.atagar.com/arm/"
-COMMIT_ID="ac7923e31f52d3cf51b538ddf799162d67c04ecc"
-SRC_URI="https://gitweb.torproject.org/arm.git/snapshot/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=net-libs/stem-1.2.2_p20140718[${PYTHON_USEDEP}]
- net-vpn/tor"
-
-python_prepare_all() {
- sed -i -e "s/.version import VERSION/ import __version__ as VERSION/"\
- -e "s/, 'arm.cli'//"\
- -e "s/arm.cli/arm/g"\
- -e "s/'arm.stem'//"\
- -e "/gui/d"\
- -e "s/\"arm\/settings.cfg\",//"\
- -e "/install-purelib/d"\
- -e "/eggPath/d" setup.py || die
- sed -i -e "s/1.4.6_dev/${PV}/" arm/__init__.py || die
- sed -i -e "s/line.replace(/line.replace(u/" arm/util/ui_tools.py || die
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- distutils-r1_python_install --docPath "${EPREFIX}"/usr/share/doc/${PF}
- # Workaround until setup.py is fixed upstream
- python_moduleinto arm
- python_domodule arm/config
- python_replicate_script "${ED}"/usr/bin/run_arm
-}
-python_install_all() {
- distutils-r1_python_install_all --docPath "${EPREFIX}"/usr/share/doc/${PF}
-}
-
-python_test() {
- ${PYTHON} run_tests.py || die
-}
-
-pkg_postinst() {
- elog "Some graphing data issues have been noted in testing"
- elog "when run as root. It is not recommended to run arm as"
- elog "root until those issues have been isolated and fixed."
- elog
- elog "Trouble with graphs under app-misc/screen? Try:"
- elog 'TERM="rxvt-unicode" arm'
-}
diff --git a/net-misc/arm/metadata.xml b/net-misc/arm/metadata.xml
deleted file mode 100644
index f1dcc5dbf220..000000000000
--- a/net-misc/arm/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
- <maintainer type="person">
- <email>jesse@boldandbusted.com</email>
- <name>Jesse Adelman</name>
- </maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>