[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/

2017-08-30 Thread José María Alonso
commit: 485a04348842affda1d0aaf6d228303f7589dfd9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Aug 30 13:23:00 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Aug 30 13:23:00 2017 +
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..
--- 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
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/

2017-07-07 Thread José María Alonso
commit: 60c0a4bd9e4b52c41598590e3da98def1ddb4854
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 15:00:19 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 15:00:19 2017 +
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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/

2016-12-04 Thread José María Alonso
commit: fd9bdfb2def5b49b818b109eb0bc0eb4f41fea83
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec  4 19:55:12 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec  4 19:55:12 2016 +
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 000..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
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-features/

2016-12-04 Thread José María Alonso
commit: fbf81f564578247d70cc4aedc253f619d2cd26ea
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec  4 19:43:19 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec  4 19:43:19 2016 +
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"