summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-09-27 23:21:34 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-09-27 23:21:34 +0000
commita44c163f4a4b59927c4329a256d5080cb43be1ef (patch)
treeaa634dee3c4a808867ce738785799db93d0bea5a /dev-util/ddd
parentRemove useless applet code causing file-collision, bug #286143. (diff)
downloadgentoo-2-a44c163f4a4b59927c4329a256d5080cb43be1ef.tar.gz
gentoo-2-a44c163f4a4b59927c4329a256d5080cb43be1ef.tar.bz2
gentoo-2-a44c163f4a4b59927c4329a256d5080cb43be1ef.zip
Cleaning out old ebuilds
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util/ddd')
-rw-r--r--dev-util/ddd/ChangeLog5
-rw-r--r--dev-util/ddd/ddd-3.3.11.ebuild53
-rw-r--r--dev-util/ddd/ddd-3.3.12.ebuild53
3 files changed, 4 insertions, 107 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog
index 11d740eec399..cdd6c2c8e681 100644
--- a/dev-util/ddd/ChangeLog
+++ b/dev-util/ddd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ddd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.58 2009/07/24 16:52:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.59 2009/09/27 23:21:34 vostorga Exp $
+
+ 27 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> -ddd-3.3.11.ebuild, -ddd-3.3.12.ebuild:
+ Cleaning out old ebuilds
24 Jul 2009; Joseph Jezak <josejx@gentoo.org> ddd-3.3.12-r1.ebuild:
Marked ppc/ppc64 stable for bug #275333.
diff --git a/dev-util/ddd/ddd-3.3.11.ebuild b/dev-util/ddd/ddd-3.3.11.ebuild
deleted file mode 100644
index bc016623130b..000000000000
--- a/dev-util/ddd/ddd-3.3.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.15 2008/02/21 19:54:49 ulm Exp $
-
-inherit eutils
-
-DESCRIPTION="graphical front-end for command-line debuggers"
-HOMEPAGE="http://www.gnu.org/software/ddd"
-SRC_URI="mirror://sourceforge/ddd/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="x11-libs/libXaw
- x11-libs/libXp
- >=sys-devel/gcc-3
- >=sys-devel/gdb-6.4
- x11-libs/openmotif"
-RDEPEND="${DEPEND}
- sci-visualization/gnuplot"
-
-RESTRICT="test"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS}"
- econf || die
- cd "${S}"/ddd
- emake version.h build.h host.h root.h configinfo.C Ddd.ad.h || die "Failed to build headers"
- cd "${S}"
- emake || die
-}
-
-src_install() {
- dodir /usr/lib
- # If using internal libiberty.a, need to pass
- # $tooldir to 'make install', else we get
- # sandbox errors ... bug #4614.
- # <azarah@gentoo.org> 05 Dec 2002
- einstall tooldir="${D}/usr" || die
-
- # This one is from binutils
- [ -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}
-}
diff --git a/dev-util/ddd/ddd-3.3.12.ebuild b/dev-util/ddd/ddd-3.3.12.ebuild
deleted file mode 100644
index 27a4ac19b281..000000000000
--- a/dev-util/ddd/ddd-3.3.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12.ebuild,v 1.1 2009/04/23 15:01:58 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="graphical front-end for command-line debuggers"
-HOMEPAGE="http://www.gnu.org/software/ddd"
-#SRC_URI="mirror://sourceforge/ddd/${P}.tar.gz"
-SRC_URI="http://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXaw
- x11-libs/libXp
- >=sys-devel/gcc-3
- >=sys-devel/gdb-6.4
- x11-libs/openmotif"
-RDEPEND="${DEPEND}
- sci-visualization/gnuplot"
-
-RESTRICT="test"
-
-src_compile() {
- CXXFLAGS="${CXXFLAGS}"
- econf || die
- cd "${S}"/ddd
- emake version.h build.h host.h root.h configinfo.C Ddd.ad.h || die "Failed to build headers"
- cd "${S}"
- emake || die
-}
-
-src_install() {
- dodir /usr/lib
- # If using internal libiberty.a, need to pass
- # $tooldir to 'make install', else we get
- # sandbox errors ... bug #4614.
- # <azarah@gentoo.org> 05 Dec 2002
- einstall tooldir="${D}/usr" || die
-
- # This one is from binutils
- [ -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 AUTHORS COPYING* CREDITS INSTALL NEWS* PROBLEMS README* TIPS TODO
-
- mv "${S}"/doc/* "${D}"/usr/share/doc/${PF}
-}