perl-Event:rebuilt for the toolchain
This commit is contained in:
@@ -22,4 +22,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("ANNOUNCE", "README", "TODO" )
|
||||
pisitools.dodoc("ANNOUNCE", "README")
|
||||
@@ -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-Event</Name>
|
||||
@@ -10,6 +10,7 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Event loop processing module in Perl</Summary>
|
||||
<Description>The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.</Description>
|
||||
@@ -21,6 +22,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>perl-Event</Name>
|
||||
<Summary>Event loop processing module in Perl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -32,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>1.27</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-06</Date>
|
||||
<Version>1.27</Version>
|
||||
@@ -40,4 +49,4 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Perl için olay döngüsü işleme modülü</Summary>
|
||||
<Description xml:lang="tr">Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user