diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
commit | a8b0d35ab742f31538d515dea39716e566d533c0 (patch) | |
tree | 40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /net-misc/arm | |
parent | 8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff) |
gentoo resync : 06.01.2018
Diffstat (limited to 'net-misc/arm')
-rw-r--r-- | net-misc/arm/Manifest | 5 | ||||
-rw-r--r-- | net-misc/arm/arm-1.4.5.0-r2.ebuild | 53 | ||||
-rw-r--r-- | net-misc/arm/arm-1.4.5.0_p20140714-r2.ebuild | 60 | ||||
-rw-r--r-- | net-misc/arm/metadata.xml | 16 |
4 files changed, 0 insertions, 134 deletions
diff --git a/net-misc/arm/Manifest b/net-misc/arm/Manifest deleted file mode 100644 index ece29585f204..000000000000 --- a/net-misc/arm/Manifest +++ /dev/null @@ -1,5 +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 -EBUILD arm-1.4.5.0-r2.ebuild 1252 BLAKE2B 927ecf92e8545e33a50d2084ebb59579d1745509cec93156df1e23e24bac245366b705fe32205bafeacce49e40cbf6a1ba3cae84fe787a54c9a10bd94648b9c1 SHA512 e18e83e529a146e671de966412c215da4d559502d614230fbb37b0f8fbf414fac247c83a2a0b840337005e386e3f380992a29bcf196e13b6c0d896945a17950d -EBUILD arm-1.4.5.0_p20140714-r2.ebuild 1838 BLAKE2B 80b7b2e38b4dc878ea0e53db2ed92473c3f6e4ada2df48aa9eaf86f93759d968c705f27350a6fcaa94a06b1ed6659f88d25deea662ae50926cb3c1d22a5991f2 SHA512 3d8c3d0d6345cd4ab5758ce2d472520cc78774199b2eb9e5b7552b33a7c559ebe69a287fb7ddb83180a2f0942d191c8c5e0a40eea8ec7e146f52374779475eed -MISC metadata.xml 498 BLAKE2B 48ccd567abb76d0c82618f50ff8b666eb42b0ca79ac2989da96513be345290db18311d813066362c7a306b3739be7857d88d995ca9723d933e0e700f002f1814 SHA512 8033a634a646f2211cda2d22a54a238d3b86b68c575f955848b39d1aa6e5985641d1e2ac2c64e48da28cb861431bd0ad199164c58e9730ceef5c04593ec3afee 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> |