diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-04-15 10:47:29 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-04-15 10:47:29 +0000 |
commit | dce9240b262bdcfce63a820dbb6c48aa6dad1204 (patch) | |
tree | 0c2b8d94c56213ec8ac800f8d5103be9690bbdd8 /dev-util | |
parent | digest fix0rs (diff) | |
download | gentoo-2-dce9240b262bdcfce63a820dbb6c48aa6dad1204.tar.gz gentoo-2-dce9240b262bdcfce63a820dbb6c48aa6dad1204.tar.bz2 gentoo-2-dce9240b262bdcfce63a820dbb6c48aa6dad1204.zip |
added missing rdependencies.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ladebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ladebug/ladebug-4.0.67.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/ladebug/ChangeLog b/dev-util/ladebug/ChangeLog index bd48467df900..58d46232b005 100644 --- a/dev-util/ladebug/ChangeLog +++ b/dev-util/ladebug/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-util/ladebug # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ChangeLog,v 1.1 2003/04/15 03:15:38 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ChangeLog,v 1.2 2003/04/15 10:47:29 taviso Exp $ *ladebug-4.0.67 (15 Apr 2003) 15 Apr 2003; Tavis Ormandy <taviso@gentoo.org> ladebug-4.0.67.ebuild: + missed RDEPEND. + + 15 Apr 2003; Tavis Ormandy <taviso@gentoo.org> ladebug-4.0.67.ebuild: Initial import of ebuild, with optional emacs support. diff --git a/dev-util/ladebug/ladebug-4.0.67.ebuild b/dev-util/ladebug/ladebug-4.0.67.ebuild index 7843695da1a5..3061ba7c8a43 100644 --- a/dev-util/ladebug/ladebug-4.0.67.ebuild +++ b/dev-util/ladebug/ladebug-4.0.67.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-util/ladebug/ladebug-4.0.67.ebuild,v 1.1 2003/04/15 03:15:38 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ladebug-4.0.67.ebuild,v 1.2 2003/04/15 10:47:29 taviso Exp $ # # Submitted By Tavis Ormandy <taviso@gentoo.org> # @@ -13,18 +13,19 @@ DESCRIPTION="Linux port of the Famous Tru64 Debugger" HOMEPAGE="http://www.support.compaq.com/alpha-tools" #HOMEPAGE="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/downloads.html" #SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/ladebug-4.0.67-21.alpha.rpm" +SRC_URI="" LICENSE="PLDSPv2" SLOT="0" # NOTE: ALPHA Only! KEYWORDS="-* ~alpha" DEPEND="virtual/glibc app-arch/rpm2targz - dev-libs/libots - dev-libs/libcpml emacs? ( virtual/emacs )" +RDEPEND="dev-libs/libots + dev-libs/libcpml" S=${WORKDIR}/${P} RELEASE="4.0.67-21" -SITEFILE="50ladebug.el" +#SITEFILE="50ladebug.el" src_unpack() { # convert rpm into tar archive @@ -81,7 +82,6 @@ src_install() { prepalldocs if use emacs >/dev/null ; then elisp-install ${PN} ladebug.el - #FIXME: how does this work? #elisp-site-file-install ${FILESDIR}/${SITEFILE} cp ${FILESDIR}/${SITEFILE} ${D}/usr/share/emacs/site-lisp/ fi |