summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-23 16:17:08 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-23 16:17:08 +0000
commitc542d1de8df85309d78a0e9a6b83dc7c3273fe86 (patch)
tree53d7c5a3ae720b5c8d123d4db74f0cd910ceab9d /dev-util/ddd
parentre-add patch (diff)
downloadgentoo-2-c542d1de8df85309d78a0e9a6b83dc7c3273fe86.tar.gz
gentoo-2-c542d1de8df85309d78a0e9a6b83dc7c3273fe86.tar.bz2
gentoo-2-c542d1de8df85309d78a0e9a6b83dc7c3273fe86.zip
touchups
Diffstat (limited to 'dev-util/ddd')
-rw-r--r--dev-util/ddd/ddd-3.3.1-r1.ebuild11
-rw-r--r--dev-util/ddd/ddd-3.3.1-r2.ebuild8
-rw-r--r--dev-util/ddd/ddd-3.3.1-r3.ebuild20
3 files changed, 14 insertions, 25 deletions
diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild
index f50680a1c5b1..dc06126c9ea5 100644
--- a/dev-util/ddd/ddd-3.3.1-r1.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.8 2003/03/30 00:36:40 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.9 2003/04/23 16:13:27 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers"
+DESCRIPTION="graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz
ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc"
DEPEND="virtual/x11
>=sys-devel/gdb-4.16
@@ -21,9 +20,9 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
-
+
mv ${S}/doc/README ${S}/doc/README-DOC
dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \
OPENBUGS PROBLEMS README* TIPS TODO
diff --git a/dev-util/ddd/ddd-3.3.1-r2.ebuild b/dev-util/ddd/ddd-3.3.1-r2.ebuild
index 4c004777ec9f..9b370dac170c 100644
--- a/dev-util/ddd/ddd-3.3.1-r2.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r2.ebuild,v 1.9 2003/03/30 00:36:40 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r2.ebuild,v 1.10 2003/04/23 16:13:27 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers"
+DESCRIPTION="graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz
ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
@@ -16,7 +15,6 @@ DEPEND="virtual/x11
>=sys-devel/gdb-4.16
virtual/motif"
-
src_unpack() {
unpack ${A}
cd ${S}/ddd
@@ -29,7 +27,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
dodir /usr/lib
einstall || die
diff --git a/dev-util/ddd/ddd-3.3.1-r3.ebuild b/dev-util/ddd/ddd-3.3.1-r3.ebuild
index d56c4fc4fec6..c5efdc2d60e8 100644
--- a/dev-util/ddd/ddd-3.3.1-r3.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r3.ebuild
@@ -1,13 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r3.ebuild,v 1.6 2003/03/30 00:36:40 liquidx Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r3.ebuild,v 1.7 2003/04/23 16:13:27 vapier Exp $
inherit eutils
-S="${WORKDIR}/${P}"
-DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers"
+DESCRIPTION="graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz
ftp://ftp.easynet.be/gnu/ddd/${P}-html-manual.tar.gz"
@@ -20,7 +17,6 @@ DEPEND="virtual/x11
>=sys-devel/gdb-4.16
virtual/motif"
-
src_unpack() {
unpack ${A}
@@ -41,7 +37,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
dodir /usr/lib
# If using internal libiberty.a, need to pass
# $tooldir to 'make install', else we get
@@ -50,17 +46,13 @@ src_install () {
einstall tooldir=${D}/usr || die
# This one is from binutils
- if [ -f ${D}/usr/lib/libiberty.a ]
- then
- rm -f ${D}/usr/lib/libiberty.a
- fi
+ [ -f ${D}/usr/lib/libiberty.a ] && rm -f ${D}/usr/lib/libiberty.a
# Remove empty dir ...
rmdir ${D}/usr/lib || :
-
+
mv ${S}/doc/README ${S}/doc/README-DOC
dodoc ANNOUNCE AUTHORS BUGS COPYING* CREDITS INSTALL NEWS* NICKNAMES \
OPENBUGS PROBLEMS README* TIPS TODO
-
+
mv ${S}/doc/* ${D}/usr/share/doc/${PF}
}
-