public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpng/
@ 2016-02-28 22:49 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-02-28 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     54e46b81d75fefd11f4dc742ccad89caed328c17
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 22:48:53 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 22:48:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=54e46b81

dev-lisp/zpng: Fix header

 dev-lisp/zpng/zpng-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/zpng/zpng-1.2.ebuild b/dev-lisp/zpng/zpng-1.2.ebuild
index d26d9ea..3106006 100644
--- a/dev-lisp/zpng/zpng-1.2.ebuild
+++ b/dev-lisp/zpng/zpng-1.2.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] 4+ messages in thread

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

commit:     1e586ab6811c8459a3ac5dd8effda7c9eece018f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:04:00 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:04:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1e586ab6

dev-lisp/zpng: Bump to version 1.2.2

 dev-lisp/zpng/zpng-1.2.2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-lisp/zpng/zpng-1.2.2.ebuild b/dev-lisp/zpng/zpng-1.2.2.ebuild
new file mode 100644
index 0000000..9c3645a
--- /dev/null
+++ b/dev-lisp/zpng/zpng-1.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="release-${PV}"
+
+DESCRIPTION="A Common Lisp library for creating PNG files."
+HOMEPAGE="http://www.xach.com/lisp/zpng/"
+SRC_URI="https://github.com/xach/${PN}/archive/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/salza2"
+
+S="${WORKDIR}/${PN}-${MY_P}"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dohtml doc/{index.html,*.png}
+	docinto examples && dodoc doc/*.lisp
+}


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

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

commit:     a3ef8af36ee2f48c005e76e7e88b8e69bbef0a2a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:11:28 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:11:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a3ef8af3

dev-lisp/zpng: Add arrow

 dev-lisp/zpng/zpng-1.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/zpng/zpng-1.2.2.ebuild b/dev-lisp/zpng/zpng-1.2.2.ebuild
index 9c3645a..48b79f8 100644
--- a/dev-lisp/zpng/zpng-1.2.2.ebuild
+++ b/dev-lisp/zpng/zpng-1.2.2.ebuild
@@ -6,11 +6,11 @@ EAPI=5
 
 inherit common-lisp-3
 
-MY_P="release-${PV}"
+MY_PV="release-${PV}"
 
 DESCRIPTION="A Common Lisp library for creating PNG files."
 HOMEPAGE="http://www.xach.com/lisp/zpng/"
-SRC_URI="https://github.com/xach/${PN}/archive/${MY_P}.tar.gz"
+SRC_URI="https://github.com/xach/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND="dev-lisp/salza2"
 
-S="${WORKDIR}/${PN}-${MY_P}"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_install() {
 	common-lisp-install-sources *.lisp


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

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

commit:     9505f5f72d9ad4f699615a365d3dad6451cb5809
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:01:24 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:01:24 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9505f5f7

dev-lisp/zpng: Updates to common-lisp-3 eclass

 dev-lisp/zpng/zpng-1.2.2.ebuild |  5 ++---
 dev-lisp/zpng/zpng-1.2.ebuild   | 23 -----------------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/dev-lisp/zpng/zpng-1.2.2.ebuild b/dev-lisp/zpng/zpng-1.2.2.ebuild
index 48b79f8e..ceb1a867 100644
--- a/dev-lisp/zpng/zpng-1.2.2.ebuild
+++ b/dev-lisp/zpng/zpng-1.2.2.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/zpng/zpng-1.2.ebuild b/dev-lisp/zpng/zpng-1.2.ebuild
deleted file mode 100644
index 31060061..00000000
--- a/dev-lisp/zpng/zpng-1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="A Common Lisp library for creating PNG files."
-HOMEPAGE="http://www.xach.com/lisp/zpng/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/salza2"
-
-src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
-	dohtml doc/{index.html,*.png}
-	docinto examples && dodoc doc/*.lisp
-}


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 17:11 [gentoo-commits] proj/lisp:master commit in: dev-lisp/zpng/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07  9:01 José María Alonso
2016-02-28 23:04 José María Alonso
2016-02-28 22:49 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