diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-23 15:00:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-06-23 15:00:27 +0000 |
commit | 170adeaf6cf7c95b9e7942d02997c040a327cf2a (patch) | |
tree | 2756e6922c289e5671d12eef79ccc6356ee88898 /dev-lisp | |
parent | Initial Import. (Manifest recommit) (diff) | |
download | gentoo-2-170adeaf6cf7c95b9e7942d02997c040a327cf2a.tar.gz gentoo-2-170adeaf6cf7c95b9e7942d02997c040a327cf2a.tar.bz2 gentoo-2-170adeaf6cf7c95b9e7942d02997c040a327cf2a.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-terminfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.3 | 1 |
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-lisp/cl-terminfo/ChangeLog b/dev-lisp/cl-terminfo/ChangeLog index 778b732fe5c3..a7c3d79a952b 100644 --- a/dev-lisp/cl-terminfo/ChangeLog +++ b/dev-lisp/cl-terminfo/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for dev-lisp/cl-terminfo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/ChangeLog,v 1.2 2004/05/09 14:55:16 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/ChangeLog,v 1.3 2004/06/23 15:00:27 mkennedy Exp $ 09 May 2004; David Holm <dholm@gentoo.org> cl-terminfo-1.2.ebuild: Added to ~ppc. +*cl-terminfo-1.3 (09 May 2004) + + 09 May 2004; <mkennedy@gentoo.org> +cl-terminfo-1.3.ebuild: + New upstream version. + *cl-terminfo-1.2 (15 Feb 2004) 15 Feb 2004; <mkennedy@gentoo.org> cl-terminfo-1.2.ebuild, metadata.xml: diff --git a/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild b/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild new file mode 100644 index 000000000000..ec6c80d586ba --- /dev/null +++ b/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-terminfo/cl-terminfo-1.3.ebuild,v 1.1 2004/06/23 15:00:27 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Common Lisp interface to the terminfo database." +HOMEPAGE="http://users.actrix.co.nz/mycroft/cl.html" +SRC_URI="http://common-lisp.net/project/linedit/files/terminfo_${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp + sys-libs/ncurses" + +CLPACKAGE=terminfo + +S=${WORKDIR}/terminfo_${PV} + +src_install() { + common-lisp-install *.lisp terminfo.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.3 b/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.3 new file mode 100644 index 000000000000..b479aa49b70d --- /dev/null +++ b/dev-lisp/cl-terminfo/files/digest-cl-terminfo-1.3 @@ -0,0 +1 @@ +MD5 4224548fc70f94eec25040814dbd626b terminfo_1.3.tar.gz 10224 |