[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/, profiles/

2019-05-15 Thread Michał Górny
commit: 775c581b7416b537c63d0d07e11957a58d50bac0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 20:43:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 20:43:39 2019 +
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  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..000
--- 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..000
--- 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

[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/

2018-10-28 Thread Patrice Clement
commit: aafa3ce4024a6f89fc305234e390d18fc56bedb0
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Oct 14 09:46:18 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct 28 22:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafa3ce4

dev-libs/ace: update HOMEPAGE.

Closes: https://bugs.gentoo.org/668228
Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10138
Signed-off-by: Patrice Clement  gentoo.org>

 dev-libs/ace/ace-5.7.2.ebuild | 2 +-
 dev-libs/ace/ace-5.8.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
index 9eef7e48a63..f665b6787f5 100644
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ b/dev-libs/ace/ace-5.7.2.ebuild
@@ -6,7 +6,7 @@ EAPI=0
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="The Adaptive Communications Environment"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html";
+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 )

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
index 295e81552a4..88a0d31621f 100644
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ b/dev-libs/ace/ace-5.8.3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="The Adaptive Communications Environment"
-HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html";
+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 )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/files/

2016-09-04 Thread David Seifert
commit: 3fe4d2275599ec982e83f40990d6b79c0f0b1ef6
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 18 10:23:35 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 13:08:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe4d227

dev-libs/ace: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2223

Signed-off-by: David Seifert  gentoo.org>

 .../files/ace-missing-refcountable-header.patch| 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-libs/ace/files/ace-missing-refcountable-header.patch 
b/dev-libs/ace/files/ace-missing-refcountable-header.patch
deleted file mode 100644
index df5c407..
--- a/dev-libs/ace/files/ace-missing-refcountable-header.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 ace/Makefile.am.orig   2008-10-22 22:28:29.0 +0300
-+++ ace/Makefile.am2008-10-22 22:29:50.0 +0300
-@@ -876,6 +876,7 @@
-   Recursive_Thread_Mutex.inl \
-   Recyclable.h \
-   Recyclable.inl \
-+  Refcountable.h \
-   Refcountable_T.cpp \
-   Refcountable_T.h \
-   Refcountable_T.inl \
-@@ -1054,6 +1055,7 @@
-   Timeprobe_T.h \
-   Timer_Hash_T.cpp \
-   Timer_Hash_T.h \
-+  Timer_Heap.h \
-   Timer_Heap_T.cpp \
-   Timer_Heap_T.h \
-   Timer_List_T.cpp \
-@@ -1061,6 +1063,7 @@
-   Timer_Queue_Adapters.cpp \
-   Timer_Queue_Adapters.h \
-   Timer_Queue_Adapters.inl \
-+  Timer_Queue.h \
-   Timer_Queue_T.cpp \
-   Timer_Queue_T.h \
-   Timer_Queue_T.inl \



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/

2016-06-25 Thread Anthony G. Basile
commit: 71af37c0ad110d98e80622ee8f8199d62b5b5bc8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 25 23:06:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 25 23:06:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71af37c0

dev-libs/ace: add libressl support

Package-Manager: portage-2.2.28

 dev-libs/ace/ace-5.8.3.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
index 1aaef1f..917be80 100644
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ b/dev-libs/ace/ace-5.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,9 +16,11 @@ SRC_URI="!tao? ( 
http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.
 LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="X ciao ipv6 static-libs tao"
+IUSE="X ciao ipv6 libressl static-libs tao"
 
-COMMON_DEPEND="dev-libs/openssl:0"
+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 )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/, app-text/teseq/, app-misc/resolve-march-native/

2015-08-23 Thread Justin Lecher
commit: 003127931010646e2475b5ef2da27eb0b30f7b03
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Aug 23 13:24:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Aug 23 13:25:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00312793

Fix ebuild header: Header -> Id

Signed-off-by: Justin Lecher  gentoo.org>

 app-misc/resolve-march-native/resolve-march-native-0.9.ebuild | 2 +-
 app-text/teseq/teseq-1.1.1.ebuild | 2 +-
 dev-libs/ace/ace-5.8.3.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
index 9a2994a..7eebeba 100644
--- a/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI="5"
 

diff --git a/app-text/teseq/teseq-1.1.1.ebuild 
b/app-text/teseq/teseq-1.1.1.ebuild
index 03d5c94..aa03574 100644
--- a/app-text/teseq/teseq-1.1.1.ebuild
+++ b/app-text/teseq/teseq-1.1.1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
index 66aa47c..1aaef1f 100644
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ b/dev-libs/ace/ace-5.8.3.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 inherit eutils multilib toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/

2015-08-14 Thread Sergey Popov
commit: e54dba3ef3762e0025a8fe4390f1f62bb7ee91e3
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Aug 14 10:36:44 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Aug 14 10:50:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54dba3e

dev-libs/ace: version bump, enable proper building of static libraries

Gentoo-Bug: 305029
Gentoo-Bug: 366231

