diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 20:58:09 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 20:58:09 +0000 |
commit | cf97c8bea538db8f2d4c8c256b37b9d37a2448c1 (patch) | |
tree | ad116a6fb4a391a3997ace5d452163692277477a /dev-lisp | |
parent | Version bump (diff) | |
download | gentoo-2-cf97c8bea538db8f2d4c8c256b37b9d37a2448c1.tar.gz gentoo-2-cf97c8bea538db8f2d4c8c256b37b9d37a2448c1.tar.bz2 gentoo-2-cf97c8bea538db8f2d4c8c256b37b9d37a2448c1.zip |
replace virtual/tetex with virtual/latex-base and quote variables; don't install license files
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tclink/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild | 12 |
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-lisp/cl-tclink/ChangeLog b/dev-lisp/cl-tclink/ChangeLog index a3ab99d1ebe5..2e9bfc47fea8 100644 --- a/dev-lisp/cl-tclink/ChangeLog +++ b/dev-lisp/cl-tclink/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-tclink -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/ChangeLog,v 1.9 2007/02/04 01:18:09 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/ChangeLog,v 1.10 2008/09/03 20:58:09 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> + cl-tclink-3.3.1-r1.ebuild: + replace virtual/tetex with virtual/latex-base and quote variables; don't + install license files 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. @@ -33,4 +38,4 @@ *cl-tclink-3.3.1 (23 Oct 2003) 23 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> : - Initial import. + Initial import. 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 e9e4dec5cc52..10854c3eda32 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,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 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.8 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild,v 1.9 2008/09/03 20:58:09 opfer Exp $ inherit common-lisp eutils @@ -19,14 +19,14 @@ IUSE="doc" DEPEND="dev-libs/openssl dev-lisp/cl-split-sequence dev-lisp/cl-uffi - doc? ( virtual/tetex )" + doc? ( virtual/latex-base )" CLPACKAGE=tclink src_unpack() { unpack ${A} - epatch ${PN}_${PV}-${DEB_PV}.diff || die - epatch ${FILESDIR}/${PV}-gentoo.patch || die + epatch ${PN}_${PV}-${DEB_PV}.diff + epatch "${FILESDIR}/${PV}-gentoo.patch" } src_compile() { @@ -37,7 +37,7 @@ src_compile() { src_install() { common-lisp-install *.asd *.lisp common-lisp-system-symlink - dodoc ChangeLog LLGPL LICENSE + dodoc ChangeLog dodoc doc/cl-tclink.txt exeinto /usr/lib/cl-tclink doexe libtclink/libtclink.so |