From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-cpp/asio/Manifest | 2 -- dev-cpp/asio/asio-1.36.0.ebuild | 58 ------------------------------------- dev-cpp/asio/asio-1.38.0.ebuild | 64 ----------------------------------------- dev-cpp/asio/metadata.xml | 18 ------------ 4 files changed, 142 deletions(-) delete mode 100644 dev-cpp/asio/Manifest delete mode 100644 dev-cpp/asio/asio-1.36.0.ebuild delete mode 100644 dev-cpp/asio/asio-1.38.0.ebuild delete mode 100644 dev-cpp/asio/metadata.xml (limited to 'dev-cpp/asio') diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest deleted file mode 100644 index db6b930e0d7f..000000000000 --- a/dev-cpp/asio/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST asio-1-36-0.tar.gz 2858525 BLAKE2B 6b3a85e88509dd0184db7f3448be07e31a614709b16f4bec69e187f8bc450b08ec56dd0018e941d5509c65090e7f31a5ae9fb44220c00d8d7c7ce8cf27e3d960 SHA512 d44b35d9d1900de35aa10bf339c7e16a06e110377fd70fbefba91599d24cff32cc3dc88a4b0bf1e1706f9ac46177982edb5c7f969b72a57123be6550a3b062d8 -DIST asio-1-38-0.tar.gz 2890996 BLAKE2B 23df98b87aaff488127901a19373872903a61e0b74bd17e83dbf535da02f1433b89be1d9501a8b95528789036c02bb678f641a08c64cc583f96839b303d90900 SHA512 88a71de9da318ad047effb3f1594617eba6996d443e885757bb301107bc51232e5338bde1a0df84b25bacb794805353ca409a1b641dadeb7fbcffbd6770ba29b diff --git a/dev-cpp/asio/asio-1.36.0.ebuild b/dev-cpp/asio/asio-1.36.0.ebuild deleted file mode 100644 index bb88b7a7ce5a..000000000000 --- a/dev-cpp/asio/asio-1.36.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2021-2025 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit autotools - -DESCRIPTION="Asynchronous Network Library" -HOMEPAGE="http://think-async.com/Asio/ https://github.com/chriskohlhoff/asio" -MY_PV=$(ver_rs 1- "-") -SRC_URI="https://github.com/chriskohlhoff/asio/archive/${PN}-${MY_PV}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc examples ssl test" -RESTRICT="!test? ( test )" -# test searches for libssl during ./configure, and REQUIRED_USE is easier than -# patching configure to not search for it with USE=-ssl -REQUIRED_USE="test? ( ssl )" - -RDEPEND="dev-libs/boost:= - ssl? ( - dev-libs/openssl:0= - - )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}-${PN}-${MY_PV}/asio - -src_prepare() { - default - - eautoreconf - - if ! use test; then - # Don't build nor install any examples or unittests - # since we don't have a script to run them - cat > src/Makefile.in <<-EOF || die - all: - - install: - - clean: - EOF - fi -} - -src_install() { - use doc && local HTML_DOCS=( doc/. ) - default - - if use examples; then - # Get rid of the object files - emake clean - dodoc -r src/examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-cpp/asio/asio-1.38.0.ebuild b/dev-cpp/asio/asio-1.38.0.ebuild deleted file mode 100644 index 7e9067a32e57..000000000000 --- a/dev-cpp/asio/asio-1.38.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2021-2026 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -inherit autotools - -DESCRIPTION="Asynchronous Network Library" -HOMEPAGE="http://think-async.com/Asio/ https://github.com/chriskohlhoff/asio" -MY_PV=$(ver_rs 1- "-") -SRC_URI="https://github.com/chriskohlhoff/asio/archive/${PN}-${MY_PV}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc examples ssl test" -RESTRICT="!test? ( test )" - -DEPEND=" - test? ( - dev-libs/boost - ssl? ( - dev-libs/openssl:0= - - ) - ) -" -BDEPEND="virtual/pkgconfig" - -S=${WORKDIR}/${PN}-${PN}-${MY_PV}/ - -src_prepare() { - default - eautoreconf - - if ! use test; then - # Don't build nor install any examples or unittests - # since we don't have a script to run them - cat > src/Makefile.in <<-EOF || die - all: - - install: - - clean: - EOF - fi -} - -src_install() { - use doc && local HTML_DOCS=( doc/. ) - default - - if use examples; then - # Get rid of the object files - emake clean - dodoc -r src/examples - docompress -x /usr/share/doc/${PF}/examples - - # Make links to the example .cpp files work - # https://bugs.gentoo.org/828648 - if use doc; then - dosym ../examples /usr/share/doc/${PF}/src/examples - fi - fi -} diff --git a/dev-cpp/asio/metadata.xml b/dev-cpp/asio/metadata.xml deleted file mode 100644 index d2524e65418b..000000000000 --- a/dev-cpp/asio/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - dev@liguros.net - Development - - - alexey+gentoo@asokolov.org - Alexey Sokolov - - - proxy-maint@gentoo.org - Proxy Maintainers - - - ports - \ No newline at end of file -- cgit v1.3