diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-07 18:41:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-07 18:41:07 +0000 |
commit | ee392243347a4a7fd6c666186dc1c46bcd49f357 (patch) | |
tree | 3690c8270790ed6fba60fb02c8825aa3de7419be /www-misc/nsxml/nsxml-1.5.ebuild | |
parent | Remove unneeded deps, bug 177529 (diff) | |
download | historical-ee392243347a4a7fd6c666186dc1c46bcd49f357.tar.gz historical-ee392243347a4a7fd6c666186dc1c46bcd49f357.tar.bz2 historical-ee392243347a4a7fd6c666186dc1c46bcd49f357.zip |
Remove, bug 108022
Diffstat (limited to 'www-misc/nsxml/nsxml-1.5.ebuild')
-rw-r--r-- | www-misc/nsxml/nsxml-1.5.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www-misc/nsxml/nsxml-1.5.ebuild b/www-misc/nsxml/nsxml-1.5.ebuild deleted file mode 100644 index dca9da95c010..000000000000 --- a/www-misc/nsxml/nsxml-1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/nsxml/nsxml-1.5.ebuild,v 1.2 2005/02/12 02:51:43 port001 Exp $ - -inherit aolserver - -IUSE="xslt" - -DESCRIPTION="XML and XSLT processing capabilities for AOLServer" -HOMEPAGE="http://acs-misc.sourceforge.net/nsxml.html" - -LICENSE="LGPL-2" -KEYWORDS="~x86" - -DEPEND="dev-libs/libxml2 - xslt? ( dev-libs/libxslt )" - -pkg_setup() { - - if use xslt; then - MAKE_FLAGS="LIBXML2='/usr/' LIBXSLT='/usr/'" - else - MAKE_FLAGS="LIBXML2='/usr/'" - fi -} |