Magellan Linux

Annotation of /trunk/extras/perl-io-string/perl-io-string-1.08-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31008 - (hide annotations) (download)
Tue May 29 09:55:00 2018 UTC (5 years, 11 months ago) by niro
File size: 347 byte(s)
auto added: ver bump to 1.08-r3
1 niro 31008 # $Id$
2    
3     PNAME="perl-io-string"
4     PVER="1.08"
5     PBUILD="r3"
6    
7     DESCRIPTION="Emulate file interface for in-core strings."
8    
9     CPAN_MODULE="IO-String"
10     CPAN_AUTHOR="GAAS"
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=io-string
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }