diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2018-10-20 21:20:29 +0100 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2018-10-24 22:53:53 +0100 |
commit | bb1519abcf7c2138de12b8e99944d8cad1fda982 (patch) | |
tree | eb13559608801bafd1b9929b85bf57298359e01e /dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild | |
parent | dev-erlang/luerl: Bump version (diff) | |
download | gentoo-bb1519abcf7c2138de12b8e99944d8cad1fda982.tar.gz gentoo-bb1519abcf7c2138de12b8e99944d8cad1fda982.tar.bz2 gentoo-bb1519abcf7c2138de12b8e99944d8cad1fda982.zip |
dev-erlang/p1_mysql: Bump version
Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild')
-rw-r--r-- | dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild new file mode 100644 index 000000000000..c711d6db7a0e --- /dev/null +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |