summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild')
-rw-r--r--dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild b/dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild
new file mode 100644
index 0000000..bd3d9cd
--- /dev/null
+++ b/dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: Exp $
+
+EAPI="4"
+inherit autotools eutils
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/libunwind"
+RDEPEND="${DEPEND}"