* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2014-07-26 15:45 José María Alonso
2014-11-11 23:16 ` José María Alonso
0 siblings, 1 reply; 7+ messages in thread
From: José María Alonso @ 2014-07-26 15:45 UTC (permalink / raw
To: gentoo-commits
commit: aff7d53d1c93f2205c7ef2172c2086731803c837
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 15:46:06 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 15:46:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aff7d53d
dev-lisp/madeira-port: new live ebuild
---
dev-lisp/madeira-port/madeira-port-9999.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
new file mode 100644
index 0000000..6de19e4
--- /dev/null
+++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system"
+HOMEPAGE="https://github.com/nikodemus/madeira-port"
+EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/eos"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
2014-07-26 15:45 José María Alonso
@ 2014-11-11 23:16 ` José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2014-11-11 23:16 UTC (permalink / raw
To: gentoo-commits
commit: aff7d53d1c93f2205c7ef2172c2086731803c837
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 15:46:06 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 15:46:06 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aff7d53d
dev-lisp/madeira-port: new live ebuild
---
dev-lisp/madeira-port/madeira-port-9999.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
new file mode 100644
index 0000000..6de19e4
--- /dev/null
+++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system"
+HOMEPAGE="https://github.com/nikodemus/madeira-port"
+EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/eos"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2016-12-04 22:04 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-12-04 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 84f82e852261b1cff2504ab677efce3dfdba18e4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 22:04:34 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 22:04:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84f82e85
dev-lisp/madeira-port: Updates header and EAPI
dev-lisp/madeira-port/madeira-port-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
index 6de19e4..560fd1a 100644
--- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
-DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system"
+DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system"
HOMEPAGE="https://github.com/nikodemus/madeira-port"
EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lisp/eos"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2017-07-07 15:03 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 6a5558427d436e33f4304192ec18f30627541341
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:03:41 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:03:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6a555842
dev-lisp/madeira-port: Updates header
dev-lisp/madeira-port/madeira-port-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
index 560fd1a0..521a14a6 100644
--- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-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] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2017-08-21 14:28 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-08-21 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 825ed02ea00379a9e397e0c8242cc430eb45b1fa
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:28:24 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 14:28:24 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=825ed02e
dev-lisp/madeira-port: Use https schema in live ebuild
dev-lisp/madeira-port/madeira-port-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
index 521a14a6..8055beee 100644
--- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system"
HOMEPAGE="https://github.com/nikodemus/madeira-port"
-EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
+EGIT_REPO_URI="https://github.com/nikodemus/${PN}.git"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2017-08-21 14:34 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-08-21 14:34 UTC (permalink / raw
To: gentoo-commits
commit: b29e0ecdb33d3bfe7499a0052670c659c2f08311
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:34:13 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 14:34:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b29e0ecd
dev-lisp/madeira-port: Remove .git extension from EGIT_REPO_URI
dev-lisp/madeira-port/madeira-port-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
index 8055beee..950ee625 100644
--- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system"
HOMEPAGE="https://github.com/nikodemus/madeira-port"
-EGIT_REPO_URI="https://github.com/nikodemus/${PN}.git"
+EGIT_REPO_URI="https://github.com/nikodemus/${PN}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/
@ 2017-10-16 21:19 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-10-16 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 9ec5beb79db518a536960a498e6d41ad7d0ffd5b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 21:19:36 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 21:19:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ec5beb7
dev-lisp/madeira-port: Drops package
dev-lisp/madeira-port/madeira-port-9999.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
deleted file mode 100644
index 950ee625..00000000
--- a/dev-lisp/madeira-port/madeira-port-9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 git-r3
-
-DESCRIPTION="Makes easy to specify implementation dependent files as part of an ASDF system"
-HOMEPAGE="https://github.com/nikodemus/madeira-port"
-EGIT_REPO_URI="https://github.com/nikodemus/${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lisp/eos"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-10-16 21:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 15:03 [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-10-16 21:19 José María Alonso
2017-08-21 14:34 José María Alonso
2017-08-21 14:28 José María Alonso
2016-12-04 22:04 José María Alonso
2014-07-26 15:45 José María Alonso
2014-11-11 23:16 ` 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