diff options
author | 2012-10-31 17:23:46 +0000 | |
---|---|---|
committer | 2012-10-31 17:23:46 +0000 | |
commit | 9c6ea0713d765fccc60a34817b100a4b4480b5ac (patch) | |
tree | cae51778741e9f4bd7734c479b4c1fb460a43a28 /app-text/docbook2X/docbook2X-0.8.8.ebuild | |
parent | Use REPLACING_VERSIONS to silence pkg_postinst() message about removed USE="n... (diff) | |
download | gentoo-2-9c6ea0713d765fccc60a34817b100a4b4480b5ac.tar.gz gentoo-2-9c6ea0713d765fccc60a34817b100a4b4480b5ac.tar.bz2 gentoo-2-9c6ea0713d765fccc60a34817b100a4b4480b5ac.zip |
Drop elog messages, bug 440594 by poletti.marco. Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-text/docbook2X/docbook2X-0.8.8.ebuild')
-rw-r--r-- | app-text/docbook2X/docbook2X-0.8.8.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/docbook2X/docbook2X-0.8.8.ebuild b/app-text/docbook2X/docbook2X-0.8.8.ebuild deleted file mode 100644 index 474e188a16e5..000000000000 --- a/app-text/docbook2X/docbook2X-0.8.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook2X/docbook2X-0.8.8.ebuild,v 1.3 2007/08/22 18:39:37 ticho Exp $ - -DESCRIPTION="Tools to convert docbook to man and info" -SRC_URI="mirror://sourceforge/docbook2x/${P}.tar.gz" -HOMEPAGE="http://docbook2x.sourceforge.net/" - -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" -LICENSE="MIT" - -DEPEND="" - -RDEPEND=">=dev-perl/XML-Writer-0.4 - >=dev-perl/XML-XSLT-0.31 - >=dev-perl/SGMLSpm-1.03 - dev-perl/XML-SAX - dev-libs/libxslt" - -src_compile() { - econf \ - --with-xslt-processor=libxslt \ - --program-suffix=.pl \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make "DESTDIR=${D}" install || die "install failed" - - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} - -pkg_postinst() { - elog "To avoid conflict with docbook-sgml-utils, which is much more widely used," - elog "all executables have been renamed to *.pl." -} |