diff options
author | 2016-11-10 22:12:24 +0000 | |
---|---|---|
committer | 2016-11-11 20:14:48 +0000 | |
commit | 5f5a1e2c7c0a2f7d46d83b961230318830c90aea (patch) | |
tree | 1233b8eb138fed35c8eb1b6e6c3b150cdb91e835 /dev-erlang/stringprep/stringprep-1.0.6.ebuild | |
parent | dev-erlang/iconv: Bump version to 1.0.2 (diff) | |
download | gentoo-5f5a1e2c7c0a2f7d46d83b961230318830c90aea.tar.gz gentoo-5f5a1e2c7c0a2f7d46d83b961230318830c90aea.tar.bz2 gentoo-5f5a1e2c7c0a2f7d46d83b961230318830c90aea.zip |
dev-erlang/stringprep: Bump version to 1.0.6
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-erlang/stringprep/stringprep-1.0.6.ebuild')
-rw-r--r-- | dev-erlang/stringprep/stringprep-1.0.6.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/stringprep/stringprep-1.0.6.ebuild b/dev-erlang/stringprep/stringprep-1.0.6.ebuild new file mode 100644 index 000000000000..9f62d07ba907 --- /dev/null +++ b/dev-erlang/stringprep/stringprep-1.0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit rebar + +DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir" +HOMEPAGE="https://github.com/processone/stringprep" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0 tcltk" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-erlang/p1_utils-1.0.5 + >=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |