]> Pileus Git - ~andy/sunrise/commitdiff
dev-perl/perl-xyne-arch: New ebuild for bug 317823, dep of arch's reflector script.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 30 Apr 2010 12:36:15 +0000 (12:36 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 30 Apr 2010 12:36:15 +0000 (12:36 +0000)
svn path=/sunrise/; revision=10510

dev-perl/perl-xyne-arch/ChangeLog [new file with mode: 0644]
dev-perl/perl-xyne-arch/Manifest [new file with mode: 0644]
dev-perl/perl-xyne-arch/metadata.xml [new file with mode: 0644]
dev-perl/perl-xyne-arch/perl-xyne-arch-2010.04.27.1.ebuild [new file with mode: 0644]

diff --git a/dev-perl/perl-xyne-arch/ChangeLog b/dev-perl/perl-xyne-arch/ChangeLog
new file mode 100644 (file)
index 0000000..0fcba06
--- /dev/null
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/perl-xyne-arch
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  30 Apr 2010; Nathan Phillip Brink (ohnobinki)
+  <ohnobinki@ohnopublishing.net> +perl-xyne-arch-2010.04.27.1.ebuild,
+  +metadata.xml:
+  New ebuild for bug 317823, dep of arch's reflector script.
+
diff --git a/dev-perl/perl-xyne-arch/Manifest b/dev-perl/perl-xyne-arch/Manifest
new file mode 100644 (file)
index 0000000..05b4bbd
--- /dev/null
@@ -0,0 +1,4 @@
+DIST perl-xyne-arch-2010.04.27.1.tar.gz 75851 RMD160 7719643e38f4f17b518ead5bbd3024f0dca5c1a9 SHA1 a7ff81b86483716afe6c23c8a7f6dddf3608efe9 SHA256 a4efcd782f4518147cb3f6f79931334e36c30b47516c0c9313c1ef45df2bac8d
+EBUILD perl-xyne-arch-2010.04.27.1.ebuild 464 RMD160 125c3370edc21425ba5ce36df4429761ace51702 SHA1 b4a9f6161c508615c18fab0a7f39e24b35e7e930 SHA256 78658be21d33ede73c4b13f0121a59524ff6cbc44d285865c3e1cc69333186b3
+MISC ChangeLog 321 RMD160 e7ca591f37a5854a0950dbbfa349c2ba5d00558d SHA1 fa5f4b7a85d5a635e09056c4b4120392cb31b5b4 SHA256 db36b807b9a58a56583c332aad20e2fdd896c66f972627a02d7b0e834b7ea1be
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-perl/perl-xyne-arch/metadata.xml b/dev-perl/perl-xyne-arch/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/dev-perl/perl-xyne-arch/perl-xyne-arch-2010.04.27.1.ebuild b/dev-perl/perl-xyne-arch/perl-xyne-arch-2010.04.27.1.ebuild
new file mode 100644 (file)
index 0000000..cefa699
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit perl-module
+
+DESCRIPTION="Collection of xyne's archlinux-related perl modules"
+HOMEPAGE="http://xyne.archlinux.ca/projects/perl-xyne-arch"
+SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="perl-core/IO
+       dev-perl/perl-xyne-common
+       dev-perl/URI"
+
+S=${WORKDIR}/${PN}