diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-09-30 15:45:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-09-30 15:45:19 +0000 |
commit | 671cda70fb6b73a0e01064273c870d53719a466c (patch) | |
tree | bd396f7a6f9e9be1af82f7c1fd74bebe03c08246 /app-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-671cda70fb6b73a0e01064273c870d53719a466c.tar.gz gentoo-2-671cda70fb6b73a0e01064273c870d53719a466c.tar.bz2 gentoo-2-671cda70fb6b73a0e01064273c870d53719a466c.zip |
Remove old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/byobu/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.73.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.74.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.76.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.77.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.78.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.80.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.81.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.82.ebuild | 42 | ||||
-rw-r--r-- | app-misc/byobu/byobu-5.84.ebuild | 42 |
10 files changed, 7 insertions, 379 deletions
diff --git a/app-misc/byobu/ChangeLog b/app-misc/byobu/ChangeLog index ae02a8ba152b..1432c68dc3dd 100644 --- a/app-misc/byobu/ChangeLog +++ b/app-misc/byobu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/byobu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.90 2014/09/30 15:44:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.91 2014/09/30 15:45:19 radhermit Exp $ + + 30 Sep 2014; Tim Harder <radhermit@gentoo.org> -byobu-5.73.ebuild, + -byobu-5.74.ebuild, -byobu-5.76.ebuild, -byobu-5.77.ebuild, + -byobu-5.78.ebuild, -byobu-5.80.ebuild, -byobu-5.81.ebuild, + -byobu-5.82.ebuild, -byobu-5.84.ebuild: + Remove old. *byobu-5.87 (30 Sep 2014) diff --git a/app-misc/byobu/byobu-5.73.ebuild b/app-misc/byobu/byobu-5.73.ebuild deleted file mode 100644 index 39e4314ec6fc..000000000000 --- a/app-misc/byobu/byobu-5.73.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.73.ebuild,v 1.1 2014/02/19 10:07:24 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.74.ebuild b/app-misc/byobu/byobu-5.74.ebuild deleted file mode 100644 index bd658d6158d0..000000000000 --- a/app-misc/byobu/byobu-5.74.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.74.ebuild,v 1.1 2014/03/17 04:04:45 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.76.ebuild b/app-misc/byobu/byobu-5.76.ebuild deleted file mode 100644 index c9e889921579..000000000000 --- a/app-misc/byobu/byobu-5.76.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.76.ebuild,v 1.1 2014/03/19 08:29:16 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.77.ebuild b/app-misc/byobu/byobu-5.77.ebuild deleted file mode 100644 index adab172ccc3a..000000000000 --- a/app-misc/byobu/byobu-5.77.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.77.ebuild,v 1.1 2014/03/31 03:04:52 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.78.ebuild b/app-misc/byobu/byobu-5.78.ebuild deleted file mode 100644 index 389ac35de12f..000000000000 --- a/app-misc/byobu/byobu-5.78.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.78.ebuild,v 1.1 2014/04/24 00:12:05 jer Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.80.ebuild b/app-misc/byobu/byobu-5.80.ebuild deleted file mode 100644 index 5031458bf1f8..000000000000 --- a/app-misc/byobu/byobu-5.80.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.80.ebuild,v 1.1 2014/05/03 07:09:05 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.81.ebuild b/app-misc/byobu/byobu-5.81.ebuild deleted file mode 100644 index 11a793420839..000000000000 --- a/app-misc/byobu/byobu-5.81.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.81.ebuild,v 1.1 2014/07/08 03:19:06 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.82.ebuild b/app-misc/byobu/byobu-5.82.ebuild deleted file mode 100644 index 93ba7f031279..000000000000 --- a/app-misc/byobu/byobu-5.82.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.82.ebuild,v 1.1 2014/07/26 15:57:44 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} diff --git a/app-misc/byobu/byobu-5.84.ebuild b/app-misc/byobu/byobu-5.84.ebuild deleted file mode 100644 index 7fbc3385aa49..000000000000 --- a/app-misc/byobu/byobu-5.84.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.84.ebuild,v 1.1 2014/08/04 16:44:37 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" -HOMEPAGE="http://byobu.co" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="screen" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/newt[${PYTHON_USEDEP}] - screen? ( app-misc/screen ) - !screen? ( app-misc/tmux )" - -src_prepare() { - python_fix_shebang . - - # Set default system backend to screen - if use screen ; then - sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die - fi -} - -src_install() { - default - - # Create symlinks for backends - dosym ${PN} /usr/bin/${PN}-screen - dosym ${PN} /usr/bin/${PN}-tmux - - docompress -x /usr/share/doc/${PN} -} |