2009/stable/programming/language/perl/perl-YAML-Syck - Add perl dependency
Onur Küçük
paketler-commits at pardus.org.tr
Wed Dec 2 10:45:43 EET 2009
Author: onur
Date: Wed Dec 2 10:45:43 2009
New Revision: 81273
Modified:
2009/stable/programming/language/perl/perl-YAML-Syck/ (props changed)
2009/stable/programming/language/perl/perl-YAML-Syck/actions.py
2009/stable/programming/language/perl/perl-YAML-Syck/pspec.xml
Log:
Add perl dependency
---
actions.py | 1 -
pspec.xml | 13 +++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
Modified: 2009/stable/programming/language/perl/perl-YAML-Syck/actions.py
=================================================================
--- 2009/stable/programming/language/perl/perl-YAML-Syck/actions.py (original)
+++ 2009/stable/programming/language/perl/perl-YAML-Syck/actions.py Wed Dec 2 10:45:43 2009
@@ -20,5 +20,4 @@
def install():
perlmodules.install()
- pisitools.removeDir("/usr/lib/perl5/%s" % get.curPERL())
pisitools.dodoc("README", "Changes", "COPYING")
Modified: 2009/stable/programming/language/perl/perl-YAML-Syck/pspec.xml
=================================================================
--- 2009/stable/programming/language/perl/perl-YAML-Syck/pspec.xml (original)
+++ 2009/stable/programming/language/perl/perl-YAML-Syck/pspec.xml Wed Dec 2 10:45:43 2009
@@ -12,10 +12,16 @@
<IsA>library</IsA>
<Summary>Fast, lightweight YAML loader and dumper</Summary>
<Archive sha1sum="de0f562cd4627c70c5fdc3e15d7afa93a4036f4f" type="targz">mirrors://cpan/authors/id/A/AU/AUDREYT/YAML-Syck-1.07.tar.gz</Archive>
+ <BuildDependencies>
+ <Dependency>perl</Dependency>
+ </BuildDependencies>
</Source>
<Package>
<Name>perl-YAML-Syck</Name>
+ <RuntimeDependencies>
+ <Dependency>perl</Dependency>
+ </RuntimeDependencies>
<Replaces>
<Package>YAML-Syck</Package>
</Replaces>
@@ -28,6 +34,13 @@
</Package>
<History>
+ <Update release="6">
+ <Date>2009-12-02</Date>
+ <Version>1.07</Version>
+ <Comment>Add perl dependency</Comment>
+ <Name>Onur Küçük</Name>
+ <Email>onur at pardus.org.tr</Email>
+ </Update>
<Update release="5">
<Date>2009-07-20</Date>
<Version>1.07</Version>
More information about the paketler-commits
mailing list