diff options
author | 2002-07-01 00:18:40 +0000 | |
---|---|---|
committer | 2002-07-01 00:18:40 +0000 | |
commit | 26da08b29c7cc3deae37c440ba3feb08ca1c880d (patch) | |
tree | 6aac0573ab2bb79dd9cd37d6c71037aca98b5a23 /dev-util/ddd | |
parent | Fixed a problem with the libxml-2 dependence. Closes bug #4368 (diff) | |
download | historical-26da08b29c7cc3deae37c440ba3feb08ca1c880d.tar.gz historical-26da08b29c7cc3deae37c440ba3feb08ca1c880d.tar.bz2 historical-26da08b29c7cc3deae37c440ba3feb08ca1c880d.zip |
modified ebuild to make motif a dependency
Diffstat (limited to 'dev-util/ddd')
-rw-r--r-- | dev-util/ddd/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/ddd/ddd-3.3.1-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-util/ddd/files/digest-ddd-3.3.1-r1 | 2 |
3 files changed, 46 insertions, 1 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog index 3203072cd73e..0f631c0fdae2 100644 --- a/dev-util/ddd/ChangeLog +++ b/dev-util/ddd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/ddd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.2 2002/07/01 00:18:40 naz Exp $ + +*ddd-3.3.1-r1 (1 Feb 2002) + + 1 Feb 2002; Michael Nazaroff <naz@gentoo.org> ChangeLog : + + Updated the ebuild the ebuild to remove motif is use variable since it's a + build time requirment. *ddd-3.3.1 (1 Feb 2002) diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild new file mode 100644 index 000000000000..c2ff38d8c6a9 --- /dev/null +++ b/dev-util/ddd/ddd-3.3.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Geert Bevin <gbevin@theleaf.be> +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.1 2002/07/01 00:18:40 naz Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers" +SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz \ + ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz" +HOMEPAGE="http://www.gnu.org/software/ddd" + +DEPEND="virtual/glibc + virtual/x11 + >=sys-devel/gdb-4.16 + >=x11-libs/openmotif-2.1.30" + +src_compile() { + try ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + + try emake +} + +src_install () { + try make DESTDIR=${D} install + + mv ${S}/doc/README ${S}/doc/README-DOC + dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \ + OPENBUGS PROBLEMS README* TIPS TODO doc/README-DOC + + rm ${S}/doc/README-DOC + mv ${S}/doc/* ${D}/usr/share/doc/${PF} +} + diff --git a/dev-util/ddd/files/digest-ddd-3.3.1-r1 b/dev-util/ddd/files/digest-ddd-3.3.1-r1 new file mode 100644 index 000000000000..12b848a8cb9a --- /dev/null +++ b/dev-util/ddd/files/digest-ddd-3.3.1-r1 @@ -0,0 +1,2 @@ +MD5 38589618d7cd02a03d062bb116bbf1d2 ddd-3.3.1.tar.gz 5820713 +MD5 e74807d11ae6caaa2f3ef82791384ce0 ddd-3.3.1-html-manual.tar.gz 5129744 |