diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:32:34 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:35:43 +0200 |
commit | 377073421cd57d3808c396d83c6fb4ba777ce698 (patch) | |
tree | 8e39386298fa8b73d79608495d569698de1fa064 /dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild | |
parent | dev-erlang/p1_acme: drop 1.0.19, 1.0.20 (diff) | |
download | gentoo-377073421cd57d3808c396d83c6fb4ba777ce698.tar.gz gentoo-377073421cd57d3808c396d83c6fb4ba777ce698.tar.bz2 gentoo-377073421cd57d3808c396d83c6fb4ba777ce698.zip |
dev-erlang/p1_mysql: drop 1.0.19, 1.0.20, 1.0.21, 1.0.22
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild')
-rw-r--r-- | dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild deleted file mode 100644 index a97e122befcf..000000000000 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.19.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit rebar - -DESCRIPTION="Pure Erlang MySQL driver" -HOMEPAGE="https://github.com/processone/p1_mysql" -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~sparc ~x86" - -DEPEND=">=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( CHANGELOG.md README.md ) |