diff options
Diffstat (limited to 'dev-libs/natspec/natspec-0.2.4.ebuild')
-rw-r--r-- | dev-libs/natspec/natspec-0.2.4.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/natspec/natspec-0.2.4.ebuild b/dev-libs/natspec/natspec-0.2.4.ebuild deleted file mode 100644 index 1407ca3..0000000 --- a/dev-libs/natspec/natspec-0.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -DESCRIPTION="NATSPEC library is intended to smooth national specificities in using of program" -HOMEPAGE="http://natspec.sourceforge.net/" -SRC_URI="mirror://sourceforge/natspec/lib${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="doc python" - -DEPEND="dev-libs/popt - dev-lang/tcl - doc? ( app-doc/doxygen ) - >=dev-lang/python-2.3 " -RDEPEND="" -#python? ( >=dev-lang/python-2.3 )" - -S=${WORKDIR}/lib${P} - -src_configure() { - use doc || export ac_cv_prog_DOX=no - # TODO: Disable python bindings - # use $(use_with python) - econf -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ChangeLog NEWS README* TODO || die -} |