diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 20:32:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 20:32:00 +0000 |
commit | a505ebcb08d59c9f45ffede4f3118403c82d9712 (patch) | |
tree | 95ec0ce9bf9efd982303820377e89c76098ce205 /dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild | |
parent | Bump for 2.14.1 (diff) | |
download | historical-a505ebcb08d59c9f45ffede4f3118403c82d9712.tar.gz historical-a505ebcb08d59c9f45ffede4f3118403c82d9712.tar.bz2 historical-a505ebcb08d59c9f45ffede4f3118403c82d9712.zip |
Bug 131128, ebuild submitted by Filip Dudek in support of zim in bug 112957
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild')
-rw-r--r-- | dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild new file mode 100644 index 000000000000..89b0a3b9b162 --- /dev/null +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.1 2006/05/01 20:32:00 mcummings 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="~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="" +RDEPEND="" |