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

commit:     9e2c3ea8f1f98113b624c79d6f54e6cf4d936e3f
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 08:14:19 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 08:14:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=9e2c3ea8

dev-lisp/cl-typesetting: moved to github wrt bug #476888

---
 dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
index 220e808..f2796ea 100644
--- a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
+++ b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
-inherit common-lisp-2 eutils subversion
+EAPI=5
+
+inherit common-lisp-3 git-2
 
 DESCRIPTION="CL-TYPESETTING is a complete typesetting system written in Common Lisp."
 HOMEPAGE="http://www.fractalconcept.com:8000/asp/cl-typesetting"
-ESVN_REPO_URI="http://www.fractalconcept.com:8000/public/open-source/cl-typesetting/"
+EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -16,16 +17,12 @@ IUSE=""
 
 RDEPEND="dev-lisp/cl-pdf"
 
-CLSYSTEMS="${PN} ${PN}-test cl-typegraph"
-
-src_prepare() {
-	epatch "${FILESDIR}"/gentoo.patch
-}
+CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
-	insinto /usr/share/${PN}/hyphen-patterns && doins hyphen-patterns/*
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	insinto "${CLSOURCEROOT}"/"${PN}"/hyphen-patterns && doins hyphen-patterns/*
 	insinto /usr/share/doc/${PF}/contrib/xhtml-renderer && doins contrib/xhtml-renderer/*
 	insinto /usr/share/doc/${PF}/examples && doins examples/*
 	insinto /usr/share/doc/${PF}/files-for-example && doins files-for-example/*


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

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

commit:     7e173195d499668564e23786a6a8aa24c18675c3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 21:43:48 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 21:43:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7e173195

dev-lisp/cl-typesetting: Updates header and EAPI

 dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
index f2796ea..fa58ca6 100644
--- a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
+++ b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2013 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 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-TYPESETTING is a complete typesetting system written in Common Lisp."
-HOMEPAGE="http://www.fractalconcept.com:8000/asp/cl-typesetting"
+HOMEPAGE="http://www.fractalconcept.com/asp/html/cl-typesetting.html
+	http://www.cliki.net/cl-typesetting"
 EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
 
 LICENSE="BSD-2"


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

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

commit:     2e941d84e8676c6f60fba8bb15894ebb1ec174ec
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 15:06:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 15:06:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2e941d84

dev-lisp/cl-typesetting: Updates header. Removes KEYWORDS

 dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
index fa58ca6c..13b9c36d 100644
--- a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
+++ b/dev-lisp/cl-typesetting/cl-typesetting-9999.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
 
@@ -13,7 +12,6 @@ EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/cl-pdf"


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

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

commit:     fbf9027fa806a4c91f953a7556efc2be58fabcfb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 20:49:47 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 20:49:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbf9027f

dev-lisp/cl-typesetting: Use https schema in live ebuild

 dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
index 13b9c36d..d73423c5 100644
--- a/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
+++ b/dev-lisp/cl-typesetting/cl-typesetting-9999.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3 git-r3
 DESCRIPTION="CL-TYPESETTING is a complete typesetting system written in Common Lisp."
 HOMEPAGE="http://www.fractalconcept.com/asp/html/cl-typesetting.html
 	http://www.cliki.net/cl-typesetting"
-EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
+EGIT_REPO_URI="https://github.com/mbattyani/cl-typesetting"
 
 LICENSE="BSD-2"
 SLOT="0"


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

end of thread, other threads:[~2017-08-07 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 20:49 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-typesetting/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07 15:06 José María Alonso
2016-12-03 21:43 José María Alonso
2013-07-19  8:14 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