* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/
@ 2013-12-06 20:48 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-12-06 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 49b3271c23cd6c092bed4ad4f0d184ed4d685b63
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 20:49:31 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 20:49:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=49b3271c
dev-lisp/s-sysdeps: new live ebuild
---
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
new file mode 100644
index 0000000..f27fa6d
--- /dev/null
+++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
+HOMEPAGE="https://github.com/svenvc/s-sysdeps"
+EGIT_REPO_URI="git://github.com/svenvc/${PN}.git"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+#src_install() {
+ #common-lisp-install-sources src test
+ #common-lisp-install-asdf ${PN}.asd
+ #dohtml doc/*.html
+ #dodoc README.txt
+#}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/
@ 2015-11-28 22:17 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2015-11-28 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 19f1a36b6ab9d65a56f96e507ef114c3a6a64818
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 22:19:55 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 22:19:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=19f1a36b
dev-lisp/s-sysdeps: fix Id in header and cleanup
dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 3 ++-
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 11 ++---------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
index 9ac4f1a..08827ba 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=3
+
inherit common-lisp-3
DEB_PV=1
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
index f27fa6d..ae3b222 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.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
@@ -16,10 +16,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
-
-#src_install() {
- #common-lisp-install-sources src test
- #common-lisp-install-asdf ${PN}.asd
- #dohtml doc/*.html
- #dodoc README.txt
-#}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/
@ 2016-12-03 22:39 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-12-03 22:39 UTC (permalink / raw
To: gentoo-commits
commit: aa5abcaa557e7006a9876c296e95e5d5a2cee108
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 22:38:57 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 22:38:57 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=aa5abcaa
dev-lisp/s-sysdeps: Updates header and EAPI
dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 4 ++--
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
index 08827ba..86c10c8 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit common-lisp-3
DEB_PV=1
-DESCRIPTION="A Common Lisp library implementing an abstraction layer over platform dependent functionality."
+DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
HOMEPAGE="http://homepage.mac.com/svc/s-sysdeps/"
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/s/${PN}/${PN}_${PV}-${DEB_PV}.diff.gz"
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
index ae3b222..13f473f 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.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$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
HOMEPAGE="https://github.com/svenvc/s-sysdeps"
@@ -12,7 +12,6 @@ EGIT_REPO_URI="git://github.com/svenvc/${PN}.git"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/
@ 2017-07-07 9:57 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-07 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 2353f2e11429183afbd2ab42f6545f4dbe9cce46
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:57:08 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:57:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2353f2e1
dev-lisp/s-sysdeps: Updates header and EAPI
dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 7 +++----
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 3 +--
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
index 86c10c89..d1a8f5f1 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-20080228.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=3
+EAPI=6
inherit common-lisp-3
@@ -23,7 +22,7 @@ RDEPEND="!dev-lisp/cl-${PN}"
S="${WORKDIR}"/${P}.orig
src_prepare() {
- rm "${S}"/Makefile
+ rm -f "${S}"/Makefile
}
src_install() {
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
index 13f473f0..7da295a7 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.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/s-sysdeps/
@ 2017-08-07 19:43 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-08-07 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 52d9f9da529e7d5c708bdc3b99cb76aafc2ca645
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 19:43:48 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 19:43:48 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=52d9f9da
dev-lisp/s-sysdeps: Use https schema in live ebuild
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
index 7da295a7..fbda197b 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
HOMEPAGE="https://github.com/svenvc/s-sysdeps"
-EGIT_REPO_URI="git://github.com/svenvc/${PN}.git"
+EGIT_REPO_URI="https://github.com/svenvc/${PN}"
LICENSE="LLGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/
@ 2018-03-17 13:49 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-17 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 5cb80f5cf9ab7006f8447b9d44599c7d6fbb90a2
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 13:49:56 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 13:49:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5cb80f5c
dev-lisp/s-sysdeps: Drops old version and updates manifest
dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 33 ----------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
deleted file mode 100644
index d1a8f5f1..00000000
--- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DEB_PV=1
-
-DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
-HOMEPAGE="http://homepage.mac.com/svc/s-sysdeps/"
-SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/s/${PN}/${PN}_${PV}-${DEB_PV}.diff.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${P}.orig
-
-src_prepare() {
- rm -f "${S}"/Makefile
-}
-
-src_install() {
- common-lisp-install-sources src test
- common-lisp-install-asdf ${PN}.asd
- dohtml doc/*.html
- dodoc README.txt
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-17 13:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 9:57 [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-sysdeps/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-17 13:49 José María Alonso
2017-08-07 19:43 José María Alonso
2016-12-03 22:39 José María Alonso
2015-11-28 22:17 José María Alonso
2013-12-06 20:48 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