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

commit:     6b20fb4d47f59a68c48b01fd54bd2265ebb04277
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 18:36:57 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May 10 18:36:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6b20fb4d

dev-lisp/alexandria: add live ebuild

---
 dev-lisp/alexandria/alexandria-9999.ebuild |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
new file mode 100644
index 0000000..90ca9d4
--- /dev/null
+++ b/dev-lisp/alexandria/alexandria-9999.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A collection of public domain utilities."
+HOMEPAGE="http://common-lisp.net/project/alexandria/"
+EGIT_REPO_URI="git://common-lisp.net/projects/alexandria/alexandria.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/
@ 2014-06-15 20:21 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2014-06-15 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e2a1dc0d3e17d1cf6007bd00d9307130c20e1d60
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 20:22:00 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 20:22:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=e2a1dc0d

dev-lisp/alexandria: build doc

---
 dev-lisp/alexandria/alexandria-9999.ebuild | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
index 90ca9d4..9d1072b 100644
--- a/dev-lisp/alexandria/alexandria-9999.ebuild
+++ b/dev-lisp/alexandria/alexandria-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 inherit common-lisp-3 git-2
 
@@ -14,3 +14,24 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
+
+DEPEND="doc? ( sys-apps/texinfo )"
+RDEPEND=""
+
+builddoc() {
+	if use doc ; then
+		cd doc || die
+		emake
+	fi
+}
+
+src_compile() {
+	use doc && builddoc
+}
+
+src_install() {
+	common-lisp-install-sources -t all *.lisp LICENCE
+	common-lisp-install-asdf
+	dodoc README AUTHORS
+	use doc && doinfo doc/${PN}.info && dohtml doc/${PN}.html && dodoc doc/${PN}.pdf
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/
@ 2015-05-03 19:55 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2015-05-03 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2279b70c5497c2a067937d6a24b0e1c8e30c4071
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 19:55:47 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May  3 19:55:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2279b70c

dev-lisp/alenxandria: update live ebuild git repo url

 dev-lisp/alexandria/alexandria-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
index 9d1072b..2267d0d 100644
--- a/dev-lisp/alexandria/alexandria-9999.ebuild
+++ b/dev-lisp/alexandria/alexandria-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -8,11 +8,10 @@ inherit common-lisp-3 git-2
 
 DESCRIPTION="A collection of public domain utilities."
 HOMEPAGE="http://common-lisp.net/project/alexandria/"
-EGIT_REPO_URI="git://common-lisp.net/projects/alexandria/alexandria.git"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="doc? ( sys-apps/texinfo )"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/
@ 2016-06-17 20:51 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2016-06-17 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f296c8849ab24ca3205c0b6083cec2416d1f93c1
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 20:51:45 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 20:51:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f296c884

dev-lisp/alexandria: Update header

 dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild | 4 ++--
 dev-lisp/alexandria/alexandria-9999.ebuild          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild b/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
index d83899c..7d9cdc5 100644
--- a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
+++ b/dev-lisp/alexandria/alexandria-0.1_p20100411.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$
 
 EAPI=2
 inherit common-lisp-3 eutils

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
index 2267d0d..9bd375f 100644
--- a/dev-lisp/alexandria/alexandria-9999.ebuild
+++ b/dev-lisp/alexandria/alexandria-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 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] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/
@ 2017-04-05 14:54 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-04-05 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cc034e316316686efa3acea6e9b84c1ddb6184bf
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 14:54:23 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 14:54:23 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc034e31

dev-lisp/alexandria: Updates header and EAPI

 dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild | 3 +--
 dev-lisp/alexandria/alexandria-9999.ebuild          | 7 +++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild b/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
index 7d9cdc5f..e2ac1459 100644
--- a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
+++ b/dev-lisp/alexandria/alexandria-0.1_p20100411.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=2
 inherit common-lisp-3 eutils

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-9999.ebuild
index 255b8d9b..960fcb00 100644
--- a/dev-lisp/alexandria/alexandria-9999.ebuild
+++ b/dev-lisp/alexandria/alexandria-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
 
