* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpb-ttf/
@ 2014-01-29 23:02 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2014-01-29 23:02 UTC (permalink / raw
To: gentoo-commits
commit: f35e7838782a01a1125e92d6fcf4128eb0f1bbed
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 23:03:12 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 23:03:12 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=f35e7838
dev-lisp/zpb-ttf: bump to version 1.0.3
---
dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
new file mode 100644
index 0000000..7e8fa6b
--- /dev/null
+++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="TrueType font file access library for Common Lisp."
+HOMEPAGE="http://www.xach.com/lisp/zpb-ttf"
+SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dohtml doc/*.{html,png}
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpb-ttf/
@ 2016-12-05 9:29 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-05 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 4840ba7dedf6df802923d3aefdda549e372c9e5f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 09:29:41 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 09:29:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4840ba7d
dev-lisp/zpb-ttf: Updates header
dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 8 ++++----
dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
index 7e8fa6b..de92eef 100644
--- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
+++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
@@ -1,8 +1,8 @@
-# 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
+EAPI=6
inherit common-lisp-3
@@ -22,5 +22,5 @@ S="${WORKDIR}/${PN}-release-${PV}"
src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
- dohtml doc/*.{html,png}
+ dodoc doc/*.{html,png}
}
diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
index b89a1a1..1f1ebce 100644
--- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
+++ b/dev-lisp/zpb-ttf/zpb-ttf-1.0.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 eutils
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpb-ttf/
@ 2017-07-06 21:14 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-06 21:14 UTC (permalink / raw
To: gentoo-commits
commit: a4042a263f5a3e6f16328ef0178cff089b8bd6d3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 21:14:36 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:14:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a4042a26
dev-lisp/zpb-ttf: Updates to common-lisp-3 eclass
dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild | 3 +--
dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild | 22 ----------------------
2 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
index de92eef2..d92afe0e 100644
--- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.3.ebuild
+++ b/dev-lisp/zpb-ttf/zpb-ttf-1.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=6
diff --git a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild b/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
deleted file mode 100644
index 1f1ebce1..00000000
--- a/dev-lisp/zpb-ttf/zpb-ttf-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2 eutils
-
-DESCRIPTION="TrueType font file access library for Common Lisp."
-HOMEPAGE="http://www.xach.com/lisp/zpb-ttf"
-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-${PN}"
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dohtml *.{html,png}
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-06 21:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 9:29 [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpb-ttf/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-06 21:14 José María Alonso
2014-01-29 23:02 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