From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/
Date: Sat, 16 Feb 2019 09:28:55 +0000 (UTC) [thread overview]
Message-ID: <1550309319.db2e5d3987394bb3e599eb232cc3aa1d1b8ef56d.pacho@gentoo> (raw)
commit: db2e5d3987394bb3e599eb232cc3aa1d1b8ef56d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 09:22:19 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 09:28:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2e5d39
net-libs/enet: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-libs/enet/Manifest | 1 -
net-libs/enet/enet-1.3.7.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/net-libs/enet/Manifest b/net-libs/enet/Manifest
index ce326c5005d..67b88be326b 100644
--- a/net-libs/enet/Manifest
+++ b/net-libs/enet/Manifest
@@ -1,3 +1,2 @@
DIST enet-1.2.2.tar.gz 413454 BLAKE2B 3d13ae43a3ce361cf19d7b79c8ec92f76b7c1066659bf4e531a3144b03aac4e7b3738c102eff12bc0748a4a798e7be77473a6b386d29bb416998057f71ffe9d9 SHA512 2c28ab4b650dd4165ee5913c1bc80dc47e43f2363a5fdd7f3aa9be8fb3afbc8aff7a6bce731f7dac45eb930fc6338cd811c07e8dedca5554a7dd32293685062d
DIST enet-1.3.13.tar.gz 669090 BLAKE2B 3041e9b2fe431dda2eae3464417d79b80664ff2c303222607991db28328e8eca2357fbf66248f40344bf93a26e0d1ffdad4698f9fe58939224b830700acee501 SHA512 82501c0248330a3a6bcac907907760e59b18cb662ebb42fe2c91e1557f1bc8ab452bf3fe7477dc01fa7a6e3b6124e1eb8eac46382d5bbebb2394879f9568b5df
-DIST enet-1.3.7.tar.gz 522150 BLAKE2B 8a2efee0aec375dc4f9e3594c81ce7d6b8ba846ac75ed9e9e03175db39c6b1bce6ad62782d4bb5a0fc0dfdf4574d6e8c52b45cf2a84d72aaca16fc40787fb111 SHA512 b715347d94d8c5361033002e366f2cd7b8dd263faf7e84bd3d120de770f85025749fed4325c08f12d27875a112fb534a0464f8776bea6c3df2f048b57e5623f0
diff --git a/net-libs/enet/enet-1.3.7.ebuild b/net-libs/enet/enet-1.3.7.ebuild
deleted file mode 100644
index 262a049a6b4..00000000000
--- a/net-libs/enet/enet-1.3.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit base
-
-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="1.3/2.2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="!${CATEGORY}/${PN}:0"
-
-DOCS=( "ChangeLog" "README" )
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable static-libs static)
-}
-
-src_install() {
- base_src_install
- if ! use static-libs ; then
- find "${D}" -type f -name '*.la' -exec rm {} + || die
- fi
-}
next reply other threads:[~2019-02-16 9:29 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-16 9:28 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 23:34 [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/ Sam James
2024-12-30 23:34 Sam James
2024-12-30 23:34 Sam James
2024-12-30 23:34 Sam James
2024-08-17 19:24 Michał Górny
2024-03-19 3:21 Sam James
2024-03-19 3:21 Sam James
2024-01-03 11:51 Sam James
2023-10-13 10:58 WANG Xuerui
2022-12-19 7:23 Ionen Wolkens
2021-12-28 17:10 Ionen Wolkens
2021-09-12 14:26 Yixun Lan
2021-02-16 12:30 Sam James
2021-02-12 13:48 Sam James
2021-02-12 9:57 Sam James
2021-01-09 4:37 Sam James
2021-01-09 4:37 Sam James
2021-01-09 4:37 Sam James
2020-10-10 7:10 Sam James
2020-10-10 7:10 Sam James
2020-10-10 7:10 Sam James
2020-09-05 0:35 Sam James
2018-01-03 18:39 David Seifert
2018-01-03 18:39 David Seifert
2018-01-03 18:39 David Seifert
2017-12-30 0:21 Mikle Kolyada
2016-12-19 14:14 Tobias Klausmann
2016-01-03 15:16 Michael Sterrett
2015-10-09 8:33 Michael Weber
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=1550309319.db2e5d3987394bb3e599eb232cc3aa1d1b8ef56d.pacho@gentoo \
--to=pacho@gentoo.org \
--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