Package-Manager: portage-2.2.20

 dev-libs/ace/Manifest |  3 ++
 dev-libs/ace/ace-5.8.3.ebuild | 86 +++
 2 files changed, 89 insertions(+)

diff --git a/dev-libs/ace/Manifest b/dev-libs/ace/Manifest
index 4ff8308..f30eb61 100644
--- a/dev-libs/ace/Manifest
+++ b/dev-libs/ace/Manifest
@@ -1,3 +1,6 @@
 DIST ACE+TAO+CIAO-5.7.2.tar.bz2 49824451 SHA256 
5290e378c9417892e7e57eef06e74affeb6a93ba3e7c67e24e02e72c282ea37a SHA512 
798707aaa04b253f4b1241cd3263a87bdf7188437f858aac910a6fbf54bcf27c41f827fe81cea68b813ac068bd7a04f63e7f4eb948432d9240c4979fdf7f0ce1
 WHIRLPOOL 
23214425fd1d2a13622b1f21ec16fde84eb76a22305a6393642cdb4ea3d6d58481b59323a64ac91bed7ff672d5b5e8b6fe389ed9620ce898a00bf6332370d38e
+DIST ACE+TAO+CIAO-5.8.3.tar.bz2 44653860 SHA256 
db4e7722e8c931902b7781c6a17f6d22037c93edc979ab5581a59e4990e59562 SHA512 
e062c1922ebec33eea7d55fbb97acc487cb2f0342a80312a5eeebe0d3e026df9632a1b2e93e146c308971c4cfc0189cf7cfbdadfb003493971c837b506e22184
 WHIRLPOOL 
f36decf821a3943677b74b632d7ca17444646b5cb7b867128224fa1f8f4bfb10ce4515282ab671056529aa6f9dc96026709a08e16f4c90c2969c68e8ad82db5a
 DIST ACE+TAO-5.7.2.tar.bz2 26111373 SHA256 
95d9bfe506bfe55e489863413d83f214d2f6948a836449ed4dce6cf8c7d05d1d SHA512 
9c25bc3773dd92d943bf67595470a485be1d7ebe893ddf20ec55a77d66080cf755e0c5cdc77a8f53d49d1f2ae4ec03cdbc7ac0dc68e179467b8ce7ad3abb5387
 WHIRLPOOL 
02b575fc831e988164be3667f1c8b34ef7bd6c5fe131884d4443058a70ca68f975391e5b7efc56235e4d4b598879941fd6737a7a1d0448b837a512ee7269630e
+DIST ACE+TAO-5.8.3.tar.bz2 21366503 SHA256 
d7b7a8c570b479959465a2b0fe5013933513958b36716c05327b256a63e7c9ae SHA512 
9474251a0dff0659cf0951ad7ef48bf98503e6aa293121fecaaa6d4eba665dc557b17d004f4a589b13a45bccf9ddba893fc9ea454b257c7117d8747bbc04c886
 WHIRLPOOL 
17fe4a016cd4d5b25bda9041a9a6ccf4d9d4ba3daf0f7266c2e3f74797ee492b59b259313e7806d07d8d3768824e15fe06383a1769e060a8b3a62156fc49278a
 DIST ACE-5.7.2.tar.bz2 9724175 SHA256 
e358281a93cbc932351030675fb7956875f996e0dc42cf1f499a2d5bd018e0ad SHA512 
7f5d77ea9ab1f03ad615cf6b01cb75b0484c5e828790609b8492463153a34c62d974000c0f3952dfdab143cad3c0aa6e2ddc7ea089989b6e9b9797bc6430d38b
 WHIRLPOOL 
e57db857a3ca1411fe3bcf166b7aee059d8e07e752cdd919e9ca7a1766bea7562027752326a24937719da432323569f302360849d3976bd44f05f0bfb1ce0946
+DIST ACE-5.8.3.tar.bz2 8956345 SHA256 
fabf53dd64674b80eee296cc95705f13866230c70bbac10f475e5a6169395b9d SHA512 
3b1e0dfdd59dacbfd987499653e42ad41273de28bb5e920105b897567eed96f6e1b09a03c7f342277c2cf82231426b2bee4ed76ad98fec05e0fe589c9d86c469
 WHIRLPOOL 
61641e94452a538f90ded35c9b91030246566c3e90e9e7ea48831a7232d765de9207106a9ca58a7674a8e7631e8e8731e648fadb613995c87fe84181a0973105

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
new file mode 100644
index 000..66aa47c
--- /dev/null
+++ b/dev-libs/ace/ace-5.8.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="The Adaptive Communications Environment"
+HOMEPAGE="http://www.cs.wustl.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 static-libs tao"
+
+COMMON_DEPEND="dev-libs/openssl:0"
+# TODO probably more
+RDEPEND="${COMMON_DEPEND}
+   X? ( x11-libs/libXt x11-libs/libXaw )"
+
+DEPEND="${COMMON_DEPEND}
+   X? ( x11-proto/xproto )"
+
+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
+