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/fast_tls/
Date: Mon, 12 Oct 2020 14:29:03 +0000 (UTC)	[thread overview]
Message-ID: <1602512924.b6da249428c047ffd4e820c45d1df506d76daa92.hanno@gentoo> (raw)

commit:     b6da249428c047ffd4e820c45d1df506d76daa92
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 14:28:44 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 14:28:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6da2494

dev-erlang/fast_tls: Remove old

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

 dev-erlang/fast_tls/Manifest               |  4 ----
 dev-erlang/fast_tls/fast_tls-1.0.26.ebuild | 24 ------------------------
 dev-erlang/fast_tls/fast_tls-1.1.2.ebuild  | 24 ------------------------
 dev-erlang/fast_tls/fast_tls-1.1.4.ebuild  | 24 ------------------------
 dev-erlang/fast_tls/fast_tls-1.1.5.ebuild  | 23 -----------------------
 5 files changed, 99 deletions(-)

diff --git a/dev-erlang/fast_tls/Manifest b/dev-erlang/fast_tls/Manifest
index 93e27fc532b..9a687927ff6 100644
--- a/dev-erlang/fast_tls/Manifest
+++ b/dev-erlang/fast_tls/Manifest
@@ -1,5 +1 @@
-DIST fast_tls-1.0.26.tar.gz 76348 BLAKE2B 3016d26724119a2b0b6e4ce9691ceeca7009ee758465f7d7203cab526c9cf588cefd859cb452d7f28877a2d3cf4eef26f9941bccb7aee4794006d9c0f4e8561e SHA512 3be4ed4a346c2d20f7a9d080a12e98fcf180c2f25df7a505a798ca8581aee74c4dc2f92b74c1a6866d6b13e65940cf0adfaff3cceccb0fe9fb3f375a3ebcfcd8
-DIST fast_tls-1.1.2.tar.gz 80657 BLAKE2B 44df81fca2e2a3dac8b4c9dac2506d313aea7d1a75a05b1cc1bd42e237c6ed951306e2acf7169538e3d0e68463fa8142f4d57776a8c86abdbd17f6973600f79e SHA512 79027ba6d80cb6b2bc0d6cd92d3889fa13e7ee746db20582517fc0ce36173b112805a94568a89d718166dfa4b41cd49bf8a6bc505979d4b25a389e87fdc3e4cb
-DIST fast_tls-1.1.4.tar.gz 80739 BLAKE2B dcfdf3f894d3d72d587a861a65f7c2c4ab2ec0f72accf274c385a5dab0622d4ab32e9acfee8ce29b9d2082112d496e93a770014e220dc974aadfe0344ab5ef6a SHA512 9bef899ce35d1022c3aaf894dea6e6b53a78fa266d58b07a77a01ad8f3658a5c3d8d2eea5284c4bbcce7726bf46760cec857eea2d11f7cdb4f08741d4dd1295c
-DIST fast_tls-1.1.5.tar.gz 80284 BLAKE2B f55e0f5087bba30da8298f90bfc0a12432141899d490d82ce61edf9bf0200603c8bf8bc732bd34a7d18ba4a3345dc5814162b1e72b3cb76658a20169d882b3f4 SHA512 58a65e7379c797e5d85ef7b681088ef9f57261620de99f4116f9b35b104b447b2a6c97f1480a79be01e520b1f3b5162944b6fd6e1cfd1d0e2a1eda96b3d1948c
 DIST fast_tls-1.1.6.tar.gz 80339 BLAKE2B bbd7b327516ca028729387880db32d09bbdbade7d483498ca8c763991e651ae29ec5ce0c12ea2b6e3b9c47aa874434d075d7f2708a9d7e853797a0abf6a50c8b SHA512 370a634a43e2bd705936d9068f28925df66146291e7c2336b410f2d362f35b2b3cc311594e8a3c2c50c26a2fa920d27e1566bc455813b5fc0c98f3dc5400f5a2

diff --git a/dev-erlang/fast_tls/fast_tls-1.0.26.ebuild b/dev-erlang/fast_tls/fast_tls-1.0.26.ebuild
deleted file mode 100644
index 1e08fcb6175..00000000000
--- a/dev-erlang/fast_tls/fast_tls-1.0.26.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/fast_tls"
-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"
-IUSE="libressl"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.13
-	>=dev-lang/erlang-17.1:=
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md  README.md )

diff --git a/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild
deleted file mode 100644
index 0d41ea22677..00000000000
--- a/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/fast_tls"
-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"
-IUSE="libressl"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.16
-	>=dev-lang/erlang-17.1:=
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/fast_tls/fast_tls-1.1.4.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.4.ebuild
deleted file mode 100644
index cff158b7bfc..00000000000
--- a/dev-erlang/fast_tls/fast_tls-1.1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/fast_tls"
-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"
-IUSE="libressl"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.18
-	>=dev-lang/erlang-17.1:=
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )

diff --git a/dev-erlang/fast_tls/fast_tls-1.1.5.ebuild b/dev-erlang/fast_tls/fast_tls-1.1.5.ebuild
deleted file mode 100644
index 84f4c3e5439..00000000000
--- a/dev-erlang/fast_tls/fast_tls-1.1.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/fast_tls"
-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"
-IUSE="libressl"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.18
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )


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

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 14:29 Hanno Böck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-02  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/ Florian Schmaus
2025-04-06  0:04 Sam James
2024-11-08 20:21 Florian Schmaus
2024-10-18  8:36 Florian Schmaus
2024-10-18  8:27 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
2024-04-16 14:55 Florian Schmaus
2024-04-14 17:24 Arthur Zamarin
2024-03-10 20:10 Florian Schmaus
2023-02-10 20:36 Sam James
2022-10-28 20:57 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-07-05  8:52 Agostino Sarubbo
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
2021-05-02 12:37 Mikle Kolyada
2020-10-12 14:29 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03  5:58 Hanno Böck
2020-05-04  9:04 Hanno Böck
2020-04-01  9:27 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-12-07 13:47 Sergei Trofimovich
2019-11-02 14:46 Hanno Boeck
2019-08-31 14:19 Hanno Boeck
2019-06-05 21:52 Andreas Sturmlechner
2019-05-24 22:08 Sergei Trofimovich
2019-05-23 12:47 Mikle Kolyada
2019-01-09 21:56 Amadeusz Piotr Żołnowski
2018-10-16 21:40 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:08 Anthony G. Basile
2016-08-20  3:11 Matthias Maier
2016-06-07 22:24 Amadeusz Piotr Żołnowski

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=1602512924.b6da249428c047ffd4e820c45d1df506d76daa92.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