diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-25 18:29:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-25 18:29:09 +0000 |
commit | bc60bd1a810f1db3494e51cb7d7da7529978c114 (patch) | |
tree | b2d7e40647d05d5ef219aca9766917d12e77cc0b /dev-libs/dvnet | |
parent | Version bump (diff) | |
download | gentoo-2-bc60bd1a810f1db3494e51cb7d7da7529978c114.tar.gz gentoo-2-bc60bd1a810f1db3494e51cb7d7da7529978c114.tar.bz2 gentoo-2-bc60bd1a810f1db3494e51cb7d7da7529978c114.zip |
revert part of last commit
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/dvnet')
-rw-r--r-- | dev-libs/dvnet/dvnet-0.9.24.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-libs/dvnet/dvnet-0.9.24.ebuild b/dev-libs/dvnet/dvnet-0.9.24.ebuild index ffded11f2848..cd2d18ca914a 100644 --- a/dev-libs/dvnet/dvnet-0.9.24.ebuild +++ b/dev-libs/dvnet/dvnet-0.9.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvnet/dvnet-0.9.24.ebuild,v 1.1 2011/03/25 18:20:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvnet/dvnet-0.9.24.ebuild,v 1.2 2011/03/25 18:29:09 ssuominen Exp $ EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/${PN}/download/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc static-libs" +IUSE="doc" # no USE static-libs -> dev-libs/dvssl, let only rdep work by default RDEPEND="dev-libs/dvutil" DEPEND="${RDEPEND}" @@ -24,13 +24,7 @@ src_prepare() { sed -i -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' Makefile.in || die } -src_configure() { - econf $(use_enable static-libs static) -} - src_install() { default - find "${D}" -name '*.la' -exec rm -f {} + - use doc && dohtml doc/html/* } |