diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-08 19:00:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-08 19:00:00 +0000 |
commit | 4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86 (patch) | |
tree | c037e7347dfd8756fbc9e09f6b2665803c7ec3a9 /sys-devel | |
parent | Fix possible problem introduced in last commit - supplied patch works only fo... (diff) | |
download | gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.tar.gz gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.tar.bz2 gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.zip |
Fix DESCRIPTION wrt #323237 by Jaak Ristioja.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index cfd2fefe4e8f..ecf6bdcee9f9 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.82 2009/05/29 13:16:17 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.83 2010/06/08 19:00:00 ssuominen Exp $ + + 08 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> flex-2.5.35.ebuild: + Fix DESCRIPTION wrt #323237 by Jaak Ristioja. 29 May 2009; Mike Frysinger <vapier@gentoo.org> -files/flex-2.5.4-glibc22.patch, -flex-2.5.4a-r6.ebuild, diff --git a/sys-devel/flex/flex-2.5.35.ebuild b/sys-devel/flex/flex-2.5.35.ebuild index d4b60d01ecfd..19102058a525 100644 --- a/sys-devel/flex/flex-2.5.35.ebuild +++ b/sys-devel/flex/flex-2.5.35.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.11 2009/03/26 04:27:50 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.12 2010/06/08 19:00:00 ssuominen Exp $ inherit eutils flag-o-matic #DEB_VER=36 -DESCRIPTION="GNU lexical analyser generator" +DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="http://flex.sourceforge.net/" SRC_URI="mirror://sourceforge/flex/${P}.tar.bz2" # mirror://debian/pool/main/f/flex/${PN}_${PV}-${DEB_VER}.diff.gz" |