From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/
Date: Sat, 10 Apr 2021 22:13:11 +0000 (UTC) [thread overview]
Message-ID: <1618092677.b7b33e05327dc521fd4fc778a5e4436d8e2712e2.epsilon-0@gentoo> (raw)
commit: b7b33e05327dc521fd4fc778a5e4436d8e2712e2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Apr 10 22:11:17 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Apr 10 22:11:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7b33e05
net-libs/usockets: drop old buggy version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-libs/usockets/Manifest | 1 -
net-libs/usockets/usockets-0.7.1.ebuild | 49 ---------------------------------
2 files changed, 50 deletions(-)
diff --git a/net-libs/usockets/Manifest b/net-libs/usockets/Manifest
index c3a151dd8..aef4019f1 100644
--- a/net-libs/usockets/Manifest
+++ b/net-libs/usockets/Manifest
@@ -1,2 +1 @@
-DIST usockets-0.7.1.tar.gz 62337 BLAKE2B 84f4274e560fae5bd12d22c87d0c44234421939ec978218b094848506448b622d32648d6f5163e95abf956f18bd6e26ffc58e27403572e49295572fd0f8eed32 SHA512 06e5ae094fd07b623d65dfcb3168cf6dcd115fc41c8af1858527be6bef08cbfa432a87021c32e7b3c87d56662a32a971b08b3b2934e91b822cf68407951015ed
DIST usockets-0.7.1_p20210214.tar.gz 62372 BLAKE2B 2853792af6f86954d7920cd33936ddd586cdeb9149dbffd0687b3bbc0965526d28c363864398d17182df9e038c35dc384271f01e72f7a60189319b9e820de3cb SHA512 d4827982a288c81edfcb167cfa6ee8fe11bbae90d25ed9086c006cf6098dfad8b6b910f8fb93ecc67fbea76452627dd4666c7ae3d74fb20112f8e22f7091ec11
diff --git a/net-libs/usockets/usockets-0.7.1.ebuild b/net-libs/usockets/usockets-0.7.1.ebuild
deleted file mode 100644
index 10ce0fdd3..000000000
--- a/net-libs/usockets/usockets-0.7.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="tiny eventing, networking & crypto for async applications"
-HOMEPAGE="https://github.com/uNetworking/uSockets"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/uNetworking/uSockets.git"
-else
- SRC_URI="https://github.com/uNetworking/uSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/uSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="libuv +ssl static-libs"
-
-DEPEND="
- libuv? ( dev-libs/libuv[static-libs?] )
- ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.7.1-Makefile.patch"
-)
-
-src_configure() {
- tc-export CC CXX
- export VERSION="${PV%_*}" \
- LIB="$(get_libdir)" \
- WITH_OPENSSL="$(usex ssl 1 0)"
- WITH_LIBUV="$(usex libuv 1 0)"
- default
-}
-
-src_install() {
- default
- einstalldocs
- if ! use static-libs; then
- rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
- fi
-}
next reply other threads:[~2021-04-10 22:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 22:13 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-16 16:41 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/ Aisha Tammy
2024-05-02 15:42 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-01 1:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-30 23:55 Aisha Tammy
2021-09-21 9:52 Arthur Zamarin
2021-06-09 3:22 Theo Anderson
2021-05-03 9:52 Andrew Ammerlaan
2021-04-23 10:12 Aisha Tammy
2021-04-10 22:13 Aisha Tammy
2021-01-29 11:04 Aisha Tammy
2021-01-29 11:04 Aisha Tammy
2021-01-29 2:20 Aisha Tammy
2021-01-29 2:20 Aisha Tammy
2020-11-25 23:54 Aisha Tammy
2020-11-23 14:51 Aisha Tammy
2020-09-08 20:33 Aisha Tammy
2020-07-29 12:44 Aisha Tammy
2020-06-26 10:32 Aisha Tammy
2020-06-24 2:19 Aisha Tammy
2020-06-24 2:19 Aisha Tammy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1618092677.b7b33e05327dc521fd4fc778a5e4436d8e2712e2.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox