diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-27 05:06:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-27 05:06:02 +0000 |
commit | 70b0911b462c0134d8a3a267f0ab98ace5312fc3 (patch) | |
tree | 1f893e203e368728f7d6cf8898d254af7f4ee91c /sys-apps/texinfo | |
parent | Version bump. (diff) | |
download | gentoo-2-70b0911b462c0134d8a3a267f0ab98ace5312fc3.tar.gz gentoo-2-70b0911b462c0134d8a3a267f0ab98ace5312fc3.tar.bz2 gentoo-2-70b0911b462c0134d8a3a267f0ab98ace5312fc3.zip |
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13-r1.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13.ebuild | 43 |
3 files changed, 5 insertions, 97 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index f43a123b94d1..c3388169e4f2 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.133 2013/09/27 05:04:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.134 2013/09/27 05:06:02 radhermit Exp $ + + 27 Sep 2013; Tim Harder <radhermit@gentoo.org> -texinfo-4.13.ebuild, + -texinfo-4.13-r1.ebuild: + Remove old. *texinfo-5.2 (27 Sep 2013) diff --git a/sys-apps/texinfo/texinfo-4.13-r1.ebuild b/sys-apps/texinfo/texinfo-4.13-r1.ebuild deleted file mode 100644 index f289f042b6f4..000000000000 --- a/sys-apps/texinfo/texinfo-4.13-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r1.ebuild,v 1.5 2012/05/23 23:05:28 vapier Exp $ - -EAPI="2" - -inherit flag-o-matic eutils - -DESCRIPTION="The GNU info program and utilities" -HOMEPAGE="http://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="nls static" - -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-xz.patch #269742 - touch doc/install-info.1 #354589 - epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885 - touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 - epatch "${FILESDIR}"/${P}-accentenc-test.patch -} - -src_configure() { - use static && append-ldflags -static - econf $(use_enable nls) -} - -src_compile() { - # Make cross-compiler safe (#196041) - if tc-is-cross-compiler ; then - emake -C tools/gnulib/lib || die - fi - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO - newdoc info/README README.info - newdoc makeinfo/README README.makeinfo -} diff --git a/sys-apps/texinfo/texinfo-4.13.ebuild b/sys-apps/texinfo/texinfo-4.13.ebuild deleted file mode 100644 index 90c4ef6581cd..000000000000 --- a/sys-apps/texinfo/texinfo-4.13.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.12 2009/09/08 17:50:31 vapier Exp $ - -inherit flag-o-matic - -DESCRIPTION="The GNU info program and utilities" -HOMEPAGE="http://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls static" - -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - || ( app-arch/xz-utils app-arch/lzma-utils ) - nls? ( sys-devel/gettext )" - -src_compile() { - use static && append-ldflags -static - econf $(use_enable nls) || die - - # Make cross-compiler safe (#196041) - if tc-is-cross-compiler; then - emake -C tools/gnulib/lib || die "emake -C tools/gnulib/lib" - fi - - emake || die "emake" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO - newdoc info/README README.info - newdoc makeinfo/README README.makeinfo - - rm -f "${D}"/usr/lib/charset.alias #195148 -} |