From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/
Date: Fri, 18 Oct 2024 08:36:28 +0000 (UTC) [thread overview]
Message-ID: <1729240541.94b9a1abe6eeebc3e4488b6de2aa25f32d592d4a.flow@gentoo> (raw)
commit: 94b9a1abe6eeebc3e4488b6de2aa25f32d592d4a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 08:29:27 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:35:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b9a1ab
dev-erlang/esip: drop 1.0.47, 1.0.48, 1.0.49, 1.0.50
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-erlang/esip/Manifest | 4 ----
dev-erlang/esip/esip-1.0.47.ebuild | 28 ----------------------------
dev-erlang/esip/esip-1.0.48.ebuild | 28 ----------------------------
dev-erlang/esip/esip-1.0.49.ebuild | 28 ----------------------------
dev-erlang/esip/esip-1.0.50.ebuild | 28 ----------------------------
5 files changed, 116 deletions(-)
diff --git a/dev-erlang/esip/Manifest b/dev-erlang/esip/Manifest
index 89fb98ace72a..afba37880483 100644
--- a/dev-erlang/esip/Manifest
+++ b/dev-erlang/esip/Manifest
@@ -1,6 +1,2 @@
-DIST esip-1.0.47.tar.gz 91238 BLAKE2B 041a04009d4687187699bfb78381dd6baefb503bdbdd4b31efeb81786e3e0a4e47085336888fd481ecf28c4e32c296adef05eba7ff17eb084da14e645773cb31 SHA512 68be1c8cf507180e73f3a16dfd8ca44ffad825c40df0d1874888afa41f3cb89b445b033036d041af29ec3fdbdab7acc68f770124171ba4af73abd0775a03c0ba
-DIST esip-1.0.48.tar.gz 91251 BLAKE2B ff78a01dd46c73a550b123c87542aebbe988a5e3c19efd83ad82251399287faf8cd97ad39debe52a28a2ddd5bd025cbeec6132658663989470509906111dcb93 SHA512 9acc47fee89ee99f3de892c568052ad614305dbecfb9742269672772393d95c60440f7c676c62b0b8fc69854332924c3d3f661a5972df4f27f58358e591373aa
-DIST esip-1.0.49.tar.gz 91250 BLAKE2B ec4d2605977d7ed48e003e06a328757aea8ef50628dbb0436ef5f64325da9ed7ac1d3a34865fa806d3fcc2c639e6e6d53307fa8d220f37c18411d9bec1f5b44b SHA512 d21cf28b08fd01f5379242ae6fb4741d130d991e5f409865de27084c161c73bda9b283309fa9ab36fd1d7b9cdeac45b6955949455d7a11620b059ce7530a9a4e
-DIST esip-1.0.50.tar.gz 91245 BLAKE2B fb2a7cea528818a675a3d0ccca47e1b8a0ca2d133f4dc23d7cf6cb5469cf5b9512138bf0ba1097610949bf1e9028ff52d2bea0b0117f5cf40615af8220742fc3 SHA512 126b853c1af6480673e34a9309027707cf17419821b6146b0dc78dca14673edba201fe8cb4b2f78a86a4dbbf26dacc23ebc8fdc0c8cd68e5d8f057b562fa2888
DIST esip-1.0.52.tar.gz 91259 BLAKE2B 3933b20703a943483c076275b89271ecea284d8ef0996b2638211354274a4e797c99731b50e8f1ef28f5290aa295cb8e0bd33858f04aa80b8cd07f0b789a33f5 SHA512 0d8af52674d0313121ea0c4b006549190ab860467fd85a5d59df5c19c4448337f055c57c1adb958fc2d22704bef9de6bc766efba64a80a7fd157c0a2a019ce3b
DIST esip-1.0.54.tar.gz 91296 BLAKE2B 87aad01aa681e782c1281e8873c16a0532e9a043e440d4c9349084a5fd31d76e33c8aacd0919a3c7e5e7e1a8382fa3836fac970dd2dbef0f780729c611dae285 SHA512 780a4ab0850826124430d7b30e05c10d5373bff09b1d953aa6953c24176ea3482bbed377cbe1f1dd59fd428b2d561bf4035a696a30e582f5dfeb4a003487bcbc
diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild
deleted file mode 100644
index 74968332ac00..000000000000
--- a/dev-erlang/esip/esip-1.0.47.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="ProcessOne SIP server component"
-HOMEPAGE="https://github.com/processone/esip"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc ~x86"
-
-DEPEND="
- >=dev-erlang/fast_tls-1.1.15
- >=dev-erlang/stun-1.2.2
- >=dev-erlang/p1_utils-1.0.25
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
- rebar_src_prepare
- rebar_fix_include_path stun
-}
diff --git a/dev-erlang/esip/esip-1.0.48.ebuild b/dev-erlang/esip/esip-1.0.48.ebuild
deleted file mode 100644
index a2772d3c0405..000000000000
--- a/dev-erlang/esip/esip-1.0.48.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit rebar
-
-DESCRIPTION="ProcessOne SIP server component"
-HOMEPAGE="https://github.com/processone/esip"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
-
-DEPEND="
- >=dev-erlang/fast_tls-1.1.16
- >=dev-erlang/stun-1.2.6
- >=dev-erlang/p1_utils-1.0.25
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
- rebar_src_prepare
- rebar_fix_include_path stun
-}
diff --git a/dev-erlang/esip/esip-1.0.49.ebuild b/dev-erlang/esip/esip-1.0.49.ebuild
deleted file mode 100644
index 8fb08b4d19be..000000000000
--- a/dev-erlang/esip/esip-1.0.49.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit rebar
-
-DESCRIPTION="ProcessOne SIP server component"
-HOMEPAGE="https://github.com/processone/esip"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc ~x86"
-
-DEPEND="
- >=dev-erlang/fast_tls-1.1.16
- >=dev-erlang/stun-1.2.7
- >=dev-erlang/p1_utils-1.0.25
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
- rebar_src_prepare
- rebar_fix_include_path stun
-}
diff --git a/dev-erlang/esip/esip-1.0.50.ebuild b/dev-erlang/esip/esip-1.0.50.ebuild
deleted file mode 100644
index 21fe2b2e3326..000000000000
--- a/dev-erlang/esip/esip-1.0.50.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit rebar
-
-DESCRIPTION="ProcessOne SIP server component"
-HOMEPAGE="https://github.com/processone/esip"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
-
-DEPEND="
- >=dev-erlang/fast_tls-1.1.16
- >=dev-erlang/stun-1.2.10
- >=dev-erlang/p1_utils-1.0.25
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
- rebar_src_prepare
- rebar_fix_include_path stun
-}
next reply other threads:[~2024-10-18 8:36 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 8:36 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 20:21 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/ Florian Schmaus
2024-11-08 20:21 Florian Schmaus
2024-10-18 8:27 Florian Schmaus
2024-04-16 14:50 Florian Schmaus
2024-03-10 20:10 Florian Schmaus
2023-12-10 10:53 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-09-21 17:37 Florian Schmaus
2022-05-18 8:27 Florian Schmaus
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01 9:35 Sam James
2020-10-14 10:15 Hanno Böck
2020-10-12 15:15 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03 6:02 Hanno Böck
2020-04-01 9:46 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 14:45 Hanno Boeck
2019-09-16 19:10 Hanno Boeck
2019-09-13 12:26 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13 6:36 Agostino Sarubbo
2018-10-16 21:50 Amadeusz Piotr Żołnowski
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski
2016-12-30 23:37 Amadeusz Piotr Żołnowski
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:15 Anthony G. Basile
2016-08-20 3:11 Matthias Maier
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=1729240541.94b9a1abe6eeebc3e4488b6de2aa25f32d592d4a.flow@gentoo \
--to=flow@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