public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/
@ 2018-03-17 20:55 José María Alonso
  0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2018-03-17 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     47a5d7b3cebdb2f0d7e29463064248530f137ffb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 20:56:10 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:56:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=47a5d7b3

dev-lisp/cl-png: Adds new package

 dev-lisp/cl-png/cl-png-0.6.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-png/cl-png-0.6.ebuild b/dev-lisp/cl-png/cl-png-0.6.ebuild
new file mode 100644
index 00000000..ec514742
--- /dev/null
+++ b/dev-lisp/cl-png/cl-png-0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="REL_${PV//./_}"
+
+DESCRIPTION="CL-PNG is a Common Lisp library for reading and writing PNG files"
+HOMEPAGE="http://www.ljosa.com/~ljosa/software/cl-png/"
+SRC_URI="https://github.com/ljosa/cl-png/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libpng:0
+	dev-lisp/cffi"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf png.asd png-test.asd
+	dodoc -r AUTHORS NEWS README doc PngSuite
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/
@ 2022-04-01 12:03 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2022-04-01 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e7ed7acf71236139cd898977447860de50fb044e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:56:06 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 11:56:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7ed7acf

dev-lisp/cl-png: Drop ~sparc because of unkeyworded dependencies

Update HOMEPAGE.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-png/cl-png-0.6.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-png/cl-png-0.6.ebuild b/dev-lisp/cl-png/cl-png-0.6.ebuild
index ec514742..49e24c93 100644
--- a/dev-lisp/cl-png/cl-png-0.6.ebuild
+++ b/dev-lisp/cl-png/cl-png-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,13 +8,12 @@ inherit common-lisp-3
 MY_PV="REL_${PV//./_}"
 
 DESCRIPTION="CL-PNG is a Common Lisp library for reading and writing PNG files"
-HOMEPAGE="http://www.ljosa.com/~ljosa/software/cl-png/"
+HOMEPAGE="https://www.ljosa.com/~ljosa/software/cl-png/"
 SRC_URI="https://github.com/ljosa/cl-png/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="media-libs/libpng:0
 	dev-lisp/cffi"


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

end of thread, other threads:[~2022-04-01 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 12:03 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2018-03-17 20:55 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