diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Cisco-IPPhone | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Cisco-IPPhone')
-rw-r--r-- | dev-perl/Cisco-IPPhone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Cisco-IPPhone/ChangeLog b/dev-perl/Cisco-IPPhone/ChangeLog index 3956890ab657..a057b53796bd 100644 --- a/dev-perl/Cisco-IPPhone/ChangeLog +++ b/dev-perl/Cisco-IPPhone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Cisco-IPPhone # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/ChangeLog,v 1.4 2011/09/04 11:23:38 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Cisco-IPPhone-0.05.ebuild: + Cleanup *Cisco-IPPhone-0.50.0 (01 Sep 2011) diff --git a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild deleted file mode 100644 index fac3f8afbf69..000000000000 --- a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 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.05.ebuild,v 1.3 2009/01/17 22:29:44 robbat2 Exp $ - -inherit perl-module - -S=${WORKDIR}/Cisco-IPPhone-0.05 - -DESCRIPTION="Cisco IP Phone interface using XML Objects" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/M/MR/MRPALMER/Cisco-IPPhone-0.05.tar.gz" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~amd64" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |