diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-01-20 04:17:53 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-01-20 04:17:53 +0000 |
commit | c78fa3ddaf5fff1fc21500b4954e6eae364f88a0 (patch) | |
tree | 8fea76c50a94318141972fc1ba6333d0cccc8b5a /dev-cpp/libebt/libebt-1.1.0.ebuild | |
parent | New version(Portage version: 2.1_pre3-r1 Death to the demoness Allegra Gellar!) (diff) | |
download | historical-c78fa3ddaf5fff1fc21500b4954e6eae364f88a0.tar.gz historical-c78fa3ddaf5fff1fc21500b4954e6eae364f88a0.tar.bz2 historical-c78fa3ddaf5fff1fc21500b4954e6eae364f88a0.zip |
Tidy up old versions
Package-Manager: portage-2.1_pre3-r1 Death to the demoness Allegra Gellar!
Diffstat (limited to 'dev-cpp/libebt/libebt-1.1.0.ebuild')
-rw-r--r-- | dev-cpp/libebt/libebt-1.1.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/libebt/libebt-1.1.0.ebuild b/dev-cpp/libebt/libebt-1.1.0.ebuild deleted file mode 100644 index 559d1ca4bdbb..000000000000 --- a/dev-cpp/libebt/libebt-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.1.0.ebuild,v 1.1 2005/12/08 03:02:08 ciaranm Exp $ - -DESCRIPTION="A pure C++ template library that provides a clean way of getting human-readable backtrace messages." -HOMEPAGE="http://libebt.berlios.de/" -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" -RESTRICT="primaryuri" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( app-doc/doxygen )" -RDEPEND="" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" - use doc && { emake doxygen || die "failed to build API docs" ; } -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README - use doc && dohtml -r doc/html/* -} |