summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-10 21:05:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-10 21:05:50 +0000
commita3092f734e86ac02c35ecd990bdbcd056076b998 (patch)
tree58dca62591edaf3fd3e3bed6c5e59b20d4440145 /sys-apps
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-a3092f734e86ac02c35ecd990bdbcd056076b998.tar.gz
gentoo-2-a3092f734e86ac02c35ecd990bdbcd056076b998.tar.bz2
gentoo-2-a3092f734e86ac02c35ecd990bdbcd056076b998.zip
prune extra ebuilds
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/ChangeLog7
-rw-r--r--sys-apps/busybox/busybox-0.50.ebuild47
-rw-r--r--sys-apps/busybox/busybox-0.60.2.ebuild50
-rw-r--r--sys-apps/busybox/busybox-0.60.3.ebuild48
-rw-r--r--sys-apps/busybox/busybox-0.60.5.ebuild48
-rw-r--r--sys-apps/busybox/busybox-1.00_pre5.ebuild160
-rw-r--r--sys-apps/busybox/busybox-1.00_pre7.ebuild179
-rw-r--r--sys-apps/busybox/files/digest-busybox-0.508
-rw-r--r--sys-apps/busybox/files/digest-busybox-0.60.28
-rw-r--r--sys-apps/busybox/files/digest-busybox-0.60.38
-rw-r--r--sys-apps/busybox/files/digest-busybox-0.60.51
-rw-r--r--sys-apps/busybox/files/digest-busybox-1.00_pre51
-rw-r--r--sys-apps/busybox/files/digest-busybox-1.00_pre71
13 files changed, 6 insertions, 560 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index fc597f947d6f..07c0d228f081 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/busybox
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.27 2004/04/27 21:02:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.28 2004/05/10 21:05:50 mr_bones_ Exp $
+
+ 10 May 2004; Michael Sterrett <mr_bones_@gentoo.org> busybox-0.50.ebuild,
+ busybox-0.60.2.ebuild, busybox-0.60.3.ebuild, busybox-0.60.5.ebuild,
+ busybox-1.00_pre5.ebuild, busybox-1.00_pre7.ebuild:
+ prune extra ebuilds
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> busybox-0.60.3-r2.ebuild,
busybox-0.60.5-r2.ebuild:
diff --git a/sys-apps/busybox/busybox-0.50.ebuild b/sys-apps/busybox/busybox-0.50.ebuild
deleted file mode 100644
index 13bf30525ba3..000000000000
--- a/sys-apps/busybox/busybox-0.50.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.17 2004/02/04 00:07:15 solar Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="ftp://oss.lineo.com/busybox/${P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cp ${FILESDIR}/Config.h ${S}/Config.h
-}
-
-src_compile() {
- export OPT="`echo $CFLAGS|sed 's:.*\(-O.\).*:\1:'`"
- export CFLAGS_EXTRA=${CFLAGS/-O?/}
- unset CFLAGS
- echo $CFLAGS_EXTRA $OPT
- make CFLAGS_EXTRA="${CFLAGS_EXTRA}" OPTIMIZATION=$OPT || die
-}
-
-src_install() {
- into /
- dobin busybox
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
- cd docs
- doman *.1
- docinto txt
- dodoc *.txt
- docinto sgml
- dodoc *.sgml
- docinto pod
- dodoc *.pod
-
- cd busybox.lineo.com
- docinto html
- dodoc *.html
- docinto html/images
- dodoc images/*
-}
diff --git a/sys-apps/busybox/busybox-0.60.2.ebuild b/sys-apps/busybox/busybox-0.60.2.ebuild
deleted file mode 100644
index 9f8f2fb33020..000000000000
--- a/sys-apps/busybox/busybox-0.60.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.2.ebuild,v 1.13 2004/02/04 00:07:15 solar Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="ftp://oss.lineo.com/busybox/${P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cp ${FILESDIR}/Config.h-${PV}-cd ${S}/Config.h
- #This is an old patch from the mailing list that it looks like they forgot
- #to apply. References:
- #http://www.google.com/search?q=cache:biJRjMW2U3g:opensource.lineo.com/lists/busybox/2001-July/004023.html+%22bad+identifier%22+busybox&hl=en
- #This patch has already been applied to their CVS, so it doesn't need to
- #be reported.
- cd ${S}
- patch -p0 < ${FILESDIR}/msh.diff || die
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- into /
- dobin busybox
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
- cd docs
- doman *.1
- docinto txt
- dodoc *.txt
- docinto sgml
- dodoc *.sgml
- docinto pod
- dodoc *.pod
-
- cd busybox.lineo.com
- docinto html
- dodoc *.html
- docinto html/images
- dodoc images/*
-}
diff --git a/sys-apps/busybox/busybox-0.60.3.ebuild b/sys-apps/busybox/busybox-0.60.3.ebuild
deleted file mode 100644
index 5768d0d70b01..000000000000
--- a/sys-apps/busybox/busybox-0.60.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3.ebuild,v 1.17 2004/02/04 00:07:15 solar Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc sparc "
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cp ${FILESDIR}/Config.h-${PV}-cd ${S}/Config.h
- # I did not include the msh patch since I don't know if it will
- # break stuff, I compile ash anyway, and it's in CVS
-}
-
-src_compile() {
- local myconf
- use static && myconf="${myconf} DOSTATIC=true"
- emake ${myconf} || die
-}
-
-src_install() {
- into /
- dobin busybox
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
-
- cd docs
- doman *.1
- docinto txt
- dodoc *.txt
- docinto pod
- dodoc *.pod
- dohtml *.html
- dohtml *.sgml
-
- cd ../scripts
- docinto scripts
- dodoc inittab
- dodoc depmod.pl
-}
diff --git a/sys-apps/busybox/busybox-0.60.5.ebuild b/sys-apps/busybox/busybox-0.60.5.ebuild
deleted file mode 100644
index 37938379c481..000000000000
--- a/sys-apps/busybox/busybox-0.60.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5.ebuild,v 1.7 2004/02/04 00:07:15 solar Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 amd64 -alpha"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${A}
- cp ${FILESDIR}/Config.h-${PV}-cd ${S}/Config.h
- # I did not include the msh patch since I don't know if it will
- # break stuff, I compile ash anyway, and it's in CVS
-}
-
-src_compile() {
- local myconf
- use static && myconf="${myconf} DOSTATIC=true"
- emake ${myconf} || die
-}
-
-src_install() {
- into /
- dobin busybox
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
-
- cd docs
- doman *.1
- docinto txt
- dodoc *.txt
- docinto pod
- dodoc *.pod
- dohtml *.html
- dohtml *.sgml
-
- cd ../scripts
- docinto scripts
- dodoc inittab
- dodoc depmod.pl
-}
diff --git a/sys-apps/busybox/busybox-1.00_pre5.ebuild b/sys-apps/busybox/busybox-1.00_pre5.ebuild
deleted file mode 100644
index 70c04e760e63..000000000000
--- a/sys-apps/busybox/busybox-1.00_pre5.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre5.ebuild,v 1.2 2004/02/04 00:07:15 solar Exp $
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE="debug static uclibc"
-
-# Forward anticipation of expected supported arches would include ~x86
-# ~alpha ~mips ~ppc ~sparc
-
-DEPEND="virtual/glibc
- uclibc? ( dev-libs/uclibc )
-"
-RDEPEND="!static? ${DEPEND}"
-# <pebenito> then eventually turning on selinux would mean
-# adding a dep: selinux? ( sys-libs/libselinux )
-
-busybox_config_option() {
- [ "$2" = "" ] && return 1
- case $1 in
- y) sed -i -e "s:.*CONFIG_$2.*set:CONFIG_$2=y:g" .config;;
- n) sed -i -e "s:CONFIG_$2=y:# CONFIG_$2 is not set:g" .config;;
- *) return 1;;
- esac
- einfo `grep CONFIG_$2 .config`
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # busybox has changed quite a bit from 0.[5-6]* to 1.x so this
- # config might not be cd ready.
-
- make allyesconfig
- busybox_config_option n DMALLOC
- busybox_config_option n FEATURE_SUID
-
- #[ -f .config ] || die "No .config file found for ${PN}"
-
- # setting the cross compiler from here would be somewhat of a
- # pain do to as we would need a multiline sed expression which
- # does not always seem to work so hot for me.
-
- [ `use static` ] && busybox_config_option y STATIC ||
- busybox_config_option n STATIC
-
- # 1.00-pre2 uses the old selinux api which is no longer
- # maintained. perhaps the next stable release will include
- # support.
- #
-
- #[ `use selinux` ] && busybox_config_option y SELINUX ||
- busybox_config_option n SELINUX
-
- [ `use debug` ] && busybox_config_option y DEBUG ||
- busybox_config_option n DEBUG
-
- # Supported architectures:
-
- # Busybox in general will build on any architecture supported by
- # gcc. It has a few specialized features added for __sparc__
- # and __alpha__. insmod functionality is currently limited to
- # x86, ARM, SH3/4, powerpc, m68k, MIPS, and v850e.
-
- case ${ARCH} in
- alpha|sparc*)
- # non x86 needs to figure out what works for
- # them the best. sparc64 bobmed while building
- # ash in my tests
- busybox_config_option n INSMOD
- busybox_config_option n MODPROBE
- busybox_config_option n RMMOD;;
- *) ;;
- esac
-
- # This could almost work but might not be a good idea till we
- # find a better sed expression for busybox_config_option() or
- # per package use flags come into play.
- #
- #busybox_features=`grep CONFIG_ .config | tr '#' '\n' |
- # awk '{print $1}' | cut -d = -f 1 | grep -v ^$ | cut -c 8- |
- # tr [A-Z] [a-z] | awk '{print "busybox_"$1}'`
- #for f in $busybox_features; do
- # has $f ${FEATURES} && busybox_config_option y `echo ${f/busybox_/}|tr [a-z] [A-Z]`
- #done
- echo | make clean oldconfig > /dev/null
-}
-
-src_compile() {
- if [ `use uclibc` ]; then
- case ${ARCH} in
- x86*) CROSS="/usr/i386-linux-uclibc/bin/i386-uclibc-";;
- *) ;;
- esac
- fi
- [ -n "${CROSS}" ] && einfo "Setting cross compiler prefix to ${CROSS}"
- # MAKEOPTS="-j1" emake CROSS="${CROSS}" include/config.h busybox || die
- MAKEOPTS="-j1" emake CROSS="${CROSS}" busybox || die
-}
-
-src_install() {
- into /
- dobin busybox
-
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
-
- cd docs || die
- docinto txt
- dodoc *.txt
- docinto pod
- dodoc *.pod
- dohtml *.html
- dohtml *.sgml
-
- # no man files?
- # cd ../man && doman *.1
-
- cd ../examples || die
- docinto examples
- dodoc inittab
- dodoc depmod.pl
-
- cd bootfloppy || die
- docinto bootfloppy
- for f in bootfloppy.txt display.txt mkdevs.sh etc/* etc/init.d/* ; do
- [ -f ${f} ] && dodoc ${f}
- done
-
- cd ../../ || die
-
- if [ `has buildpkg ${FEATURES}` -a `has keepwork ${FEATURES}` ]; then
- cd ${S}
- # this should install to the ./_install/ dir by default.
- # we make a micro pkg of busybox that can be used for
- # embedded systems -solar
- make install && cd ./_install/ &&
- tar --no-same-owner -jcvf \
- ${WORKDIR}/${MY_P}-${ARCH}.bz2 . && cd ..
- fi
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Edit /usr/portage/sys-apps/busybox/files/${MY_P}.config and"
- einfo "re-emerge if you need to add/remove functionality in "
- einfo "BusyBox."
- einfo ""
- [ `has buildpkg ${FEATURES}` -a `has keepwork ${FEATURES}` ] &&
- einfo "A ${PN} minipkg can be found at ${WORKDIR}/${MY_P}-${ARCH}.bz2"
-}
diff --git a/sys-apps/busybox/busybox-1.00_pre7.ebuild b/sys-apps/busybox/busybox-1.00_pre7.ebuild
deleted file mode 100644
index 4352c2d20a6c..000000000000
--- a/sys-apps/busybox/busybox-1.00_pre7.ebuild
+++ /dev/null
@@ -1,179 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre7.ebuild,v 1.2 2004/02/14 16:37:55 lu_zero Exp $
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Utilities for rescue and embedded systems"
-SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.gz"
-HOMEPAGE="http://www.busybox.net"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE="debug static uclibc savedconfig"
-
-# Forward anticipation of expected supported arches would include ~x86
-# ~alpha ~mips ~ppc ~sparc
-
-DEPEND="virtual/glibc
- uclibc? ( dev-libs/uclibc )
-"
-RDEPEND="!static? ${DEPEND}"
-# <pebenito> then eventually turning on selinux would mean
-# adding a dep: selinux? ( sys-libs/libselinux )
-
-busybox_config_option() {
- [ "$2" = "" ] && return 1
- case $1 in
- y) sed -i -e "s:.*CONFIG_$2.*set:CONFIG_$2=y:g" .config;;
- n) sed -i -e "s:CONFIG_$2=y:# CONFIG_$2 is not set:g" .config;;
- *) return 1;;
- esac
- einfo `grep CONFIG_$2 .config`
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # check for a busybox config before making one of our own.
- # if one exist lets return and use it.
- # fine grained config control for user defined busybox configs.
- # [package]-[version]-[revision].config
- # [package]-[version].config
- # [package].config
-
- if use savedconfig; then
- [ -r .config ] && rm .config
- for conf in {${PN}-${PV}-${PR},${PN}-${PV},${PN}}.config; do
- if [ -r /etc/${PN}/${CCHOST}/${conf} ]; then
- cp /etc/${PN}/${CCHOST}/${conf} ${S}/.config
- break;
- fi
- done
- if [ -r "${S}/.config" ]; then
- einfo "Found your /etc/${PN}/${CCHOST}/${conf} and using it."
- return 0
- fi
- fi
-
- # busybox has changed quite a bit from 0.[5-6]* to 1.x so this
- # config might not be cd ready.
-
- make allyesconfig > /dev/null
- busybox_config_option n DMALLOC
- busybox_config_option n FEATURE_SUID
-
- # setting the cross compiler from here would be somewhat of a
- # pain do to as we would need a multiline sed expression which
- # does not always seem to work so hot for me.
-
- [ `use static` ] && busybox_config_option y STATIC ||
- busybox_config_option n STATIC
-
- # 1.00-pre2 uses the old selinux api which is no longer
- # maintained. perhaps the next stable release will include
- # support.
- # 1.00-pre5 pebenito says busybox is still using the old se api.
- #[ `use selinux` ] && busybox_config_option y SELINUX ||
- busybox_config_option n SELINUX
-
- [ `use debug` ] && busybox_config_option y DEBUG ||
- busybox_config_option n DEBUG
-
- # Supported architectures:
-
- # Busybox in general will build on any architecture supported by
- # gcc. It has a few specialized features added for __sparc__
- # and __alpha__. insmod functionality is currently limited to
- # x86, ARM, SH3/4, powerpc, m68k, MIPS, and v850e.
-
- case ${ARCH} in
- alpha|sparc*)
- # non x86 needs to figure out what works for
- # them the best. sparc64 bobmed while building
- # ash in my tests
- busybox_config_option n INSMOD
- busybox_config_option n MODPROBE
- busybox_config_option n RMMOD;;
- *) ;;
- esac
-
- #busybox_features=`grep CONFIG_ .config | tr '#' '\n' |
- # awk '{print $1}' | cut -d = -f 1 | grep -v ^$ | cut -c 8- |
- # tr [A-Z] [a-z] | awk '{print "busybox_"$1}'`
- #for f in $busybox_features; do
- # has $f ${FEATURES} && busybox_config_option y `echo ${f/busybox_/}|tr [a-z] [A-Z]`
- #done
- echo | make clean oldconfig > /dev/null
-}
-
-src_compile() {
- if use uclibc; then
- case ${ARCH} in
- x86*) CROSS="/usr/i386-linux-uclibc/bin/i386-uclibc-";;
- *) ;;
- esac
- fi
- [ -n "${CROSS}" ] && einfo "Setting cross compiler prefix to ${CROSS}"
- # MAKEOPTS="-j1" emake CROSS="${CROSS}" include/config.h busybox || die
- MAKEOPTS="-j1" emake CROSS="${CROSS}" busybox || die
-}
-
-src_install() {
- into /
- dobin busybox
-
- into /usr
- dodoc AUTHORS Changelog LICENSE README TODO
-
- cd docs || die
- docinto txt
- dodoc *.txt
- docinto pod
- dodoc *.pod
- dohtml *.html
- dohtml *.sgml
-
- # no man files?
- # cd ../man && doman *.1
-
- cd ../examples || die
- docinto examples
- dodoc inittab
- dodoc depmod.pl
-
- cd bootfloppy || die
- docinto bootfloppy
- for f in bootfloppy.txt display.txt mkdevs.sh etc/* etc/init.d/* ; do
- [ -f ${f} ] && dodoc ${f}
- done
-
- cd ../../ || die
-
- if [ `has buildpkg ${FEATURES}` -a `has keepwork ${FEATURES}` ]; then
- cd ${S}
- # this should install to the ./_install/ dir by default.
- # we make a micro pkg of busybox that can be used for
- # embedded systems -solar
- make install && cd ./_install/ &&
- tar --no-same-owner -jcvf \
- ${WORKDIR}/${MY_P}-${ARCH}.bz2 . && cd ..
- fi
-
- if use savedconfig; then
- einfo "Saving this build config to /etc/${PN}/${CCHOST}/${PN}-${PV}-${PR}.config"
- einfo "Read this ebuild for more info on how to take advantage of this option"
- mkdir -p ${D}/etc/${PN}/${CCHOST}/
- cp ${S}/.config ${D}/etc/${PN}/${CCHOST}/${PN}-${PV}-${PR}.config
- fi
-}
-
-pkg_postinst() {
- echo
- einfo "This ebuild has support for user defined configs"
- einfo "Please read this ebuild for more details and re-emerge as needed"
- einfo "if you want to add or remove functionality for ${PN}"
- echo
-}
diff --git a/sys-apps/busybox/files/digest-busybox-0.50 b/sys-apps/busybox/files/digest-busybox-0.50
deleted file mode 100644
index 5edcf0fd79d3..000000000000
--- a/sys-apps/busybox/files/digest-busybox-0.50
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 9ce965b12114a360496fe06e952139a8 /files/Config.h 11695
-MD5 24ec3839ecb3e429bf29a819398b7753 /files/Config.h-0.60.2-cd 13772
-MD5 af127cfced92352c0a43cbf63cde52bd /files/Config.h-0.60.3-cd 14319
-MD5 1bce86c66f42d204c0780faee28004d6 /files/Config.h-0.60.5-cd 14299
-MD5 9750d4004e6507d35f9aa67d2785fdd3 /files/dodeps 2015
-MD5 3a4b93f7ec6f3aaade20029a81562b88 /files/msh.diff 433
-MD5 f8b543d2b25a1c1bd868f17e2909fc37 /busybox-0.50.ebuild 1021
-MD5 6ceb2af9f36459438cb9ff2b978e4ad5 busybox-0.50.tar.gz 575249
diff --git a/sys-apps/busybox/files/digest-busybox-0.60.2 b/sys-apps/busybox/files/digest-busybox-0.60.2
deleted file mode 100644
index 37bbcee01ea6..000000000000
--- a/sys-apps/busybox/files/digest-busybox-0.60.2
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 9ce965b12114a360496fe06e952139a8 /files/Config.h 11695
-MD5 24ec3839ecb3e429bf29a819398b7753 /files/Config.h-0.60.2-cd 13772
-MD5 af127cfced92352c0a43cbf63cde52bd /files/Config.h-0.60.3-cd 14319
-MD5 1bce86c66f42d204c0780faee28004d6 /files/Config.h-0.60.5-cd 14299
-MD5 9750d4004e6507d35f9aa67d2785fdd3 /files/dodeps 2015
-MD5 3a4b93f7ec6f3aaade20029a81562b88 /files/msh.diff 433
-MD5 e004cb8ab0dc1f3e8352c93a31275500 /busybox-0.60.2.ebuild 1239
-MD5 9e8269d5ef95a14258dc07473464cfb6 busybox-0.60.2.tar.gz 813499
diff --git a/sys-apps/busybox/files/digest-busybox-0.60.3 b/sys-apps/busybox/files/digest-busybox-0.60.3
deleted file mode 100644
index 0aacda969c5f..000000000000
--- a/sys-apps/busybox/files/digest-busybox-0.60.3
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 9ce965b12114a360496fe06e952139a8 /files/Config.h 11695
-MD5 24ec3839ecb3e429bf29a819398b7753 /files/Config.h-0.60.2-cd 13772
-MD5 af127cfced92352c0a43cbf63cde52bd /files/Config.h-0.60.3-cd 14319
-MD5 1bce86c66f42d204c0780faee28004d6 /files/Config.h-0.60.5-cd 14299
-MD5 9750d4004e6507d35f9aa67d2785fdd3 /files/dodeps 2015
-MD5 3a4b93f7ec6f3aaade20029a81562b88 /files/msh.diff 433
-MD5 e3731366e8f5d86d33e64d57e7843480 /busybox-0.60.3.ebuild 1041
-MD5 a202031d77cfd2515dfac0b163b47b1b busybox-0.60.3.tar.gz 770870
diff --git a/sys-apps/busybox/files/digest-busybox-0.60.5 b/sys-apps/busybox/files/digest-busybox-0.60.5
deleted file mode 100644
index b6977779e16d..000000000000
--- a/sys-apps/busybox/files/digest-busybox-0.60.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1dfe09e0b1db1aab2a5f7d03e47640a6 busybox-0.60.5.tar.gz 785216
diff --git a/sys-apps/busybox/files/digest-busybox-1.00_pre5 b/sys-apps/busybox/files/digest-busybox-1.00_pre5
deleted file mode 100644
index 2e8bc71223ec..000000000000
--- a/sys-apps/busybox/files/digest-busybox-1.00_pre5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cb6d1de1843380494d258809d4477112 busybox-1.00-pre5.tar.gz 1286025
diff --git a/sys-apps/busybox/files/digest-busybox-1.00_pre7 b/sys-apps/busybox/files/digest-busybox-1.00_pre7
deleted file mode 100644
index ed7c5cd7ea0b..000000000000
--- a/sys-apps/busybox/files/digest-busybox-1.00_pre7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86427385c3c689665611ca40bc9e71f5 busybox-1.00-pre7.tar.gz 1291488