Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/
Date: Fri, 07 Jul 2017 14:15:00
Message-Id: 1499436904.2a4e5cc4415fbc7fa17e1a178dee96dd37cc9ace.nimiux@gentoo
1 commit: 2a4e5cc4415fbc7fa17e1a178dee96dd37cc9ace
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 14:15:04 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 14:15:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2a4e5cc4
7
8 dev-lisp/drakma: Drops old versions. Updates header and EAPI
9
10 dev-lisp/drakma/drakma-1.2.3.ebuild | 28 ----------------------------
11 dev-lisp/drakma/drakma-1.2.5.ebuild | 31 -------------------------------
12 dev-lisp/drakma/drakma-1.3.0.ebuild | 5 ++---
13 dev-lisp/drakma/drakma-1.3.14.ebuild | 5 ++---
14 dev-lisp/drakma/drakma-1.3.2.ebuild | 5 ++---
15 dev-lisp/drakma/drakma-2.0.2.ebuild | 5 ++---
16 dev-lisp/drakma/drakma-2.0.3.ebuild | 3 +--
17 7 files changed, 9 insertions(+), 73 deletions(-)
18
19 diff --git a/dev-lisp/drakma/drakma-1.2.3.ebuild b/dev-lisp/drakma/drakma-1.2.3.ebuild
20 deleted file mode 100644
21 index 656ed62e..00000000
22 --- a/dev-lisp/drakma/drakma-1.2.3.ebuild
23 +++ /dev/null
24 @@ -1,28 +0,0 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Id$
28 -
29 -EAPI=2
30 -inherit common-lisp-3 eutils
31 -
32 -DESCRIPTION="Drakma is a Common Lisp HTTP client."
33 -HOMEPAGE="http://weitz.de/drakma/"
34 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
35 -
36 -LICENSE="BSD-2"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 -IUSE=""
40 -
41 -RDEPEND="!dev-lisp/cl-${PN}
42 - >=dev-lisp/chunga-1.1.0
43 - >=dev-lisp/puri-1.5.0
44 - >=dev-lisp/cl-base64-3.3.2
45 - >=dev-lisp/flexi-streams-1.0.7
46 - >=dev-lisp/usocket-0.4.0
47 - dev-lisp/cl-plus-ssl"
48 -
49 -src_install() {
50 - common-lisp-3_src_install
51 - dohtml doc/index.html
52 -}
53
54 diff --git a/dev-lisp/drakma/drakma-1.2.5.ebuild b/dev-lisp/drakma/drakma-1.2.5.ebuild
55 deleted file mode 100644
56 index 5d07983e..00000000
57 --- a/dev-lisp/drakma/drakma-1.2.5.ebuild
58 +++ /dev/null
59 @@ -1,31 +0,0 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Id$
63 -
64 -EAPI=3
65 -
66 -inherit common-lisp-3 eutils
67 -
68 -MY_P="v${PV}"
69 -
70 -DESCRIPTION="Drakma is a Common Lisp HTTP client."
71 -HOMEPAGE="http://weitz.de/drakma/"
72 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
73 -
74 -LICENSE="BSD-2"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
77 -IUSE=""
78 -
79 -RDEPEND="!dev-lisp/cl-${PN}
80 - >=dev-lisp/chunga-1.1.0
81 - >=dev-lisp/puri-1.5.0
82 - >=dev-lisp/cl-base64-3.3.2
83 - >=dev-lisp/flexi-streams-1.0.7
84 - >=dev-lisp/usocket-0.4.0
85 - dev-lisp/cl-plus-ssl"
86 -
87 -src_install() {
88 - common-lisp-3_src_install
89 - dohtml doc/index.html
90 -}
91
92 diff --git a/dev-lisp/drakma/drakma-1.3.0.ebuild b/dev-lisp/drakma/drakma-1.3.0.ebuild
93 index 27206e7a..5e0fd2ab 100644
94 --- a/dev-lisp/drakma/drakma-1.3.0.ebuild
95 +++ b/dev-lisp/drakma/drakma-1.3.0.ebuild
96 @@ -1,8 +1,7 @@
97 -# Copyright 1999-2013 Gentoo Foundation
98 +# Copyright 1999-2017 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101
102 -EAPI=5
103 +EAPI=6
104
105 inherit common-lisp-3
106
107
108 diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild b/dev-lisp/drakma/drakma-1.3.14.ebuild
109 index 7d362e6c..d1a42474 100644
110 --- a/dev-lisp/drakma/drakma-1.3.14.ebuild
111 +++ b/dev-lisp/drakma/drakma-1.3.14.ebuild
112 @@ -1,8 +1,7 @@
113 -# Copyright 1999-2015 Gentoo Foundation
114 +# Copyright 1999-2017 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117
118 -EAPI=5
119 +EAPI=6
120
121 inherit common-lisp-3
122
123
124 diff --git a/dev-lisp/drakma/drakma-1.3.2.ebuild b/dev-lisp/drakma/drakma-1.3.2.ebuild
125 index 4a913cd7..4ba4ff8a 100644
126 --- a/dev-lisp/drakma/drakma-1.3.2.ebuild
127 +++ b/dev-lisp/drakma/drakma-1.3.2.ebuild
128 @@ -1,8 +1,7 @@
129 -# Copyright 1999-2013 Gentoo Foundation
130 +# Copyright 1999-2017 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Id$
133
134 -EAPI=5
135 +EAPI=6
136
137 inherit common-lisp-3
138
139
140 diff --git a/dev-lisp/drakma/drakma-2.0.2.ebuild b/dev-lisp/drakma/drakma-2.0.2.ebuild
141 index a1806f8f..69cf00fa 100644
142 --- a/dev-lisp/drakma/drakma-2.0.2.ebuild
143 +++ b/dev-lisp/drakma/drakma-2.0.2.ebuild
144 @@ -1,8 +1,7 @@
145 -# Copyright 1999-2016 Gentoo Foundation
146 +# Copyright 1999-2017 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Id$
149
150 -EAPI=5
151 +EAPI=6
152
153 inherit common-lisp-3
154
155
156 diff --git a/dev-lisp/drakma/drakma-2.0.3.ebuild b/dev-lisp/drakma/drakma-2.0.3.ebuild
157 index ec7800c9..69cf00fa 100644
158 --- a/dev-lisp/drakma/drakma-2.0.3.ebuild
159 +++ b/dev-lisp/drakma/drakma-2.0.3.ebuild
160 @@ -1,6 +1,5 @@
161 -# Copyright 1999-2016 Gentoo Foundation
162 +# Copyright 1999-2017 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Id$
165
166 EAPI=6