diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-27 18:11:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-27 18:11:44 +0000 |
commit | 252a648c9174912c1341e903e9c9af25bffcf973 (patch) | |
tree | e08d8376a2c3caf253f72d40d64d671fcff6a210 /dev-util/autodia | |
parent | Drop unused inherit. (diff) | |
download | gentoo-2-252a648c9174912c1341e903e9c9af25bffcf973.tar.gz gentoo-2-252a648c9174912c1341e903e9c9af25bffcf973.tar.bz2 gentoo-2-252a648c9174912c1341e903e9c9af25bffcf973.zip |
Fix extra line feed in Diagram.pm (#360757). Thanks to Chris Mayo
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/autodia')
-rw-r--r-- | dev-util/autodia/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/autodia/autodia-2.100.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-util/autodia/ChangeLog b/dev-util/autodia/ChangeLog index 11013c3a81fa..cb9a32a3e374 100644 --- a/dev-util/autodia/ChangeLog +++ b/dev-util/autodia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/autodia # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.6 2011/03/16 07:47:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.7 2011/03/27 18:11:44 tove Exp $ + + 27 Mar 2011; Torsten Veller <tove@gentoo.org> autodia-2.100.0.ebuild: + Fix extra line feed in Diagram.pm (#360757). Thanks to Chris Mayo *autodia-2.100.0 (16 Mar 2011) diff --git a/dev-util/autodia/autodia-2.100.0.ebuild b/dev-util/autodia/autodia-2.100.0.ebuild index 94b43a32bc78..3ea4f39e1504 100644 --- a/dev-util/autodia/autodia-2.100.0.ebuild +++ b/dev-util/autodia/autodia-2.100.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/autodia-2.100.0.ebuild,v 1.1 2011/03/16 07:47:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/autodia-2.100.0.ebuild,v 1.2 2011/03/27 18:11:44 tove Exp $ EAPI=3 @@ -11,6 +11,7 @@ inherit perl-app multilib DESCRIPTION="A application that parses source code, XML or data and produces an XML document in Dia format" HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}" +SRC_URI+=" http://dev.gentoo.org/~tove/files/Autodia-cpan50879.patch.gz" LICENSE="GPL-2" SLOT="0" @@ -26,6 +27,8 @@ DEPEND="${RDEPEND}" SRC_TEST=do +PATCHES=( "${WORKDIR}"/Autodia-cpan50879.patch ) + src_install() { mydoc="FAQ DEVELOP TODO" perl-module_src_install |