diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-03-05 11:07:52 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-03-05 11:07:52 +0000 |
commit | 87aff701968f9403bc28761ebf8e87139137aa67 (patch) | |
tree | 7e704070829c01922bdb29550f3a4d08621662b7 /app-doc/doc++/doc++-3.4.10.ebuild | |
parent | Stable on x86, bug #169152. (diff) | |
download | gentoo-2-87aff701968f9403bc28761ebf8e87139137aa67.tar.gz gentoo-2-87aff701968f9403bc28761ebf8e87139137aa67.tar.bz2 gentoo-2-87aff701968f9403bc28761ebf8e87139137aa67.zip |
Remove obsolete ebuild, closes bug #150371
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-doc/doc++/doc++-3.4.10.ebuild')
-rw-r--r-- | app-doc/doc++/doc++-3.4.10.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-doc/doc++/doc++-3.4.10.ebuild b/app-doc/doc++/doc++-3.4.10.ebuild deleted file mode 100644 index af0815dc0f8e..000000000000 --- a/app-doc/doc++/doc++-3.4.10.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doc++/doc++-3.4.10.ebuild,v 1.14 2006/07/08 08:03:35 corsair Exp $ - -DESCRIPTION="Documentation system for C, C++, IDL and Java" -HOMEPAGE="http://docpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/docpp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND="virtual/libc" - -src_compile() { - econf || die - emake all || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc CREDITS INSTALL NEWS PLATFORMS REPORTING-BUGS -} |