diff options
Diffstat (limited to 'app-office/abiword-docs/abiword-docs-3.0.2.ebuild')
-rw-r--r-- | app-office/abiword-docs/abiword-docs-3.0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/abiword-docs/abiword-docs-3.0.2.ebuild b/app-office/abiword-docs/abiword-docs-3.0.2.ebuild new file mode 100644 index 000000000000..97ef1537ac65 --- /dev/null +++ b/app-office/abiword-docs/abiword-docs-3.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Fully featured yet light and fast cross platform word processor documentation" +HOMEPAGE="http://www.abisource.com/" +SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/source/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-office/abiword-${PV}" +DEPEND="${RDEPEND}" + +# Upstream tarball is wrongly prepared, drop in the next version +S="${WORKDIR}/${PN}-3.0.1" |