diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-11-20 15:10:05 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-11-20 15:10:05 -0500 |
commit | 8eb6709eb0bf9bd1ab2654b4c1662f7881ee92d6 (patch) | |
tree | dad265e5a02e3d616d9abc7d70f292efb78df5a5 /app-doc/gnucash-docs | |
parent | app-office/gnucash: Cleanup old (diff) | |
download | gentoo-8eb6709eb0bf9bd1ab2654b4c1662f7881ee92d6.tar.gz gentoo-8eb6709eb0bf9bd1ab2654b4c1662f7881ee92d6.tar.bz2 gentoo-8eb6709eb0bf9bd1ab2654b4c1662f7881ee92d6.zip |
app-doc/gnucash-docs: Cleanup
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'app-doc/gnucash-docs')
-rw-r--r-- | app-doc/gnucash-docs/Manifest | 3 | ||||
-rw-r--r-- | app-doc/gnucash-docs/gnucash-docs-3.8b.ebuild | 66 | ||||
-rw-r--r-- | app-doc/gnucash-docs/gnucash-docs-4.0.ebuild | 66 | ||||
-rw-r--r-- | app-doc/gnucash-docs/gnucash-docs-4.1.ebuild | 66 |
4 files changed, 0 insertions, 201 deletions
diff --git a/app-doc/gnucash-docs/Manifest b/app-doc/gnucash-docs/Manifest index d2f640faf8e1..78b78705394a 100644 --- a/app-doc/gnucash-docs/Manifest +++ b/app-doc/gnucash-docs/Manifest @@ -1,4 +1 @@ -DIST gnucash-docs-3.8b.tar.gz 71058053 BLAKE2B 0a69db02faf6487f2ecc1b5f9a788fb50cec65ff7db53ca9ec6048510156f094c0ce457d1abb4a9a6694060f68780c0336de41dbd0736ad93055cce81b3a66ab SHA512 3c30e88412e17960006517fb7c341220159c45760ca28c79c27c66551451c8ec14e000757f4d9a78c923e10d437351e38dbedaf0a1f3b11bbf5b87d80cb230fe -DIST gnucash-docs-4.0.tar.gz 62498230 BLAKE2B 39d711267a7ec0d45915659db8557fd2871c295aba82601c34878f56c5a24b0f56ffa68a4597e464050e3e59f62411ae6f5efc0870bea2fa46f313f58ed3826b SHA512 4aa4510b86a6bf3a217c9809b73166c0ce777b9f5a506c15f51ca80a0aa45b93e774e1b7c07571ceb0aad6b6df67a4f268d5498874d23653cb0c94620f491d1d -DIST gnucash-docs-4.1.tar.gz 62496616 BLAKE2B c1868c5a639c12fbc77dd8c46d504d9aa66574d577068c781f5c652ac3b385bffb61aede88953f0c9e89369b71d92ee94c7aa553b91e0adcfbb99b43244ce8b4 SHA512 dc63650ed989eec273ab720f802bdcbfdd3041bc4f6bedd02a4575cbc337eb2f264aa05986ecc99e4c7d3007827b213a0f306e3ae38821950dee17bb21b10615 DIST gnucash-docs-4.2.tar.gz 62497632 BLAKE2B 764387cbbc1d072ac3e245a86b78eb484cfa05371dcf4c17d0441bf08e00f85523975c50a88ecde24e9d949572228a723d53fcce7df397553b0e50145be28686 SHA512 e54082dcd7f92d7ca3f31cea5968ecd4167dc9e1e12f23d8684af3e2af4c696d8afed3cf477df771bb11da125ee5887d09ead1edff961ca4bedfb58fd61efdf2 diff --git a/app-doc/gnucash-docs/gnucash-docs-3.8b.ebuild b/app-doc/gnucash-docs/gnucash-docs-3.8b.ebuild deleted file mode 100644 index 8547f41b9a73..000000000000 --- a/app-doc/gnucash-docs/gnucash-docs-3.8b.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools gnome2 optfeature - -DESCRIPTION="Documentation package for GnuCash" -HOMEPAGE="http://www.gnucash.org/" -SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2 FDL-1.1" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -LOCALES=( de it ja pt ru ) -IUSE="${LOCALES[*]/#/l10n_}" - -DEPEND=" - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/rarian - dev-libs/libxml2 - dev-libs/libxslt -" - -src_prepare() { - default - eautoreconf -} - -src_compile() { - : -} - -src_install() { - local doc_type my_lang - - for doc_type in help guide; do - for my_lang in C ${L10N}; do - case $my_lang in - # Both help and guides translated - C|de|it|pt) ;; - ru|ja) # Only guides translated - if [[ ${doc_type} = "help" ]] ; then - elog "Help documentation hasn't been translated for $my_lang" - elog "Will do English instead." - continue - fi - ;; - *) - die "Invalid locale: $my_lang" - ;; - esac - - emake -C "${doc_type}/${my_lang}" DESTDIR="${D}" install - done - done - - einstalldocs -} - -pkg_postinst() { - gnome2_pkg_postinst - optfeature "You need dev-java/fop to generate pdf files." dev-java/fop - optfeature "You need gnome-extra/yelp to view the docs." gnome-extra/yelp -} diff --git a/app-doc/gnucash-docs/gnucash-docs-4.0.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.0.ebuild deleted file mode 100644 index ccc9207cc0e9..000000000000 --- a/app-doc/gnucash-docs/gnucash-docs-4.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools gnome2 optfeature - -DESCRIPTION="Documentation package for GnuCash" -HOMEPAGE="http://www.gnucash.org/" -SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2 FDL-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -LOCALES=( de it ja pt ru ) -IUSE="${LOCALES[*]/#/l10n_}" - -DEPEND=" - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/rarian - dev-libs/libxml2 - dev-libs/libxslt -" - -src_prepare() { - default - eautoreconf -} - -src_compile() { - : -} - -src_install() { - local doc_type my_lang - - for doc_type in help guide; do - for my_lang in C ${L10N}; do - case $my_lang in - # Both help and guides translated - C|de|it|pt) ;; - ru|ja) # Only guides translated - if [[ ${doc_type} = "help" ]] ; then - elog "Help documentation hasn't been translated for $my_lang" - elog "Will do English instead." - continue - fi - ;; - *) - die "Invalid locale: $my_lang" - ;; - esac - - emake -C "${doc_type}/${my_lang}" DESTDIR="${D}" install - done - done - - einstalldocs -} - -pkg_postinst() { - gnome2_pkg_postinst - optfeature "You need dev-java/fop to generate pdf files." dev-java/fop - optfeature "You need gnome-extra/yelp to view the docs." gnome-extra/yelp -} diff --git a/app-doc/gnucash-docs/gnucash-docs-4.1.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.1.ebuild deleted file mode 100644 index c52b5e0830b3..000000000000 --- a/app-doc/gnucash-docs/gnucash-docs-4.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools gnome2 optfeature - -DESCRIPTION="Documentation package for GnuCash" -HOMEPAGE="http://www.gnucash.org/" -SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2 FDL-1.1" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" -LOCALES=( de it ja pt ru ) -IUSE="${LOCALES[*]/#/l10n_}" - -DEPEND=" - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/rarian - dev-libs/libxml2 - dev-libs/libxslt -" - -src_prepare() { - default - eautoreconf -} - -src_compile() { - : -} - -src_install() { - local doc_type my_lang - - for doc_type in help guide; do - for my_lang in C ${L10N}; do - case $my_lang in - # Both help and guides translated - C|de|it|pt) ;; - ru|ja) # Only guides translated - if [[ ${doc_type} = "help" ]] ; then - elog "Help documentation hasn't been translated for $my_lang" - elog "Will do English instead." - continue - fi - ;; - *) - die "Invalid locale: $my_lang" - ;; - esac - - emake -C "${doc_type}/${my_lang}" DESTDIR="${D}" install - done - done - - einstalldocs -} - -pkg_postinst() { - gnome2_pkg_postinst - optfeature "You need dev-java/fop to generate pdf files." dev-java/fop - optfeature "You need gnome-extra/yelp to view the docs." gnome-extra/yelp -} |