public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2013-12-01 22:40 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-12-01 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7645b81e076255f6493deb49ca1a5d2128950c42
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 22:40:58 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 22:40:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7645b81e

dev-lisp/cl-launch: bump to version 3.22.1

---
 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
new file mode 100644
index 0000000..d29119f
--- /dev/null
+++ b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line."
+HOMEPAGE="http://www.cliki.net/cl-launch"
+SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
+LICENSE="LLGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}"/"${PN}"
+
+CL_LAUNCH_FASLDIR=/var/cache/cl-launch
+
+src_install() {
+	dobin cl-launch.sh
+	common-lisp-install-sources -t all launcher.lisp wrapper.sh
+	common-lisp-install-asdf
+	keepdir "${CL_LAUNCH_FASLDIR}"
+	fperms 1777 "${CL_LAUNCH_FASLDIR}"
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2014-04-18 18:00 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2014-04-18 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     098faa3707931a5e497c0026fd1a3362d1b0849d
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 18:01:30 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 18:01:30 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=098faa37

dev-lisp/cl-launch: bump to version 4.0.3

---
 dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
new file mode 100644
index 0000000..35b00a9
--- /dev/null
+++ b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line."
+HOMEPAGE="http://www.cliki.net/cl-launch"
+SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
+LICENSE="LLGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+	mkdir -p "${D}/usr/bin" || die
+	emake PREFIX="${D}/usr" install
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2016-10-02 14:29 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2016-10-02 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a80c905941f3d080f7dbae13c690ae916f6e8c9a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:29:36 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:29:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a80c9059

dev-lisp/cl-launch: Update header and DESCRIPTION. Fix LICENSE for older version

 dev-lisp/cl-launch/cl-launch-2.36.ebuild   | 8 ++++----
 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 6 +++---
 dev-lisp/cl-launch/cl-launch-4.0.3.ebuild  | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild
index 3e2b696..2521414 100644
--- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-2.36.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 
-DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line."
+DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
 HOMEPAGE="http://www.cliki.net/cl-launch"
 SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${PN}_${PV}.tar.gz"
 SRC_URI="http://common-lisp.net/~sionescu/files/${PN}_${PV}.tar.gz"
-LICENSE="No-Problem-Bugroff LLGPL-2.1"
+LICENSE="LLGPL-2.1"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"

diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
index d29119f..7a03ea7 100644
--- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
@@ -1,12 +1,12 @@
-# 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 common-lisp-3
 
-DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line."
+DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
 HOMEPAGE="http://www.cliki.net/cl-launch"
 SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
 LICENSE="LLGPL-2.1"

diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
index 35b00a9..b211449 100644
--- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
 inherit common-lisp-3
 
-DESCRIPTION="cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line."
+DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
 HOMEPAGE="http://www.cliki.net/cl-launch"
 SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
 LICENSE="LLGPL-2.1"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2016-10-02 14:35 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2016-10-02 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3da8ef76630b5e42aeacf105b014e26a250b5844
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:35:22 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:35:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3da8ef76

dev-lisp/cl-launch: Bump to version 4.1.4.1

 dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
new file mode 100644
index 0000000..b211449
--- /dev/null
+++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
+HOMEPAGE="http://www.cliki.net/cl-launch"
+SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
+LICENSE="LLGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+	mkdir -p "${D}/usr/bin" || die
+	emake PREFIX="${D}/usr" install
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2017-04-12 20:00 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-04-12 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     51bcc87386becc3e54a26b68a0d7097df3dc8ff2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 20:00:04 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 20:00:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=51bcc873

dev-lisp/cl-launch: Updates header and EAPI

 dev-lisp/cl-launch/cl-launch-2.36.ebuild    | 3 +--
 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild  | 3 +--
 dev-lisp/cl-launch/cl-launch-4.0.3.ebuild   | 3 +--
 dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 5 ++---
 4 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild
index 2521414f..7841da81 100644
--- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-2.36.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
index 7a03ea74..344e2788 100644
--- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
index b2114499..c1222a20 100644
--- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
index b2114499..3f262f7a 100644
--- a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
@@ -1,8 +1,7 @@
-# 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 common-lisp-3
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2017-07-02 20:38 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-07-02 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8125eec65eabdb49937b5f9959e045a3f1ac6583
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:38:52 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:38:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8125eec6

dev-lisp/cl-launch: Drops old version

 dev-lisp/cl-launch/cl-launch-2.36.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild
deleted file mode 100644
index 7841da81..00000000
--- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit common-lisp-2
-
-DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
-HOMEPAGE="http://www.cliki.net/cl-launch"
-SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${PN}_${PV}.tar.gz"
-SRC_URI="http://common-lisp.net/~sionescu/files/${PN}_${PV}.tar.gz"
-LICENSE="LLGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-CL_LAUNCH_FASLDIR=/var/cache/cl-launch
-
-src_install() {
-	dobin cl-launch.sh
-	common-lisp-install launcher.lisp wrapper.sh cl-launch.asd
-	common-lisp-symlink-asdf
-	keepdir "${CL_LAUNCH_FASLDIR}"
-	fperms 1777 "${CL_LAUNCH_FASLDIR}"
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2017-08-30 13:26 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-08-30 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     053551ccdefe3a66641eb250bb1ff232b777e456
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:26:40 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:26:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=053551cc

dev-lisp/cl-launch: Drops old version

 dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
deleted file mode 100644
index 344e2788..00000000
--- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
-HOMEPAGE="http://www.cliki.net/cl-launch"
-SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}"/"${PN}"
-
-CL_LAUNCH_FASLDIR=/var/cache/cl-launch
-
-src_install() {
-	dobin cl-launch.sh
-	common-lisp-install-sources -t all launcher.lisp wrapper.sh
-	common-lisp-install-asdf
-	keepdir "${CL_LAUNCH_FASLDIR}"
-	fperms 1777 "${CL_LAUNCH_FASLDIR}"
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2022-04-02 16:30 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2022-04-02 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3b3258cfe50faa1a2b315d6539503c5961d1b0c4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 16:30:33 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 16:30:33 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b3258cf

dev-lisp/cl-launch: Update HOMEPAGE and SRC_URI

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
index 3f262f7a..ceef4982 100644
--- a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
+++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,13 +6,12 @@ EAPI=6
 inherit common-lisp-3
 
 DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
-HOMEPAGE="http://www.cliki.net/cl-launch"
-SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
+HOMEPAGE="https://www.cliki.net/cl-launch"
+SRC_URI="https://xcvb.common-lisp.dev/${PN}/${P}.tar.gz"
 
+LICENSE="LLGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 
 src_install() {
 	mkdir -p "${D}/usr/bin" || die


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/
@ 2022-04-02 16:30 Ulrich Müller
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2022-04-02 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     97f8cf6f1f82fc26e792a987eead706139a0edf7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 16:28:34 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 16:28:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97f8cf6f

dev-lisp/cl-launch: Remove old

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
deleted file mode 100644
index c1222a20..00000000
--- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line"
-HOMEPAGE="http://www.cliki.net/cl-launch"
-SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
-	mkdir -p "${D}/usr/bin" || die
-	emake PREFIX="${D}/usr" install
-}


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

end of thread, other threads:[~2022-04-02 16:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 22:40 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2014-04-18 18:00 José María Alonso
2016-10-02 14:29 José María Alonso
2016-10-02 14:35 José María Alonso
2017-04-12 20:00 José María Alonso
2017-07-02 20:38 José María Alonso
2017-08-30 13:26 José María Alonso
2022-04-02 16:30 Ulrich Müller
2022-04-02 16:30 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox