From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/
Date: Fri, 7 Jul 2017 14:14:56 +0000 (UTC) [thread overview]
Message-ID: <1499436904.2a4e5cc4415fbc7fa17e1a178dee96dd37cc9ace.nimiux@gentoo> (raw)
commit: 2a4e5cc4415fbc7fa17e1a178dee96dd37cc9ace
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 14:15:04 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 14:15:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2a4e5cc4
dev-lisp/drakma: Drops old versions. Updates header and EAPI
dev-lisp/drakma/drakma-1.2.3.ebuild | 28 ----------------------------
dev-lisp/drakma/drakma-1.2.5.ebuild | 31 -------------------------------
dev-lisp/drakma/drakma-1.3.0.ebuild | 5 ++---
dev-lisp/drakma/drakma-1.3.14.ebuild | 5 ++---
dev-lisp/drakma/drakma-1.3.2.ebuild | 5 ++---
dev-lisp/drakma/drakma-2.0.2.ebuild | 5 ++---
dev-lisp/drakma/drakma-2.0.3.ebuild | 3 +--
7 files changed, 9 insertions(+), 73 deletions(-)
diff --git a/dev-lisp/drakma/drakma-1.2.3.ebuild b/dev-lisp/drakma/drakma-1.2.3.ebuild
deleted file mode 100644
index 656ed62e..00000000
--- a/dev-lisp/drakma/drakma-1.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit common-lisp-3 eutils
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- >=dev-lisp/chunga-1.1.0
- >=dev-lisp/puri-1.5.0
- >=dev-lisp/cl-base64-3.3.2
- >=dev-lisp/flexi-streams-1.0.7
- >=dev-lisp/usocket-0.4.0
- dev-lisp/cl-plus-ssl"
-
-src_install() {
- common-lisp-3_src_install
- dohtml doc/index.html
-}
diff --git a/dev-lisp/drakma/drakma-1.2.5.ebuild b/dev-lisp/drakma/drakma-1.2.5.ebuild
deleted file mode 100644
index 5d07983e..00000000
--- a/dev-lisp/drakma/drakma-1.2.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit common-lisp-3 eutils
-
-MY_P="v${PV}"
-
-DESCRIPTION="Drakma is a Common Lisp HTTP client."
-HOMEPAGE="http://weitz.de/drakma/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- >=dev-lisp/chunga-1.1.0
- >=dev-lisp/puri-1.5.0
- >=dev-lisp/cl-base64-3.3.2
- >=dev-lisp/flexi-streams-1.0.7
- >=dev-lisp/usocket-0.4.0
- dev-lisp/cl-plus-ssl"
-
-src_install() {
- common-lisp-3_src_install
- dohtml doc/index.html
-}
diff --git a/dev-lisp/drakma/drakma-1.3.0.ebuild b/dev-lisp/drakma/drakma-1.3.0.ebuild
index 27206e7a..5e0fd2ab 100644
--- a/dev-lisp/drakma/drakma-1.3.0.ebuild
+++ b/dev-lisp/drakma/drakma-1.3.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 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/drakma/drakma-1.3.14.ebuild b/dev-lisp/drakma/drakma-1.3.14.ebuild
index 7d362e6c..d1a42474 100644
--- a/dev-lisp/drakma/drakma-1.3.14.ebuild
+++ b/dev-lisp/drakma/drakma-1.3.14.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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/drakma/drakma-1.3.2.ebuild b/dev-lisp/drakma/drakma-1.3.2.ebuild
index 4a913cd7..4ba4ff8a 100644
--- a/dev-lisp/drakma/drakma-1.3.2.ebuild
+++ b/dev-lisp/drakma/drakma-1.3.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 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/drakma/drakma-2.0.2.ebuild b/dev-lisp/drakma/drakma-2.0.2.ebuild
index a1806f8f..69cf00fa 100644
--- a/dev-lisp/drakma/drakma-2.0.2.ebuild
+++ b/dev-lisp/drakma/drakma-2.0.2.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/drakma/drakma-2.0.3.ebuild b/dev-lisp/drakma/drakma-2.0.3.ebuild
index ec7800c9..69cf00fa 100644
--- a/dev-lisp/drakma/drakma-2.0.3.ebuild
+++ b/dev-lisp/drakma/drakma-2.0.3.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
next reply other threads:[~2017-07-07 14:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-07 14:14 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-02 7:39 [gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/ Ulrich Müller
2018-03-23 21:48 José María Alonso
2017-08-30 13:34 José María Alonso
2017-08-28 12:44 José María Alonso
2016-12-19 22:24 José María Alonso
2016-09-11 15:01 José María Alonso
2015-11-15 21:03 José María Alonso
2015-11-15 20:56 José María Alonso
2015-05-03 21:25 José María Alonso
2015-05-03 21:06 José María Alonso
2015-05-03 21:05 José María Alonso
2013-05-10 16:46 José María Alonso
2013-05-10 16:40 José María Alonso
2013-03-22 19:03 José María Alonso
2012-01-31 22:00 Stelian Ionescu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1499436904.2a4e5cc4415fbc7fa17e1a178dee96dd37cc9ace.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox