radhermit 15/06/13 20:19:21 Modified: ChangeLog Added: yodl-3.05.01.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.24 app-text/yodl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 9 Jun 2015 12:47:09 -0000 1.23 +++ ChangeLog 13 Jun 2015 20:19:21 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for app-text/yodl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.23 2015/06/09 12:47:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yodl/ChangeLog,v 1.24 2015/06/13 20:19:21 radhermit Exp $ + +*yodl-3.05.01 (13 Jun 2015) + + 13 Jun 2015; Tim Harder <[email protected]> +yodl-3.05.01.ebuild: + Version bump. 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.1 app-text/yodl/yodl-3.05.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/yodl-3.05.01.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yodl/yodl-3.05.01.ebuild?rev=1.1&content-type=text/plain Index: yodl-3.05.01.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.01.ebuild,v 1.1 2015/06/13 20:19:21 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 ; } }
