Magellan Linux

Annotation of /trunk/extras/perl-yaml/perl-yaml-1.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30231 - (hide annotations) (download)
Wed Nov 8 09:35:40 2017 UTC (6 years, 6 months ago) by niro
File size: 322 byte(s)
auto added: ver bump to 1.24-r1
1 niro 30230 # $Id$
2    
3     PNAME="perl-yaml"
4     PVER="1.24"
5     PBUILD="r1"
6    
7     DESCRIPTION="YAML Ain't Markup Language (tm)"
8    
9     CPAN_MODULE="YAML"
10 niro 30231 CPAN_AUTHOR="tinita"
11 niro 30230 sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=yaml
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }