perl-Super:version bump
This commit is contained in:
@@ -19,4 +19,4 @@ def check():
|
|||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.dodoc("Changes")
|
pisitools.dodoc("Changes", "LICENSE", "README")
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Super</Name>
|
<Name>perl-Super</Name>
|
||||||
@@ -10,10 +10,11 @@
|
|||||||
</Packager>
|
</Packager>
|
||||||
<License>Artistic-2</License>
|
<License>Artistic-2</License>
|
||||||
<License>GPLv1</License>
|
<License>GPLv1</License>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Control superclass method dispatch.</Summary>
|
<Summary>Control superclass method dispatch.</Summary>
|
||||||
<Description>Control superclass method dispatch.</Description>
|
<Description>Control superclass method dispatch.</Description>
|
||||||
<Archive sha1sum="b4eccae36828cf81f27e349c4528735d13804949" type="targz">http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz</Archive>
|
<Archive sha1sum="3ee8a97c631caad1adb9dab9bbed8478bbad2f95" type="targz">https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Sub-Identify</Dependency>
|
<Dependency>perl-Sub-Identify</Dependency>
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-Super</Name>
|
<Name>perl-Super</Name>
|
||||||
|
<Summary>Control superclass method dispatch.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Sub-Identify</Dependency>
|
<Dependency>perl-Sub-Identify</Dependency>
|
||||||
@@ -31,10 +33,18 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-01-02</Date>
|
||||||
|
<Version>20190531</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-07-26</Date>
|
<Date>2018-07-26</Date>
|
||||||
<Version>20141117</Version>
|
<Version>20141117</Version>
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Super</Name>
|
<Name>perl-Super</Name>
|
||||||
<Summary xml:lang="tr">Üst sınıf yönteminin gönderilmesini denetle.</Summary>
|
<Summary xml:lang="tr">Üst sınıf yönteminin gönderilmesini denetle.</Summary>
|
||||||
<Description xml:lang="tr">Üst sınıf yönteminin gönderilmesini denetle.</Description>
|
<Description xml:lang="tr">perl-Super, ust sınıf yönteminin gönderilmesini denetler.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user