diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:23:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:18:49 +0200 |
commit | 622f5cd7b0cd418e0f8ee21ffd4882445c9e84a9 (patch) | |
tree | 746e013ea297a5d0b776228298752984840a9803 /dev-erlang/cache_tab/cache_tab-1.0.3.ebuild | |
parent | dev-erlang/base64url: Drop old (diff) | |
download | gentoo-622f5cd7b0cd418e0f8ee21ffd4882445c9e84a9.tar.gz gentoo-622f5cd7b0cd418e0f8ee21ffd4882445c9e84a9.tar.bz2 gentoo-622f5cd7b0cd418e0f8ee21ffd4882445c9e84a9.zip |
dev-erlang/cache_tab: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-erlang/cache_tab/cache_tab-1.0.3.ebuild')
-rw-r--r-- | dev-erlang/cache_tab/cache_tab-1.0.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/cache_tab/cache_tab-1.0.3.ebuild b/dev-erlang/cache_tab/cache_tab-1.0.3.ebuild deleted file mode 100644 index 4fa824f23a5c..000000000000 --- a/dev-erlang/cache_tab/cache_tab-1.0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="In-memory cache Erlang and Elixir library" -HOMEPAGE="https://github.com/processone/cache_tab" -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/p1_utils-1.0.4 - >=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) |