polynomial-c 15/08/03 13:47:59 Modified: ChangeLog Added: yudit-2.9.6.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.2 app-editors/yudit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/yudit/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/yudit/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/yudit/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/yudit/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 7 Oct 2012 12:54:22 -0000 1.1 +++ ChangeLog 3 Aug 2015 13:47:59 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for app-editors/yudit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/yudit/ChangeLog,v 1.1 2012/10/07 12:54:22 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/yudit/ChangeLog,v 1.2 2015/08/03 13:47:59 polynomial-c Exp $ + +*yudit-2.9.6 (03 Aug 2015) + + 03 Aug 2015; Lars Wendler <[email protected]> +yudit-2.9.6.ebuild: + Version bump. 03 Sep 2012; Michael Palimaka <[email protected]> -yudit-2.8.1_beta7.ebuild: 1.1 app-editors/yudit/yudit-2.9.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/yudit/yudit-2.9.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/yudit/yudit-2.9.6.ebuild?rev=1.1&content-type=text/plain Index: yudit-2.9.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/yudit/yudit-2.9.6.ebuild,v 1.1 2015/08/03 13:47:59 polynomial-c Exp $ EAPI=5 DESCRIPTION="Free (Y)unicode text editor for all unices" HOMEPAGE="http://www.yudit.org/" SRC_URI="http://yudit.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} >=sys-devel/gettext-0.10" src_prepare() { #Don't strip binaries, let portage do that. sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed" } src_install() { emake DESTDIR="${D}" install dodoc {BUGS,CHANGELOG,NEWS,TODO,XBUGS}.TXT }
