patrick 14/08/06 07:09:35 Modified: code2html-0.9.1-r1.ebuild ChangeLog Log: Make description more repoman-happy (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.12 app-text/code2html/code2html-0.9.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild?r1=1.11&r2=1.12 Index: code2html-0.9.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- code2html-0.9.1-r1.ebuild 24 Nov 2012 14:21:12 -0000 1.11 +++ code2html-0.9.1-r1.ebuild 6 Aug 2014 07:09:35 -0000 1.12 @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild,v 1.11 2012/11/24 14:21:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1-r1.ebuild,v 1.12 2014/08/06 07:09:35 patrick Exp $ EAPI="3" inherit eutils prefix -DESCRIPTION="Converts source files to colored HTML output." +DESCRIPTION="Converts source files to colored HTML output" HOMEPAGE="http://www.palfrader.org/code2html/" SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz mirror://gentoo/${P}-gentoo_patches.tar.bz2" 1.27 app-text/code2html/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/code2html/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Nov 2012 14:21:12 -0000 1.26 +++ ChangeLog 6 Aug 2014 07:09:35 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for app-text/code2html -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.26 2012/11/24 14:21:12 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.27 2014/08/06 07:09:35 patrick Exp $ + + 06 Aug 2014; Patrick Lauer <[email protected]> code2html-0.9.1-r1.ebuild: + Make description more repoman-happy 24 Nov 2012; Ulrich Müller <[email protected]> code2html-0.9.1-r1.ebuild: Fix LICENSE, MIT (Expat) license according to LICENSE in tarball.