@@ -18,8 +17,8 @@ DEPEND="doc? ( sys-apps/texinfo )"
 RDEPEND=""
 
 src_prepare() {
-	default
-	epatch "${FILESDIR}/${PN}-fix-docstrings.patch"
+	eapply "${FILESDIR}/${PN}-fix-docstrings.patch"
+	eapply_user
 }
 
 src_compile() {


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/
@ 2017-10-29 18:43 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-10-29 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     afa173f6c1df18f783eb1aaf50ad7165805673d7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 18:43:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 18:43:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=afa173f6

dev-lisp/alexandria: New snapshot ebuild

 .../alexandria/alexandria-0.1_p20100411.ebuild     | 22 -----------
 ...dria-9999.ebuild => alexandria-20171029.ebuild} | 10 ++++-
 ...dria-9999.ebuild => alexandria-99999999.ebuild} |  0
 dev-lisp/alexandria/metadata.xml                   | 44 ++++++++++++++++++++++
 4 files changed, 52 insertions(+), 24 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild b/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
deleted file mode 100644
index e2ac1459..00000000
--- a/dev-lisp/alexandria/alexandria-0.1_p20100411.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit common-lisp-3 eutils
-
-DESCRIPTION="A collection of public domain utilities."
-HOMEPAGE="http://common-lisp.net/project/alexandria/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2
-		doc? ( http://common-lisp.net/project/alexandria/draft/alexandria.pdf )"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-src_install() {
-	common-lisp-3_src_install
-	if use doc ; then
-		dodoc "${DISTDIR}"/alexandria.pdf
-	fi
-}

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild
similarity index 72%
copy from dev-lisp/alexandria/alexandria-9999.ebuild
copy to dev-lisp/alexandria/alexandria-20171029.ebuild
index 960fcb00..c5656e8f 100644
--- a/dev-lisp/alexandria/alexandria-9999.ebuild
+++ b/dev-lisp/alexandria/alexandria-20171029.ebuild
@@ -3,11 +3,17 @@
 
 EAPI=6
 
-inherit common-lisp-3 git-r3 eutils
+inherit common-lisp-3 eutils
 
 DESCRIPTION="A collection of public domain utilities."
 HOMEPAGE="http://common-lisp.net/project/alexandria/"
-EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
+if [[ ${PV} == 9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
+else
+	SRC_URI="mirror://gentoo/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-lisp/alexandria/alexandria-9999.ebuild b/dev-lisp/alexandria/alexandria-99999999.ebuild
similarity index 100%
rename from dev-lisp/alexandria/alexandria-9999.ebuild
rename to dev-lisp/alexandria/alexandria-99999999.ebuild

diff --git a/dev-lisp/alexandria/metadata.xml b/dev-lisp/alexandria/metadata.xml
new file mode 100644
index 00000000..937bb817
--- /dev/null
+++ b/dev-lisp/alexandria/metadata.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>common-lisp@gentoo.org</email>
+    <name>Gentoo Common Lisp Project</name>
+  </maintainer>
+    <longdescription lang="en">
+    Alexandria is a project and a library.
+
+    As a project Alexandria's goal is to reduce duplication of effort and
+    improve portability of Common Lisp code according to its own
+    idiosyncratic and rather conservative aesthetic. What this actually
+    means is open to debate, but each project member has a veto on all
+    project activities, so a degree of conservativism is inevitable.
+
+    As a library Alexandria is one of the means by which the project
+    strives for its goals. Alexandria is a collection of portable public
+    domain utilities that meet the following constraints:
+
+    * Utilities, not extensions: Alexandria will not contain conceptual
+      extensions to Common Lisp, instead limiting itself to tools and
+      utilities that fit well within the framework of standard ANSI Common
+      Lisp. Test-frameworks, system definitions, logging facilities,
+      serialization layers, etc. are all outside the scope of Alexandria
+      as a library, though well within the scope of Alexandria as a project.
+    * Conservative: Alexandria limits itself to what project members
+      consider conservative utilities. Alexandria does not and will not
+      include anaphoric constructs, loop-like binding macros, etc.
+    * Portable: Alexandria limits itself to portable parts of Common
+      Lisp. Even apparently conservative and usefull functions remain
+      outside the scope of Alexandria if they cannot be implemented
+      portably. Portability is here defined as portable within a
+      conforming implementation: implementation bugs are not considered
+      portability issues.
+    * Team player: Alexandria will not (initially, at least) subsume
+      or provide functionality for which good-quality special-purpose
+      packages exist, like split-sequence. Instead, third party packages
+      such as that may be "blessed".
+    </longdescription>
+    <upstream>
+        <remote-id type="gitlab">alexandria/alexandria</remote-id>
+    </upstream>
+</pkgmetadata>


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

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

commit:     2ddf0d44c8167879aac1d0502ff3404324845762
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 14:48:36 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 14:48:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2ddf0d44

dev-lisp/alexandria: Clarify description

 dev-lisp/alexandria/alexandria-20171029.ebuild | 2 +-
 dev-lisp/alexandria/alexandria-99999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-20171029.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild
index c5656e8f..dddcd4a8 100644
--- a/dev-lisp/alexandria/alexandria-20171029.ebuild
+++ b/dev-lisp/alexandria/alexandria-20171029.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit common-lisp-3 eutils
 
-DESCRIPTION="A collection of public domain utilities."
+DESCRIPTION="A collection of portable utilities for Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/alexandria/"
 if [[ ${PV} == 9999* ]] ; then
 	inherit git-r3

diff --git a/dev-lisp/alexandria/alexandria-99999999.ebuild b/dev-lisp/alexandria/alexandria-99999999.ebuild
index 960fcb00..328f4c8d 100644
--- a/dev-lisp/alexandria/alexandria-99999999.ebuild
+++ b/dev-lisp/alexandria/alexandria-99999999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit common-lisp-3 git-r3 eutils
 
-DESCRIPTION="A collection of public domain utilities."
+DESCRIPTION="A collection of portable utilities for Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/alexandria/"
 EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
 


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

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

commit:     c1c43e76cefa5fd4f89b54c786d193f178f0991a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 20:07:05 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 20:07:05 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c1c43e76

dev-lisp/alexandria: Updates license

 dev-lisp/alexandria/alexandria-20171029.ebuild | 2 +-
 dev-lisp/alexandria/alexandria-99999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/alexandria/alexandria-20171029.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild
index dddcd4a8..bd042f07 100644
--- a/dev-lisp/alexandria/alexandria-20171029.ebuild
+++ b/dev-lisp/alexandria/alexandria-20171029.ebuild
@@ -15,7 +15,7 @@ else
 	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 fi
 
-LICENSE="MIT"
+LICENSE="public-domain"
 SLOT="0"
 IUSE="doc"
 

diff --git a/dev-lisp/alexandria/alexandria-99999999.ebuild b/dev-lisp/alexandria/alexandria-99999999.ebuild
index 328f4c8d..19eaeab1 100644
--- a/dev-lisp/alexandria/alexandria-99999999.ebuild
+++ b/dev-lisp/alexandria/alexandria-99999999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A collection of portable utilities for Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/alexandria/"
 EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
 
-LICENSE="MIT"
+LICENSE="public-domain"
 SLOT="0"
 IUSE="doc"
 


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 14:54 [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-10-30 20:07 José María Alonso
2017-10-30 15:15 José María Alonso
2017-10-29 18:43 José María Alonso
2016-06-17 20:51 José María Alonso
2015-05-03 19:55 José María Alonso
2014-06-15 20:21 José María Alonso
2013-05-10 18:37 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