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

commit:     0f7c514502dc76010ef063145c9c0c63ea108eff
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 22:37:10 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 22:37:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0f7c5145

dev-lisp/cl-vectors: bump to version 0.1.5

---
 dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
new file mode 100644
index 0000000..4a41b37
--- /dev/null
+++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths."
+HOMEPAGE="http://projects.tuxee.net/cl-vectors"
+SRC_URI="http://projects.tuxee.net/${PN}/files/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/zpb-ttf"
+
+CLSYSTEMS="cl-aa-misc cl-aa cl-paths-ttf cl-paths cl-vectors"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-vectors/
@ 2014-01-29 22:47 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2014-01-29 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c9a2bef9912d260cc02841109155790f101231d4
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 22:48:37 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 22:48:37 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c9a2bef9

dev-lisp/cl-vectors: add EAPI=5

---
 dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
index 4a41b37..eab830b 100644
--- a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
+++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 inherit common-lisp-3
 
 DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths."


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-vectors/
@ 2016-11-30  9:46 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     15bcccf7cbb7aa9028b559aa98602ed3830e24a2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:46:02 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:46:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=15bcccf7

dev-lisp/cl-vectors: Updates header

 dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild | 4 ++--
 dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
index 51b3288..bb0479f 100644
--- a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
+++ b/dev-lisp/cl-vectors/cl-vectors-0.1.4a.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
 

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
index eab830b..606ab4b 100644
--- a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
+++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
@@ -1,6 +1,6 @@
-# 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
 


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

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

commit:     31a8b222aa46e03756a99a855e92db5ec4d3dbd4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:41:33 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:41:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31a8b222

dev-lisp/cl-vectors: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild | 23 -----------------------
 dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild  |  5 ++---
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
deleted file mode 100644
index bb0479fa..00000000
--- a/dev-lisp/cl-vectors/cl-vectors-0.1.4a.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="A pure Common Lisp library to create, transform and render anti-aliased vectorial paths."
-HOMEPAGE="http://projects.tuxee.net/cl-vectors"
-SRC_URI="http://projects.tuxee.net/${PN}/files/${P}.tar.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/zpb-ttf"
-
-CLSYSTEMS="cl-aa-misc cl-aa cl-paths-ttf cl-paths cl-vectors"
-
-src_unpack() {
-	unpack ${A}
-	sed -i "s:\\\$VERSION\\\$:${PV}:" "${S}"/*.asd
-}

diff --git a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild b/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
index 606ab4ba..0a877bdb 100644
--- a/dev-lisp/cl-vectors/cl-vectors-0.1.5.ebuild
+++ b/dev-lisp/cl-vectors/cl-vectors-0.1.5.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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  9:46 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-vectors/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07  8:41 José María Alonso
2014-01-29 22:47 José María Alonso
2014-01-29 22:36 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