app-portage/elt-patches: Split patches for elibtoolize into pkg, #566424
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Mar 2017 18:35:35 +0000 (19:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Mar 2017 16:32:30 +0000 (17:32 +0100)
app-portage/elt-patches/Manifest [new file with mode: 0644]
app-portage/elt-patches/elt-patches-20170317.ebuild [new file with mode: 0644]
app-portage/elt-patches/metadata.xml [new file with mode: 0644]

diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
new file mode 100644 (file)
index 0000000..9080c4d
--- /dev/null
@@ -0,0 +1 @@
+DIST elt-patches-20170317.tar.xz 23356 SHA256 24d2665ba560d01160b955ecf46a17433ee879960e3d914698be170b6698dad4 SHA512 28da9a214cd2bccebad45f464a414fedf80fc6b497d1f6b8f30a0a67570a614065ef67ce43316872d94a144de1a154ecd164a47009ebcd7d39128ccc2dd39618 WHIRLPOOL 944e2a1a92485a93b1b236047d8c6394c76b8b68242f8bf3f683511c0357ee351a2823e77707e2737ea247873fd88287120c3fc3af4ed28488bfafb13a0b163b
diff --git a/app-portage/elt-patches/elt-patches-20170317.ebuild b/app-portage/elt-patches/elt-patches-20170317.ebuild
new file mode 100644 (file)
index 0000000..cb682a6
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Collection of patches for libtool.eclass"
+HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~arm-linux ~arm64-linux ~ppc64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt ~x64-cygwin ~x86-cygwin"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+
+src_install() {
+       insinto /usr/share/elt-patches
+       doins -r .
+}
diff --git a/app-portage/elt-patches/metadata.xml b/app-portage/elt-patches/metadata.xml
new file mode 100644 (file)
index 0000000..f540000
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>base-system@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>