summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Joliet <marcec@gmx.de>2016-12-11 12:15:27 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-12 17:27:24 +0100
commit936292c889a0b8c69164fcadb7b0513061f487eb (patch)
tree10560adb18af74a902ecbe9414d63646db124f28 /app-text/asciidoc/asciidoc-9999.ebuild
parentapp-text/asciidoc-9999: switch to new Git repo (diff)
downloadgentoo-936292c889a0b8c69164fcadb7b0513061f487eb.tar.gz
gentoo-936292c889a0b8c69164fcadb7b0513061f487eb.tar.bz2
gentoo-936292c889a0b8c69164fcadb7b0513061f487eb.zip
app-text/asciidoc-9999: move to readme.gentoo-r1 eclass
Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'app-text/asciidoc/asciidoc-9999.ebuild')
-rw-r--r--app-text/asciidoc/asciidoc-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild
index 7fb2943f136d..cb925d0cbad2 100644
--- a/app-text/asciidoc/asciidoc-9999.ebuild
+++ b/app-text/asciidoc/asciidoc-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
[ "$PV" == "9999" ] && inherit git-r3 autotools
-inherit readme.gentoo python-single-r1
+inherit readme.gentoo-r1 python-single-r1
DESCRIPTION="AsciiDoc is a plain text human readable/writable document format"
HOMEPAGE="http://www.methods.co.nz/asciidoc/"
@@ -102,3 +102,7 @@ src_test() {
"${PYTHON}" tests/test${PN}.py update || die
"${PYTHON}" tests/test${PN}.py run || die
}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}