summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelian Ionescu <sionescu@common-lisp.net>2008-05-12 11:06:31 +0200
committerStelian Ionescu <sionescu@common-lisp.net>2008-05-12 11:06:31 +0200
commite00d3cacdf0cb4bc072ef289dedc33101e4a763c (patch)
treefdf5f5508911d8ba5ce1599424766bcc2ce163c0 /dev-lisp/chunga
parentdev-lisp/cmucl: bump to version 19e-r1 (diff)
downloadlisp-e00d3cacdf0cb4bc072ef289dedc33101e4a763c.tar.gz
lisp-e00d3cacdf0cb4bc072ef289dedc33101e4a763c.tar.bz2
lisp-e00d3cacdf0cb4bc072ef289dedc33101e4a763c.zip
dev-lisp/chunga: bump to version 0.4.2
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
Diffstat (limited to 'dev-lisp/chunga')
-rw-r--r--dev-lisp/chunga/Manifest4
-rw-r--r--dev-lisp/chunga/chunga-0.4.1.ebuild22
2 files changed, 2 insertions, 24 deletions
diff --git a/dev-lisp/chunga/Manifest b/dev-lisp/chunga/Manifest
index 061117bb..60e0df68 100644
--- a/dev-lisp/chunga/Manifest
+++ b/dev-lisp/chunga/Manifest
@@ -1,2 +1,2 @@
-DIST chunga-0.4.1.tar.gz 16132 RMD160 698c1f972cc4a8e7a433bfc46b0bed09f8020c35 SHA1 9d791148a5c78068691f4c681baf32d0934ef316 SHA256 755a7f440e19e85496642244c3c3f09016d1ad37fdf3d0b7ae67992de9095783
-EBUILD chunga-0.4.1.ebuild 531 RMD160 22cb48bd8195e3b1245c129630cdbe9fd769f585 SHA1 a357ea58ac62751859b57f48406f71f8b31a6565 SHA256 2130a83665447ca3b20ca8bb2ec0649c88d558c037a6f68dbc3cdad16eb9ee10
+DIST chunga-0.4.2.tar.bz2 14851 RMD160 e7618a8ed354cd3d1283ff9785faa168a130ac34 SHA1 9c7f43ead82ff7a427178cb92619d91d99e49b24 SHA256 ea5921abcd615bb8181c72f12512820a3fc29ed30a86ac960f3873b67b636bbf
+EBUILD chunga-0.4.2.ebuild 538 RMD160 1615107109d864570890b7df05a2924d94c068a2 SHA1 5ac44a20b238a047d4d73be8d86e9d7f18b6fd20 SHA256 028d3332c61da65f5b67c1594cce97c4517a0ca074fd65268f34bd4ccb232d3a
diff --git a/dev-lisp/chunga/chunga-0.4.1.ebuild b/dev-lisp/chunga/chunga-0.4.1.ebuild
deleted file mode 100644
index c5562f03..00000000
--- a/dev-lisp/chunga/chunga-0.4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit common-lisp-2
-
-DESCRIPTION="Portable chunked streams for Common Lisp"
-HOMEPAGE="http://weitz.de/chunga/"
-SRC_URI="http://common-lisp.net/~sionescu/ediware/${P}.tar.gz"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-
-DEPEND="!dev-lisp/cl-${PN}
- dev-lisp/flexi-streams"
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc CHANGELOG*
- dohtml doc/index.html
-}