diff options
-rw-r--r-- | dev-perl/Padre-Plugin-Autoformat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Padre-Plugin-Autoformat/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.21.ebuild | 18 |
3 files changed, 32 insertions, 6 deletions
diff --git a/dev-perl/Padre-Plugin-Autoformat/ChangeLog b/dev-perl/Padre-Plugin-Autoformat/ChangeLog index d7fe768fe..405f93028 100644 --- a/dev-perl/Padre-Plugin-Autoformat/ChangeLog +++ b/dev-perl/Padre-Plugin-Autoformat/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Padre-Plugin-Autoformat -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Padre-Plugin-Autoformat-1.21 (06 Nov 2010) + + 06 Nov 2010; Torsten Veller <tove@gentoo.org> + +Padre-Plugin-Autoformat-1.21.ebuild: + Version bump + *Padre-Plugin-Autoformat-1.1.2 (26 Aug 2009) 26 Aug 2009; Torsten Veller <tove@gentoo.org> diff --git a/dev-perl/Padre-Plugin-Autoformat/Manifest b/dev-perl/Padre-Plugin-Autoformat/Manifest index 44ae98eea..278a76ba1 100644 --- a/dev-perl/Padre-Plugin-Autoformat/Manifest +++ b/dev-perl/Padre-Plugin-Autoformat/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 DIST Padre-Plugin-Autoformat-1.1.2.tar.gz 4053 RMD160 cd723c1d92aa4b369879e032e82f448eabd63b7a SHA1 61c64a4554cb94cd52455885dbbc52e0cb00ef85 SHA256 0bed0620967a439bf642ab580df82c4d99171120bfa0ea1aa8d4e0481e931492 +DIST Padre-Plugin-Autoformat-1.21.tar.gz 14126 RMD160 4abeb4df14f1d98074cf4318580b62dc5bd71ab5 SHA1 98e4178a84371bf98f1f513ff830253c5249fc5c SHA256 f59f258f2e851ce949ccdba7207a1d94e501dbde1f98893ec68b6e8c311db83a EBUILD Padre-Plugin-Autoformat-1.1.2.ebuild 371 RMD160 787a5ba442a4cc65f9ec598935c6b09e892ded73 SHA1 0efa95c78eaf251298f60a69589457f9f9640be8 SHA256 53c33914b6d2ffef8b1d33d1bae93687432a2b09801ea15e9a29dbf1c71d7449 -MISC ChangeLog 301 RMD160 5be65f815b35f5fc379ebfb310a867f776817c61 SHA1 c0e3d12df423b271a045065ceceff44d1427f879 SHA256 ba76bd43dccdd05f50e37375b573bd526ddbbd694fad56259e008824dbec5169 +EBUILD Padre-Plugin-Autoformat-1.21.ebuild 359 RMD160 2d449cda337d3468736be101e393c4d696186aea SHA1 e8c91fe7c093e0c38c4ea4271015d372d106ae83 SHA256 e378e938f223fb551928e366339390031c639cdfe503a3216c8ecc941f8985ee +MISC ChangeLog 450 RMD160 0a06592afa72eb2cc09f26fe1ff4b98850b08568 SHA1 cf0deabba0fa0d2c71014c71e66ba8a460a0cdca SHA256 a5d450e8e55b8aa79e070051c13768552442d3f4c0acc8671d68406603c5fb15 MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) +Version: GnuPG v2.0.16 (GNU/Linux) -iEYEARECAAYFAkqVG7MACgkQV3J2n04EauyKAgCgqByqWw0sUWnCE1U1+Tc+DJ+s -jecAoMJHAvP+y0Ovmh1PJ4z2Zf3tUjdw -=4yBP +iEYEARECAAYFAkzVq9MACgkQV3J2n04EauxgYgCfUAo/T6+XVSPdL1ODwSkG9k8P +qe0An3IuBNfcHipAul2XTqOMk64QAeIU +=bFz2 -----END PGP SIGNATURE----- diff --git a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.21.ebuild b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.21.ebuild new file mode 100644 index 000000000..ebe10d819 --- /dev/null +++ b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.21.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +MODULE_AUTHOR=AZAWAWI +inherit perl-module + +DESCRIPTION="reformat your text within Padre" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=virtual/perl-Module-Build-0.36.01" +RDEPEND="app-editors/padre + dev-perl/text-autoformat" |