polynomial-c 14/11/19 10:32:20 Modified: ChangeLog Added: groff-1.22.3.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.144 sys-apps/groff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?r1=1.143&r2=1.144 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 18 Jan 2014 19:29:26 -0000 1.143 +++ ChangeLog 19 Nov 2014 10:32:20 -0000 1.144 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/groff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.143 2014/01/18 19:29:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.144 2014/11/19 10:32:20 polynomial-c Exp $ + +*groff-1.22.3 (19 Nov 2014) + + 19 Nov 2014; Lars Wendler <[email protected]> +groff-1.22.3.ebuild, + +files/groff-1.22.3-parallel-mom.patch: + Version bump. Dropped linguas_ja support as it requires reworked patches. 18 Jan 2014; Mike Frysinger <[email protected]> groff-1.22.2.ebuild: Add arm64 love. 1.1 sys-apps/groff/groff-1.22.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild?rev=1.1&content-type=text/plain Index: groff-1.22.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild,v 1.1 2014/11/19 10:32:20 polynomial-c Exp $ EAPI="4" inherit eutils toolchain-funcs DESCRIPTION="Text formatter used for man pages" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" SRC_URI="mirror://gnu/groff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples X" RDEPEND=">=sys-apps/texinfo-4.7-r1 X? ( x11-libs/libX11 x11-libs/libXt x11-libs/libXmu x11-libs/libXaw x11-libs/libSM x11-libs/libICE )" DEPEND="${RDEPEND}" DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README REVISION TODO VERSION ) src_prepare() { epatch "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch #16108 #17580 #121502 epatch "${FILESDIR}"/${PN}-1.22.3-parallel-mom.patch #487276 # Make sure we can cross-compile this puppy if tc-is-cross-compiler ; then sed -i \ -e '/^GROFFBIN=/s:=.*:=${EPREFIX}/usr/bin/groff:' \ -e '/^TROFFBIN=/s:=.*:=${EPREFIX}/usr/bin/troff:' \ -e '/^GROFF_BIN_PATH=/s:=.*:=:' \ -e '/^GROFF_BIN_DIR=/s:=.*:=:' \ contrib/*/Makefile.sub \ doc/Makefile.in \ doc/Makefile.sub || die "cross-compile sed failed" fi local pfx=$(usex prefix ' Prefix' '') cat <<-EOF >> tmac/mdoc.local .ds volume-operating-system Gentoo${pfx} .ds operating-system Gentoo${pfx}/${KERNEL} .ds default-operating-system Gentoo${pfx}/${KERNEL} EOF # make sure we don't get a crappy `g' nameprefix on UNIX systems with real # troff (GROFF_G macro runs some test to see, its own troff doesn't satisfy) sed -i -e 's/^[ \t]\+g=g$/g=/' configure || die } src_configure() { econf \ --with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_with X x) } src_compile() { emake AR="$(tc-getAR)" } src_install() { default # The following links are required for man #123674 dosym eqn /usr/bin/geqn dosym tbl /usr/bin/gtbl if ! use examples ; then rm -rf "${ED}"/usr/share/doc/${PF}/examples rm -f "${ED}"/usr/share/doc/${PF}/pdf/mom-pdf.pdf fi }
