diff options
author | 2011-09-01 11:49:39 +0000 | |
---|---|---|
committer | 2011-09-01 11:49:39 +0000 | |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Cisco-IPPhone | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Cisco-IPPhone')
-rw-r--r-- | dev-perl/Cisco-IPPhone/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Cisco-IPPhone/ChangeLog b/dev-perl/Cisco-IPPhone/ChangeLog index c5f10fa55bf9..3956890ab657 100644 --- a/dev-perl/Cisco-IPPhone/ChangeLog +++ b/dev-perl/Cisco-IPPhone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Cisco-IPPhone -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/ChangeLog,v 1.2 2009/01/17 22:29:44 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/ChangeLog,v 1.3 2011/09/01 11:31:03 tove Exp $ + +*Cisco-IPPhone-0.50.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Cisco-IPPhone-0.50.0.ebuild: + Change version scheme 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> Cisco-IPPhone-0.05.ebuild: diff --git a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0.ebuild b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0.ebuild new file mode 100644 index 000000000000..711cce2cf0a2 --- /dev/null +++ b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.50.0.ebuild,v 1.1 2011/09/01 11:31:03 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MRPALMER +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Cisco IP Phone interface using XML Objects" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" |