commit:     239cc2ec30e8e690e227339e613436cf75e78280
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 16:27:15 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 16:27:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=239cc2ec

dev-lisp/percent-encoding: New package

 .../percent-encoding/percent-encoding-9999.ebuild     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-lisp/percent-encoding/percent-encoding-9999.ebuild 
b/dev-lisp/percent-encoding/percent-encoding-9999.ebuild
new file mode 100644
index 00000000..f7eae92f
--- /dev/null
+++ b/dev-lisp/percent-encoding/percent-encoding-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="Library for percent-encoding defined in RFC 3986 and varieties."
+HOMEPAGE="https://github.com/llibra/percent-encoding
+       https://bitbucket.org/llibra/percent-encoding";
+EGIT_REPO_URI="https://github.com/llibra/percent-encoding";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lisp/anaphora
+       dev-lisp/babel"

Reply via email to