public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/
@ 2017-01-20 10:12 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-01-20 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     94c938b4334519c79e1571c8e21e4d965a614c96
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 10:12:17 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 10:12:46 2017 +0000
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"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/
@ 2018-03-03 23:00 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-03 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     874fd032ba17c2706fd369e08979aea3918b332e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 23:00:20 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 23:00:47 2018 +0000
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 00000000000..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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/
@ 2018-03-08 22:21 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-08 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5c4d831bc5bf6a9c5d799cbe94ce4d4055a759
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  8 22:21:15 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar  8 22:21:42 2018 +0000
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..00000000000
--- 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
-}


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

end of thread, other threads:[~2018-03-08 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03 23:00 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-03-08 22:21 José María Alonso
2017-01-20 10:12 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