From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/
Date: Wed, 5 Jun 2019 21:52:44 +0000 (UTC) [thread overview]
Message-ID: <1559771554.2cdf026419da8fc425f0fe6c1c90e2d5d883d0eb.asturm@gentoo> (raw)
commit: 2cdf026419da8fc425f0fe6c1c90e2d5d883d0eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 19:11:01 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 21:52:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdf0264
dev-erlang/p1_utils: Drop old
Broken by >=OpenSSL-1.1.
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-erlang/p1_utils/Manifest | 5 -----
dev-erlang/p1_utils/p1_utils-1.0.4.ebuild | 20 --------------------
dev-erlang/p1_utils/p1_utils-1.0.5.ebuild | 20 --------------------
dev-erlang/p1_utils/p1_utils-1.0.6.ebuild | 20 --------------------
dev-erlang/p1_utils/p1_utils-1.0.7.ebuild | 20 --------------------
dev-erlang/p1_utils/p1_utils-1.0.8.ebuild | 20 --------------------
6 files changed, 105 deletions(-)
diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest
index 7f13578311e..dca7d710d32 100644
--- a/dev-erlang/p1_utils/Manifest
+++ b/dev-erlang/p1_utils/Manifest
@@ -1,6 +1 @@
DIST p1_utils-1.0.13.tar.gz 56548 BLAKE2B a92aa78960673f2a52b5247dc48ea94e73e018f1a9504b57c15ebfb3b12eb9b6b5dd4e706782f4200cd35f07d3193c4cf07eff462bc74b4714d1e3da4d97077d SHA512 eb4fa41a46973c300b752efa273554e293c19235c3649166f1cb52d9512d0bfa3f032053a35ca10aec1d6594f352c386720ecb193233cebea226f45e0c0add34
-DIST p1_utils-1.0.4.tar.gz 44082 BLAKE2B e46625db03d449ed1dbfee9928ca276646f8c1e1f22798de4c48a72197972f6f8e969e5cc733574b281e0f116a26d474ec9fff765485ec9ae73ac69742065e7c SHA512 a86da4d5201ea9fa16574e4351f5f4ba32eb36fb61feb20231e4ee7c9bfe03a12724b6b50777adc65319055c29b8a3313c9fe72263089ad8a4c8b7ba9f30a3b8
-DIST p1_utils-1.0.5.tar.gz 44167 BLAKE2B 1863ab382557e6ec453ae868688f8bd9d64864891ede6f169f16f8a550d307761da8876c1bda280f15256e4f30f0a12b9d868bf4074af971d7a6fa73151e2575 SHA512 40d030e00eb5d9623035200c0a3650d2e0bc34c2cee3e46f8084c04643649fcaf33d265395d5d7414357e7e052a7be8929d3720e2c7a13a20a1379426fb5a5f2
-DIST p1_utils-1.0.6.tar.gz 46271 BLAKE2B 9742785528b82e5f7359d01e79f1f7e2bcdf33a6f9c177e3d5a21457bcbfaf768f3a18637f7a0ccd9368801f62d8d6794145bbda367d32bb75e45cac6b673ee2 SHA512 8944e8317358701a4bd5f266b32a8d07ac80e144c768a5118d67dea21321f01bdcc2bd13a8175e306313c8a117ebd8876fdce8fb2b52bc098341cd72ce041c29
-DIST p1_utils-1.0.7.tar.gz 46312 BLAKE2B 31e79fbf30f0ac90ff2319129f12df908243bdcd7b33310b975dc5a1d74fb2df590fc627f9ffd2d11ad9ff8be121cf79deb3b4672ca5aebb248c5758a21276bb SHA512 1a60ef061d543e688f22bbccafdd7d0aa749c23646546a55702eee5f8d6c8fa80f0c3b3a0b1054ea0b00bd76eb094473554fafd8d48f4785975e73e9c7dd4fee
-DIST p1_utils-1.0.8.tar.gz 53349 BLAKE2B f936b3a26b90c263f2b5e67e8b17e989c0be4270205eecfe3dafea27f704c3bf67c8914d104cfe14bf8ce06ff3e2352eb31a07bde956bee88e579a6d1e388436 SHA512 675439bf8872bc79a603032683eb322636b4c8687ac18d4bde2cd526bd86539c342024ef8aed5717083d9638f69f409bfd2f255d49267f528f67c42d7ad1e43f
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild
deleted file mode 100644
index fb6fe2ca35a..00000000000
--- a/dev-erlang/p1_utils/p1_utils-1.0.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils"
-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"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.5.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.5.ebuild
deleted file mode 100644
index 2884d50f402..00000000000
--- a/dev-erlang/p1_utils/p1_utils-1.0.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils"
-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"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.6.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.6.ebuild
deleted file mode 100644
index df7fa6c555a..00000000000
--- a/dev-erlang/p1_utils/p1_utils-1.0.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils"
-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"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.7.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.7.ebuild
deleted file mode 100644
index 2884d50f402..00000000000
--- a/dev-erlang/p1_utils/p1_utils-1.0.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils"
-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"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.8.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.8.ebuild
deleted file mode 100644
index 19c0ea37587..00000000000
--- a/dev-erlang/p1_utils/p1_utils-1.0.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
next reply other threads:[~2019-06-05 21:52 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 21:52 Andreas Sturmlechner [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/p1_utils/ Sam James
2025-04-05 18:25 Florian Schmaus
2024-10-18 8:27 Florian Schmaus
2024-07-14 17:45 Florian Schmaus
2024-06-10 20:05 Arthur Zamarin
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
2020-10-12 14:24 Hanno Böck
2020-10-12 14:18 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-06-23 18:59 Hanno Böck
2020-03-09 9:51 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-12-07 13:47 Sergei Trofimovich
2019-11-17 4:16 Matt Turner
2019-11-03 8:20 Hanno Boeck
2019-08-31 13:57 Hanno Boeck
2019-06-04 7:53 Tobias Klausmann
2019-05-23 12:47 Mikle Kolyada
2019-05-21 18:50 Sergei Trofimovich
2018-10-15 22:06 Amadeusz Piotr Żołnowski
2018-07-01 9:11 Sergei Trofimovich
2018-06-25 13:36 Tobias Klausmann
2018-06-17 10:21 Sergei Trofimovich
2018-05-27 15:33 Mikle Kolyada
2018-05-27 14:14 Thomas Deutschmann
2017-12-16 8:20 Tobias Klausmann
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-05-27 20:55 Amadeusz Piotr Żołnowski
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-08-20 20:03 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=1559771554.2cdf026419da8fc425f0fe6c1c90e2d5d883d0eb.asturm@gentoo \
--to=asturm@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