app-text/asciidoc-9999: move to readme.gentoo-r1 eclass
authorMarc Joliet <marcec@gmx.de>
Sun, 11 Dec 2016 11:15:27 +0000 (12:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 12 Dec 2016 16:27:24 +0000 (17:27 +0100)
Package-Manager: portage-2.3.0
Signed-off-by: Marc Joliet <marcec@gmx.de>
app-text/asciidoc/asciidoc-9999.ebuild

index 7fb2943f136d037c8dffc11d7aaf87dce864e647..cb925d0cbad2d4041b10cf3f90346cebf5ac8e72 100644 (file)
@@ -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
+}