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: app-emacs/geiser/
Date: Sun, 08 Apr 2018 14:46:49
Message-Id: 1523198803.f47e4289dfd820a8702d26a3f197964aacd74cda.nimiux@gentoo
1 commit: f47e4289dfd820a8702d26a3f197964aacd74cda
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 14:46:43 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 14:46:43 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f47e4289
7
8 app-emacs/geiser: Live ebuild cleanup
9
10 app-emacs/geiser/geiser-9999.ebuild | 8 ++------
11 1 file changed, 2 insertions(+), 6 deletions(-)
12
13 diff --git a/app-emacs/geiser/geiser-9999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
14 index 5dd33e72..aa74f6a6 100644
15 --- a/app-emacs/geiser/geiser-9999.ebuild
16 +++ b/app-emacs/geiser/geiser-9999.ebuild
17 @@ -3,22 +3,18 @@
18
19 EAPI=6
20
21 -# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
22 -
23 NEED_EMACS=23
24
25 inherit elisp git-r3
26
27 DESCRIPTION="Emacs modes for Scheme interaction"
28 HOMEPAGE="http://www.nongnu.org/geiser/"
29 -#SRC_URI="mirror://nongnu/${PN}/${PV}/${P}.tar.gz"
30 +#SRC_URI="https://github.com/jaor/geiser/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 EGIT_REPO_URI="git://git.sv.gnu.org/geiser.git"
32
33 LICENSE="BSD"
34 -IUSE=""
35 -
36 -KEYWORDS=""
37 SLOT="0"
38 +IUSE=""
39
40 DEPEND=""
41 RDEPEND=""