* [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/
@ 2015-08-18 19:34 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-08-18 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 9cfb13ac214e0a03fc71ae11bd99f4581cb798ea
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 19:34:53 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 19:34:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9cfb13ac
app-emacs/geiser: Use git-2 eclass (bug #557710)
app-emacs/geiser/geiser-999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-999.ebuild
index 1d49ab7..bd19913 100644
--- a/app-emacs/geiser/geiser-999.ebuild
+++ b/app-emacs/geiser/geiser-999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
-# for live ebuilds uncomment inherit git, comment SRC_URI and empty KEYWORDS
+# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
NEED_EMACS=23
inherit elisp
-inherit git
+inherit git-2
DESCRIPTION="Emacs modes for Scheme interaction"
HOMEPAGE="http://www.nongnu.org/geiser/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/
@ 2018-03-01 8:32 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2018-03-01 8:32 UTC (permalink / raw
To: gentoo-commits
commit: 580c3f69c01911e7c5a421953f4f45b61834bdb7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:32:11 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 08:32:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=580c3f69
app-emacs/geiser: Updates header and EAPI
.../geiser/{geiser-999.ebuild => geiser-9999.ebuild} | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
similarity index 75%
rename from app-emacs/geiser/geiser-999.ebuild
rename to app-emacs/geiser/geiser-9999.ebuild
index bd19913d..5dd33e72 100644
--- a/app-emacs/geiser/geiser-999.ebuild
+++ b/app-emacs/geiser/geiser-9999.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
+EAPI=6
# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
NEED_EMACS=23
-inherit elisp
-inherit git-2
+inherit elisp git-r3
DESCRIPTION="Emacs modes for Scheme interaction"
HOMEPAGE="http://www.nongnu.org/geiser/"
@@ -35,14 +33,10 @@ src_configure() {
econf --with-lispdir="${SITELISP}/${PN}"
}
-src_compile() {
- emake || die
-}
-
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc AUTHORS NEWS README THANKS
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/
@ 2018-03-09 17:41 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2018-03-09 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 59ab33af71cc8f3c71717b666e14a3064fa2b6f6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:32:11 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 17:38:49 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=59ab33af
app-emacs/geiser: Updates header and EAPI
.../geiser/{geiser-999.ebuild => geiser-9999.ebuild} | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
similarity index 75%
rename from app-emacs/geiser/geiser-999.ebuild
rename to app-emacs/geiser/geiser-9999.ebuild
index bd19913d..5dd33e72 100644
--- a/app-emacs/geiser/geiser-999.ebuild
+++ b/app-emacs/geiser/geiser-9999.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
+EAPI=6
# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
NEED_EMACS=23
-inherit elisp
-inherit git-2
+inherit elisp git-r3
DESCRIPTION="Emacs modes for Scheme interaction"
HOMEPAGE="http://www.nongnu.org/geiser/"
@@ -35,14 +33,10 @@ src_configure() {
econf --with-lispdir="${SITELISP}/${PN}"
}
-src_compile() {
- emake || die
-}
-
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc AUTHORS NEWS README THANKS
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/
@ 2018-03-09 21:36 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2018-03-09 21:36 UTC (permalink / raw
To: gentoo-commits
commit: a37451bbb01a2d5c75988ad221e275da3bb22a14
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:32:11 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 21:34:22 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a37451bb
app-emacs/geiser: Updates header and EAPI
.../geiser/{geiser-999.ebuild => geiser-9999.ebuild} | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/app-emacs/geiser/geiser-999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
similarity index 75%
rename from app-emacs/geiser/geiser-999.ebuild
rename to app-emacs/geiser/geiser-9999.ebuild
index bd19913d..5dd33e72 100644
--- a/app-emacs/geiser/geiser-999.ebuild
+++ b/app-emacs/geiser/geiser-9999.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
+EAPI=6
# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
NEED_EMACS=23
-inherit elisp
-inherit git-2
+inherit elisp git-r3
DESCRIPTION="Emacs modes for Scheme interaction"
HOMEPAGE="http://www.nongnu.org/geiser/"
@@ -35,14 +33,10 @@ src_configure() {
econf --with-lispdir="${SITELISP}/${PN}"
}
-src_compile() {
- emake || die
-}
-
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc AUTHORS NEWS README THANKS
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/
@ 2018-04-08 14:46 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2018-04-08 14:46 UTC (permalink / raw
To: gentoo-commits
commit: f47e4289dfd820a8702d26a3f197964aacd74cda
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 8 14:46:43 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Apr 8 14:46:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f47e4289
app-emacs/geiser: Live ebuild cleanup
app-emacs/geiser/geiser-9999.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-emacs/geiser/geiser-9999.ebuild b/app-emacs/geiser/geiser-9999.ebuild
index 5dd33e72..aa74f6a6 100644
--- a/app-emacs/geiser/geiser-9999.ebuild
+++ b/app-emacs/geiser/geiser-9999.ebuild
@@ -3,22 +3,18 @@
EAPI=6
-# for live ebuilds uncomment inherit git-2, comment SRC_URI and empty KEYWORDS
-
NEED_EMACS=23
inherit elisp git-r3
DESCRIPTION="Emacs modes for Scheme interaction"
HOMEPAGE="http://www.nongnu.org/geiser/"
-#SRC_URI="mirror://nongnu/${PN}/${PV}/${P}.tar.gz"
+#SRC_URI="https://github.com/jaor/geiser/archive/${PV}.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="git://git.sv.gnu.org/geiser.git"
LICENSE="BSD"
-IUSE=""
-
-KEYWORDS=""
SLOT="0"
+IUSE=""
DEPEND=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-08 14:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 8:32 [gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-04-08 14:46 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2015-08-18 19:34 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox