summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-05 01:07:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-05 01:07:55 +0000
commit6d983b91ae25c48486e65be296dd56ec5cda605f (patch)
tree99713592f7712c08e02156075fb57ef5534d2f5e /dev-libs/ace
parentadded misc 64bit fixes and enabled simd optimisations for amd64 (Manifest rec... (diff)
downloadgentoo-2-6d983b91ae25c48486e65be296dd56ec5cda605f.tar.gz
gentoo-2-6d983b91ae25c48486e65be296dd56ec5cda605f.tar.bz2
gentoo-2-6d983b91ae25c48486e65be296dd56ec5cda605f.zip
clean version 5.2
Diffstat (limited to 'dev-libs/ace')
-rw-r--r--dev-libs/ace/ChangeLog7
-rw-r--r--dev-libs/ace/ace-5.2.1.ebuild65
-rw-r--r--dev-libs/ace/ace-5.2.4-r1.ebuild76
-rw-r--r--dev-libs/ace/ace-5.2.4.ebuild75
-rw-r--r--dev-libs/ace/ace-5.2.7.ebuild75
-rw-r--r--dev-libs/ace/ace-5.2.8.ebuild75
-rw-r--r--dev-libs/ace/ace-5.2.ebuild65
-rw-r--r--dev-libs/ace/files/digest-ace-5.21
-rw-r--r--dev-libs/ace/files/digest-ace-5.2.11
-rw-r--r--dev-libs/ace/files/digest-ace-5.2.41
-rw-r--r--dev-libs/ace/files/digest-ace-5.2.4-r11
-rw-r--r--dev-libs/ace/files/digest-ace-5.2.71
-rw-r--r--dev-libs/ace/files/digest-ace-5.2.81
13 files changed, 6 insertions, 438 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog
index 7713fc7c40fe..464dd1246667 100644
--- a/dev-libs/ace/ChangeLog
+++ b/dev-libs/ace/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/ace
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.16 2004/04/29 00:36:07 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.17 2004/05/05 01:07:55 mr_bones_ Exp $
+
+ 04 May 2004; Michael Sterrett <mr_bones_@gentoo.org> ace-5.2.1.ebuild,
+ ace-5.2.4-r1.ebuild, ace-5.2.4.ebuild, ace-5.2.7.ebuild, ace-5.2.8.ebuild,
+ ace-5.2.ebuild:
+ clean version 5.2
28 Apr 2004; Jon Portnoy <avenj@gentoo.org> ace-5.4.ebuild :
Stable on AMD64.
diff --git a/dev-libs/ace/ace-5.2.1.ebuild b/dev-libs/ace/ace-5.2.1.ebuild
deleted file mode 100644
index 6b82bb8c02d2..000000000000
--- a/dev-libs/ace/ace-5.2.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.1.ebuild,v 1.10 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-ACE_VER=5.2.1
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz
- ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc"
-
-DEPEND="virtual/glibc"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${ACE_VER}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${ACE_VER} libACE.so.`echo ${ACE_VER} | cut -f1 -d.`
- ln -s libACE.so.${ACE_VER} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man/man3
- cp *.3 ${D}/usr/share/man/man3
- chmod 644 ${D}/usr/share/man/man3/*.3
- gzip ${D}/usr/share/man/man3/*.3
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *.html *.txt *gz
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc ChangeLog*
-}
diff --git a/dev-libs/ace/ace-5.2.4-r1.ebuild b/dev-libs/ace/ace-5.2.4-r1.ebuild
deleted file mode 100644
index 28746f33afa5..000000000000
--- a/dev-libs/ace/ace-5.2.4-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.4-r1.ebuild,v 1.7 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/old_distribution/ACE-${PV}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc"
-IUSE="ipv6"
-DEPEND="virtual/glibc"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- use ipv6 && sed -e "s/#define ACE_HAS_PTHREADS/#define ACE_HAS_PTHREADS\n#define ACE_HAS_IPV6/" config-linux.h >config.h
- use ipv6 || cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${PV}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${PV} libACE.so.`echo ${PV} | cut -f1 -d.`
- ln -s libACE.so.${PV} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man/man3
- cp *.3 ${D}/usr/share/man/man3
- chmod 644 ${D}/usr/share/man/man3/*.3
- gzip ${D}/usr/share/man/man3/*.3
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *.html *.txt *gz
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc ChangeLog*
-}
-
-pkg_postinst() {
- # This is required, as anything trying to compile against ACE will have
- # problems with conflicting OS.h files if this is not done.
-
- local CC_MACHINE=`gcc -dumpmachine`
- local CC_VERSION=`gcc -dumpversion`
- if [ -d "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" ]; then
- mv "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" \
- "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace.old"
- fi
-}
diff --git a/dev-libs/ace/ace-5.2.4.ebuild b/dev-libs/ace/ace-5.2.4.ebuild
deleted file mode 100644
index 4ed3c8721556..000000000000
--- a/dev-libs/ace/ace-5.2.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.4.ebuild,v 1.6 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/old_distribution/ACE-${PV}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc"
-
-DEPEND="virtual/glibc"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${PV}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${PV} libACE.so.`echo ${PV} | cut -f1 -d.`
- ln -s libACE.so.${PV} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man/man3
- cp *.3 ${D}/usr/share/man/man3
- chmod 644 ${D}/usr/share/man/man3/*.3
- gzip ${D}/usr/share/man/man3/*.3
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *.html *.txt *gz
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc ChangeLog*
-}
-
-pkg_postinst() {
- # This is required, as anything trying to compile against ACE will have
- # problems with conflicting OS.h files if this is not done.
-
- local CC_MACHINE=`gcc -dumpmachine`
- local CC_VERSION=`gcc -dumpversion`
- if [ -d "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" ]; then
- mv "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" \
- "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace.old"
- fi
-}
diff --git a/dev-libs/ace/ace-5.2.7.ebuild b/dev-libs/ace/ace-5.2.7.ebuild
deleted file mode 100644
index 97a8aed03d92..000000000000
--- a/dev-libs/ace/ace-5.2.7.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.7.ebuild,v 1.5 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/old_distribution/ACE-${PV}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc ppc alpha"
-IUSE="ipv6"
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- use ipv6 && sed -e "s/#define ACE_HAS_PTHREADS$/#define ACE_HAS_PTHREADS\n#define ACE_HAS_IPV6/" config-linux.h >config.h
- use ipv6 || cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}/ace
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${PV}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${PV} libACE.so.`echo ${PV} | cut -f1 -d.`
- ln -s libACE.so.${PV} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man/man3
- cp *.3 ${D}/usr/share/man/man3
- chmod 644 ${D}/usr/share/man/man3/*.3
- gzip ${D}/usr/share/man/man3/*.3
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *.html *.txt *gz
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc ChangeLog*
-}
-
-pkg_postinst() {
- # This is required, as anything trying to compile against ACE will have
- # problems with conflicting OS.h files if this is not done.
-
- local CC_MACHINE=`gcc -dumpmachine`
- local CC_VERSION=`gcc -dumpversion`
- if [ -d "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" ]; then
- mv "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" \
- "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace.old"
- fi
-}
diff --git a/dev-libs/ace/ace-5.2.8.ebuild b/dev-libs/ace/ace-5.2.8.ebuild
deleted file mode 100644
index 646601864681..000000000000
--- a/dev-libs/ace/ace-5.2.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.8.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/old_distribution/ACE-${PV}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc ppc alpha"
-IUSE="ipv6"
-DEPEND="virtual/glibc"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- use ipv6 && sed -e "s/#define ACE_HAS_PTHREADS$/#define ACE_HAS_PTHREADS\n#define ACE_HAS_IPV6/" config-linux.h >config.h
- use ipv6 || cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}/ace
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${PV}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${PV} libACE.so.`echo ${PV} | cut -f1 -d.`
- ln -s libACE.so.${PV} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man
- cp -r man? ${D}/usr/share/man
- chmod 644 ${D}/usr/share/man/man?/*
- gzip ${D}/usr/share/man/man?/*
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc *
-}
-
-pkg_postinst() {
- # This is required, as anything trying to compile against ACE will have
- # problems with conflicting OS.h files if this is not done.
-
- local CC_MACHINE=`gcc -dumpmachine`
- local CC_VERSION=`gcc -dumpversion`
- if [ -d "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" ]; then
- mv "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace" \
- "/usr/lib/gcc-lib/${CC_MACHINE}/${CC_VERSION}/include/ace.old"
- fi
-}
diff --git a/dev-libs/ace/ace-5.2.ebuild b/dev-libs/ace/ace-5.2.ebuild
deleted file mode 100644
index 3912fc8cb751..000000000000
--- a/dev-libs/ace/ace-5.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.ebuild,v 1.10 2004/03/14 12:28:57 mr_bones_ Exp $
-
-S=${WORKDIR}/ACE_wrappers
-ACE_VER=5.2
-DESCRIPTION="The Adaptive Communications Environment"
-SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz
- ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
-
-SLOT="0"
-LICENSE="BSD as-is"
-KEYWORDS="x86 sparc"
-
-DEPEND="virtual/glibc"
-
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}/ace
- cp config-linux.h config.h
- cd ${S}/include/makeinclude
- sed -e "s:-O3:${CFLAGS}:" platform_linux.GNU >platform_macros.GNU
-}
-
-src_compile() {
-
- export ACE_ROOT=${S}
- cd ${S}
- emake static_libs=1 || die
-}
-
-src_install() {
-
- dodir /usr/include/ace /usr/lib /usr/share/man/man3
-
- cd ${S}/ace
- cp libACE.so ${D}/usr/lib/libACE.so.${ACE_VER}
- cp libACE.a ${D}/usr/lib/libACE.a
- cd ${D}/usr/lib
- ln -s libACE.so.${ACE_VER} libACE.so.`echo ${ACE_VER} | cut -f1 -d.`
- ln -s libACE.so.${ACE_VER} libACE.so
-
- cd ${S}/ace
- cp -r *.h *.cpp *.i *.inl ${D}/usr/include/ace
- chmod 644 ${D}/usr/include/ace/*
-
- cd ${S}/man/man3
- cp *.3 ${D}/usr/share/man/man3
- chmod 644 ${D}/usr/share/man/man3/*.3
- gzip ${D}/usr/share/man/man3/*.3
-
- cd ${S}
- dodoc ACE-INSTALL* AUTHORS COPYING FAQ PROBLEM-REPORT-FORM README
- dodoc THANKS TODO VERSION
- cd ${S}/docs
- dodoc *.html *.txt *gz
- cd ${S}
- docinto ChangeLogs
- dodoc ChangeLog
- cd ${S}/ChangeLogs
- dodoc ChangeLog*
-}
diff --git a/dev-libs/ace/files/digest-ace-5.2 b/dev-libs/ace/files/digest-ace-5.2
deleted file mode 100644
index 6120a1e0e68c..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a0039784b7296359e1e2952bd6dd0214 ACE-5.2.tar.gz 6565224
diff --git a/dev-libs/ace/files/digest-ace-5.2.1 b/dev-libs/ace/files/digest-ace-5.2.1
deleted file mode 100644
index b6606eecb77d..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 efc5b32aed8648eda151e0a7c95b1d9d ACE-5.2.1.tar.gz 6584394
diff --git a/dev-libs/ace/files/digest-ace-5.2.4 b/dev-libs/ace/files/digest-ace-5.2.4
deleted file mode 100644
index 9929f72308a9..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f790f24d2f2eb8bdae2045bc83119bb7 ACE-5.2.4.tar.gz 7626628
diff --git a/dev-libs/ace/files/digest-ace-5.2.4-r1 b/dev-libs/ace/files/digest-ace-5.2.4-r1
deleted file mode 100644
index 9929f72308a9..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f790f24d2f2eb8bdae2045bc83119bb7 ACE-5.2.4.tar.gz 7626628
diff --git a/dev-libs/ace/files/digest-ace-5.2.7 b/dev-libs/ace/files/digest-ace-5.2.7
deleted file mode 100644
index 6ba65d4cf900..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45d16a80806bef35f70ae0e9dc51ee39 ACE-5.2.7.tar.gz 7771600
diff --git a/dev-libs/ace/files/digest-ace-5.2.8 b/dev-libs/ace/files/digest-ace-5.2.8
deleted file mode 100644
index 57377931c81d..000000000000
--- a/dev-libs/ace/files/digest-ace-5.2.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9070d9c090f8e8a23583f664ba5f021d ACE-5.2.8.tar.gz 7478665