blueness 14/10/09 09:32:33 Modified: ChangeLog Added: arm-1.4.5.0-r1.ebuild Log: Fix RDEPENDS, bug #523538 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.32 net-misc/arm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arm/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arm/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arm/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 24 Jul 2014 02:23:35 -0000 1.31 +++ ChangeLog 9 Oct 2014 09:32:33 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/arm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.31 2014/07/24 02:23:35 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.32 2014/10/09 09:32:33 blueness Exp $ + +*arm-1.4.5.0-r1 (09 Oct 2014) + + 09 Oct 2014; Anthony G. Basile <[email protected]> +arm-1.4.5.0-r1.ebuild: + Fix RDEPENDS, bug #523538 24 Jul 2014; Naohiro Aota <[email protected]> arm-1.4.5.0_p20140714-r2.ebuild: Add ~x86-fbsd. #517838 1.1 net-misc/arm/arm-1.4.5.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arm/arm-1.4.5.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/arm/arm-1.4.5.0-r1.ebuild?rev=1.1&content-type=text/plain Index: arm-1.4.5.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/arm/arm-1.4.5.0-r1.ebuild,v 1.1 2014/10/09 09:32:33 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 ~x86-fbsd" IUSE="" # Note: While we depend on net-misc/tor, we strictly speaking # don't have to because it could run on a different machine. RDEPEND=" >=net-misc/tor-0.2.1.27 app-admin/sudo sys-apps/man sys-process/lsof net-dns/bind-tools" DEPEND="${RDEPEND}" 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' }
