diff options
author | Stelian Ionescu <sionescu@cddr.org> | 2010-01-08 14:10:09 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:27:29 +0100 |
commit | 44b07e9021490340f373db5ec10b15c821146907 (patch) | |
tree | 49c5e517c7545c18a5e0a0380ada8a380ace5813 /dev-lisp/hunchentoot | |
parent | dev-lisp/sbcl: bump to version 1.0.34 (diff) | |
download | lisp-44b07e9021490340f373db5ec10b15c821146907.tar.gz lisp-44b07e9021490340f373db5ec10b15c821146907.tar.bz2 lisp-44b07e9021490340f373db5ec10b15c821146907.zip |
dev-lisp/hunchentoot: bump to version 1.1.0
Diffstat (limited to 'dev-lisp/hunchentoot')
-rw-r--r-- | dev-lisp/hunchentoot/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/hunchentoot/hunchentoot-1.1.0.ebuild (renamed from dev-lisp/hunchentoot/hunchentoot-1.0.0.ebuild) | 19 |
2 files changed, 11 insertions, 12 deletions
diff --git a/dev-lisp/hunchentoot/Manifest b/dev-lisp/hunchentoot/Manifest index 6bd796e8..7f59d2a8 100644 --- a/dev-lisp/hunchentoot/Manifest +++ b/dev-lisp/hunchentoot/Manifest @@ -1,4 +1,4 @@ DIST hunchentoot-0.15.7.tar.bz2 106425 RMD160 2aa03a48e9c7dd224c340ede6e125d5c8add42a7 SHA1 422341b2521d5b9aeba70a6668414c2c40dc1583 SHA256 4d96131ab58581ffc1de4c7da930f93b2d44565eb21a47d2486b1fbcade536ac -DIST hunchentoot-1.0.0.tar.bz2 113441 RMD160 e2423dee5e7869f020983aa06eee1bd0bec3b3e7 SHA1 f36e1c0b9c4d8afdeff1269a851d243b295f7c30 SHA256 372e5a5ebecd7beed3dd6b750efcb605546a48c0062e226818fe09462f2f42a4 +DIST hunchentoot-1.1.0.tar.bz2 114553 RMD160 1713a671965dd6d585579f67d9f6311da697e6f3 SHA1 0ed4e0880f5c2adb2e1ca3569929facb38b56c41 SHA256 5eb33f42b970dc7a53e5f98bcc7dab9d7637688914e4122029c9b2f667ade8e7 EBUILD hunchentoot-0.15.7.ebuild 723 RMD160 0860b8233462dbaf87ad56f615cfdea8458d262f SHA1 97139b1d75550afa17b0c614678693382cabc329 SHA256 75dbb4e95418890c58482bed042b347e2b24af8c3f7f2aaa0adb225474d0cbaf -EBUILD hunchentoot-1.0.0.ebuild 998 RMD160 694f5c9b7d3a1478f39ddcd3ee551fa2c477fba2 SHA1 357bab3d5e4052ea85434134ec340431f5f7987a SHA256 1a0e4942da0e7be81bc56cd021e6360a63fe9f3d4d7bf069929da3df07f87991 +EBUILD hunchentoot-1.1.0.ebuild 1054 RMD160 a28855c4728158e6a74c2f4216dcc46e7e96fec9 SHA1 8ccdeaf2fa199262480aeab91e68dfce0c4df5e5 SHA256 fe8d98b4393cc790c7c4382c7a34642510d29c40a0738d6468a1e75424051b8a diff --git a/dev-lisp/hunchentoot/hunchentoot-1.0.0.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.1.0.ebuild index 7762448c..c346ef71 100644 --- a/dev-lisp/hunchentoot/hunchentoot-1.0.0.ebuild +++ b/dev-lisp/hunchentoot/hunchentoot-1.1.0.ebuild @@ -14,21 +14,20 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND="doc? ( dev-libs/libxslt )" -RDEPEND="dev-lisp/md5 +RDEPEND=">=dev-lisp/chunga-0.5.0 >=dev-lisp/cl-base64-3.3.0 - dev-lisp/rfc2388 - dev-lisp/cl-plus-ssl - >=dev-lisp/chunga-0.5.0 + >=dev-lisp/cl-fad-0.6.3 >=dev-lisp/cl-ppcre-2.0.0 >=dev-lisp/flexi-streams-0.12.0 - dev-lisp/cl-fad + >=dev-lisp/cl-plus-ssl-20081104 + >=dev-lisp/md5-1.8.5 + >=dev-lisp/rfc2388-1.2 + >=dev-lisp/trivial-backtrace-1.0.2 >=dev-lisp/usocket-0.4.0 - dev-lisp/bordeaux-threads - dev-lisp/cl-who + >=dev-lisp/bordeaux-threads-0.7.0 + >=dev-lisp/cl-who-0.11.1 >=dev-lisp/drakma-1.0.0" -CLSYSTEMS="${PN} ${PN}-test" - src_compile() { if use doc ; then cd doc @@ -37,7 +36,7 @@ src_compile() { } src_install() { - common-lisp-install *.{lisp,asd} url-rewrite/ test/* + common-lisp-install *.{lisp,asd} url-rewrite/ test/ common-lisp-symlink-asdf dodoc CHANGELOG* README use doc && dohtml -r doc/* |