* [gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
@ 2016-12-04 20:43 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 6499c0895a80615c4e01925302377749be83a799
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 20:43:26 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 20:43:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6499c089
dev-lisp/vecto: Updates header
dev-lisp/vecto/vecto-1.4.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/vecto/vecto-1.4.3.ebuild b/dev-lisp/vecto/vecto-1.4.3.ebuild
index 191ea17..2abf7c6 100644
--- a/dev-lisp/vecto/vecto-1.4.3.ebuild
+++ b/dev-lisp/vecto/vecto-1.4.3.ebuild
@@ -1,10 +1,10 @@
-# 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="Vecto is a simplified interface to the powerful CL-VECTORS vector rasterization library."
+DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library."
HOMEPAGE="http://www.xach.com/lisp/vecto/"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
@ 2016-12-04 21:25 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 0ebe66f93327b0d18b217e1ee49b43986bf17de4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:25:37 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:25:37 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0ebe66f9
dev-lisp/vecto: Bumps version to 1.4.10
dev-lisp/vecto/vecto-1.4.10.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.4.10.ebuild
new file mode 100644
index 0000000..51e7b94
--- /dev/null
+++ b/dev-lisp/vecto/vecto-1.4.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library."
+HOMEPAGE="http://www.xach.com/lisp/vecto/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/cl-vectors
+ dev-lisp/zpb-ttf
+ dev-lisp/zpng"
+
+src_install() {
+ common-lisp-3_src_install
+ dodoc doc/index.html
+ docinto html && dodoc doc/*.{lisp,png}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
@ 2017-07-07 8:44 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 8:44 UTC (permalink / raw
To: gentoo-commits
commit: f00617165d476894d21804f18a639bf9f38ca72e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:44:40 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:44:40 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f0061716
dev-lisp/vecto: Updates to common-lisp-3 eclass
dev-lisp/vecto/vecto-1.4.10.ebuild | 3 +--
dev-lisp/vecto/vecto-1.4.3.ebuild | 25 -------------------------
2 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.4.10.ebuild
index 51e7b942..589a348a 100644
--- a/dev-lisp/vecto/vecto-1.4.10.ebuild
+++ b/dev-lisp/vecto/vecto-1.4.10.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
diff --git a/dev-lisp/vecto/vecto-1.4.3.ebuild b/dev-lisp/vecto/vecto-1.4.3.ebuild
deleted file mode 100644
index 2abf7c65..00000000
--- a/dev-lisp/vecto/vecto-1.4.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library."
-HOMEPAGE="http://www.xach.com/lisp/vecto/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/cl-vectors
- dev-lisp/zpb-ttf
- dev-lisp/zpng"
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dohtml doc/index.html
- docinto html && dodoc doc/*.{lisp,png}
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/
@ 2018-03-18 22:06 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-18 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 3357eece106bad8ddeb86fabc6355c9a225bda59
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:07:10 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:07:10 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3357eece
dev-lisp/vecto: Bumps version to 1.5
dev-lisp/vecto/{vecto-1.4.10.ebuild => vecto-1.5.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/vecto/vecto-1.4.10.ebuild b/dev-lisp/vecto/vecto-1.5.ebuild
similarity index 93%
rename from dev-lisp/vecto/vecto-1.4.10.ebuild
rename to dev-lisp/vecto/vecto-1.5.ebuild
index 589a348a..84ab2ade 100644
--- a/dev-lisp/vecto/vecto-1.4.10.ebuild
+++ b/dev-lisp/vecto/vecto-1.5.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
DESCRIPTION="Simplified interface to the powerful CL-VECTORS vector rasterization library."
HOMEPAGE="http://www.xach.com/lisp/vecto/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tgz"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-18 22:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 8:44 [gentoo-commits] proj/lisp:master commit in: dev-lisp/vecto/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-18 22:06 José María Alonso
2016-12-04 21:25 José María Alonso
2016-12-04 20:43 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