[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/, profiles/, dev-lisp/gentoo-init/files/

2018-04-08 Thread José María Alonso
commit: 4ccdaba682259910e88b9c6d0b74572ceaccc569
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  8 11:38:56 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  8 11:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccdaba6

dev-lisp/gentoo-init: Drop last rited package

Closes: https://bugs.gentoo.org/648448

 dev-lisp/gentoo-init/files/gentoo-init-1.lisp   | 11 ---
 dev-lisp/gentoo-init/files/gentoo-init.lisp |  7 ---
 dev-lisp/gentoo-init/files/source-registry.conf |  5 -
 dev-lisp/gentoo-init/gentoo-init-0.1.ebuild | 23 ---
 dev-lisp/gentoo-init/gentoo-init-1.0.ebuild | 22 --
 dev-lisp/gentoo-init/metadata.xml   |  8 
 profiles/package.mask   |  5 -
 7 files changed, 81 deletions(-)

diff --git a/dev-lisp/gentoo-init/files/gentoo-init-1.lisp 
b/dev-lisp/gentoo-init/files/gentoo-init-1.lisp
deleted file mode 100644
index 263aedd10c2..000
--- a/dev-lisp/gentoo-init/files/gentoo-init-1.lisp
+++ /dev/null
@@ -1,11 +0,0 @@
-(in-package #:cl-user)
-
-(let ((*compile-print* nil)
-  (*compile-verbose* nil)
-  #+cmu (ext:*gc-verbose* nil))
-  (handler-bind ((warning #'muffle-warning))
-(load #p"/usr/share/common-lisp/source/asdf/asdf.lisp"
-  :print nil :verbose nil)
-#+ecl
-(load #p"/usr/share/common-lisp/source/asdf/asdf-ecl.lisp"
-  :print nil :verbose nil)))

diff --git a/dev-lisp/gentoo-init/files/gentoo-init.lisp 
b/dev-lisp/gentoo-init/files/gentoo-init.lisp
deleted file mode 100644
index e09dcb0ae43..000
--- a/dev-lisp/gentoo-init/files/gentoo-init.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(in-package #:cl-user)
-#+(or sbcl ecl) (require :asdf)
-#-(or sbcl ecl) (load #p"/usr/share/common-lisp/source/asdf/asdf.lisp")
-(push #p"/usr/share/common-lisp/systems/" asdf:*central-registry*)
-(asdf:oos 'asdf:load-op :asdf-binary-locations)
-(setf asdf:*centralize-lisp-binaries* t)
-(setf asdf:*source-to-target-mappings* '((#p"/usr/lib/sbcl/" nil) 
(#p"/usr/lib64/sbcl/" nil)))

diff --git a/dev-lisp/gentoo-init/files/source-registry.conf 
b/dev-lisp/gentoo-init/files/source-registry.conf
deleted file mode 100644
index 45e1fdfc5aa..000
--- a/dev-lisp/gentoo-init/files/source-registry.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-;; -*- Mode: Lisp; -*-
-
-(:source-registry
- (:directory "/usr/share/common-lisp/systems")
- :inherit-configuration)

diff --git a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
deleted file mode 100644
index de448bb1933..000
--- a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp 
ports"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}
-
-DEPEND="dev-lisp/asdf-binary-locations"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto /etc
-   doins "${FILESDIR}"/gentoo-init.lisp
-}

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
deleted file mode 100644
index 7a31af2a4b8..000
--- a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/asdf-2.0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /etc/common-lisp
-   newins "${FILESDIR}"/gentoo-init-1.lisp gentoo-init.lisp
-   doins  "${FILESDIR}"/source-registry.conf
-}

diff --git a/dev-lisp/gentoo-init/metadata.xml 
b/dev-lisp/gentoo-init/metadata.xml
deleted file mode 100644
index 7ea645c67e7..000
--- a/dev-lisp/gentoo-init/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   common-l...@gentoo.org
-   Gentoo Common Lisp Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index daf926af857..215c30716fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -601,11 +601,6 @@ app-i18n/libguess
 dev-lisp/common-lisp-controller
 dev-lisp/asdf-binary-locations
 
-# José María Alonso  (08 Mar 2018)
-# Obsolete package
-# Masked for removal in 30 days. Bug #648448
-dev-lisp/gentoo-init
-
 # Brian Evans  (06 Mar 2018)
 # MariaDB MaxScale 1.x depends on the deprecated libmysqld
 # Newer versions bundle software that require git access



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/

2018-03-08 Thread José María Alonso
commit: 3f5c4d831bc5bf6a9c5d799cbe94ce4d4055a759
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Mar  8 22:21:15 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Mar  8 22:21:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5c4d83

dev-lisp/gentoo-init: Drop version 1.1

Closes: https://bugs.gentoo.org/649504
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lisp/gentoo-init/gentoo-init-1.1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild
deleted file mode 100644
index 1c0dae66f7b..000
--- a/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/asdf-2.0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /etc/common-lisp
-   newins "${FILESDIR}"/gentoo-init-1.lisp gentoo-init.lisp
-   doins  "${FILESDIR}"/source-registry.conf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/

2018-03-03 Thread José María Alonso
commit: 874fd032ba17c2706fd369e08979aea3918b332e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Mar  3 23:00:20 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Mar  3 23:00:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874fd032

dev-lisp/gentoo-init: Bumps version to 1.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lisp/gentoo-init/gentoo-init-1.1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild
new file mode 100644
index 000..1c0dae66f7b
--- /dev/null
+++ b/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/asdf-2.0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /etc/common-lisp
+   newins "${FILESDIR}"/gentoo-init-1.lisp gentoo-init.lisp
+   doins  "${FILESDIR}"/source-registry.conf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/

2017-01-20 Thread José María Alonso
commit: 94c938b4334519c79e1571c8e21e4d965a614c96
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jan 20 10:12:17 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jan 20 10:12:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c938b4

dev-lisp/gentoo-init: Updates homepage

Package-Manager: portage-2.3.0

 dev-lisp/gentoo-init/gentoo-init-0.1.ebuild | 4 ++--
 dev-lisp/gentoo-init/gentoo-init-1.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
index bb65e7f..8225519 100644
--- a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
+++ b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="3"
 
 DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp 
ports"
-HOMEPAGE="https://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
 SRC_URI=""
 
 LICENSE="GPL-2"

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
index 03dff80..cc4d927 100644
--- a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
+++ b/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=4
 
 DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
-HOMEPAGE="https://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
 
 LICENSE="GPL-2"
 SLOT="0"