diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-05-15 13:40:53 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-05-15 13:40:53 +0000 |
commit | 76d89fc4abb378ef66f99fc0f5f515443f70412c (patch) | |
tree | a9b88e141698eb3e86f1271e62186c1f3dbfd880 /net-misc/arm | |
parent | alpha/ia64/s390/sh/sparc stable wrt #363965 (diff) | |
download | gentoo-2-76d89fc4abb378ef66f99fc0f5f515443f70412c.tar.gz gentoo-2-76d89fc4abb378ef66f99fc0f5f515443f70412c.tar.bz2 gentoo-2-76d89fc4abb378ef66f99fc0f5f515443f70412c.zip |
Removed older version
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/arm')
-rw-r--r-- | net-misc/arm/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/arm/arm-1.4.2.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/net-misc/arm/ChangeLog b/net-misc/arm/ChangeLog index 61aa887037de..d7a9800718aa 100644 --- a/net-misc/arm/ChangeLog +++ b/net-misc/arm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/arm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.9 2011/05/15 13:39:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.10 2011/05/15 13:40:53 blueness Exp $ + + 15 May 2011; Anthony G. Basile <blueness@gentoo.org> -arm-1.4.2.2.ebuild: + Removed older version *arm-1.4.2.3 (15 May 2011) diff --git a/net-misc/arm/arm-1.4.2.2.ebuild b/net-misc/arm/arm-1.4.2.2.ebuild deleted file mode 100644 index 058a439040a2..000000000000 --- a/net-misc/arm/arm-1.4.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/arm-1.4.2.2.ebuild,v 1.1 2011/04/09 01:16:52 blueness Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="ncurses" - -inherit python distutils - -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" -IUSE="" - -DEPEND=">=net-misc/tor-0.2.1.27" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_install() { - distutils_src_install --docPath "${EPREFIX}"/usr/share/doc/${PF} -} - -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' -} |