public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/
Date: Mon, 12 Oct 2020 15:15:20 +0000 (UTC)	[thread overview]
Message-ID: <1602515633.4402575ffc38af71f9d4b24345d9387ec942c3d5.hanno@gentoo> (raw)

commit:     4402575ffc38af71f9d4b24345d9387ec942c3d5
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 15:13:53 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 15:13:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4402575f

dev-erlang/esip: Remove old

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

 dev-erlang/esip/Manifest           |  4 ----
 dev-erlang/esip/esip-1.0.11.ebuild | 31 -------------------------------
 dev-erlang/esip/esip-1.0.26.ebuild | 31 -------------------------------
 dev-erlang/esip/esip-1.0.30.ebuild | 31 -------------------------------
 dev-erlang/esip/esip-1.0.32.ebuild | 31 -------------------------------
 5 files changed, 128 deletions(-)

diff --git a/dev-erlang/esip/Manifest b/dev-erlang/esip/Manifest
index d62caf39b23..fe6419ad805 100644
--- a/dev-erlang/esip/Manifest
+++ b/dev-erlang/esip/Manifest
@@ -1,5 +1 @@
-DIST esip-1.0.11.tar.gz 84816 BLAKE2B 8cf1f872496097965d40e6bb1e776318056735e12cf48e746a88861602c32edccdab902fb989305e804054a220aad26ae3931cc22d9d1b2282d6aeac0795df64 SHA512 b62f99b9a9e160e2303a28dab3133c15ce25eae067e3dc16d64c9d60640fd7d5b1b7f69742fc2b94bd6993402ef618454e771ef76dea1ccf24c9ee708f59771f
-DIST esip-1.0.26.tar.gz 85846 BLAKE2B 03d3ba5d9706794eaec99cfd074c8fda548fc0911ae8cdb11cb991c910955c47a69280b5cabb384cfbc48a580cc862ac54e3c795e641e417019313ebecb9795f SHA512 4bdbd94c1e6cd029603bbc4b5166f2793293ac0041c79a4c3672387f5217a998ab950cba0a6cbef70c2c5eca393b3f3a4917ec87ab4e5edc08b85cb46e7c667f
-DIST esip-1.0.30.tar.gz 89481 BLAKE2B e742b3800b2b729ea334e95dbeefae220c265f343eef095f25501fe000c7fbab3add33771a4a1fcb52a67dbfed8446580aed2d9e09c7de298ec8cd443312d709 SHA512 b8f727adfc3adf1dae175037783290d0bb951343dbe13245dfcd7ee90d408e90d7404f3625a3c300f24c246fc9dde6cdf736089b35f3091e5c549e6db8fd61ac
-DIST esip-1.0.32.tar.gz 89526 BLAKE2B 6a9752b3d82c9c7b36f3319fdb7868c3d796ce6290a8331be19fe8c356294e1afa2691f3f8cea3c0fd54b7400b2e0a75b2c0923f294ab503eb364b202f836ef8 SHA512 92ca51b1179bba0bb79c311553840f4a7ef07dba335122a3b6ac2e89e6a88d387be83c97a43908c4fa0e33d10ecc1e229428e3b7041f6fbd573b3b341d3c8921
 DIST esip-1.0.34.tar.gz 89545 BLAKE2B 7411bbba155706abd9b5e8ad187d7a04cce0eb6a9185c30559b116df56869bc7753272390a8dbe3fe10b155f0f9c35a86c2dbd99ec7cb84556741ddc060b901d SHA512 d324c7b5a12a73516548d4dc735fd7c5f93d466efce409d870b4436ec975d004ab14b2750ef9ba98388819d5842ae0065c804f141a4c3e5e6747154fd8161bff

diff --git a/dev-erlang/esip/esip-1.0.11.ebuild b/dev-erlang/esip/esip-1.0.11.ebuild
deleted file mode 100644
index 66b27659556..00000000000
--- a/dev-erlang/esip/esip-1.0.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~ia64 ppc ~sparc x86"
-
-DEPEND=">=dev-erlang/fast_tls-1.0.11
-	>=dev-erlang/stun-1.0.10
-	>=dev-erlang/p1_utils-1.0.7
-	>=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md  README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path stun
-
-	# ebin contains lonely .gitignore file asking for removal.
-	rm -r "${S}/ebin" || die
-}

diff --git a/dev-erlang/esip/esip-1.0.26.ebuild b/dev-erlang/esip/esip-1.0.26.ebuild
deleted file mode 100644
index 30876d8a8c2..00000000000
--- a/dev-erlang/esip/esip-1.0.26.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~ia64 ppc ~sparc x86"
-
-DEPEND=">=dev-erlang/fast_tls-1.0.25
-	>=dev-erlang/stun-1.0.25
-	>=dev-erlang/p1_utils-1.0.13
-	>=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md  README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path stun
-
-	# ebin contains lonely .gitignore file asking for removal.
-	rm -r "${S}/ebin" || die
-}

diff --git a/dev-erlang/esip/esip-1.0.30.ebuild b/dev-erlang/esip/esip-1.0.30.ebuild
deleted file mode 100644
index 60f5a1713cd..00000000000
--- a/dev-erlang/esip/esip-1.0.30.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/fast_tls-1.1.2
-	>=dev-erlang/stun-1.0.29
-	>=dev-erlang/p1_utils-1.0.16"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path stun
-
-	# ebin contains lonely .gitignore file asking for removal.
-	rm -r "${S}/ebin" || die
-}

diff --git a/dev-erlang/esip/esip-1.0.32.ebuild b/dev-erlang/esip/esip-1.0.32.ebuild
deleted file mode 100644
index 414375ad768..00000000000
--- a/dev-erlang/esip/esip-1.0.32.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-	>=dev-erlang/fast_tls-1.1.4
-	>=dev-erlang/stun-1.0.31
-	>=dev-erlang/p1_utils-1.0.18"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-	rebar_src_prepare
-	rebar_fix_include_path stun
-
-	# ebin contains lonely .gitignore file asking for removal.
-	rm -r "${S}/ebin" || die
-}


             reply	other threads:[~2020-10-12 15:15 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 15:15 Hanno Böck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-06  0:04 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/ Sam James
2025-04-05 18:25 Florian Schmaus
2024-11-08 20:21 Florian Schmaus
2024-11-08 20:21 Florian Schmaus
2024-10-18  8:36 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-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=1602515633.4402575ffc38af71f9d4b24345d9387ec942c3d5.hanno@gentoo \
    --to=hanno@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