public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-flv/
@ 2016-11-30 12:47 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4dbe9a2406f8d6cf14bdf1bf67ae187fc49ff12f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 12:47:27 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 12:47:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4dbe9a24

dev-lisp/asdf-flv: Adds new package

 dev-lisp/asdf-flv/asdf-flv-2.1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
new file mode 100644
index 0000000..3f22dbf
--- /dev/null
+++ b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="version-${PV}"
+
+DESCRIPTION="ASDF extension to provide support for file-local variables"
+HOMEPAGE="https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv
+	http://www.cliki.net/asdf-flv"
+SRC_URI="https://github.com/didierverna/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+# LICENSE.invalid while looking for it
+LICENSE="GNU_All_Permissive"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+	mv "net.didierverna.${PN}.asd" "${PN}.asd" || die
+	sed -i -e 's/net\.didierverna\.//g' "${PN}.asd" "${PN}.lisp" "package.lisp" || die
+	default
+}


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

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

commit:     641a7b85f97f4eefd95f0654544911411e479b34
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 12:59:23 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 12:59:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=641a7b85

dev-lisp/asdf-flv: Uses GNU All Permissive license now in the tree (FSFAP)

 dev-lisp/asdf-flv/asdf-flv-2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
index 3f22dbf..cf33bfe 100644
--- a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
+++ b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
@@ -13,8 +13,7 @@ HOMEPAGE="https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv
 	http://www.cliki.net/asdf-flv"
 SRC_URI="https://github.com/didierverna/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
-# LICENSE.invalid while looking for it
-LICENSE="GNU_All_Permissive"
+LICENSE="FSFAP"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


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

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

commit:     3186756126a91627bc8d52d05978d227a1503c98
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 15:26:46 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 15:26:46 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31867561

dev-lisp/asdf-flv: Updates header

 dev-lisp/asdf-flv/asdf-flv-2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
index cf33bfe9..5a60b629 100644
--- a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
+++ b/dev-lisp/asdf-flv/asdf-flv-2.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=6
 


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

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

commit:     4d574d035e2c6496e76e9dee352393ca5ac67d67
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 07:03:54 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 07:03:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d574d03

dev-lisp/asdf-flv: Add missing keywords

 dev-lisp/asdf-flv/asdf-flv-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
index 5a60b629..622fa9bb 100644
--- a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
+++ b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/didierverna/${PN}/archive/${MY_PV}.tar.gz -> ${P}.ta
 
 LICENSE="FSFAP"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${MY_PV}"


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

end of thread, other threads:[~2018-06-21  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 12:47 [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-flv/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-01 12:59 José María Alonso
2017-07-07 15:26 José María Alonso
2018-06-21  7:03 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