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

commit:     7e06bc68b7d1b45ab11441a041ebb9770b5747bf
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 17:19:06 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 17:19:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7e06bc68

dev-lisp/cl-gd: bump to version 0.6.0

---
 dev-lisp/cl-gd/cl-gd-0.6.0.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
new file mode 100644
index 0000000..c4daf19
--- /dev/null
+++ b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 toolchain-funcs
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"
+HOMEPAGE="http://weitz.de/cl-gd/
+		http://www.cliki.net/cl-gd/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]"
+RDEPEND="${DEPEND}
+		>=dev-lisp/uffi-1.3.4
+		dev-lisp/cffi"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_prepare() {
+	# Cleanup uneeded file
+	rm "${S}"/test/.gitignore || die
+}
+
+src_compile() {
+	# I have no idea why it doesn't work with as-needed
+	echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
+}
+
+src_install() {
+	dolib.so ${PN}-glue.so
+
+	common-lisp-install-sources -t all *.lisp test
+	common-lisp-install-asdf
+
+	dodoc CHANGELOG README
+	dohtml doc/*
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gd/
@ 2016-12-03 22:21 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-12-03 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     22743d706906aa292455cb997c0c6b8ddf84cfb7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 22:04:15 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 22:04:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=22743d70

dev-lisp/cl-gd: Updates header

 dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild | 5 +++--
 dev-lisp/cl-gd/cl-gd-0.6.0.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild b/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild
index ea8efae..6163bfc 100644
--- a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild
+++ b/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild
@@ -1,8 +1,9 @@
-# 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-2 toolchain-funcs
 
 DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
index c4daf19..2a27eb5 100644
--- a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
+++ b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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] 6+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gd/
@ 2016-12-03 22:21 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-12-03 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a4f377dfbb57d9fc73af53d411abc76284ea184b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 22:21:38 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 22:21:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a4f377df

dev-lisp/cl-gd: Bumps version to 0.6.1

 dev-lisp/cl-gd/cl-gd-0.6.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
new file mode 100644
index 0000000..0a6d816
--- /dev/null
+++ b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 toolchain-funcs
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"
+HOMEPAGE="http://weitz.de/cl-gd/
+		http://www.cliki.net/cl-gd/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]"
+RDEPEND="${DEPEND}
+		>=dev-lisp/uffi-1.3.4
+		dev-lisp/cffi"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_prepare() {
+	default
+	# Cleanup uneeded file
+	rm "${S}"/test/.gitignore || die
+}
+
+src_compile() {
+	# I have no idea why it doesn't work with as-needed
+	echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
+}
+
+src_install() {
+	dolib.so ${PN}-glue.so
+
+	common-lisp-install-sources -t all *.lisp test
+	common-lisp-install-asdf
+
+	dodoc CHANGELOG README
+	dodoc doc/*
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gd/
@ 2017-07-05 15:49 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-05 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0da10f2e43f1f49699a396c1453f41aefa479f91
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 15:49:54 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 15:49:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0da10f2e

dev-lisp/cl-gd: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild | 40 ------------------------------------
 dev-lisp/cl-gd/cl-gd-0.6.0.ebuild    |  5 ++---
 dev-lisp/cl-gd/cl-gd-0.6.1.ebuild    |  3 +--
 3 files changed, 3 insertions(+), 45 deletions(-)

diff --git a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild b/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild
deleted file mode 100644
index 6163bfc2..00000000
--- a/dev-lisp/cl-gd/cl-gd-0.5.7-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit common-lisp-2 toolchain-funcs
-
-DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"
-HOMEPAGE="http://weitz.de/cl-gd/
-		http://www.cliki.net/cl-gd/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]"
-RDEPEND="${DEPEND}
-		>=dev-lisp/uffi-1.3.4
-		dev-lisp/cffi"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_compile() {
-	# I have no idea why it doesn't work with as-needed
-	echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
-	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
-}
-
-src_install() {
-	dolib.so ${PN}-glue.so
-
-	common-lisp-install *.{lisp,asd} test
-	common-lisp-symlink-asdf
-
-	dodoc CHANGELOG README
-	dohtml doc/*
-}

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
index 2a27eb51..638e425e 100644
--- a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
+++ b/dev-lisp/cl-gd/cl-gd-0.6.0.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 toolchain-funcs
 

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
index 0a6d816b..02cd036b 100644
--- a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
+++ b/dev-lisp/cl-gd/cl-gd-0.6.1.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
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gd/
@ 2018-03-17 11:58 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-17 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b691a89404fdb276f7cc99461a0c61f10bd37ebb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 11:58:40 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 11:58:40 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b691a894

dev-lisp/cl-gd: Drops old version 0.6.1

 dev-lisp/cl-gd/cl-gd-0.6.1.ebuild | 47 ---------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
deleted file mode 100644
index 02cd036b..00000000
--- a/dev-lisp/cl-gd/cl-gd-0.6.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 toolchain-funcs
-
-MY_P="v${PV}"
-
-DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"
-HOMEPAGE="http://weitz.de/cl-gd/
-		http://www.cliki.net/cl-gd/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]"
-RDEPEND="${DEPEND}
-		>=dev-lisp/uffi-1.3.4
-		dev-lisp/cffi"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_prepare() {
-	default
-	# Cleanup uneeded file
-	rm "${S}"/test/.gitignore || die
-}
-
-src_compile() {
-	# I have no idea why it doesn't work with as-needed
-	echo $(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
-	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--no-as-needed -shared -fPIC -lgd ${PN}-glue.c -o ${PN}-glue.so
-}
-
-src_install() {
-	dolib.so ${PN}-glue.so
-
-	common-lisp-install-sources -t all *.lisp test
-	common-lisp-install-asdf
-
-	dodoc CHANGELOG README
-	dodoc doc/*
-}


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

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

commit:     3fdf71aef9b66f9d48106d7c726a3b3180235dd7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:54:23 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 11:54:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3fdf71ae

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

Update HOMEPAGE.

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

 dev-lisp/cl-gd/cl-gd-0.6.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
index 638e425e..bab47e05 100644
--- a/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
+++ b/dev-lisp/cl-gd/cl-gd-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,14 +8,12 @@ inherit common-lisp-3 toolchain-funcs
 MY_P="v${PV}"
 
 DESCRIPTION="CL-GD is a library for Common Lisp which interfaces to the GD Graphics Library"
-HOMEPAGE="http://weitz.de/cl-gd/
-		http://www.cliki.net/cl-gd/"
+HOMEPAGE="https://edicl.github.io/cl-gd/"
 SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
 
 DEPEND=">=media-libs/gd-2.0.28[jpeg,png,xpm]"
 RDEPEND="${DEPEND}


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 22:21 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gd/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 12:03 Ulrich Müller
2018-03-17 11:58 José María Alonso
2017-07-05 15:49 José María Alonso
2016-12-03 22:21 José María Alonso
2013-09-04 17:18 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