[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/

2022-04-01 Thread Ulrich Müller
commit: 4768959ba6e65dcee7f6936e2989f8412561a419
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 10:49:10 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 10:49:10 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4768959b

dev-lisp/cl-prevalence: Drop keywords

Unkeyworded dependencies.

Bump to EAPI 7, update HOMEPAGE.

SRC_URI is also dead. Keep the ebuild for now, since users may already
have the distfile.

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

 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
index 2a578b2c..e045a3f4 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit common-lisp-3
 
-DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for 
Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/";
+DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for 
Common Lisp"
+HOMEPAGE="https://cl-prevalence.common-lisp.dev/";
 SRC_URI="http://bitbucket.org/skypher/${PN}/get/${PV}.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+#KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="dev-lisp/fiveam
dev-lisp/s-xml
dev-lisp/s-sysdeps"
-
-S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/

2022-04-01 Thread Ulrich Müller
commit: 5ea731165ef3db5e5811d9bc2f9782b3b437b92c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 10:45:29 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 10:45:29 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5ea73116

dev-lisp/cl-prevalence: Drop live version

Upstream repository is gone.

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

 dev-lisp/cl-prevalence/cl-prevalence-.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
deleted file mode 100644
index 723398dc..
--- a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 mercurial
-
-DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for 
Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/";
-EHG_REPO_URI="http://bitbucket.org/skypher/${PN}";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-lisp/fiveam
-   dev-lisp/s-xml
-   dev-lisp/s-sysdeps"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/

2017-07-02 Thread José María Alonso
commit: 84d0978d444df99d04998451ec042ecef8ce63ae
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jul  2 20:27:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jul  2 20:27:34 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84d0978d

dev-lisp/cl-prevalence: Drops old version. Updates header and EAPI

 .../cl-prevalence/cl-prevalence-20070329.ebuild| 27 --
 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild|  9 
 dev-lisp/cl-prevalence/cl-prevalence-.ebuild   |  5 ++--
 3 files changed, 6 insertions(+), 35 deletions(-)

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
deleted file mode 100644
index 65489578..
--- a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for 
Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/";
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/s-xml
-   dev-lisp/s-sysdeps"
-
-src_unpack() {
-   unpack ${A}
-   test -f "${S}"/Makefile && rm -f "${S}"/Makefile
-}
-
-src_install() {
-   common-lisp-install ${PN}.asd src test
-   common-lisp-symlink-asdf
-}

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
index 92877bf7..2a578b2c 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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
 
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/fiveam
-   dev-lisp/s-xml
-   dev-lisp/s-sysdeps"
+   dev-lisp/s-xml
+   dev-lisp/s-sysdeps"
 
 S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
index 1f6b32a9..723398dc 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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 mercurial
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/

2015-12-31 Thread José María Alonso
commit: 52ebc4738de6e05d827953c780ad47075292c8a1
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Dec 31 10:29:55 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Dec 31 10:29:55 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=52ebc473

dev-lisp/cl-prevalence: fix headers and remove KEYWORDS from live ebuild

 dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild | 4 ++--
 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild  | 4 ++--
 dev-lisp/cl-prevalence/cl-prevalence-.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
index 346a61f..6548957 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
index 0c2a5b6..92877bf 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.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
 

diff --git a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild 
b/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
index 4cd7305..1f6b32a 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-.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
 
@@ -12,7 +12,6 @@ EHG_REPO_URI="http://bitbucket.org/skypher/${PN}";
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/fiveam