summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-04-29 12:17:57 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-04-29 12:17:57 +0000
commit8528521c753020d29c0fb93720174a76fb84b24a (patch)
tree197380f555efa7f727654ff3e1b3b11b2f3d9b35 /net-misc/arm
parentVersion bump (diff)
downloadgentoo-2-8528521c753020d29c0fb93720174a76fb84b24a.tar.gz
gentoo-2-8528521c753020d29c0fb93720174a76fb84b24a.tar.bz2
gentoo-2-8528521c753020d29c0fb93720174a76fb84b24a.zip
Remove older unstable versions
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/arm')
-rw-r--r--net-misc/arm/ChangeLog6
-rw-r--r--net-misc/arm/arm-1.4.0.2-r1.ebuild42
-rw-r--r--net-misc/arm/arm-1.4.1.3.ebuild41
-rw-r--r--net-misc/arm/arm-1.4.2.3.ebuild41
-rw-r--r--net-misc/arm/arm-1.4.4.0.ebuild41
5 files changed, 5 insertions, 166 deletions
diff --git a/net-misc/arm/ChangeLog b/net-misc/arm/ChangeLog
index d5958772d510..d8e9525823ed 100644
--- a/net-misc/arm/ChangeLog
+++ b/net-misc/arm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/arm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.19 2012/04/29 12:14:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.20 2012/04/29 12:17:57 blueness Exp $
+
+ 29 Apr 2012; Anthony G. Basile <blueness@gentoo.org> -arm-1.4.0.2-r1.ebuild,
+ -arm-1.4.1.3.ebuild, -arm-1.4.2.3.ebuild, -arm-1.4.4.0.ebuild:
+ Remove older unstable versions
*arm-1.4.5.0 (29 Apr 2012)
diff --git a/net-misc/arm/arm-1.4.0.2-r1.ebuild b/net-misc/arm/arm-1.4.0.2-r1.ebuild
deleted file mode 100644
index 7746fe907f2d..000000000000
--- a/net-misc/arm/arm-1.4.0.2-r1.ebuild
+++ /dev/null
@@ -1,42 +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.0.2-r1.ebuild,v 1.1 2011/01/09 01:30:16 blueness Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="ncurses"
-
-inherit versionator python distutils
-MY_P=${PN}-$(replace_version_separator 3 -)
-
-DESCRIPTION="A ncurses-based status monitor for Tor relays"
-HOMEPAGE="http://www.atagar.com/arm/"
-SRC_URI="http://www.atagar.com/arm/resources/${MY_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}"
-
-src_prepare() {
- sed -i -e "s:^docPath =.*$:docPath = \"/usr/share/doc/${PF}\":" setup.py
-}
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-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.1.3.ebuild b/net-misc/arm/arm-1.4.1.3.ebuild
deleted file mode 100644
index 229b1c1eb3e6..000000000000
--- a/net-misc/arm/arm-1.4.1.3.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.1.3.ebuild,v 1.1 2011/01/16 16:53:00 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'
-}
diff --git a/net-misc/arm/arm-1.4.2.3.ebuild b/net-misc/arm/arm-1.4.2.3.ebuild
deleted file mode 100644
index a1c4aab74d88..000000000000
--- a/net-misc/arm/arm-1.4.2.3.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.3.ebuild,v 1.1 2011/05/15 13:39:38 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'
-}
diff --git a/net-misc/arm/arm-1.4.4.0.ebuild b/net-misc/arm/arm-1.4.4.0.ebuild
deleted file mode 100644
index 17a3fd054013..000000000000
--- a/net-misc/arm/arm-1.4.4.0.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.4.0.ebuild,v 1.1 2011/09/26 19:05:10 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'
-}