diff options
Diffstat (limited to 'net-misc/cbugzilla/cbugzilla-0.2.1.ebuild')
-rw-r--r-- | net-misc/cbugzilla/cbugzilla-0.2.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/cbugzilla/cbugzilla-0.2.1.ebuild b/net-misc/cbugzilla/cbugzilla-0.2.1.ebuild new file mode 100644 index 000000000000..f6f8e9911684 --- /dev/null +++ b/net-misc/cbugzilla/cbugzilla-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="CLI and C api to get data from Bugzilla" +HOMEPAGE="https://github.com/yaccz/cbugzilla" +SRC_URI="http://dev.gentoo.org/~yac/distfiles/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-misc/curl + dev-libs/libxdg-basedir + app-text/htmltidy" +RDEPEND="${DEPEND}" + +DOCS=( "README.rst" "ChangeLog.rst" ) + +src_configure() { + econf --disable-werror +} |