diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-10-09 08:37:51 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-10-09 08:37:51 +0000 |
commit | bd5af4353d0f716e66e4165d022d4d901b37c286 (patch) | |
tree | ef55a6e64e3d3c1059e0b58ff779945c7e69d577 /app-shells/dash | |
parent | Remove broken and old versions. (diff) | |
download | gentoo-2-bd5af4353d0f716e66e4165d022d4d901b37c286.tar.gz gentoo-2-bd5af4353d0f716e66e4165d022d4d901b37c286.tar.bz2 gentoo-2-bd5af4353d0f716e66e4165d022d4d901b37c286.zip |
Punt old ebuilds
(Portage version: 2.1.3.11)
Diffstat (limited to 'app-shells/dash')
19 files changed, 0 insertions, 584 deletions
diff --git a/app-shells/dash/dash-0.5.2.7.ebuild b/app-shells/dash/dash-0.5.2.7.ebuild deleted file mode 100644 index 2b637b1ab3e0..000000000000 --- a/app-shells/dash/dash-0.5.2.7.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.7.ebuild,v 1.4 2005/09/17 21:17:56 hansmi Exp $ - -inherit eutils versionator flag-o-matic toolchain-funcs - -DEB_P="${PN}_$(replace_version_separator 3 '-')" -MY_P2="${DEB_P%-*}" -MY_P="${MY_P2/_/-}" - -DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" -HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" -SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \ - mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="static" - -RDEPEND="" -DEPEND="${RDEPEND} - sys-apps/sed - dev-util/yacc" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${WORKDIR}/${DEB_P}.diff -} - -src_compile() { - use static && append-ldflags -static - - export CC="$(tc-getCC)" - econf || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.2.8.ebuild b/app-shells/dash/dash-0.5.2.8.ebuild deleted file mode 100644 index 5994a5935a45..000000000000 --- a/app-shells/dash/dash-0.5.2.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.8.ebuild,v 1.1 2005/10/27 17:10:53 ka0ttic Exp $ - -inherit eutils versionator flag-o-matic toolchain-funcs - -DEB_P="${PN}_$(replace_version_separator 3 '-')" -MY_P2="${DEB_P%-*}" -MY_P="${MY_P2/_/-}" - -DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" -HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" -SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \ - mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="static" - -RDEPEND="" -DEPEND="${RDEPEND} - sys-apps/sed - dev-util/yacc" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${WORKDIR}/${DEB_P}.diff -} - -src_compile() { - use static && append-ldflags -static - - export CC="$(tc-getCC)" - econf || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.3.3-r1.ebuild b/app-shells/dash/dash-0.5.3.3-r1.ebuild deleted file mode 100644 index e9178529b104..000000000000 --- a/app-shells/dash/dash-0.5.3.3-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.3-r1.ebuild,v 1.1 2006/10/09 15:18:10 exg Exp $ - -inherit eutils versionator flag-o-matic toolchain-funcs - -DEB_P="${PN}_$(replace_version_separator 3 '-')" -MY_P2="${DEB_P%-*}" -MY_P="${MY_P2/_/-}" - -DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" -HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" -SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \ - mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="static" - -RDEPEND="" -DEPEND="sys-devel/bison" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${DEB_P}.diff - epatch "${FILESDIR}"/${P}-non-matching-charclass.patch -} - -src_compile() { - use static && append-ldflags -static - - export CC="$(tc-getCC)" - econf || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.3.3.ebuild b/app-shells/dash/dash-0.5.3.3.ebuild deleted file mode 100644 index 27488aae2b0d..000000000000 --- a/app-shells/dash/dash-0.5.3.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.3.ebuild,v 1.2 2006/07/06 22:57:35 squinky86 Exp $ - -inherit eutils versionator flag-o-matic toolchain-funcs - -DEB_P="${PN}_$(replace_version_separator 3 '-')" -MY_P2="${DEB_P%-*}" -MY_P="${MY_P2/_/-}" - -DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" -HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" -SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \ - mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="static" - -RDEPEND="" -DEPEND="${RDEPEND} - sys-apps/sed - dev-util/yacc" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${WORKDIR}/${DEB_P}.diff -} - -src_compile() { - use static && append-ldflags -static - - export CC="$(tc-getCC)" - econf || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.3.7-r1.ebuild b/app-shells/dash/dash-0.5.3.7-r1.ebuild deleted file mode 100644 index d1b7a56a1e9b..000000000000 --- a/app-shells/dash/dash-0.5.3.7-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.7-r1.ebuild,v 1.3 2007/05/19 15:57:12 uberlord Exp $ - -inherit autotools eutils flag-o-matic toolchain-funcs - -DEB_PV=${PV%.*} -DEB_PATCH=${PV##*.} -DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" -MY_P="${PN}-${DEB_PV}" - -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the -Almquist SHell) and is POSIX compliant" -HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" -SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz \ - mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="libedit static" - -DEPEND="libedit? ( dev-libs/libedit )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${WORKDIR}/${DEB_PF}".diff - - cd "${S}" - epatch debian/diff/* - - # Below patch sorts the builtincmd structure correctly when LC_ALL isn't C - epatch "${FILESDIR}/${MY_P}"-sort-locale.patch - - # Always statically link libedit in to ensure we always boot if it changes - # which it has done in the past. - local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g" - use static && s="s/-ledit/-ledit -lcurses/g" - sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac" - - # May as well, as the debian patches force this anyway - eautoreconf -} - -src_compile() { - local myconf= - - use static && append-ldflags -static - use libedit && myconf="${myconf} --with-libedit" - export CC="$(tc-getCC)" - - econf ${myconf} || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.3.8-r1.ebuild b/app-shells/dash/dash-0.5.3.8-r1.ebuild deleted file mode 100644 index ebf368091594..000000000000 --- a/app-shells/dash/dash-0.5.3.8-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.8-r1.ebuild,v 1.2 2007/07/09 02:39:57 vapier Exp $ - -inherit autotools eutils flag-o-matic toolchain-funcs - -DEB_PV=${PV%.*} -DEB_PATCH=${PV##*.} -DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" -MY_P="${PN}-${DEB_PV}" - -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the -Almquist SHell) and is POSIX compliant" -HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" -SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz - mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" -IUSE="libedit static" - -DEPEND="libedit? ( dev-libs/libedit )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${WORKDIR}/${DEB_PF}".diff - - cd "${S}" - epatch debian/diff/* - - # Fix reading of long lines - epatch "${FILESDIR}/${MY_P}"-read-length.patch - - # Fix the invalid sort - sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins - - # Always statically link libedit in to ensure we always boot if it changes - # which it has done in the past. - local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g" - use static && s="s/-ledit/-ledit -lcurses/g" - sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac" - - # May as well, as the debian patches force this anyway - eautoreconf -} - -src_compile() { - local myconf= - - use static && append-ldflags -static - use libedit && myconf="${myconf} --with-libedit" - export CC="$(tc-getCC)" - - econf ${myconf} || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.3.8.ebuild b/app-shells/dash/dash-0.5.3.8.ebuild deleted file mode 100644 index 370b0941fd31..000000000000 --- a/app-shells/dash/dash-0.5.3.8.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.8.ebuild,v 1.1 2007/06/26 16:52:05 uberlord Exp $ - -inherit autotools eutils flag-o-matic toolchain-funcs - -DEB_PV=${PV%.*} -DEB_PATCH=${PV##*.} -DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" -MY_P="${PN}-${DEB_PV}" - -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the -Almquist SHell) and is POSIX compliant" -HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" -SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz - mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="libedit static" - -DEPEND="libedit? ( dev-libs/libedit )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${WORKDIR}/${DEB_PF}".diff - - cd "${S}" - epatch debian/diff/* - - # Fix reading of long lines - epatch "${FILESDIR}/${MY_P}"-read-length.patch - - # Always statically link libedit in to ensure we always boot if it changes - # which it has done in the past. - local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g" - use static && s="s/-ledit/-ledit -lcurses/g" - sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac" - - # May as well, as the debian patches force this anyway - eautoreconf -} - -src_compile() { - local myconf= - - use static && append-ldflags -static - use libedit && myconf="${myconf} --with-libedit" - export CC="$(tc-getCC)" - - econf ${myconf} || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.4.1-r1.ebuild b/app-shells/dash/dash-0.5.4.1-r1.ebuild deleted file mode 100644 index 43c33229c1a0..000000000000 --- a/app-shells/dash/dash-0.5.4.1-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.4.1-r1.ebuild,v 1.1 2007/10/08 10:25:03 uberlord Exp $ - -inherit autotools eutils flag-o-matic toolchain-funcs - -DEB_PV=${PV%.*} -DEB_PATCH=${PV##*.} -DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" -MY_P="${PN}-${DEB_PV}" - -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the -Almquist SHell) and is POSIX compliant" -HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" -SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz - mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" -IUSE="libedit static" - -DEPEND="libedit? ( dev-libs/libedit )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${WORKDIR}/${DEB_PF}".diff - - cd "${S}" - epatch debian/diff/* - - # Fix reading of long lines - epatch "${FILESDIR}/${PN}"-0.5.3-read-length.patch - - # Support posix arithmetic expansion - epatch "${FILESDIR}/${PN}"-0.5.4-posix-arith.patch - - # Fix the invalid sort - sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins - - # Always statically link libedit in to ensure we always boot if it changes - # which it has done in the past. - local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g" - use static && s="s/-ledit/-ledit -lcurses/g" - sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac" - - # May as well, as the debian patches force this anyway - eautoreconf -} - -src_compile() { - local myconf= - - use static && append-ldflags -static - use libedit && myconf="${myconf} --with-libedit" - export CC="$(tc-getCC)" - - econf ${myconf} || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/dash-0.5.4.1.ebuild b/app-shells/dash/dash-0.5.4.1.ebuild deleted file mode 100644 index faf282cc5777..000000000000 --- a/app-shells/dash/dash-0.5.4.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.4.1.ebuild,v 1.1 2007/08/13 12:32:26 uberlord Exp $ - -inherit autotools eutils flag-o-matic toolchain-funcs - -DEB_PV=${PV%.*} -DEB_PATCH=${PV##*.} -DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" -MY_P="${PN}-${DEB_PV}" - -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the -Almquist SHell) and is POSIX compliant" -HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" -SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz - mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" -IUSE="libedit static" - -DEPEND="libedit? ( dev-libs/libedit )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - epatch "${WORKDIR}/${DEB_PF}".diff - - cd "${S}" - epatch debian/diff/* - - # Fix reading of long lines - epatch "${FILESDIR}/${PN}"-0.5.3-read-length.patch - - # Fix the invalid sort - sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins - - # Always statically link libedit in to ensure we always boot if it changes - # which it has done in the past. - local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g" - use static && s="s/-ledit/-ledit -lcurses/g" - sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac" - - # May as well, as the debian patches force this anyway - eautoreconf -} - -src_compile() { - local myconf= - - use static && append-ldflags -static - use libedit && myconf="${myconf} --with-libedit" - export CC="$(tc-getCC)" - - econf ${myconf} || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - exeinto /bin - newexe src/dash dash - newman src/dash.1 dash.1 - dodoc COPYING ChangeLog -} diff --git a/app-shells/dash/files/dash-0.5.3.3-non-matching-charclass.patch b/app-shells/dash/files/dash-0.5.3.3-non-matching-charclass.patch deleted file mode 100644 index 3af461aeb68f..000000000000 --- a/app-shells/dash/files/dash-0.5.3.3-non-matching-charclass.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dash-0.5.3.orig/src/expand.c 2005-11-26 04:17:55.000000000 +0100 -+++ dash-0.5.3/src/expand.c 2006-10-04 10:02:08.186753039 +0200 -@@ -1581,7 +1581,7 @@ - if (c == '[') { - const char *r; - -- found |= ccmatch(p, chr, &r); -+ found |= !!ccmatch(p, chr, &r); - if (r) { - p = r; - continue; diff --git a/app-shells/dash/files/digest-dash-0.5.2.7 b/app-shells/dash/files/digest-dash-0.5.2.7 deleted file mode 100644 index a93f4a9ca621..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.2.7 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 966da8c0deb73da291af6950590fcbcd dash_0.5.2-7.diff.gz 21640 -RMD160 442496fe93010412812e5a55ffd09b7a4f06f0ef dash_0.5.2-7.diff.gz 21640 -SHA256 2c1e29379c9c123ce18bd64132e78ec276cac4869b6030d101298e71605a7209 dash_0.5.2-7.diff.gz 21640 -MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048 -RMD160 5d3e9e88ad963d80b2d1a18881ee4969a4064570 dash_0.5.2.orig.tar.gz 207048 -SHA256 c13f16cf7d8bfd1a24211131530981c4884af0d6ad89fd707de5ab2f270b350a dash_0.5.2.orig.tar.gz 207048 diff --git a/app-shells/dash/files/digest-dash-0.5.2.8 b/app-shells/dash/files/digest-dash-0.5.2.8 deleted file mode 100644 index 2f9aa7b1673e..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.2.8 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 239f93e5c2620b02c79a65146495b769 dash_0.5.2-8.diff.gz 22023 -RMD160 e34617aaa7fe484a8910966f77a7f043a71bee86 dash_0.5.2-8.diff.gz 22023 -SHA256 49591d20cb48848a5798166e64c33c7bfad3b8b8103f615adf2a1352c39598c7 dash_0.5.2-8.diff.gz 22023 -MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048 -RMD160 5d3e9e88ad963d80b2d1a18881ee4969a4064570 dash_0.5.2.orig.tar.gz 207048 -SHA256 c13f16cf7d8bfd1a24211131530981c4884af0d6ad89fd707de5ab2f270b350a dash_0.5.2.orig.tar.gz 207048 diff --git a/app-shells/dash/files/digest-dash-0.5.3.3 b/app-shells/dash/files/digest-dash-0.5.3.3 deleted file mode 100644 index 3a812e7045c6..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.3.3 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d90f816432ab5055f37abf0441018bf6 dash_0.5.3-3.diff.gz 26636 -RMD160 35609c510d0b4bcf0a4c9101ad97d1100711b10d dash_0.5.3-3.diff.gz 26636 -SHA256 8f70dfec8f1f1c72da38cec2f94b2ad6f9af825cd6ff3d945369a98fbd89eb07 dash_0.5.3-3.diff.gz 26636 -MD5 1a3cd6669459be4344ec55ec9d4914f8 dash_0.5.3.orig.tar.gz 207201 -RMD160 fd445535708868fe206852320eece58c3c2bbbaf dash_0.5.3.orig.tar.gz 207201 -SHA256 82aab2ff63e5fac4bff35c91222f735ec67551db86b5c3b3455ecc10e8889e53 dash_0.5.3.orig.tar.gz 207201 diff --git a/app-shells/dash/files/digest-dash-0.5.3.3-r1 b/app-shells/dash/files/digest-dash-0.5.3.3-r1 deleted file mode 100644 index 3a812e7045c6..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.3.3-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d90f816432ab5055f37abf0441018bf6 dash_0.5.3-3.diff.gz 26636 -RMD160 35609c510d0b4bcf0a4c9101ad97d1100711b10d dash_0.5.3-3.diff.gz 26636 -SHA256 8f70dfec8f1f1c72da38cec2f94b2ad6f9af825cd6ff3d945369a98fbd89eb07 dash_0.5.3-3.diff.gz 26636 -MD5 1a3cd6669459be4344ec55ec9d4914f8 dash_0.5.3.orig.tar.gz 207201 -RMD160 fd445535708868fe206852320eece58c3c2bbbaf dash_0.5.3.orig.tar.gz 207201 -SHA256 82aab2ff63e5fac4bff35c91222f735ec67551db86b5c3b3455ecc10e8889e53 dash_0.5.3.orig.tar.gz 207201 diff --git a/app-shells/dash/files/digest-dash-0.5.3.7-r1 b/app-shells/dash/files/digest-dash-0.5.3.7-r1 deleted file mode 100644 index 173aa431a75a..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.3.7-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 1a3cd6669459be4344ec55ec9d4914f8 dash-0.5.3.tar.gz 207201 -RMD160 fd445535708868fe206852320eece58c3c2bbbaf dash-0.5.3.tar.gz 207201 -SHA256 82aab2ff63e5fac4bff35c91222f735ec67551db86b5c3b3455ecc10e8889e53 dash-0.5.3.tar.gz 207201 -MD5 6bcc0930804b790ab236af438f68475c dash_0.5.3-7.diff.gz 33290 -RMD160 b2d8263d16aa8500bab2b6d0c24598ebe6c4956d dash_0.5.3-7.diff.gz 33290 -SHA256 b0abe3a4ea9afc3136bad62b4b7f68fc6de961db46b7dc77a0c272cbe6c61477 dash_0.5.3-7.diff.gz 33290 diff --git a/app-shells/dash/files/digest-dash-0.5.3.8 b/app-shells/dash/files/digest-dash-0.5.3.8 deleted file mode 100644 index 1850f55b5deb..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.3.8 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 1a3cd6669459be4344ec55ec9d4914f8 dash-0.5.3.tar.gz 207201 -RMD160 fd445535708868fe206852320eece58c3c2bbbaf dash-0.5.3.tar.gz 207201 -SHA256 82aab2ff63e5fac4bff35c91222f735ec67551db86b5c3b3455ecc10e8889e53 dash-0.5.3.tar.gz 207201 -MD5 3337f54d71d5a1d8b46f3d2e5ca5e5b1 dash_0.5.3-8.diff.gz 65454 -RMD160 30cf2615e88ab885c4e0c1a8644b87b07fdda52d dash_0.5.3-8.diff.gz 65454 -SHA256 f9a785c7bb72deaa24eb81a918e3c85d3062121ad06874b501ba330e5c53d80a dash_0.5.3-8.diff.gz 65454 diff --git a/app-shells/dash/files/digest-dash-0.5.3.8-r1 b/app-shells/dash/files/digest-dash-0.5.3.8-r1 deleted file mode 100644 index 1850f55b5deb..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.3.8-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 1a3cd6669459be4344ec55ec9d4914f8 dash-0.5.3.tar.gz 207201 -RMD160 fd445535708868fe206852320eece58c3c2bbbaf dash-0.5.3.tar.gz 207201 -SHA256 82aab2ff63e5fac4bff35c91222f735ec67551db86b5c3b3455ecc10e8889e53 dash-0.5.3.tar.gz 207201 -MD5 3337f54d71d5a1d8b46f3d2e5ca5e5b1 dash_0.5.3-8.diff.gz 65454 -RMD160 30cf2615e88ab885c4e0c1a8644b87b07fdda52d dash_0.5.3-8.diff.gz 65454 -SHA256 f9a785c7bb72deaa24eb81a918e3c85d3062121ad06874b501ba330e5c53d80a dash_0.5.3-8.diff.gz 65454 diff --git a/app-shells/dash/files/digest-dash-0.5.4.1 b/app-shells/dash/files/digest-dash-0.5.4.1 deleted file mode 100644 index 66aa426f23b4..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.4.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 bc457e490a589d2f87f2333616b67931 dash-0.5.4.tar.gz 212145 -RMD160 322fc2fffc5fddf4223d39c57eaeb9b4222303fa dash-0.5.4.tar.gz 212145 -SHA256 a9dc8f0237f632dd2c1bfeff80b1052e75fafaef0d767e3beab0bd8becced623 dash-0.5.4.tar.gz 212145 -MD5 304e8c13d012585314d73589e50dea38 dash_0.5.4-1.diff.gz 24636 -RMD160 5013da584493f1147a3be8a321985cf464da22af dash_0.5.4-1.diff.gz 24636 -SHA256 0214f40865c2b904710cadf84ece22c932bbeac85b0fa9e6c5e9abd46d36e453 dash_0.5.4-1.diff.gz 24636 diff --git a/app-shells/dash/files/digest-dash-0.5.4.1-r1 b/app-shells/dash/files/digest-dash-0.5.4.1-r1 deleted file mode 100644 index 66aa426f23b4..000000000000 --- a/app-shells/dash/files/digest-dash-0.5.4.1-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 bc457e490a589d2f87f2333616b67931 dash-0.5.4.tar.gz 212145 -RMD160 322fc2fffc5fddf4223d39c57eaeb9b4222303fa dash-0.5.4.tar.gz 212145 -SHA256 a9dc8f0237f632dd2c1bfeff80b1052e75fafaef0d767e3beab0bd8becced623 dash-0.5.4.tar.gz 212145 -MD5 304e8c13d012585314d73589e50dea38 dash_0.5.4-1.diff.gz 24636 -RMD160 5013da584493f1147a3be8a321985cf464da22af dash_0.5.4-1.diff.gz 24636 -SHA256 0214f40865c2b904710cadf84ece22c932bbeac85b0fa9e6c5e9abd46d36e453 dash_0.5.4-1.diff.gz 24636 |