* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
@ 2013-05-08 19:54 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2013-05-08 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 2ac99dd81b72fbcd4319c0359ceb963a5f5877f7
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 19:54:35 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed May 8 19:54:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=2ac99dd8
dev-lisp/trivial-features: bump to version 0.7
---
.../trivial-features/trivial-features-0.7.ebuild | 23 ++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
new file mode 100644
index 0000000..84faad8
--- /dev/null
+++ b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations."
+HOMEPAGE="http://www.cliki.net/trivial-features"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ common-lisp-3_src_install
+ dodoc SPEC
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
@ 2016-12-04 19:43 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-04 19:43 UTC (permalink / raw
To: gentoo-commits
commit: fbf81f564578247d70cc4aedc253f619d2cd26ea
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 19:43:19 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 19:43:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbf81f56
dev-lisp/trivial-features: Updates header
dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild | 7 ++++---
dev-lisp/trivial-features/trivial-features-0.7.ebuild | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
index b5cafe8..5e503d6 100644
--- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
+
inherit common-lisp-3 eutils
MY_P=${PN}_${PV}
-DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations."
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
HOMEPAGE="http://www.cliki.net/trivial-features"
SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"
diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
index 84faad8..9cdc09b 100644
--- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -8,7 +8,7 @@ inherit common-lisp-3
MY_PV="v${PV}"
-DESCRIPTION="TRIVIAL-FEATURES ensures consistent *FEATURES* across multiple Common Lisp implementations."
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
HOMEPAGE="http://www.cliki.net/trivial-features"
SRC_URI="https://github.com/${PN}/${PN}/archive/v0.7.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
@ 2016-12-04 19:55 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-04 19:55 UTC (permalink / raw
To: gentoo-commits
commit: fd9bdfb2def5b49b818b109eb0bc0eb4f41fea83
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 19:55:12 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 19:55:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd9bdfb2
dev-lisp/trivial-features: Bumps version to 0.8
.../trivial-features/trivial-features-0.8.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-lisp/trivial-features/trivial-features-0.8.ebuild b/dev-lisp/trivial-features/trivial-features-0.8.ebuild
new file mode 100644
index 0000000..9484d2a
--- /dev/null
+++ b/dev-lisp/trivial-features/trivial-features-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
+HOMEPAGE="http://www.cliki.net/trivial-features"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ common-lisp-3_src_install
+ dodoc README.md SPEC.md
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
@ 2017-07-07 15:00 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-07 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 60c0a4bd9e4b52c41598590e3da98def1ddb4854
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:00:19 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:00:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60c0a4bd
dev-lisp/trivial-features: Updates header and EAPI
dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild | 5 ++---
dev-lisp/trivial-features/trivial-features-0.7.ebuild | 5 ++---
dev-lisp/trivial-features/trivial-features-0.8.ebuild | 3 +--
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
index 5e503d63..a50d3528 100644
--- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.6-r1.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=2
+EAPI=6
inherit common-lisp-3 eutils
diff --git a/dev-lisp/trivial-features/trivial-features-0.7.ebuild b/dev-lisp/trivial-features/trivial-features-0.7.ebuild
index 9cdc09b2..ee0721de 100644
--- a/dev-lisp/trivial-features/trivial-features-0.7.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.7.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=5
+EAPI=6
inherit common-lisp-3
diff --git a/dev-lisp/trivial-features/trivial-features-0.8.ebuild b/dev-lisp/trivial-features/trivial-features-0.8.ebuild
index 9484d2ae..45493c86 100644
--- a/dev-lisp/trivial-features/trivial-features-0.8.ebuild
+++ b/dev-lisp/trivial-features/trivial-features-0.8.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] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/
@ 2017-08-30 13:23 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-08-30 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 485a04348842affda1d0aaf6d228303f7589dfd9
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:23:00 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:23:00 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=485a0434
dev-lisp/trivial-features: Drops old version
.../trivial-features-0.6-r1.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild b/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
deleted file mode 100644
index a50d3528..00000000
--- a/dev-lisp/trivial-features/trivial-features-0.6-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Ensures consistent *FEATURES* across multiple Common Lisp implementations."
-HOMEPAGE="http://www.cliki.net/trivial-features"
-SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- common-lisp-3_src_install
- dodoc SPEC
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-30 13:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 19:55 [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-08-30 13:23 José María Alonso
2017-07-07 15:00 José María Alonso
2016-12-04 19:43 José María Alonso
2013-05-08 19:54 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