diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 12:38:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-26 12:38:43 +0000 |
commit | fd64df91ad0b598803dc8ba6d1fc7426ae1735a7 (patch) | |
tree | 878e859401267e0ba0e62f0e9a5635aabdad6f21 /sys-cluster/polysh | |
parent | Remove old. (diff) | |
download | gentoo-2-fd64df91ad0b598803dc8ba6d1fc7426ae1735a7.tar.gz gentoo-2-fd64df91ad0b598803dc8ba6d1fc7426ae1735a7.tar.bz2 gentoo-2-fd64df91ad0b598803dc8ba6d1fc7426ae1735a7.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sys-cluster/polysh')
-rw-r--r-- | sys-cluster/polysh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/polysh/polysh-0.3.1.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/sys-cluster/polysh/ChangeLog b/sys-cluster/polysh/ChangeLog index 674ba04a12cb..9cc381b54a0a 100644 --- a/sys-cluster/polysh/ChangeLog +++ b/sys-cluster/polysh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/polysh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.9 2014/06/05 11:28:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.10 2014/06/26 12:38:43 kensington Exp $ + + 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> -polysh-0.3.1.ebuild: + Remove old. 05 Jun 2014; Fabian Groffen <grobian@gentoo.org> polysh-0.4-r1.ebuild: Marked ~x64-macos diff --git a/sys-cluster/polysh/polysh-0.3.1.ebuild b/sys-cluster/polysh/polysh-0.3.1.ebuild deleted file mode 100644 index 86b3a129747f..000000000000 --- a/sys-cluster/polysh/polysh-0.3.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.3.1.ebuild,v 1.1 2013/02/02 12:58:03 xarthisius Exp $ - -EAPI=3 -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="aggregate several remote shells into one" -HOMEPAGE="http://guichaz.free.fr/polysh/" -SRC_URI="http://dev.gentoo.org/~xarthisius/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" |