diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-24 14:42:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-24 14:42:14 +0000 |
commit | 8d63df76fe73a9013567c2d3cf7ae9adddbb96de (patch) | |
tree | be3a69afef4ca951eef3669768d1423a975c5628 /app-text/texi2html | |
parent | alpha/ia64/s390/sh/sparc stable wrt #414927 (diff) | |
download | gentoo-2-8d63df76fe73a9013567c2d3cf7ae9adddbb96de.tar.gz gentoo-2-8d63df76fe73a9013567c2d3cf7ae9adddbb96de.tar.bz2 gentoo-2-8d63df76fe73a9013567c2d3cf7ae9adddbb96de.zip |
old
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.78.ebuild | 29 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-5.0.ebuild | 36 |
3 files changed, 5 insertions, 66 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index bef56705e1e8..c6c68d57ae1b 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texi2html # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.69 2012/09/24 14:30:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.70 2012/09/24 14:42:13 ssuominen Exp $ + + 24 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -texi2html-1.78.ebuild, + -texi2html-5.0.ebuild: + old 24 Sep 2012; Raúl Porcel <armin76@gentoo.org> texi2html-5.0-r1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #414927 diff --git a/app-text/texi2html/texi2html-1.78.ebuild b/app-text/texi2html/texi2html-1.78.ebuild deleted file mode 100644 index 0e27e825ebe5..000000000000 --- a/app-text/texi2html/texi2html-1.78.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.12 2011/10/04 17:40:10 jer Exp $ - -EAPI=3 - -DESCRIPTION="Perl script that converts Texinfo to HTML" -HOMEPAGE="http://www.nongnu.org/texi2html/" -SRC_URI="http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=dev-lang/perl-5.6.1" - -src_install() { - #yes, htmldir line is correct, no ${D} - emake DESTDIR="${D}" \ - htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - install || die "Installation Failed" - - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_preinst() { - rm -f "${EROOT}"/usr/bin/texi2html -} diff --git a/app-text/texi2html/texi2html-5.0.ebuild b/app-text/texi2html/texi2html-5.0.ebuild deleted file mode 100644 index ea25607785b3..000000000000 --- a/app-text/texi2html/texi2html-5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0.ebuild,v 1.3 2012/05/06 18:10:20 armin76 Exp $ - -EAPI=4 - -DESCRIPTION="Perl script that converts Texinfo to HTML" -HOMEPAGE="http://www.nongnu.org/texi2html/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" - -LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="unicode" - -RDEPEND=">=dev-lang/perl-5.10.1 - dev-perl/libintl-perl - unicode? ( dev-perl/Text-Unidecode )" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_configure() { - econf \ - --with-external-libintl-perl \ - $(use_with unicode unidecode) -} - -src_install() { - default - rm -f "${ED}"/usr/share/${PN}/images/{COPYING*,GPL,README} -} - -pkg_preinst() { - rm -f "${EROOT}"/usr/bin/${PN} -} |