public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/wiki-parser/
@ 2012-07-16  7:40 Ulrich Mueller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller @ 2012-07-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d6baa63fe289309680ed24abb540fe2db1d9e03a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 07:42:44 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 07:45:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d6baa63f

dev-lisp/wiki-parser: Fix typo, bug 420035.

---
 dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
index b79cd63..2995ad8 100644
--- a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
+++ b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 inherit common-lisp-3
 
-DESCRIPTION="Common Lisp docuwiki parser."
+DESCRIPTION="Common Lisp dokuwiki parser."
 HOMEPAGE="http://github.com/archimag/wiki-parser"
 SRC_URI="http://cl-closure-template.googlecode.com/files/${P}.tar.bz2"
 



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

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

commit:     5c37b5ba702023623b673947c8421b1a12125e77
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 15:50:25 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 15:50:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5c37b5ba

dev-lisp/wiki-parser: distifile moved to github

---
 dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
index 2995ad8..10690e1 100644
--- a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
+++ b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
@@ -1,13 +1,16 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
+
 inherit common-lisp-3
 
-DESCRIPTION="Common Lisp dokuwiki parser."
+MY_PV="version-${PV}"
+
+DESCRIPTION="Wiki parser framework"
 HOMEPAGE="http://github.com/archimag/wiki-parser"
-SRC_URI="http://cl-closure-template.googlecode.com/files/${P}.tar.bz2"
+SRC_URI="https://github.com/archimag/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -18,7 +21,4 @@ RDEPEND="dev-lisp/alexandria
 		dev-lisp/iterate
 		dev-lisp/cl-ppcre"
 
-src_install() {
-	common-lisp-install-sources src
-	common-lisp-install-asdf ${PN}.asd
-}
+S="${WORKDIR}/${PN}-${MY_PV}"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/wiki-parser/
@ 2016-12-04 20:15 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ac7e10d56163e68d863c7a996c0389ce4a647e5a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 20:15:27 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 20:15:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ac7e10d5

dev-lisp/wiki: Updates header and EAPI

 dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
index 10690e1..c8f0a74 100644
--- a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
+++ b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
@@ -1,8 +1,8 @@
-# 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
 


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

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

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

dev-lisp/wiki-parser: Updates header

 dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild b/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
index c8f0a747..713aeb5a 100644
--- a/dev-lisp/wiki-parser/wiki-parser-0.1.2.ebuild
+++ b/dev-lisp/wiki-parser/wiki-parser-0.1.2.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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 15:49 [gentoo-commits] proj/lisp:master commit in: dev-lisp/wiki-parser/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07 15:36 José María Alonso
2016-12-04 20:15 José María Alonso
2012-07-16  7:40 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox