summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-25 17:04:47 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-25 17:04:47 +0000
commitf5863664121fd42e76b2c1c7df6a94e0ab7c675d (patch)
tree57cf975b741c3776ed8b26aba3065da6a80925b2
parentRun full eautoreconf for bug 219262. (diff)
downloadgentoo-2-f5863664121fd42e76b2c1c7df6a94e0ab7c675d.tar.gz
gentoo-2-f5863664121fd42e76b2c1c7df6a94e0ab7c675d.tar.bz2
gentoo-2-f5863664121fd42e76b2c1c7df6a94e0ab7c675d.zip
Version bump.
(Portage version: 2.1.5_rc6)
-rw-r--r--dev-perl/File-DesktopEntry/ChangeLog10
-rw-r--r--dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog
index e56b345aa9b4..8c13fc38bd31 100644
--- a/dev-perl/File-DesktopEntry/ChangeLog
+++ b/dev-perl/File-DesktopEntry/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/File-DesktopEntry
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.6 2007/12/27 14:08:41 ticho Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.7 2008/04/25 17:04:47 drac Exp $
+
+*File-DesktopEntry-0.04 (25 Apr 2008)
+
+ 25 Apr 2008; Samuli Suominen <drac@gentoo.org>
+ +File-DesktopEntry-0.04.ebuild:
+ Version bump.
27 Dec 2007; Andrej Kacian <ticho@gentoo.org>
File-DesktopEntry-0.02.ebuild:
diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild
new file mode 100644
index 000000000000..fe2688a5aa97
--- /dev/null
+++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 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.04.ebuild,v 1.1 2008/04/25 17:04:47 drac 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"