diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:44:04 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:44:04 +0000 |
commit | 1d17e2f62cb2a82879d1261da869b86b6391ea9a (patch) | |
tree | 697b20dc26a9b487c834cf6d562006544240b7ba /app-shells | |
parent | Fix quoting error while moving xf86-video-ivtvdev to xf86-video-ivtv. (diff) | |
download | historical-1d17e2f62cb2a82879d1261da869b86b6391ea9a.tar.gz historical-1d17e2f62cb2a82879d1261da869b86b6391ea9a.tar.bz2 historical-1d17e2f62cb2a82879d1261da869b86b6391ea9a.zip |
Clean up.
Package-Manager: portage-2.1.4
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.24.0.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.0.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.3.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.7.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.9.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.24.0 | 3 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.25.0 | 3 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.25.3 | 3 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.25.7 | 3 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.25.9 | 3 | ||||
-rw-r--r-- | app-shells/pdsh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/pdsh/files/digest-pdsh-2.11 | 2 | ||||
-rw-r--r-- | app-shells/pdsh/files/digest-pdsh-2.12 | 2 | ||||
-rw-r--r-- | app-shells/pdsh/files/digest-pdsh-2.14 | 1 | ||||
-rw-r--r-- | app-shells/pdsh/files/digest-pdsh-2.9 | 2 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.11.ebuild | 30 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.12.ebuild | 30 | ||||
-rw-r--r-- | app-shells/pdsh/pdsh-2.9.ebuild | 34 |
19 files changed, 12 insertions, 252 deletions
diff --git a/app-shells/dsh/ChangeLog b/app-shells/dsh/ChangeLog index cf22ed86993c..9ae891f3e21d 100644 --- a/app-shells/dsh/ChangeLog +++ b/app-shells/dsh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/dsh # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.16 2008/01/29 01:57:58 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.17 2008/01/31 06:43:18 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; -dsh-0.24.0.ebuild, + -dsh-0.25.0.ebuild, -dsh-0.25.3.ebuild, -dsh-0.25.7.ebuild, + -dsh-0.25.9.ebuild: + Clean up. *dsh-0.25.10 (29 Jan 2008) diff --git a/app-shells/dsh/dsh-0.24.0.ebuild b/app-shells/dsh/dsh-0.24.0.ebuild deleted file mode 100644 index 4485612a9ecb..000000000000 --- a/app-shells/dsh/dsh-0.24.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.24.0.ebuild,v 1.7 2008/01/05 00:15:04 jsbronder Exp $ - -DESCRIPTION="DSH - Distributed Shell" -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="nls" - -DEPEND="dev-libs/libdshconfig" -RDEPEND="${DEPEND} - virtual/ssh" - -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) || die - make || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodir /etc/dsh/group - dodoc TODO README ChangeLog -} diff --git a/app-shells/dsh/dsh-0.25.0.ebuild b/app-shells/dsh/dsh-0.25.0.ebuild deleted file mode 100644 index ffc71255919e..000000000000 --- a/app-shells/dsh/dsh-0.25.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.0.ebuild,v 1.7 2008/01/05 00:15:04 jsbronder Exp $ - -DESCRIPTION="DSH - Distributed Shell" -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="nls" - -DEPEND="dev-libs/libdshconfig" -RDEPEND="${DEPEND} - virtual/ssh" - -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) || die - make || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodir /etc/dsh/group - dodoc TODO README ChangeLog -} diff --git a/app-shells/dsh/dsh-0.25.3.ebuild b/app-shells/dsh/dsh-0.25.3.ebuild deleted file mode 100644 index 9eb6379eb9bf..000000000000 --- a/app-shells/dsh/dsh-0.25.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.3.ebuild,v 1.4 2008/01/05 00:15:04 jsbronder Exp $ - -DESCRIPTION="Distributed Shell" -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="nls" - -DEPEND="dev-libs/libdshconfig" -RDEPEND="${DEPEND} - virtual/ssh" - -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) || die - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodir /etc/dsh/group - dodoc TODO README ChangeLog -} diff --git a/app-shells/dsh/dsh-0.25.7.ebuild b/app-shells/dsh/dsh-0.25.7.ebuild deleted file mode 100644 index d5885af71a57..000000000000 --- a/app-shells/dsh/dsh-0.25.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.7.ebuild,v 1.2 2008/01/05 00:15:04 jsbronder Exp $ - -DESCRIPTION="Distributed Shell" -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="nls" - -DEPEND="dev-libs/libdshconfig" -RDEPEND="${DEPEND} - virtual/ssh" - -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodir /etc/dsh/group - dodoc TODO README ChangeLog -} diff --git a/app-shells/dsh/dsh-0.25.9.ebuild b/app-shells/dsh/dsh-0.25.9.ebuild deleted file mode 100644 index 25cc40260ee9..000000000000 --- a/app-shells/dsh/dsh-0.25.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.9.ebuild,v 1.2 2008/01/05 00:15:04 jsbronder Exp $ - -DESCRIPTION="Distributed Shell" -HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" -SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls" - -DEPEND="dev-libs/libdshconfig" -RDEPEND="${DEPEND} - virtual/ssh" - -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodir /etc/dsh/group - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-shells/dsh/files/digest-dsh-0.24.0 b/app-shells/dsh/files/digest-dsh-0.24.0 deleted file mode 100644 index adf3f14a4e9f..000000000000 --- a/app-shells/dsh/files/digest-dsh-0.24.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 537c2d720b0b503248092080f05fbd83 dsh-0.24.0.tar.gz 278782 -RMD160 ad764acd01cd6fe46ec05907066a288c0c92c16d dsh-0.24.0.tar.gz 278782 -SHA256 5dc7f5ec5af4e65011f7f3b0e36aa4df773d77eef6169415bd77c341d8ff7d0e dsh-0.24.0.tar.gz 278782 diff --git a/app-shells/dsh/files/digest-dsh-0.25.0 b/app-shells/dsh/files/digest-dsh-0.25.0 deleted file mode 100644 index b8b6580ca65d..000000000000 --- a/app-shells/dsh/files/digest-dsh-0.25.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 75605002532a50fab43c1e4d62da3caf dsh-0.25.0.tar.gz 374724 -RMD160 4ad5cefec6a3c78c53d15273fdc045f706db762c dsh-0.25.0.tar.gz 374724 -SHA256 387827bd3f6f3c3027efc77389d1c5c7e2d133eabc7b2e469350a075bd3ca7f8 dsh-0.25.0.tar.gz 374724 diff --git a/app-shells/dsh/files/digest-dsh-0.25.3 b/app-shells/dsh/files/digest-dsh-0.25.3 deleted file mode 100644 index f16dbf57ce5d..000000000000 --- a/app-shells/dsh/files/digest-dsh-0.25.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f913285d4cf17772231db9b464ebfcb6 dsh-0.25.3.tar.gz 377676 -RMD160 8a678711f7111c76f4629dd0c8caff16237f1736 dsh-0.25.3.tar.gz 377676 -SHA256 3ecf02e7df751ac3060ec2dc139fbea52daf6ab3cefde005dc0c89f2500e4b82 dsh-0.25.3.tar.gz 377676 diff --git a/app-shells/dsh/files/digest-dsh-0.25.7 b/app-shells/dsh/files/digest-dsh-0.25.7 deleted file mode 100644 index 34f25f4caf45..000000000000 --- a/app-shells/dsh/files/digest-dsh-0.25.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 28808e77310fdf346fefee4cd3f42050 dsh-0.25.7.tar.gz 391977 -RMD160 ce60acc8577e952adc38a8a4ebcb53071b308d80 dsh-0.25.7.tar.gz 391977 -SHA256 c39edb793e1f540907b4908128864aba864bc939c5d893c50a80e16c739195df dsh-0.25.7.tar.gz 391977 diff --git a/app-shells/dsh/files/digest-dsh-0.25.9 b/app-shells/dsh/files/digest-dsh-0.25.9 deleted file mode 100644 index 2e415f778039..000000000000 --- a/app-shells/dsh/files/digest-dsh-0.25.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 60734780242172fca9e68d223654292d dsh-0.25.9.tar.gz 394375 -RMD160 e0ce92e68e71a788e722381932c5389ff982998a dsh-0.25.9.tar.gz 394375 -SHA256 147c59c902dbd7a3290e20f41b5cc594192d6c93957d34dd061eb8d27bd9e466 dsh-0.25.9.tar.gz 394375 diff --git a/app-shells/pdsh/ChangeLog b/app-shells/pdsh/ChangeLog index af7b179a6363..d1cb950a5dc9 100644 --- a/app-shells/pdsh/ChangeLog +++ b/app-shells/pdsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/pdsh # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.7 2008/01/29 01:38:04 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.8 2008/01/31 06:44:04 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; -pdsh-2.9.ebuild, + -pdsh-2.11.ebuild, -pdsh-2.12.ebuild: + Clean up. 29 Jan 2008; Justin Bronder <jsbronder@gentoo.org> pdsh-2.9.ebuild, pdsh-2.11.ebuild, pdsh-2.12.ebuild, pdsh-2.14.ebuild: diff --git a/app-shells/pdsh/files/digest-pdsh-2.11 b/app-shells/pdsh/files/digest-pdsh-2.11 deleted file mode 100644 index d8159b97c0ce..000000000000 --- a/app-shells/pdsh/files/digest-pdsh-2.11 +++ /dev/null @@ -1,2 +0,0 @@ -RMD160 8878f5b1cc47b975a4d48ca6ce708fc7be2f9a53 pdsh-2.11.tar.gz 607236 -SHA256 d84f3caa0fe7dcd82606506c0a9b9015b6009f7bf3f63aecf0fe02721644c0a9 pdsh-2.11.tar.gz 607236 diff --git a/app-shells/pdsh/files/digest-pdsh-2.12 b/app-shells/pdsh/files/digest-pdsh-2.12 deleted file mode 100644 index 0643b8bc8bf3..000000000000 --- a/app-shells/pdsh/files/digest-pdsh-2.12 +++ /dev/null @@ -1,2 +0,0 @@ -RMD160 cf76e5e77712b5ecbdfcafd3124a83ea5a1ad739 pdsh-2.12.tar.bz2 437109 -SHA256 5ed4c681ed9a7171047a3ccfbeaeca1b07a3c0e14f13d7773628c28935ef33da pdsh-2.12.tar.bz2 437109 diff --git a/app-shells/pdsh/files/digest-pdsh-2.14 b/app-shells/pdsh/files/digest-pdsh-2.14 index 5548793fbdef..563dccc5b5c6 100644 --- a/app-shells/pdsh/files/digest-pdsh-2.14 +++ b/app-shells/pdsh/files/digest-pdsh-2.14 @@ -1,2 +1,3 @@ +MD5 9a894fbdafaf8aaf3dd1466d867c2f41 pdsh-2.14.tar.bz2 445693 RMD160 732fb8f0923ce5222dd88332766832621ad8a32c pdsh-2.14.tar.bz2 445693 SHA256 7f08f4c78d5370683b27ae0db42817f72a21c3a2bb0db0c3ac8175f2f407a563 pdsh-2.14.tar.bz2 445693 diff --git a/app-shells/pdsh/files/digest-pdsh-2.9 b/app-shells/pdsh/files/digest-pdsh-2.9 deleted file mode 100644 index bcc28109d844..000000000000 --- a/app-shells/pdsh/files/digest-pdsh-2.9 +++ /dev/null @@ -1,2 +0,0 @@ -RMD160 8a6f998561a04e44460dd225cd9a32d9b2d2cc7d pdsh-2.9.tar.gz 602810 -SHA256 8b129323d2df082df5973a57b304161d6a464955dece2614de11ff102247f24f pdsh-2.9.tar.gz 602810 diff --git a/app-shells/pdsh/pdsh-2.11.ebuild b/app-shells/pdsh/pdsh-2.11.ebuild deleted file mode 100644 index 8159643beefa..000000000000 --- a/app-shells/pdsh/pdsh-2.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.11.ebuild,v 1.3 2008/01/29 01:38:04 jsbronder Exp $ - -DESCRIPTION="A high-performance, parallel remote shell utility." -HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="crypt readline rsh" -RDEPEND="crypt? ( net-misc/openssh ) - rsh? ( net-misc/netkit-rsh ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND}" - -src_compile() { - econf \ - $(use_with crypt ssh) \ - $(use_with rsh) \ - $(use_with readline) \ - --with-machines \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/app-shells/pdsh/pdsh-2.12.ebuild b/app-shells/pdsh/pdsh-2.12.ebuild deleted file mode 100644 index 6628a9a99749..000000000000 --- a/app-shells/pdsh/pdsh-2.12.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.12.ebuild,v 1.2 2008/01/29 01:38:04 jsbronder Exp $ - -DESCRIPTION="A high-performance, parallel remote shell utility." -HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crypt readline rsh" -RDEPEND="crypt? ( net-misc/openssh ) - rsh? ( net-misc/netkit-rsh ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND}" - -src_compile() { - econf \ - $(use_with crypt ssh) \ - $(use_with rsh) \ - $(use_with readline) \ - --with-machines \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/app-shells/pdsh/pdsh-2.9.ebuild b/app-shells/pdsh/pdsh-2.9.ebuild deleted file mode 100644 index 91a80f8b2499..000000000000 --- a/app-shells/pdsh/pdsh-2.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.9.ebuild,v 1.3 2008/01/29 01:38:04 jsbronder Exp $ - -inherit versionator - -MY_PV=$(replace_version_separator 2 '-') -MY_P="${PN}-${MY_PV}" -DESCRIPTION="A high-performance, parallel remote shell utility." -HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="crypt readline" -RDEPEND="crypt? ( net-misc/openssh ) - net-misc/netkit-rsh - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf \ - $(use_with crypt ssh) \ - --with-rsh \ - $(use_with readline) \ - --with-machines \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - einstall || die "install failed" -} |