summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-07-07 22:21:03 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-07-07 22:21:03 +0000
commit930ff7cf0c90bce25bd9b7a371bc4c5b47e6a5ac (patch)
treef5a770e4a9b6db9792eabdc29a943d5a17460d74 /dev-lisp/cl-yaclml
parentadded note local use variables (diff)
downloadgentoo-2-930ff7cf0c90bce25bd9b7a371bc4c5b47e6a5ac.tar.gz
gentoo-2-930ff7cf0c90bce25bd9b7a371bc4c5b47e6a5ac.tar.bz2
gentoo-2-930ff7cf0c90bce25bd9b7a371bc4c5b47e6a5ac.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/cl-yaclml')
-rw-r--r--dev-lisp/cl-yaclml/ChangeLog6
-rw-r--r--dev-lisp/cl-yaclml/Manifest4
-rw-r--r--dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild14
3 files changed, 10 insertions, 14 deletions
diff --git a/dev-lisp/cl-yaclml/ChangeLog b/dev-lisp/cl-yaclml/ChangeLog
index af18f0252f6c..37763839a6fc 100644
--- a/dev-lisp/cl-yaclml/ChangeLog
+++ b/dev-lisp/cl-yaclml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-yaclml
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.5 2005/05/24 18:48:37 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.6 2005/07/07 22:21:03 mkennedy Exp $
+
+ 07 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-yaclml-0.5_p26.ebuild:
+ Don't build documentation.
24 May 2005; <mkennedy@gentoo.org> cl-yaclml-0.5_p26.ebuild:
Keywording ~sparc
diff --git a/dev-lisp/cl-yaclml/Manifest b/dev-lisp/cl-yaclml/Manifest
index 444300f11127..2725cd79d0b4 100644
--- a/dev-lisp/cl-yaclml/Manifest
+++ b/dev-lisp/cl-yaclml/Manifest
@@ -1,4 +1,4 @@
-MD5 6beb472ebbad58dc2652726d0f7e9632 ChangeLog 980
-MD5 1a9dcd1d81f9fe0503380367439fd943 cl-yaclml-0.5_p26.ebuild 1359
+MD5 9f009dcf91c7bcef7def34dedb03042e ChangeLog 1091
+MD5 1e814a74738fba4bd988aa5a4d980797 cl-yaclml-0.5_p26.ebuild 1235
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
MD5 9a94240ecdb2ade143f2c19857784b72 files/digest-cl-yaclml-0.5_p26 78
diff --git a/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild b/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild
index 7bfc8096fd79..bfca4f2fb638 100644
--- a/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild
+++ b/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild,v 1.2 2005/05/24 18:48:37 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild,v 1.3 2005/07/07 22:21:03 mkennedy Exp $
inherit common-lisp
@@ -14,10 +14,9 @@ SRC_URI="mirror://gentoo/yaclml--dev--${MY_PV}--patch-${MY_PATCH_PV}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE="doc"
+IUSE=""
DEPEND="dev-lisp/cl-iterate
- dev-lisp/cl-arnesi
- doc? ( virtual/tetex )"
+ dev-lisp/cl-arnesi"
CLPACKAGE="yaclml"
@@ -29,12 +28,6 @@ src_unpack() {
find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null
}
-src_compile() {
- if use doc; then
- make -C docs || die
- fi
-}
-
src_install() {
dodir /usr/share/common-lisp/source/yaclml
dodir /usr/share/common-lisp/systems
@@ -43,5 +36,4 @@ src_install() {
common-lisp-system-symlink
dosym /usr/share/common-lisp/source/yaclml/yaclml.asd \
/usr/share/common-lisp/systems/
- use doc && dodoc docs/yaclml.pdf
}