radhermit 15/01/17 02:11:45 Modified: ChangeLog Added: yodl-3.05.00.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.22 app-text/yodl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 17 Oct 2014 03:55:15 -0000 1.21 +++ ChangeLog 17 Jan 2015 02:11:45 -0000 1.22 @@ -1,6 +1,11 @@ # ChangeLog for app-text/yodl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.21 2014/10/17 03:55:15 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.22 2015/01/17 02:11:45 radhermit Exp $ + +*yodl-3.05.00 (17 Jan 2015) + + 17 Jan 2015; Tim Harder <[email protected]> +yodl-3.05.00.ebuild: + Version bump. 17 Oct 2014; Tim Harder <[email protected]> -yodl-3.02.0.ebuild, -yodl-3.02.1.ebuild, -yodl-3.03.0.ebuild: 1.1 app-text/yodl/yodl-3.05.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/yodl-3.05.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/yodl-3.05.00.ebuild?rev=1.1&content-type=text/plain Index: yodl-3.05.00.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/yodl/yodl-3.05.00.ebuild,v 1.1 2015/01/17 02:11:45 radhermit Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="Your Own Document Language: a pre-document language and tools to process it" HOMEPAGE="http://yodl.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND="dev-util/icmake" src_prepare() { sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \ -e "/COMPILER =/s/gcc/$(tc-getCC)/" \ -e "/CXX =/s/g++/$(tc-getCXX)/" \ -i INSTALL.im || die sed -e "s/ar ru/$(tc-getAR) ru/" \ -e "s/ranlib/$(tc-getRANLIB)/" \ -i icmake/stdcompile || die } src_compile() { ./build programs || die ./build macros || die ./build man || die use doc && { ./build manual || die ; } } src_install() { ./build install programs "${ED}" || die ./build install macros "${ED}" || die ./build install man "${ED}" || die ./build install docs "${ED}" || die use doc && { ./build install manual "${ED}" || die ; } }
