diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 05:51:28 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 05:51:28 +0000 |
commit | e223422c5f27bcb8500700a62cdc3aa9b42b97e8 (patch) | |
tree | 738feb9c186efab0f801034b886197bfebda59f3 /dev-lisp/cl-syslog | |
parent | Now using $(get_install_abis). (diff) | |
download | gentoo-2-e223422c5f27bcb8500700a62cdc3aa9b42b97e8.tar.gz gentoo-2-e223422c5f27bcb8500700a62cdc3aa9b42b97e8.tar.bz2 gentoo-2-e223422c5f27bcb8500700a62cdc3aa9b42b97e8.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-syslog')
-rw-r--r-- | dev-lisp/cl-syslog/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild | 34 | ||||
-rw-r--r-- | dev-lisp/cl-syslog/files/digest-cl-syslog-0.9.1 | 1 |
4 files changed, 12 insertions, 39 deletions
diff --git a/dev-lisp/cl-syslog/ChangeLog b/dev-lisp/cl-syslog/ChangeLog index 16a732140251..d75d99a67b15 100644 --- a/dev-lisp/cl-syslog/ChangeLog +++ b/dev-lisp/cl-syslog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-syslog -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/ChangeLog,v 1.3 2004/06/24 23:55:45 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/ChangeLog,v 1.4 2005/02/03 05:51:28 mkennedy Exp $ + + 02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-syslog-0.9.1-r1.ebuild, -cl-syslog-0.9.1.ebuild: + Override src_compile() *cl-syslog-0.9.1-r1 (12 Feb 2004) diff --git a/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild b/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild index a1e818d87c2e..b3809bc24ce1 100644 --- a/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild +++ b/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild,v 1.3 2004/07/14 16:17:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/cl-syslog-0.9.1-r1.ebuild,v 1.4 2005/02/03 05:51:28 mkennedy Exp $ inherit common-lisp @@ -19,6 +19,10 @@ CLPACKAGE=cl-syslog S=${WORKDIR}/${PN} +src_compile() { + : +} + src_install() { common-lisp-install *.lisp *.asd common-lisp-system-symlink diff --git a/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild b/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild deleted file mode 100644 index bfeb802a967c..000000000000 --- a/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild,v 1.3 2004/07/14 16:17:39 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="cl-syslog is a Common Lisp library that provides access to the syslog logging facility under Unix." -HOMEPAGE="http://common-lisp.net/project/cl-syslog/" -SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-uffi" - -CLPACKAGE=cl-syslog - -S=${WORKDIR}/${PN} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc CREDITS LICENSE README -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-syslog/files/digest-cl-syslog-0.9.1 b/dev-lisp/cl-syslog/files/digest-cl-syslog-0.9.1 deleted file mode 100644 index e9a0e1b83024..000000000000 --- a/dev-lisp/cl-syslog/files/digest-cl-syslog-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e8a018782c0dc2868e227fce30ddbae cl-syslog_0.9.1.tar.gz 3356 |