diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-17 17:17:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-17 17:17:02 +0000 |
commit | 16cfd18c8ab3bcd4cf1be8c47a2a027e69409df1 (patch) | |
tree | 8610b378c4576fba7c5c838d87fcf29e3211c2c0 /dev-lisp/cl-uffi | |
parent | *** empty log message *** (diff) | |
download | historical-16cfd18c8ab3bcd4cf1be8c47a2a027e69409df1.tar.gz historical-16cfd18c8ab3bcd4cf1be8c47a2a027e69409df1.tar.bz2 historical-16cfd18c8ab3bcd4cf1be8c47a2a027e69409df1.zip |
cl-uncommonsql-postgresql
Diffstat (limited to 'dev-lisp/cl-uffi')
-rw-r--r-- | dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild | 14 | ||||
-rw-r--r-- | dev-lisp/cl-uffi/metadata.xml | 5 |
2 files changed, 18 insertions, 1 deletions
diff --git a/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild b/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild index 0eb0c23839af..7a2eb7d414e9 100644 --- a/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild +++ b/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild,v 1.1 2003/09/24 01:13:08 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.3.6.ebuild,v 1.2 2003/10/17 17:17:02 mkennedy Exp $ inherit common-lisp @@ -14,6 +14,11 @@ IUSE="" S=${WORKDIR}/uffi-${PV} +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-gentoo.patch +} + src_compile() { make -C tests linux } @@ -55,3 +60,10 @@ pkg_prerm() { /usr/sbin/unregister-common-lisp-source uffi-tests } +pkg_preinst() { + rm -rf /usr/lib/common-lisp/*/{uffi,uffi-tests} || true +} + +pkg_postrm() { + rm -rf /usr/lib/common-lisp/*/{uffi,uffi-tests} || true +} diff --git a/dev-lisp/cl-uffi/metadata.xml b/dev-lisp/cl-uffi/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-uffi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |