diff options
author | 2014-08-06 07:09:35 +0000 | |
---|---|---|
committer | 2014-08-06 07:09:35 +0000 | |
commit | f596b6cef19b8d04ae6e7279e44973b62c339f6c (patch) | |
tree | b45feb776fb711d4e5f3366cfe54d328ff51eb5f /app-text/code2html | |
parent | Add ruby21 target. (diff) | |
download | gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.gz gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.bz2 gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.zip |
Make description more repoman-happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/code2html')
-rw-r--r-- | app-text/code2html/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog index ae66db61a3fe..5c2ec9f2ef03 100644 --- a/app-text/code2html/ChangeLog +++ b/app-text/code2html/ChangeLog @@ -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 <patrick@gentoo.org> code2html-0.9.1-r1.ebuild: + Make description more repoman-happy 24 Nov 2012; Ulrich Müller <ulm@gentoo.org> code2html-0.9.1-r1.ebuild: Fix LICENSE, MIT (Expat) license according to LICENSE in tarball. diff --git a/app-text/code2html/code2html-0.9.1-r1.ebuild b/app-text/code2html/code2html-0.9.1-r1.ebuild index 89ce82d7ecd7..d1a2246d0a60 100644 --- a/app-text/code2html/code2html-0.9.1-r1.ebuild +++ b/app-text/code2html/code2html-0.9.1-r1.ebuild @@ -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" |