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

commit:     fac5df05d088014cc79f7f794fb44efc1cc7c2ea
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 18:06:19 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 18:06:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fac5df05

dev-lisp/filtered-functions: Updates header

 dev-lisp/filtered-functions/filtered-functions-0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
index cf9c2e3..85f2f1e 100644
--- a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
+++ b/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
@@ -1,6 +1,6 @@
-# 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
 


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

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

commit:     33c0140cc9595d2bf9ec9be71f791731e14baa30
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 18:40:38 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 18:40:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33c0140c

dev-lisp/filtered-functions: Fixes version 0.1

 ...ed-functions-0.10.ebuild => filtered-functions-0.1.ebuild} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
similarity index 78%
rename from dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
rename to dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
index 85f2f1e..8598ca1 100644
--- a/dev-lisp/filtered-functions/filtered-functions-0.10.ebuild
+++ b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
@@ -2,13 +2,15 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 inherit common-lisp-2
 
-MY_P=${PN}_${PV:0:3}
+MY_P=${PN}_${PV}
 
 DESCRIPTION="."
 HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"
-SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz"
+SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -18,8 +20,3 @@ IUSE=""
 RDEPEND="dev-lisp/closer-mop"
 
 S="${WORKDIR}"/${MY_P}
-
-src_install() {
-	common-lisp-install *.{lisp,asd} test/*.lisp
-	common-lisp-symlink-asdf
-}


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

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

commit:     e2dec90599bbc0eba6432813efcca1896f3b3fd2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 18:45:35 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 18:45:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e2dec905

dev-lisp/filtered-functions: Bumps version to 0.2.0

 .../filtered-functions/filtered-functions-0.2.0.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild
new file mode 100644
index 0000000..b42375d
--- /dev/null
+++ b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="A CLOS extension for filtered dispatch. Requires Closer to MOP."
+HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"
+SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/closer-mop"


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

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

commit:     e39b742758dad12072f68fd096ee541a25232767
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 18:47:32 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 18:47:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e39b7427

dev-lisp/filtered-functions: Fixes missing DESCRIPTION

 dev-lisp/filtered-functions/filtered-functions-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
index 8598ca1..60e5a5e 100644
--- a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
+++ b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-2
 
 MY_P=${PN}_${PV}
 
-DESCRIPTION="."
+DESCRIPTION="A CLOS extension for filtered dispatch. Requires Closer to MOP."
 HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"
 SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz"
 


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

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

commit:     8bc0246b42f1933d6cec5e5b3c9f48e47374c5bb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:50:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:50:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8bc0246b

dev-lisp/filtered-functions: Drops old version. Updates header

 .../filtered-functions-0.1.ebuild                  | 22 ----------------------
 .../filtered-functions-0.2.0.ebuild                |  3 +--
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
deleted file mode 100644
index 60e5a5e5..00000000
--- a/dev-lisp/filtered-functions/filtered-functions-0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A CLOS extension for filtered dispatch. Requires Closer to MOP."
-HOMEPAGE="http://common-lisp.net/project/closer/filtered.html"
-SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/closer-mop"
-
-S="${WORKDIR}"/${MY_P}

diff --git a/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild
index b42375d0..3fc0fd03 100644
--- a/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild
+++ b/dev-lisp/filtered-functions/filtered-functions-0.2.0.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] 5+ messages in thread

end of thread, other threads:[~2017-07-07  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 18:06 [gentoo-commits] proj/lisp:master commit in: dev-lisp/filtered-functions/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-04 18:40 José María Alonso
2016-12-04 18:45 José María Alonso
2016-12-04 18:47 José María Alonso
2017-07-07  8:50 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