summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-11 13:45:45 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-11 13:45:45 +0000
commitfb1b6b3f5bfd7fca78b48712ebc83b54bb30f917 (patch)
tree584e25df93d23d0569373d95cc2bcada594c5293 /dev-util
parentDo not strip './' in path elements, as they are valid, bug #37132. This is (diff)
downloadhistorical-fb1b6b3f5bfd7fca78b48712ebc83b54bb30f917.tar.gz
historical-fb1b6b3f5bfd7fca78b48712ebc83b54bb30f917.tar.bz2
historical-fb1b6b3f5bfd7fca78b48712ebc83b54bb30f917.zip
fixed motif dep
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ddd/ChangeLog8
-rw-r--r--dev-util/ddd/Manifest10
-rw-r--r--dev-util/ddd/ddd-3.3.1-r1.ebuild6
-rw-r--r--dev-util/ddd/ddd-3.3.1-r2.ebuild6
-rw-r--r--dev-util/ddd/ddd-3.3.1-r3.ebuild6
-rw-r--r--dev-util/ddd/ddd-3.3.7.ebuild6
6 files changed, 23 insertions, 19 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog
index dd897e7f689c..c4a5ed3a3635 100644
--- a/dev-util/ddd/ChangeLog
+++ b/dev-util/ddd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ddd
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.11 2003/10/30 19:00:43 azarah Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.12 2004/01/11 13:44:31 lanius Exp $
+
+ 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> ddd-3.3.1-r1.ebuild,
+ ddd-3.3.1-r2.ebuild, ddd-3.3.1-r3.ebuild, ddd-3.3.7.ebuild:
+ fixed motif dep
30 Oct 2003; Martin Schlemmer <azarah@gentoo.org> ddd-3.3.1-r3.ebuild,
files/ddd-3.3.1-help-window-fix.patch:
diff --git a/dev-util/ddd/Manifest b/dev-util/ddd/Manifest
index f8e07ef47284..8b524fefbeff 100644
--- a/dev-util/ddd/Manifest
+++ b/dev-util/ddd/Manifest
@@ -1,8 +1,8 @@
-MD5 7af8788205ef72340dbaccbbabfc12bb ddd-3.3.1-r2.ebuild 998
-MD5 337c35c06510ab51fdd787784a81bf4d ddd-3.3.1-r1.ebuild 851
-MD5 b7813c5f204ea96731e0cfd65e6d58e7 ddd-3.3.7.ebuild 1220
-MD5 4aad7ba932164bd7faf53991288aed0f ddd-3.3.1-r3.ebuild 1680
-MD5 8fa04772bf16ba7346b5b6968171210f ChangeLog 2266
+MD5 8fcd7c8c7b5daeaa287f0f23fe4b1e67 ddd-3.3.1-r2.ebuild 1001
+MD5 6d60be247a028a6ba8dec83d9692fed6 ddd-3.3.1-r1.ebuild 854
+MD5 c3942cde2b5e15898bee84f3a054fa7d ddd-3.3.7.ebuild 1227
+MD5 8b741e8b8dc0abab9523537daa741916 ddd-3.3.1-r3.ebuild 1686
+MD5 c34755f965207d3f18dfe433f895dd91 ChangeLog 2419
MD5 d202dc6d8a53bb3c226007ee3a73ad66 files/ddd-3.3.1-help-window-fix.patch 411
MD5 2d3cff085de702c9683408841f0516ed files/ddd-3.3.1-detect-hipot.patch 809
MD5 3a74694a9dd751f507344456d8ec48c4 files/ddd-3.3.1-link-libstdc++.patch 797
diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild
index 3c4ebb5e6f4b..cbe843a7e7ee 100644
--- a/dev-util/ddd/ddd-3.3.1-r1.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.10 2003/09/06 08:39:20 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.11 2004/01/11 13:44:31 lanius Exp $
DESCRIPTION="graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
@@ -13,7 +13,7 @@ KEYWORDS="x86 sparc"
DEPEND="virtual/x11
>=sys-devel/gdb-4.16
- virtual/motif"
+ x11-libs/openmotif"
src_compile() {
econf || die
diff --git a/dev-util/ddd/ddd-3.3.1-r2.ebuild b/dev-util/ddd/ddd-3.3.1-r2.ebuild
index 236a6da08f94..9cf845469635 100644
--- a/dev-util/ddd/ddd-3.3.1-r2.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.11 2003/09/06 08:39:20 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r2.ebuild,v 1.12 2004/01/11 13:44:31 lanius Exp $
DESCRIPTION="graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc "
DEPEND="virtual/x11
>=sys-devel/gdb-4.16
- virtual/motif"
+ x11-libs/openmotif"
src_unpack() {
unpack ${A}
diff --git a/dev-util/ddd/ddd-3.3.1-r3.ebuild b/dev-util/ddd/ddd-3.3.1-r3.ebuild
index 91448033393b..ce7d2e553d2b 100644
--- a/dev-util/ddd/ddd-3.3.1-r3.ebuild
+++ b/dev-util/ddd/ddd-3.3.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.9 2003/10/30 19:00:43 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r3.ebuild,v 1.10 2004/01/11 13:44:31 lanius Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="x86 ppc sparc alpha"
DEPEND="virtual/x11
>=sys-devel/gdb-4.16
- virtual/motif"
+ x11-libs/openmotif"
src_unpack() {
unpack ${A}
diff --git a/dev-util/ddd/ddd-3.3.7.ebuild b/dev-util/ddd/ddd-3.3.7.ebuild
index c0e51a525353..6830feee411e 100644
--- a/dev-util/ddd/ddd-3.3.7.ebuild
+++ b/dev-util/ddd/ddd-3.3.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.7.ebuild,v 1.3 2003/12/12 21:00:56 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.7.ebuild,v 1.4 2004/01/11 13:44:31 lanius Exp $
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
DEPEND="virtual/x11
>=sys-devel/gcc-3
>=sys-devel/gdb-4.16
- virtual/motif"
+ x11-libs/openmotif"
src_unpack() {
unpack ${A}