summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Linux-DesktopFiles
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Linux-DesktopFiles')
-rw-r--r--dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.80.0.ebuild21
-rw-r--r--dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.90.0.ebuild20
-rw-r--r--dev-perl/Linux-DesktopFiles/Manifest2
-rw-r--r--dev-perl/Linux-DesktopFiles/metadata.xml6
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.80.0.ebuild b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.80.0.ebuild
new file mode 100644
index 000000000000..5a5e98834551
--- /dev/null
+++ b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.80.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="TRIZEN"
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Perl module to get and parse the Linux .desktop files"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.14.0[gdbm]"
+DEPEND="dev-perl/Module-Build"
+
+SRC_TEST="do"
diff --git a/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.90.0.ebuild b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.90.0.ebuild
new file mode 100644
index 000000000000..0369036662fd
--- /dev/null
+++ b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.90.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="TRIZEN"
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Perl module to get and parse the Linux .desktop files"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-lang/perl-5.14.0[gdbm]"
+DEPEND="dev-perl/Module-Build"
+
+SRC_TEST="do"
diff --git a/dev-perl/Linux-DesktopFiles/Manifest b/dev-perl/Linux-DesktopFiles/Manifest
new file mode 100644
index 000000000000..cd0e935dab41
--- /dev/null
+++ b/dev-perl/Linux-DesktopFiles/Manifest
@@ -0,0 +1,2 @@
+DIST Linux-DesktopFiles-0.08.tar.gz 10418 SHA256 12fe3a41bb66087629e4cc1f65e7ee3a65591d1ce51039f937d0704eeae2c09a SHA512 76e66b4dde39e9b59399362ea83368806206af74077b59f167a0344ed84262240b7120928b8cb46418f1de0bfaeaca6dc4b968b34bdedb40cbc29f9a61497eda WHIRLPOOL ddbf57f7d346a2ac89de08a3ade811820f3202c785c4093921a94cf28dc02f447a7e05bac5acacc5b632e56ff59e8cd003f1736eaf37fd677d1f6e815cd69211
+DIST Linux-DesktopFiles-0.09.tar.gz 10268 SHA256 45afb52301ed1553fa741c40e62dc91280bb0e6e58dad83e6a49415a02f0973b SHA512 9c46ca6be9c21092481efa6e101aaaa162c54e9c02156ac38f62363ddad937b9341a2b66fb09331347c45e1a8b9eba9dbcb2a7b0f45da41237a896b4dd31bb78 WHIRLPOOL 521976d1e340b381d352f41f159bfa8161cba22bed3fa8f1f756db1e2782a1c0b2769a4913d31fc602179579b7b81cc55d6366da5e08182b37364839c62aa053
diff --git a/dev-perl/Linux-DesktopFiles/metadata.xml b/dev-perl/Linux-DesktopFiles/metadata.xml
new file mode 100644
index 000000000000..d6a3ba4abc1c
--- /dev/null
+++ b/dev-perl/Linux-DesktopFiles/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>
+