public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-scheme/jazzscheme/
@ 2015-08-18 19:12 José María Alonso
  0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2015-08-18 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b4fa9fae4d14a694815f179a8898615cf3f857
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 19:13:23 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 19:13:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c4b4fa9f

dev-scheme/jazzscheme: Use git-2 eclass (bug #557710)

 dev-scheme/jazzscheme/jazzscheme-999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-scheme/jazzscheme/jazzscheme-999.ebuild b/dev-scheme/jazzscheme/jazzscheme-999.ebuild
index 1e3efb2..5d06d06 100644
--- a/dev-scheme/jazzscheme/jazzscheme-999.ebuild
+++ b/dev-scheme/jazzscheme/jazzscheme-999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit git
+inherit git-2
 
 DESCRIPTION="JazzScheme is an open source programming language based on Scheme."
 HOMEPAGE="http://www.jazzscheme.org/"
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/jazzscheme/jazz.git"
 
 LICENSE="|| ( MPL-1.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-scheme/gambit x11-libs/cairo"
@@ -26,6 +26,6 @@ src_compile() {
 }
 
 src_install() {
-	mkdir "${D}"/opt/
-	mv * "${D}"/opt/
+	mkdir "${D}"/opt/ || die
+	mv * "${D}"/opt/ || die
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-scheme/jazzscheme/
@ 2022-03-13 19:25 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-03-13 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     33040c6b83f5d435a9b5333af76fd5c946201534
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 18:25:02 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 18:25:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33040c6b

dev-scheme/jazzscheme: drop package

unmaintained, ancient ebuild

Bug: https://bugs.gentoo.org/797100
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/jazzscheme/jazzscheme-999.ebuild | 31 -----------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-scheme/jazzscheme/jazzscheme-999.ebuild b/dev-scheme/jazzscheme/jazzscheme-999.ebuild
deleted file mode 100644
index 5d06d061..00000000
--- a/dev-scheme/jazzscheme/jazzscheme-999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit git-2
-
-DESCRIPTION="JazzScheme is an open source programming language based on Scheme."
-HOMEPAGE="http://www.jazzscheme.org/"
-#SRC_URI="http://www-etud.iro.umontreal.ca/~lasallej/${P}.tar.gz"
-EGIT_REPO_URI="git://github.com/jazzscheme/jazz.git"
-#EGIT_REPO_URI="git://64.235.209.250/git/jazz"
-
-LICENSE="|| ( MPL-1.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-scheme/gambit x11-libs/cairo"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	vecho ">>> Configuring..."
-	gsc configure || die
-	vecho ">>> Building..."
-	gsc make jedi jobs: 2 || die
-}
-
-src_install() {
-	mkdir "${D}"/opt/ || die
-	mv * "${D}"/opt/ || die
-}


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

end of thread, other threads:[~2022-03-13 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-13 19:25 [gentoo-commits] proj/lisp:master commit in: dev-scheme/jazzscheme/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2015-08-18 19:12 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