perl-Text-ParseWords:rebuilt

This commit is contained in:
blue-devil
2020-01-14 17:39:01 +00:00
parent 9980731e9c
commit e6a5ac7e03
3 changed files with 14 additions and 7 deletions
@@ -6,7 +6,6 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -22,4 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.remove("usr/share/man/man3/Text::ParseWords.3pm")
pisitools.removeDir("usr/share/man/man3/")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Text-ParseWords</Name>
@@ -22,6 +22,7 @@
<Package>
<Name>perl-Text-ParseWords</Name>
<Summary>Text::ParseWords - parse text into an array of tokens or array of arrays</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -33,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-13</Date>
<Version>3.30</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>3.30</Version>
@@ -62,4 +70,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-Text-ParseWords</Name>
<Summary xml:lang="en">Text::ParseWords - parse text into an array of tokens or array of arrays</Summary>
<Description xml:lang="en">This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), and colorvalid(), which have to be explicitly imported to be used</Description>
<Summary xml:lang="tr">Text::ParseWords - verilen metni çözümleyerek bir dizi oluşturur.</Summary>
<Description xml:lang="tr">perl-Text-ParseWords, verilen metni çözümleyerek bir dizi oluşturabilen bir perl modülüdür.</Description>
</Source>
</PISI>
</PISI>