From 00b5e6af3c2256a3e8effd9436183be36dcd5e9e Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Fri, 5 Oct 2012 19:56:04 +0200 Subject: adding xml-coreutils --- dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild (limited to 'dev-util/xml-coreutils/xml-coreutils-0.8.1.ebuild') 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}" -- cgit v1.2.3-65-gdbad