diff options
author | 2009-03-21 14:16:59 +0000 | |
---|---|---|
committer | 2009-03-21 14:16:59 +0000 | |
commit | 1d6f3bdf07dca117a7a7237a1ea5251db39da9b3 (patch) | |
tree | 32eeaeb5f21b976d67f35fe7242e7c5ebb601c56 /dev-util/autodia | |
parent | Bump to 2.24.2-r3. Fix scaling of thumbnails, bug #261219. (diff) | |
download | gentoo-2-1d6f3bdf07dca117a7a7237a1ea5251db39da9b3.tar.gz gentoo-2-1d6f3bdf07dca117a7a7237a1ea5251db39da9b3.tar.bz2 gentoo-2-1d6f3bdf07dca117a7a7237a1ea5251db39da9b3.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'dev-util/autodia')
-rw-r--r-- | dev-util/autodia/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/autodia/autodia-2.08.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-util/autodia/ChangeLog b/dev-util/autodia/ChangeLog index 9227df478d95..496bab32b444 100644 --- a/dev-util/autodia/ChangeLog +++ b/dev-util/autodia/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/autodia -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.3 2008/11/18 16:03:02 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.4 2009/03/21 14:16:59 tove Exp $ + +*autodia-2.08 (21 Mar 2009) + + 21 Mar 2009; Torsten Veller <tove@gentoo.org> +autodia-2.08.ebuild: + Version bump 18 Nov 2008; Torsten Veller <tove@gentoo.org> autodia-2.03.ebuild: New virtuals: module-build diff --git a/dev-util/autodia/autodia-2.08.ebuild b/dev-util/autodia/autodia-2.08.ebuild new file mode 100644 index 000000000000..ac4ba15c1b70 --- /dev/null +++ b/dev-util/autodia/autodia-2.08.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/autodia-2.08.ebuild,v 1.1 2009/03/21 14:16:59 tove Exp $ + +MODULE_AUTHOR=TEEJAY +MY_PN=Autodia +MY_P=${MY_PN}-${PV} + +inherit perl-app multilib + +DESCRIPTION="A modular application that parses source code, XML or data and produces an XML document in Dia format" +HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="graphviz" + +RDEPEND="dev-lang/perl + dev-perl/Template-Toolkit + dev-perl/XML-Simple + graphviz? ( dev-perl/GraphViz )" + +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +S=${WORKDIR}/${MY_P} + +src_install() { + mydoc="FAQ DEVELOP TODO" + perl-module_src_install + dosym ${VENDOR_LIB}/autodia.pl /usr/bin/autodia.pl || die +} |