public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/
@ 2016-12-04 19:33 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9bfb161347c959f559f998bf50eb3e80728400f4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 19:33:36 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 19:33:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9bfb1613

dev-lisp/s-base64: Updates header

 dev-lisp/s-base64/s-base64-20060521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild
index 205c8bf..5737dec 100644
--- a/dev-lisp/s-base64/s-base64-20060521.ebuild
+++ b/dev-lisp/s-base64/s-base64-20060521.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/
@ 2017-07-02 21:27 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-02 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8e2688cb19fc43ca69fa1bdf39e41023af383206
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:27:52 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:27:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e2688cb

dev-lisp/s-base64: Updates to common-lisp-3

 dev-lisp/s-base64/s-base64-20060521.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild
index 5737dece..aac5c70f 100644
--- a/dev-lisp/s-base64/s-base64-20060521.ebuild
+++ b/dev-lisp/s-base64/s-base64-20060521.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp implementation of Bse64 Encoding/Decoding."
 HOMEPAGE="http://homepage.mac.com/svc/s-base64/"
@@ -17,12 +18,12 @@ RDEPEND="!dev-lisp/cl-${PN}"
 
 src_unpack() {
 	unpack ${A}
-	rm "${S}"/Makefile
+	rm "${S}"/Makefile || die
 }
 
 src_install() {
-	common-lisp-install src test ${PN}.asd
-	common-lisp-symlink-asdf
+	common-lisp-install-sources src test
+	common-lisp-install-asdf
 	dohtml doc/*.html
 	dodoc README.txt
 }


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

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

commit:     0d107d2d7242776a16173c6120f975060cab25cf
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:15:41 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:15:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d107d2d

dev-lisp/s-base64: Drops package

 dev-lisp/s-base64/s-base64-20060521.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild
deleted file mode 100644
index aac5c70f..00000000
--- a/dev-lisp/s-base64/s-base64-20060521.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="A Common Lisp implementation of Bse64 Encoding/Decoding."
-HOMEPAGE="http://homepage.mac.com/svc/s-base64/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_unpack() {
-	unpack ${A}
-	rm "${S}"/Makefile || die
-}
-
-src_install() {
-	common-lisp-install-sources src test
-	common-lisp-install-asdf
-	dohtml doc/*.html
-	dodoc README.txt
-}


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 19:33 [gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-02 21:27 José María Alonso
2018-03-18 22:15 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