commit:     2104cf15bd6729a981255f31385ac69bebc8948d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:06:31 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 07:11:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2104cf15

net-libs/enet: drop 1.2.2-r1 (last of slot 0)

Slot 0 hasn't been needed in ::gentoo for a long time now and is
questionable to rely on (network library untouched since 2010,
and bumping to 2011's 1.2.5 wouldn't change much).

Please migrate to slot 1.3 if still using.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-libs/enet/Manifest             |  1 -
 net-libs/enet/enet-1.2.2-r1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/net-libs/enet/Manifest b/net-libs/enet/Manifest
index a873dd5c2d1d..be5c90a2a709 100644
--- a/net-libs/enet/Manifest
+++ b/net-libs/enet/Manifest
@@ -1,2 +1 @@
-DIST enet-1.2.2.tar.gz 413454 BLAKE2B 
3d13ae43a3ce361cf19d7b79c8ec92f76b7c1066659bf4e531a3144b03aac4e7b3738c102eff12bc0748a4a798e7be77473a6b386d29bb416998057f71ffe9d9
 SHA512 
2c28ab4b650dd4165ee5913c1bc80dc47e43f2363a5fdd7f3aa9be8fb3afbc8aff7a6bce731f7dac45eb930fc6338cd811c07e8dedca5554a7dd32293685062d
 DIST enet-1.3.17.tar.gz 703278 BLAKE2B 
d31838a173f629a2216f59173c259cf7cb35985913c5f8f016641ceb189dc20308effa206f03391cafde842ad6e43ec1776d38ce02283bd5990ccf38eadf4d6b
 SHA512 
efa0cb093a6ca295e5012a4fdebc5ffd6516a66a967e97b386b72781b18ce4a118c9bf94e87adbbdcd0ed441e22c62a05c24ff39fd6b475919e8efe9ab4715e4

diff --git a/net-libs/enet/enet-1.2.2-r1.ebuild 
b/net-libs/enet/enet-1.2.2-r1.ebuild
deleted file mode 100644
index a0ddb70b8e30..000000000000
--- a/net-libs/enet/enet-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Relatively thin, simple and robust network communication layer on 
top of UDP"
-HOMEPAGE="http://enet.bespin.org/";
-SRC_URI="http://enet.bespin.org/download/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="static-libs"
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to