Skip to content

Commit

Permalink
app-doc/gnucash-docs: Bump and add maintainer
Browse files Browse the repository at this point in the history
Bump to 2.6.19.

Add myself as a maintainer.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
titanofold committed Jan 6, 2018
1 parent 15490cb commit c64222c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-doc/gnucash-docs/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnucash-docs-2.6.15.tar.gz 81292273 BLAKE2B ae484822394dd9bacc8124dd177be07fc5f299c71e15f815bb239a928bc97a61deabf9828a43b94e31efd4ef60bd9ae066d299ed8c43fc3752b645fae3df4bc5 SHA512 025fc6df6aa22eb857a956552f46f3810e02ebc39d4f6678124a3523cd934fbaeea831e330305fcc11e69857076c4e6a8477ffeff273785615a4cc55c9757d26
DIST gnucash-docs-2.6.19.tar.gz 92214378 BLAKE2B ad4235ceee561928a27bdb36eb0042e6128660962a4de6ad6b8bf925e63535ef08e498f3650c79a96f051beae69ee4f50a8c8b36d2bb96b2053dd238ede3ee7e SHA512 5832e52057cf9a6347005a8edca74c251230a3b658eac94a9c66e038c81c8068c2bad16b77a7a0f71c9827f115a251421f72180ca00bc6fdf8ca11f7d2a7ef2b
30 changes: 30 additions & 0 deletions app-doc/gnucash-docs/gnucash-docs-2.6.19.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnome2

DESCRIPTION="Documentation package for GnuCash"
HOMEPAGE="http://www.gnucash.org/"
SRC_URI="mirror://sourceforge/gnucash/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2 FDL-1.1"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND="!<=app-office/gnucash-2.2.1"
DEPEND="${RDEPEND}
>=dev-libs/libxml2-2.5.10:2
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.1.2
app-text/rarian
test? ( app-text/docbook-xml-dtd:4.4 )
"

pkg_postinst() {
gnome2_pkg_postinst
has_version dev-java/fop || elog "You need dev-java/fop to generate pdf files."
has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view the docs."
}
4 changes: 4 additions & 0 deletions app-doc/gnucash-docs/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Aaron W. Swenson</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
Expand Down

0 comments on commit c64222c

Please sign in to comment.