diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-11-26 15:23:29 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-11-26 15:30:12 +0100 |
commit | 7c8de789137488c2467d3608676e58f3a9c8d531 (patch) | |
tree | 2d793035fd3d4c2c1801b0065ed99e9882c94bbe /www-apps/selfoss | |
parent | sci-mathematics/lean: add live (diff) | |
download | gentoo-7c8de789137488c2467d3608676e58f3a9c8d531.tar.gz gentoo-7c8de789137488c2467d3608676e58f3a9c8d531.tar.bz2 gentoo-7c8de789137488c2467d3608676e58f3a9c8d531.zip |
www-apps/selfoss: use readme.gentoo
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'www-apps/selfoss')
-rw-r--r-- | www-apps/selfoss/selfoss-2.18-r1.ebuild (renamed from www-apps/selfoss/selfoss-2.18.ebuild) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/selfoss/selfoss-2.18.ebuild b/www-apps/selfoss/selfoss-2.18-r1.ebuild index b8631a04cd07..eafce92230a5 100644 --- a/www-apps/selfoss/selfoss-2.18.ebuild +++ b/www-apps/selfoss/selfoss-2.18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit webapp +inherit readme.gentoo-r1 webapp DESCRIPTION="The multipurpose rss reader, live stream, mashup, aggregation web application" HOMEPAGE="https://selfoss.aditu.de/" @@ -24,6 +24,9 @@ RDEPEND=" ) " +DOC_CONTENTS="Default selfoss config is installed as defaults.ini; +Copy that config to config.ini and customize as you wish." + pkg_setup() { webapp_pkg_setup } @@ -39,9 +42,10 @@ src_install() { webapp_configfile "${MY_HTDOCSDIR}"/.htaccess webapp_src_install + + readme.gentoo_create_doc } pkg_postinst() { - elog "Default selfoss config is installed as defaults.ini;" - elog "Copy that config to config.ini and customize as you wish." + readme.gentoo_print_elog } |