diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 12:48:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 12:48:46 +0000 |
commit | 146e7d993a613ddb976783c122f88ad8e9e3b8e1 (patch) | |
tree | 6df0a942e4ccf273c4f36c3b8333cc29e08c41f2 /dev-perl/Text-WikiFormat | |
parent | Change version scheme (diff) | |
download | gentoo-2-146e7d993a613ddb976783c122f88ad8e9e3b8e1.tar.gz gentoo-2-146e7d993a613ddb976783c122f88ad8e9e3b8e1.tar.bz2 gentoo-2-146e7d993a613ddb976783c122f88ad8e9e3b8e1.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index 58e0af0f304a..ae6ca0cb5958 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Text-WikiFormat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.27 2010/01/14 15:51:57 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.28 2011/08/28 12:48:46 tove Exp $ + +*Text-WikiFormat-0.790.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> + +Text-WikiFormat-0.790.0.ebuild: + Change version scheme 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Text-WikiFormat-0.79.ebuild: diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild new file mode 100644 index 000000000000..9731f46ab46c --- /dev/null +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild,v 1.1 2011/08/28 12:48:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=0.79 +inherit perl-module + +DESCRIPTION="Translate Wiki formatted text into other formats" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="dev-perl/URI + virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" |