pacho 14/07/14 18:57:33 Modified: ChangeLog Added: dia2code-0.8.7.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.35 app-office/dia2code/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 17 Apr 2014 07:44:55 -0000 1.34 +++ ChangeLog 14 Jul 2014 18:57:33 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for app-office/dia2code # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.34 2014/04/17 07:44:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.35 2014/07/14 18:57:33 pacho Exp $ + +*dia2code-0.8.7 (14 Jul 2014) + + 14 Jul 2014; Pacho Ramos <[email protected]> +dia2code-0.8.7.ebuild: + Version bump 17 Apr 2014; Pacho Ramos <[email protected]> dia2code-0.8.5.ebuild: Drop stable keywords after the discussion caused by Gnome 3.8/3.10 1.1 app-office/dia2code/dia2code-0.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild?rev=1.1&content-type=text/plain Index: dia2code-0.8.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild,v 1.1 2014/07/14 18:57:33 pacho Exp $ EAPI=5 GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours" HOMEPAGE="http://dia2code.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-libs/libxml2" RDEPEND="${DEPEND} >=app-office/dia-0.90.0 " src_install() { gnome2_src_install doman dia2code.1 }
