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

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

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

---
 dev-lisp/cl-pdf/cl-pdf-9999.ebuild | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
index ce9f9be..3238e96 100644
--- a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
+++ b/dev-lisp/cl-pdf/cl-pdf-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-PDF is a cross-platform Common Lisp library for generating PDF files"
 HOMEPAGE="http://www.fractalconcept.com/asp/cl-pdf"
-ESVN_REPO_URI="http://www.fractalconcept.com:8000/public/open-source/cl-pdf/"
+EGIT_REPO_URI="git://github.com/mbattyani/cl-pdf.git"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -19,14 +20,10 @@ RDEPEND="dev-lisp/salza2
 
 CLSYSTEMS="${PN} ${PN}-parser"
 
-src_prepare() {
-	epatch "${FILESDIR}"/gentoo-no-bundled-libs.patch
-}
-
 src_install() {
-	common-lisp-install *.{lisp,asd} contrib
-	common-lisp-symlink-asdf
-	insinto /usr/share/fonts/afm && doins afm/*.afm
+	common-lisp-install-sources *.lisp contrib
+	common-lisp-install-asdf
+	insinto "${CLSOURCEROOT}"/"${PN}"/afm && doins afm/*.afm
 	dodoc *.txt
 	docinto examples && dodoc examples/*
 }


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

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

commit:     57c91b40b2ae7e6ea3f21b66dfcd86ea1fb1bad7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 12:29:16 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 12:29:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=57c91b40

dev-lisp/cl-pdf: Update header

 dev-lisp/cl-pdf/cl-pdf-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
index 3238e96..6a4e1f7 100644
--- a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
+++ b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
@@ -1,6 +1,6 @@
-# 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
 


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

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

commit:     5e67658fef664e99e336d2d69cafb540f5e1c546
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 14:40:30 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 14:40:30 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5e67658f

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

 dev-lisp/cl-pdf/cl-pdf-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
index 6a4e1f77..c90301c0 100644
--- a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
+++ b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
@@ -1,10 +1,9 @@
-# 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 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-PDF is a cross-platform Common Lisp library for generating PDF files"
 HOMEPAGE="http://www.fractalconcept.com/asp/cl-pdf"
@@ -12,7 +11,6 @@ EGIT_REPO_URI="git://github.com/mbattyani/cl-pdf.git"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/salza2


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

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

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

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

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

diff --git a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
index c90301c0..bb91925e 100644
--- a/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
+++ b/dev-lisp/cl-pdf/cl-pdf-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-PDF is a cross-platform Common Lisp library for generating PDF files"
 HOMEPAGE="http://www.fractalconcept.com/asp/cl-pdf"
-EGIT_REPO_URI="git://github.com/mbattyani/cl-pdf.git"
+EGIT_REPO_URI="https://github.com/mbattyani/cl-pdf"
 
 LICENSE="BSD-2"
 SLOT="0"


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

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

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