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

commit:     aa9c130509729ca67926090351067e25931a95f9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 14:18:03 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 14:18:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aa9c1305

dev-lisp/cl-markdown: Updates header

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

diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
index 9dd120d..2186a1b 100644
--- a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
+++ b/dev-lisp/cl-markdown/cl-markdown-0.10.5.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/cl-markdown/
@ 2016-11-30 21:37 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-11-30 21:37 UTC (permalink / raw
  To: gentoo-commits

commit:     45b4e371646cee3f345361e6a78f49a4a1167221
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:37:33 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:37:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=45b4e371

dev-lisp/cl-markdown: Bumps to version 0.10.6

 dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild | 38 ++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
new file mode 100644
index 0000000..a4f2c60
--- /dev/null
+++ b/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="version-${PV}_version-${PV}"
+
+DESCRIPTION="CL-Markdown is a Common Lisp rewrite of Markdown."
+HOMEPAGE="http://common-lisp.net/project/cl-markdown"
+SRC_URI="https://github.com/gwkkwg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/metatilities-base-0.6.0
+		dev-lisp/metabang-bind
+		dev-lisp/asdf-system-connections
+		>=dev-lisp/cl-containers-0.11.5
+		dev-lisp/dynamic-classes
+		dev-lisp/anaphora
+		dev-lisp/cl-ppcre"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	# TODO: Install unit-test files. Omitting them now because some of them
+	#       contain spaces and this breaks common-lisp-3 eclass
+	common-lisp-install-sources dev/*.lisp resources # unit-tests
+	common-lisp-install-asdf
+	dodoc *.config
+}


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

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

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

dev-lisp/cl-markdown: Drops old version. Updates header

 dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild | 35 --------------------------
 dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild |  3 +--
 2 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
deleted file mode 100644
index 2186a1b7..00000000
--- a/dev-lisp/cl-markdown/cl-markdown-0.10.5.ebuild
+++ /dev/null
@@ -1,35 +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="CL-Markdown is a Common Lisp rewrite of Markdown."
-HOMEPAGE="http://common-lisp.net/project/cl-markdown"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/metatilities-base-0.6.0
-		dev-lisp/metabang-bind
-		dev-lisp/dynamic-classes
-		>=dev-lisp/cl-containers-0.11.5
-		dev-lisp/anaphora
-		dev-lisp/cl-ppcre
-		dev-lisp/trivial-shell
-		dev-lisp/lift
-		dev-lisp/lml2
-		dev-lisp/cl-html-diff
-		dev-lisp/html-encode"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install ${PN}.asd ${PN}-test.asd
-	common-lisp-install dev/*.lisp resources unit-tests
-	common-lisp-symlink-asdf
-	dodoc *.config
-}

diff --git a/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild b/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
index a4f2c60f..cdf32f49 100644
--- a/dev-lisp/cl-markdown/cl-markdown-0.10.6.ebuild
+++ b/dev-lisp/cl-markdown/cl-markdown-0.10.6.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
 


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

end of thread, other threads:[~2017-07-07  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 14:18 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-markdown/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-11-30 21:37 José María Alonso
2017-07-07  8:36 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