* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2013-07-15 18:25 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2013-07-15 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 0796e304c2a3fa7c7937697d829d455c3f79eb16
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 18:25:31 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 18:25:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0796e304
dev-lisp/salza2: bump to version 2.0.8
---
dev-lisp/salza2/salza2-2.0.8.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
new file mode 100644
index 0000000..eb6a24b
--- /dev/null
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats."
+HOMEPAGE="http://www.xach.com/lisp/salza2/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ common-lisp-install-sources *.{lisp,asd}
+ common-lisp-install-asdf
+ dohtml doc/index.html
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2013-07-15 18:32 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2013-07-15 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 8ce8ebd3ff101af5b4150a4b3c7dda61988fa3a8
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 18:32:52 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 18:32:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=8ce8ebd3
dev-lisp/salza2: remove .asd from src_install
---
dev-lisp/salza2/salza2-2.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
index eb6a24b..a88595c 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
src_install() {
- common-lisp-install-sources *.{lisp,asd}
+ common-lisp-install-sources *.lisp
common-lisp-install-asdf
dohtml doc/index.html
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2015-12-18 22:27 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-12-18 22:27 UTC (permalink / raw
To: gentoo-commits
commit: c2f2a075a0eff22d26f8968bd767a9281a98a372
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 22:30:50 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 22:30:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2f2a075
dev-lisp: bump to version 2.0.9 and fix headers
dev-lisp/salza2/salza2-2.0.7.ebuild | 4 ++--
dev-lisp/salza2/salza2-2.0.8.ebuild | 4 ++--
dev-lisp/salza2/{salza2-2.0.8.ebuild => salza2-2.0.9.ebuild} | 12 ++++--------
3 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild b/dev-lisp/salza2/salza2-2.0.7.ebuild
index 64b3ec6..5c3a19b 100644
--- a/dev-lisp/salza2/salza2-2.0.7.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
index a88595c..08d80c0 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild
similarity index 61%
copy from dev-lisp/salza2/salza2-2.0.8.ebuild
copy to dev-lisp/salza2/salza2-2.0.9.ebuild
index a88595c..14ad189 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -8,15 +8,11 @@ inherit common-lisp-3
DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats."
HOMEPAGE="http://www.xach.com/lisp/salza2/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dohtml doc/index.html
-}
+S="${WORKDIR}/${PN}-release-${PV}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2016-09-11 17:20 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-09-11 17:20 UTC (permalink / raw
To: gentoo-commits
commit: ec67572044d2cf9f7480dc8bd280ef6fe29bf719
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:20:30 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:20:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ec675720
dev-lisp/salza2: Update DESCRIPTION
dev-lisp/salza2/salza2-2.0.7.ebuild | 4 ++--
dev-lisp/salza2/salza2-2.0.8.ebuild | 4 ++--
dev-lisp/salza2/salza2-2.0.9.ebuild | 10 ++++++----
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild b/dev-lisp/salza2/salza2-2.0.7.ebuild
index 5c3a19b..411d4b2 100644
--- a/dev-lisp/salza2/salza2-2.0.7.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit common-lisp-2
-DESCRIPTION="A compression library for creating data in the DEFLATE, ZLIB, or GZIP compression formats."
+DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
HOMEPAGE="http://www.xach.com/lisp/salza2/"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
index 08d80c0..3f0c6a2 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
inherit common-lisp-3
-DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats."
+DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
HOMEPAGE="http://www.xach.com/lisp/salza2/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
diff --git a/dev-lisp/salza2/salza2-2.0.9.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild
index 14ad189..b45202e 100644
--- a/dev-lisp/salza2/salza2-2.0.9.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,13 +6,15 @@ EAPI=5
inherit common-lisp-3
-DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats."
+MY_PV="release-${PV}"
+
+DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
HOMEPAGE="http://www.xach.com/lisp/salza2/"
-SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz"
+SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-S="${WORKDIR}/${PN}-release-${PV}"
+S="${WORKDIR}/${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2016-09-11 17:22 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-09-11 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 87e37af5038115f407226537026849348063d9d5
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:22:52 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:22:52 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87e37af5
dev-lisp/salza2: Add arrow
dev-lisp/salza2/salza2-2.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/salza2/salza2-2.0.9.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild
index b45202e..b27b372 100644
--- a/dev-lisp/salza2/salza2-2.0.9.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
@@ -10,7 +10,7 @@ MY_PV="release-${PV}"
DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
HOMEPAGE="http://www.xach.com/lisp/salza2/"
-SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz"
+SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2017-07-07 8:47 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 8:47 UTC (permalink / raw
To: gentoo-commits
commit: f29a848e0e777230a8f83b9c006f1e911381dfa2
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:47:27 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:47:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f29a848e
dev-lisp/salza2: Drops old version. Updates to common-lisp-3 eclass
dev-lisp/salza2/salza2-2.0.7.ebuild | 20 --------------------
dev-lisp/salza2/salza2-2.0.8.ebuild | 5 ++---
dev-lisp/salza2/salza2-2.0.9.ebuild | 5 ++---
3 files changed, 4 insertions(+), 26 deletions(-)
diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild b/dev-lisp/salza2/salza2-2.0.7.ebuild
deleted file mode 100644
index 411d4b26..00000000
--- a/dev-lisp/salza2/salza2-2.0.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
-HOMEPAGE="http://www.xach.com/lisp/salza2/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dohtml doc/index.html
-}
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
index 3f0c6a24..5d1a4f94 100644
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
@@ -1,8 +1,7 @@
-# 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
diff --git a/dev-lisp/salza2/salza2-2.0.9.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild
index b27b372b..35e73b43 100644
--- a/dev-lisp/salza2/salza2-2.0.9.ebuild
+++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
@@ -1,8 +1,7 @@
-# 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/
@ 2018-03-18 16:30 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2018-03-18 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 1582e86bc5fef3e1e49424aafb4720237b2d0894
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:30:47 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:30:47 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1582e86b
dev-lisp/salza2: Updates manifest and drops old version
dev-lisp/salza2/salza2-2.0.8.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
deleted file mode 100644
index 5d1a4f94..00000000
--- a/dev-lisp/salza2/salza2-2.0.8.ebuild
+++ /dev/null
@@ -1,21 +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="Library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats"
-HOMEPAGE="http://www.xach.com/lisp/salza2/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dohtml doc/index.html
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-18 16:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 18:32 [gentoo-commits] proj/lisp:master commit in: dev-lisp/salza2/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-18 16:30 José María Alonso
2017-07-07 8:47 José María Alonso
2016-09-11 17:22 José María Alonso
2016-09-11 17:20 José María Alonso
2015-12-18 22:27 José María Alonso
2013-07-15 18:25 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