Magellan Linux

Annotation of /trunk/extras/perl-http-date/perl-http-date-6.02-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31015 - (hide annotations) (download)
Tue May 29 10:00:53 2018 UTC (6 years ago) by niro
File size: 325 byte(s)
auto added: ver bump to 6.02-r3
1 niro 31015 # $Id$
2    
3     PNAME="perl-http-date"
4     PVER="6.02"
5     PBUILD="r3"
6    
7     DESCRIPTION="Date conversion routines."
8    
9     CPAN_MODULE=HTTP-Date
10     CPAN_AUTHOR=GAAS
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=http-date
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }