diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-08 07:02:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-08 07:02:25 +0000 |
commit | 6073bfa1351bd27de4edd71550f27b168c2a2888 (patch) | |
tree | f831c3a910536c3680235c0858a61b3eeb95a070 /dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild | |
parent | PATCH_VER 0.1.3. Add 9250_all_6.8.1.904-respect-xfree86configtools-setting.pa... (diff) | |
download | gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.tar.gz gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.tar.bz2 gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild b/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild index c1c3d29cc807..e2dc3880316b 100644 --- a/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild +++ b/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild @@ -1,12 +1,12 @@ -# 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-tclink/cl-tclink-3.3.1-r1.ebuild,v 1.5 2004/06/24 23:55:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild,v 1.6 2005/02/08 07:02:25 mkennedy Exp $ inherit common-lisp eutils DEB_PV=3 -DESCRIPTION="A library of Common Lisp bindings to the TrustCommerce transaction authorization system. Now you have no excuse for not doing Business with Common Lisp!" +DESCRIPTION="Common Lisp TrustCommerce transaction authorization system." HOMEPAGE="http://www.cliki.net/CL-TCLink http://www.mapcar.org/~mrd/cl-tclink/" SRC_URI="http://www.mapcar.org/~mrd/debs/unstable/source/${PN}_${PV}.orig.tar.gz http://www.mapcar.org/~mrd/debs/unstable/source/${PN}_${PV}-${DEB_PV}.diff.gz" @@ -27,7 +27,8 @@ CLPACKAGE=tclink src_unpack() { unpack ${A} - epatch ${PN}_${PV}-${DEB_PV}.diff + epatch ${PN}_${PV}-${DEB_PV}.diff || die + epatch ${FILESDIR}/${PV}-gentoo.patch || die } src_compile() { |