summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-30 23:36:01 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-30 23:36:01 +0000
commit678b29f0f17dd238cef37deebd423742503645b5 (patch)
tree70f2a9ccdb69f7deef5939ca4d51ec0234831a4b /dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
parentmozconfig-v6.45.eclass: add libcanberra dependency, bug 458664 (diff)
parentdev-erlang/esip: Bump version (diff)
downloadgentoo-678b29f0f17dd238cef37deebd423742503645b5.tar.gz
gentoo-678b29f0f17dd238cef37deebd423742503645b5.tar.bz2
gentoo-678b29f0f17dd238cef37deebd423742503645b5.zip
Merge branch 'dev-erlang-version-bumps'
Diffstat (limited to 'dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild')
-rw-r--r--dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
new file mode 100644
index 000000000000..b802bbaa018a
--- /dev/null
+++ b/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )