summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-02-13 21:38:53 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-02-13 21:38:53 +0000
commite5bb1421a36dd7cd8be5128c038a0ad938568d51 (patch)
tree9336fcc0d69bf17455e3ae1a8ff9a89f0717496b /sys-apps/install-xattr
parentRemove old. (diff)
downloadgentoo-2-e5bb1421a36dd7cd8be5128c038a0ad938568d51.tar.gz
gentoo-2-e5bb1421a36dd7cd8be5128c038a0ad938568d51.tar.bz2
gentoo-2-e5bb1421a36dd7cd8be5128c038a0ad938568d51.zip
Initial commit, bug #465000
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r--sys-apps/install-xattr/ChangeLog7
-rw-r--r--sys-apps/install-xattr/install-xattr-0.1.ebuild24
-rw-r--r--sys-apps/install-xattr/metadata.xml9
3 files changed, 40 insertions, 0 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog
new file mode 100644
index 000000000000..a55b4aaf57b1
--- /dev/null
+++ b/sys-apps/install-xattr/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sys-apps/install-xattr
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.1 2014/02/13 21:38:53 blueness Exp $
+
+ 13 Feb 2014; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
+ Initial commit, bug #465000
+
diff --git a/sys-apps/install-xattr/install-xattr-0.1.ebuild b/sys-apps/install-xattr/install-xattr-0.1.ebuild
new file mode 100644
index 000000000000..5b606a4f1095
--- /dev/null
+++ b/sys-apps/install-xattr/install-xattr-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild,v 1.1 2014/02/13 21:38:53 blueness Exp $
+
+EAPI=5
+
+DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extendend Attributes."
+HOMEPAGE="http://dev.gentoo.org/~blueness/install-xattr/"
+SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+# We need to fix how tests are done
+src_test() {
+ true
+}
diff --git a/sys-apps/install-xattr/metadata.xml b/sys-apps/install-xattr/metadata.xml
new file mode 100644
index 000000000000..3f1a615f77ac
--- /dev/null
+++ b/sys-apps/install-xattr/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+</maintainer>
+<herd>base-system</herd>
+</pkgmetadata>