From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/epam/
Date: Tue, 13 Oct 2020 10:19:00 +0000 (UTC) [thread overview]
Message-ID: <1602584334.4e2ae4aa4d69c6f11915534b72d1e6deee64442d.hanno@gentoo> (raw)
commit: 4e2ae4aa4d69c6f11915534b72d1e6deee64442d
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 10:18:54 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 10:18:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2ae4aa
dev-erlang/epam: Remove old
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
dev-erlang/epam/Manifest | 3 ---
dev-erlang/epam/epam-1.0.2.ebuild | 33 ---------------------------------
dev-erlang/epam/epam-1.0.6.ebuild | 33 ---------------------------------
dev-erlang/epam/epam-1.0.7.ebuild | 33 ---------------------------------
4 files changed, 102 deletions(-)
diff --git a/dev-erlang/epam/Manifest b/dev-erlang/epam/Manifest
index 6c8ff9be278..a4dd04810be 100644
--- a/dev-erlang/epam/Manifest
+++ b/dev-erlang/epam/Manifest
@@ -1,4 +1 @@
-DIST epam-1.0.2.tar.gz 43720 BLAKE2B 39a1056d068bdceb7ff640a498b0766aa59649228b03e03f9385bfc106f45aa210315162d4386907a1e9cbc8f177289adebf72f527a4eaf270cd62413f1daa13 SHA512 a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030
-DIST epam-1.0.6.tar.gz 47494 BLAKE2B 8120e4f10222468ee2adf2f0ec9cffcaaea8c1fc92faf9889de0f970562631cb54cd9ba34d01994dcf657108c4232158d5617e4b9c884bc84e5eb383028b8e3f SHA512 2c316a46ac734be2c74a86e767b413fa8ff1b296622b85de4828fdd60c84e5b3962f8b76004fcb39ab43a345ec967e3f3db4ac6d0e7335dc982dbcf1edf02c4b
-DIST epam-1.0.7.tar.gz 47506 BLAKE2B 8ac8026623a653c4d0f897fb08044003c2426ca1309b1e57cbdb6f6ece4662fd15143293e1dae1f806cbc3d6cf028712701e2587750de15f44304ed7e28c17bd SHA512 ddfcb6a0ef955e6ef0fba2c98e25fbc8532c829b80c4150d0545bb9b5114773184af0adba49921cf6e2363a0224dedccd7bf81b5da292dda74f8966a8e73e1b2
DIST epam-1.0.8.tar.gz 47334 BLAKE2B be914b0a5e4657e3ddb3e9bcb607448b14451e112c0b929159a962ca8bdc778e6d7d358fb4053b500e71fddc2fbd16ce6d5b543a5f592c9037d71b4ec09aacc7 SHA512 b09624b7d1650ae741bcfcdddceacf5bfd29bb3e00a4044498d6eaec328f8762423f71025fb89a8242c76934c56b8d60f1910fc390766382468f3d844723bef2
diff --git a/dev-erlang/epam/epam-1.0.2.ebuild b/dev-erlang/epam/epam-1.0.2.ebuild
deleted file mode 100644
index f718c6eefb5..00000000000
--- a/dev-erlang/epam/epam-1.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar user
-
-DESCRIPTION="epam for ejabberd to help with PAM authentication support"
-HOMEPAGE="https://github.com/processone/epam"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86"
-
-DEPEND=">=dev-lang/erlang-17.1
- sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )
-
-pkg_setup() {
- enewgroup "${PN}"
-}
-
-src_install() {
- rebar_src_install
-
- local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
- fowners root:"${PN}" "${epam_path}"
- fperms 4750 "${epam_path}"
-}
diff --git a/dev-erlang/epam/epam-1.0.6.ebuild b/dev-erlang/epam/epam-1.0.6.ebuild
deleted file mode 100644
index 529ffdd2798..00000000000
--- a/dev-erlang/epam/epam-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar user
-
-DESCRIPTION="epam for ejabberd to help with PAM authentication support"
-HOMEPAGE="https://github.com/processone/epam"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
- sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-pkg_setup() {
- enewgroup "${PN}"
-}
-
-src_install() {
- rebar_src_install
-
- local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
- fowners root:"${PN}" "${epam_path}"
- fperms 4750 "${epam_path}"
-}
diff --git a/dev-erlang/epam/epam-1.0.7.ebuild b/dev-erlang/epam/epam-1.0.7.ebuild
deleted file mode 100644
index bc3c599bafe..00000000000
--- a/dev-erlang/epam/epam-1.0.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar user
-
-DESCRIPTION="epam for ejabberd to help with PAM authentication support"
-HOMEPAGE="https://github.com/processone/epam"
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
- sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-pkg_setup() {
- enewgroup "${PN}"
-}
-
-src_install() {
- rebar_src_install
-
- local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
- fowners root:"${PN}" "${epam_path}"
- fperms 4750 "${epam_path}"
-}
next reply other threads:[~2020-10-13 10:19 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 10:19 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-28 18:56 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/epam/ Sam James
2023-02-10 12:40 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 15:37 Florian Schmaus
2021-06-01 9:35 Sam James
2021-06-01 9:35 Sam James
2020-10-13 10:19 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-01 11:46 Hanno Böck
2020-04-01 9:15 Hanno Böck
2019-11-17 4:16 Matt Turner
2019-11-03 9:20 Hanno Boeck
2019-08-31 14:12 Hanno Boeck
2018-10-16 21:28 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-05-27 20:55 Amadeusz Piotr Żołnowski
2017-05-27 20:55 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=1602584334.4e2ae4aa4d69c6f11915534b72d1e6deee64442d.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