commit:     775c581b7416b537c63d0d07e11957a58d50bac0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 20:43:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 15 20:43:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c581b

dev-libs/ace: Remove last-rited pkg

Bug: https://bugs.gentoo.org/522578
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/ace/Manifest         |  6 ---
 dev-libs/ace/ace-5.7.2.ebuild | 86 ------------------------------------------
 dev-libs/ace/ace-5.8.3.ebuild | 87 -------------------------------------------
 dev-libs/ace/metadata.xml     | 11 ------
 profiles/package.mask         |  5 ---
 5 files changed, 195 deletions(-)

diff --git a/dev-libs/ace/Manifest b/dev-libs/ace/Manifest
deleted file mode 100644
index 920f183e984..00000000000
--- a/dev-libs/ace/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST ACE+TAO+CIAO-5.7.2.tar.bz2 49824451 BLAKE2B 
895afe0998e72b8358eb0f5c5453d01dd09e173f3532c2cddc79a8373b97cecc3de8fbc2b7110e2b4ea725d48a93c5f0a3388c007d59fe5a1ac83676801a5478
 SHA512 
798707aaa04b253f4b1241cd3263a87bdf7188437f858aac910a6fbf54bcf27c41f827fe81cea68b813ac068bd7a04f63e7f4eb948432d9240c4979fdf7f0ce1
-DIST ACE+TAO+CIAO-5.8.3.tar.bz2 44653860 BLAKE2B 
b5281ae80bb3b937e8266f2c04084cc32671a300a717e91b5a0e8f2f88299071378b9a1678230e6b7619af7b3be1130d25cc82aeb6721bc675c51aa1bbebf9c4
 SHA512 
e062c1922ebec33eea7d55fbb97acc487cb2f0342a80312a5eeebe0d3e026df9632a1b2e93e146c308971c4cfc0189cf7cfbdadfb003493971c837b506e22184
-DIST ACE+TAO-5.7.2.tar.bz2 26111373 BLAKE2B 
85a50a8db3ec8c6b37ecb26720550dc18c01c5a02c440c6321b85e5bf11ee074e101f4ecb1f5596d9bba16640a3d9f7cc2a647d4b998dd0bd945acbac0e62c5d
 SHA512 
9c25bc3773dd92d943bf67595470a485be1d7ebe893ddf20ec55a77d66080cf755e0c5cdc77a8f53d49d1f2ae4ec03cdbc7ac0dc68e179467b8ce7ad3abb5387
-DIST ACE+TAO-5.8.3.tar.bz2 21366503 BLAKE2B 
61819eaf6c7208fe8ca646853bf4d2f86ec4637d059b3d3220344eab1c26b887f0a4a7dac5a587f56d2661dd93f70a7410b23bba76d240a615418b7c8360772c
 SHA512 
9474251a0dff0659cf0951ad7ef48bf98503e6aa293121fecaaa6d4eba665dc557b17d004f4a589b13a45bccf9ddba893fc9ea454b257c7117d8747bbc04c886
-DIST ACE-5.7.2.tar.bz2 9724175 BLAKE2B 
9338bf66a13187ee1040ba41489da83e4272d9b45d805b5f67529be85cb37c353b4a6a561444266511a2b8fb99da63dc74c1aced15ac9cf4b48432779dc5c716
 SHA512 
7f5d77ea9ab1f03ad615cf6b01cb75b0484c5e828790609b8492463153a34c62d974000c0f3952dfdab143cad3c0aa6e2ddc7ea089989b6e9b9797bc6430d38b
-DIST ACE-5.8.3.tar.bz2 8956345 BLAKE2B 
81b01b223a0d232ad42df12cc3eddd869abf720788b517b2f898846259127ee0e8ab4026f127c9118142c82d7f4698d61b61d18c6c98632da397f5d3762e2210
 SHA512 
3b1e0dfdd59dacbfd987499653e42ad41273de28bb5e920105b897567eed96f6e1b09a03c7f342277c2cf82231426b2bee4ed76ad98fec05e0fe589c9d86c469

diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
deleted file mode 100644
index f665b6787f5..00000000000
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="The Adaptive Communications Environment"
-HOMEPAGE="http://www.dre.vanderbilt.edu/~schmidt/ACE.html";
-SRC_URI="!tao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
-       tao? (
-               !ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
-               ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 
)
-       )"
-
-LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="X ipv6 tao ciao"
-
-COMMON_DEPEND="dev-libs/openssl"
-# TODO probably more
-RDEPEND="${COMMON_DEPEND}
-       X? ( x11-libs/libXt x11-libs/libXaw )"
-
-DEPEND="${COMMON_DEPEND}
-       X? ( x11-base/xorg-proto )"
-
-S="${WORKDIR}/ACE_wrappers"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       # Let's avoid autotools. https://bugs.gentoo.org/328027.
-       if has_version ">=dev-libs/openssl-1.0.0"; then
-               sed -i -e 's:SSL_METHOD:const SSL_METHOD:' configure || die
-       fi
-
-       sed -i -e 's/-O3//' configure || die
-}
-
-src_compile() {
-       export ACE_ROOT="${S}"
-       mkdir build
-       cd build
-
-       ECONF_SOURCE="${S}"
-       econf \
-               --enable-lib-all \
-               $(use_with X) \
-               $(use_enable ipv6) \
-               || die "econf died"
-       # --with-qos needs ACE_HAS_RAPI
-       emake static_libs=1 || die "emake failed"
-}
-
-src_install() {
-       cd build
-       emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
-       # punt gperf stuff
-       rm -rf "${D}/usr/bin" "${D}/usr/share"
-       # remove PACKAGE_* definitions from installed config.h (#192676)
-       sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" 
"${D}/usr/include/ace/config.h"
-
-       # Install some docs
-       cd "${S}"
-       dodoc README NEWS ChangeLog AUTHORS VERSION Release || die
-}
-
-src_test() {
-       cd "${S}/build"
-       emake ACE_ROOT="${S}" check || die "self test failed"
-}
-
-pkg_postinst() {
-
-       local CC_MACHINE=$($(tc-getCC) -dumpmachine)
-       if [ -d 
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; 
then
-       ewarn "moving 
/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
-       ewarn "ace.old"
-       ewarn "This is required, as anything trying to compile against ACE will"
-       ewarn "have problems with conflicting OS.h files if this is not done."
-               mv 
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
-                       
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
-       fi
-}

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
deleted file mode 100644
index 88a0d31621f..00000000000
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="The Adaptive Communications Environment"
-HOMEPAGE="http://www.dre.vanderbilt.edu/~schmidt/ACE.html";
-SRC_URI="!tao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
-       tao? (
-               !ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
-               ciao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 
)
-       )"
-
-LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="X ciao ipv6 libressl static-libs tao"
-
-COMMON_DEPEND="
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )"
-# TODO probably more
-RDEPEND="${COMMON_DEPEND}
-       X? ( x11-libs/libXt x11-libs/libXaw )"
-
-DEPEND="${COMMON_DEPEND}
-       X? ( x11-base/xorg-proto )"
-
-S="${WORKDIR}/ACE_wrappers"
-
-src_prepare() {
-       sed -i \
-               -e 's:SSL_METHOD:const SSL_METHOD:' \
-               -e 's/-O3//' \
-               configure || die "sed on configure failed"
-       mkdir build || die
-       export ACE_ROOT="${S}"
-
-       epatch_user
-}
-
-src_configure() {
-       pushd build >/dev/null || die
-       ECONF_SOURCE="${S}"
-       econf \
-               --enable-lib-all \
-               $(use_with X) \
-               $(use_enable ipv6) \
-               $(use_enable static-libs static)
-       popd >/dev/null || die
-}
-
-src_compile() {
-       # --with-qos needs ACE_HAS_RAPI
-       emake -C build
-}
-
-src_install() {
-       emake -C build ACE_ROOT="${S}" DESTDIR="${D}" install
-       # punt gperf stuff
-       rm -rf "${D}/usr/bin" "${D}/usr/share"
-       # remove PACKAGE_* definitions from installed config.h (#192676)
-       sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" 
"${D}/usr/include/ace/config.h" || die
-
-       # Install some docs
-       dodoc README NEWS ChangeLog AUTHORS VERSION
-
-       prune_libtool_files
-}
-
-src_test() {
-       emake -C build ACE_ROOT="${S}" check
-}
-
-pkg_postinst() {
-
-       local CC_MACHINE=$($(tc-getCC) -dumpmachine)
-       if [ -d 
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; 
then
-       ewarn "moving 
/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
-       ewarn "ace.old"
-       ewarn "This is required, as anything trying to compile against ACE will"
-       ewarn "have problems with conflicting OS.h files if this is not done."
-               mv 
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
-                       
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
-       fi
-}

diff --git a/dev-libs/ace/metadata.xml b/dev-libs/ace/metadata.xml
deleted file mode 100644
index c6636901149..00000000000
--- a/dev-libs/ace/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
-  <flag name="ciao">Include Component Intergraced Ace ORB into the build of
-    ace</flag>
-  <flag name="tao">Include the ACE ORB (CORBA stuff) (called tao) into the
-    build of ace</flag>
-</use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f5bc32cc59..82c1f2d2e6d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -478,11 +478,6 @@ dev-util/cucumber-expressions:5.0
 >=dev-util/boost-build-1.70.0
 >=net-mail/libpst-0.6.66-r2
 
-# Aaron Bauman <b...@gentoo.org> (13 Apr 2019)
-# Unmaintained in Gentoo and outstanding vulnerability
-# Masked for removal in 30 days. Bug #522578
-dev-libs/ace
-
 # Ulrich Müller <u...@gentoo.org> (13 Apr 2019)
 # Last release in 2001, HOMEPAGE and SRC_URI are gone.
 # Byte-compilation with recent Emacs versions fails.

Reply via email to