diff options
author | 2010-06-11 06:38:36 +0000 | |
---|---|---|
committer | 2010-06-11 06:38:36 +0000 | |
commit | 786e01d8558a85c257f53bf3b3b935eb92cb637d (patch) | |
tree | 5505554140a23abb581492dbfbf9995f065064fe /dev-perl/File-DesktopEntry | |
parent | Cleanup (diff) | |
download | historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.tar.gz historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.tar.bz2 historical-786e01d8558a85c257f53bf3b3b935eb92cb637d.zip |
Cleanup
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-DesktopEntry')
-rw-r--r-- | dev-perl/File-DesktopEntry/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild | 17 |
2 files changed, 5 insertions, 18 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index f39392f829ed..314c31ed8c37 100644 --- a/dev-perl/File-DesktopEntry/ChangeLog +++ b/dev-perl/File-DesktopEntry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-DesktopEntry # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.16 2010/05/30 17:10:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.17 2010/06/11 06:14:29 tove Exp $ + + 11 Jun 2010; Torsten Veller <tove@gentoo.org> + -File-DesktopEntry-0.02.ebuild: + Cleanup 30 May 2010; Raúl Porcel <armin76@gentoo.org> File-DesktopEntry-0.04.ebuild: diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild deleted file mode 100644 index d6ee74fe99d4..000000000000 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild,v 1.6 2007/12/27 14:08:41 ticho Exp $ - -inherit perl-module - -DESCRIPTION="Object to handle .desktop files" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" |