Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/percent-encoding/
Date: Fri, 23 Mar 2018 16:27:03
Message-Id: 1521822435.239cc2ec30e8e690e227339e613436cf75e78280.nimiux@gentoo
1 commit: 239cc2ec30e8e690e227339e613436cf75e78280
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 16:27:15 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 16:27:15 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=239cc2ec
7
8 dev-lisp/percent-encoding: New package
9
10 .../percent-encoding/percent-encoding-9999.ebuild | 19 +++++++++++++++++++
11 1 file changed, 19 insertions(+)
12
13 diff --git a/dev-lisp/percent-encoding/percent-encoding-9999.ebuild b/dev-lisp/percent-encoding/percent-encoding-9999.ebuild
14 new file mode 100644
15 index 00000000..f7eae92f
16 --- /dev/null
17 +++ b/dev-lisp/percent-encoding/percent-encoding-9999.ebuild
18 @@ -0,0 +1,19 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +inherit common-lisp-3 git-r3
25 +
26 +DESCRIPTION="Library for percent-encoding defined in RFC 3986 and varieties."
27 +HOMEPAGE="https://github.com/llibra/percent-encoding
28 + https://bitbucket.org/llibra/percent-encoding"
29 +EGIT_REPO_URI="https://github.com/llibra/percent-encoding"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +DEPEND=""
36 +RDEPEND="dev-lisp/anaphora
37 + dev-lisp/babel"