public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/
@ 2013-04-04 21:55 Stelian Ionescu
  0 siblings, 0 replies; 4+ messages in thread
From: Stelian Ionescu @ 2013-04-04 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fac6d166998a998a08be94383e20dec3ac375056
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Thu Apr  4 21:55:30 2013 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Thu Apr  4 21:55:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=fac6d166

dev-lisp/ecls: don't build docs

---
 dev-lisp/ecls/ecls-12.12.1-r1.ebuild |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/ecls/ecls-12.12.1-r1.ebuild b/dev-lisp/ecls/ecls-12.12.1-r1.ebuild
index 172ba3e..ce637ed 100644
--- a/dev-lisp/ecls/ecls-12.12.1-r1.ebuild
+++ b/dev-lisp/ecls/ecls-12.12.1-r1.ebuild
@@ -15,7 +15,7 @@ RESTRICT="mirror"
 LICENSE="BSD LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug doc emacs gengc precisegc sse +threads +unicode X"
+IUSE="debug emacs gengc precisegc sse +threads +unicode X"
 
 CDEPEND="dev-libs/gmp
 		virtual/libffi
@@ -72,12 +72,6 @@ src_compile() {
 
 	#parallel make fails
 	emake -j1 || die "Compilation failed"
-
-	if use doc; then
-		pushd build/doc
-		emake || die "Building docs failed"
-		popd
-	fi
 }
 
 src_install () {
@@ -88,8 +82,5 @@ src_install () {
 	pushd build/doc
 	newman ecl.man ecl.1
 	newman ecl-config.man ecl-config.1
-	if use doc; then
-		doinfo ecl{,dev}.info || die "Installing info docs failed"
-	fi
 	popd
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/
@ 2016-12-04 12:27 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4dfdf6e14751f73107dfc86f33ffd89e832b3e1a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 12:27:53 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 12:27:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4dfdf6e1

dev-lisp/ecls: Updates header

 dev-lisp/ecls/ecls-12.12.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild b/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
index ee5cc64..51cf922 100644
--- a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
+++ b/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 inherit eutils multilib


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/
@ 2017-07-07 10:25 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7630dc35a1a961a4b4035fe4f38240834266ab15
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 10:25:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 10:25:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7630dc35

dev-lisp/ecls: Updates header

 dev-lisp/ecls/ecls-12.12.1-r4.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild b/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
index 51cf9226..0455a830 100644
--- a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
+++ b/dev-lisp/ecls/ecls-12.12.1-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
+
 inherit eutils multilib
 
 MY_P=ecl-${PV}
@@ -17,13 +17,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="debug emacs gengc precisegc sse +threads +unicode X"
 
-CDEPEND="dev-libs/gmp
+CDEPEND="dev-libs/gmp:0
 		virtual/libffi
 		>=dev-libs/boehm-gc-7.1[threads?]
 		>=dev-lisp/asdf-2.33-r3:="
 DEPEND="${CDEPEND}
 		app-text/texi2html
-		emacs? ( virtual/emacs >=app-admin/eselect-emacs-1.12 )"
+		emacs? ( virtual/emacs >=app-eselect/eselect-emacs-1.12 )"
 RDEPEND="${CDEPEND}"
 
 S="${WORKDIR}"/${MY_P}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/
@ 2018-05-20 16:06 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-05-20 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f54597dc3ae246c836be1b4760acb21eec46fbb2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 16:05:57 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May 20 16:05:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f54597dc

dev-lisp/ecls: Updates LICENSE

 dev-lisp/ecls/ecls-16.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/ecls/ecls-16.1.3.ebuild b/dev-lisp/ecls/ecls-16.1.3.ebuild
index 6b3789c3..c854c576 100644
--- a/dev-lisp/ecls/ecls-16.1.3.ebuild
+++ b/dev-lisp/ecls/ecls-16.1.3.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="ECL is an embeddable Common Lisp implementation"
 HOMEPAGE="https://common-lisp.net/project/ecl/"
 SRC_URI="https://common-lisp.net/project/ecl/static/files/release/${MY_P}.tgz"
 
-LICENSE="BSD LGPL-2"
+LICENSE="BSD-2 LGPL-2.1+"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode +libatomic X"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-20 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 21:55 [gentoo-commits] proj/lisp:master commit in: dev-lisp/ecls/ Stelian Ionescu
  -- strict thread matches above, loose matches on Subject: below --
2016-12-04 12:27 José María Alonso
2017-07-07 10:25 José María Alonso
2018-05-20 16:06 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