jlec 15/02/24 09:11:15 Modified: ChangeLog Added: boxes-1.1.2.ebuild Log: Version bump; fixes format-security problems, #521076 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.32 app-misc/boxes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/boxes/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/boxes/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/boxes/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 22 Dec 2014 12:02:23 -0000 1.31 +++ ChangeLog 24 Feb 2015 09:11:15 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for app-misc/boxes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.31 2014/12/22 12:02:23 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.32 2015/02/24 09:11:15 jlec Exp $ + +*boxes-1.1.2 (24 Feb 2015) + + 24 Feb 2015; Justin Lecher <[email protected]> +boxes-1.1.2.ebuild: + Version bump; fixes format-security problems, #521076 22 Dec 2014; Justin Lecher <[email protected]> boxes-1.1.1.ebuild: add github to HOMEPAGE, #533212 1.1 app-misc/boxes/boxes-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/boxes/boxes-1.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/boxes/boxes-1.1.2.ebuild?rev=1.1&content-type=text/plain Index: boxes-1.1.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.1.2.ebuild,v 1.1 2015/02/24 09:11:15 jlec Exp $ EAPI=5 inherit flag-o-matic toolchain-funcs DESCRIPTION="Draw any kind of boxes around your text" HOMEPAGE="http://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes" SRC_URI="https://github.com/ascii-boxes/boxes/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=" sys-devel/bison sys-devel/flex " src_prepare() { append-cflags -Iregexp -I. -ansi append-ldflags -Lregexp } src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" } src_install() { dobin src/boxes doman doc/boxes.1 dodoc README insinto /usr/share/boxes doins boxes-config }
