public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-darcs/
@ 2016-12-04 13:21 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     22cb3e863921a0c4f20caddf07c63e95a21f92e9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 13:21:49 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 13:21:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=22cb3e86

dev-lisp/cl-darcs: Updates header

 dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
index cb5df0b..4512d73 100644
--- a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
+++ b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.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
 


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

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

commit:     9a294b1405dc776c9ceb64655e12fd64db26297a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:59:02 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:59:02 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9a294b14

dev-lisp/cl-darcs: Updates to common-lisp-3.eclass.

 dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
index 4512d737..321f4322 100644
--- a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
+++ b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
 
-DESCRIPTION="CL-DARCS is a client for the darcs version control system written in Common Lisp."
+inherit common-lisp-3
+
+DESCRIPTION="A client for the darcs version control system written in Common Lisp."
 HOMEPAGE="http://common-lisp.net/project/cl-darcs
 		http://www.cliki.net/CL-DARCS"
 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
@@ -27,7 +28,7 @@ RDEPEND="dev-lisp/split-sequence
 		dev-lisp/cl-difflib"
 
 src_compile() {
-	cd doc
+	cd doc || die
 	makeinfo ${PN}.texi -o ${PN}.info || die "Cannot build info docs"
 	if use doc ; then
 		VARTEXFONTS="${T}"/fonts \
@@ -36,8 +37,8 @@ src_compile() {
 }
 
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
 	dodoc README
 	dodoc doc/${PN}.info
 	use doc && dodoc doc/${PN}.pdf


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-darcs/
@ 2022-04-02  7:39 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-02  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1079959d5d62b44d633aea5eed310c963ae777e9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:23:41 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:23:41 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1079959d

dev-lisp/cl-darcs: Remove package

SRC_URI is gone.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild b/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
deleted file mode 100644
index 321f4322..00000000
--- a/dev-lisp/cl-darcs/cl-darcs-0.2_p20080314-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="A client for the darcs version control system written in Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/cl-darcs
-		http://www.cliki.net/CL-DARCS"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-		doc? ( virtual/texi2dvi )"
-RDEPEND="dev-lisp/split-sequence
-		dev-lisp/drakma
-		dev-lisp/puri
-		dev-lisp/trivial-gray-streams
-		dev-lisp/ironclad
-		dev-lisp/flexi-streams
-		dev-lisp/cl-fad
-		dev-lisp/cl-ppcre
-		dev-lisp/cl-difflib"
-
-src_compile() {
-	cd doc || die
-	makeinfo ${PN}.texi -o ${PN}.info || die "Cannot build info docs"
-	if use doc ; then
-		VARTEXFONTS="${T}"/fonts \
-			texi2pdf ${PN}.texi -o ${PN}.pdf || die "Cannot build PDF docs"
-	fi
-}
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc README
-	dodoc doc/${PN}.info
-	use doc && dodoc doc/${PN}.pdf
-}


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

end of thread, other threads:[~2022-04-02  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 20:59 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-darcs/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02  7:39 Ulrich Müller
2016-12-04 13:21 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