summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-10 15:47:38 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-10 19:40:23 +0200
commit401948ba824cf23026433c8b63c19930a5d43d6e (patch)
treec6b8f98677b1277e9bd1e7f8beff5d1463e4fee4 /dev-erlang
parentdev-erlang/p1_mysql: drop 1.0.15, 1.0.18 (diff)
downloadgentoo-401948ba824cf23026433c8b63c19930a5d43d6e.tar.gz
gentoo-401948ba824cf23026433c8b63c19930a5d43d6e.tar.bz2
gentoo-401948ba824cf23026433c8b63c19930a5d43d6e.zip
dev-erlang/epam: drop 1.0.8-r1, 1.0.9-r1, 1.0.10
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/epam/Manifest3
-rw-r--r--dev-erlang/epam/epam-1.0.10.ebuild32
-rw-r--r--dev-erlang/epam/epam-1.0.8-r1.ebuild32
-rw-r--r--dev-erlang/epam/epam-1.0.9-r1.ebuild32
4 files changed, 0 insertions, 99 deletions
diff --git a/dev-erlang/epam/Manifest b/dev-erlang/epam/Manifest
index a891e8a5866d..0f454f11a700 100644
--- a/dev-erlang/epam/Manifest
+++ b/dev-erlang/epam/Manifest
@@ -1,4 +1 @@
-DIST epam-1.0.10.tar.gz 47727 BLAKE2B 9107bc991a32cf866ea1809a4d36ebb8b00c8c38e9d4eb9333298851fb6f00d89ac5df1e19ee95132f00064ba01c36725cb5351a0188a32e5be655dec7c848b2 SHA512 a659011a9ee8fdf59bd4950c78dcd0f001bf3c4512dfae156d6d66908b918968c80f836bc9801c98f0c3bb90d7bb2df6a36f2066086d623c74c96647d3637054
DIST epam-1.0.12.tar.gz 49074 BLAKE2B 258b51bf483fa7a8fb58b6d6f7482e2fde7d8013f7d99be3c3ef51992f23af0e2b788fdc71f45f26c9a59af36e39abef646e4c7381f7d997b5fe7e58b600ad64 SHA512 61a1d49c3316fb7f8fcc8b7d7c1ab0b5dd87fa31cecac679a850d191fe9171f7e01473b9979f8107c1c4567836e07ced67336dd5133dfdc5d4680cb3b6c3b270
-DIST epam-1.0.8.tar.gz 47334 BLAKE2B be914b0a5e4657e3ddb3e9bcb607448b14451e112c0b929159a962ca8bdc778e6d7d358fb4053b500e71fddc2fbd16ce6d5b543a5f592c9037d71b4ec09aacc7 SHA512 b09624b7d1650ae741bcfcdddceacf5bfd29bb3e00a4044498d6eaec328f8762423f71025fb89a8242c76934c56b8d60f1910fc390766382468f3d844723bef2
-DIST epam-1.0.9.tar.gz 47548 BLAKE2B b0a8c6e07d788160e153c75e6d8c6535f68279f1f404b25c0fe5ad1559251059a6efd38a9a30c5b180513f69fb22674ba772c29fa598bed5ddc6dcacd9f0f419 SHA512 f537dbfdba09b3f65775e2235e90e2e91951908d95cd10df05581c740d7254cce53a3a2f4131df75f5c6400b3b2cdf6b37651a554076e9cfa66fb3c627d8562c
diff --git a/dev-erlang/epam/epam-1.0.10.ebuild b/dev-erlang/epam/epam-1.0.10.ebuild
deleted file mode 100644
index 6e7861052642..000000000000
--- a/dev-erlang/epam/epam-1.0.10.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-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="
- acct-group/epam
- >=dev-lang/erlang-17.1
- sys-libs/pam
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-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.8-r1.ebuild b/dev-erlang/epam/epam-1.0.8-r1.ebuild
deleted file mode 100644
index cc1bc6c2e84d..000000000000
--- a/dev-erlang/epam/epam-1.0.8-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-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="
- acct-group/epam
- >=dev-lang/erlang-17.1
- sys-libs/pam
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-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.9-r1.ebuild b/dev-erlang/epam/epam-1.0.9-r1.ebuild
deleted file mode 100644
index ced309ebcc0a..000000000000
--- a/dev-erlang/epam/epam-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-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="
- acct-group/epam
- >=dev-lang/erlang-17.1
- sys-libs/pam
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_install() {
- rebar_src_install
-
- local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
- fowners root:"${PN}" "${epam_path}"
- fperms 4750 "${epam_path}"
-}