From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/
Date: Sat, 17 Mar 2018 20:55:59 +0000 (UTC) [thread overview]
Message-ID: <1521320170.47a5d7b3cebdb2f0d7e29463064248530f137ffb.nimiux@gentoo> (raw)
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
+}
next reply other threads:[~2018-03-17 20:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-17 20:55 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 12:03 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/ Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521320170.47a5d7b3cebdb2f0d7e29463064248530f137ffb.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox