diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-04 20:41:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-04 20:41:59 +0000 |
commit | fb1b6febb871ece392869d8ab12f30a7ffc91333 (patch) | |
tree | 6751e63cf4eb8736129929474c75003f9258a297 /app-text | |
parent | Version bump with GCC 4.3 and -Wl,--as-needed patch by Peter Alfredsen. There... (diff) | |
download | gentoo-2-fb1b6febb871ece392869d8ab12f30a7ffc91333.tar.gz gentoo-2-fb1b6febb871ece392869d8ab12f30a7ffc91333.tar.bz2 gentoo-2-fb1b6febb871ece392869d8ab12f30a7ffc91333.zip |
fix DESCRIPTION.toolongs
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/highlight/highlight-2.4.8.ebuild | 5 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.6.9.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/highlight/highlight-2.4.8.ebuild b/app-text/highlight/highlight-2.4.8.ebuild index 674e3fdf9df4..a3ba6d90ecfd 100644 --- a/app-text/highlight/highlight-2.4.8.ebuild +++ b/app-text/highlight/highlight-2.4.8.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.8.ebuild,v 1.8 2008/04/16 16:18:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.8.ebuild,v 1.9 2008/05/04 20:41:59 drac Exp $ -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." +DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, +XSL-FO, XML) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/app-text/highlight/highlight-2.6.9.ebuild b/app-text/highlight/highlight-2.6.9.ebuild index 033856fdcdaf..d6c4e78209a3 100644 --- a/app-text/highlight/highlight-2.6.9.ebuild +++ b/app-text/highlight/highlight-2.6.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.6.9.ebuild,v 1.1 2008/05/04 20:34:41 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.6.9.ebuild,v 1.2 2008/05/04 20:41:59 drac Exp $ WX_GTK_VER=2.6 inherit wxwidgets eutils toolchain-funcs -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." +DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" HOMEPAGE="http://www.andre-simon.de" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" |