app-text/tkinfo: Stable for amd64. Mark stable for the remaining arches using the...
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 14 Dec 2016 22:58:53 +0000 (23:58 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 14 Dec 2016 23:00:11 +0000 (00:00 +0100)
Package-Manager: portage-2.3.0

app-text/tkinfo/tkinfo-2.8-r1.ebuild

index e1349f9b0da83c8c118d718ea2e505092b82ea21..8e170bc614bbfe50ea081d3d91e3edcc15087ee5 100644 (file)
@@ -6,9 +6,9 @@ EAPI=6
 
 DESCRIPTION="Info Browser in TK"
 HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
-SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz"
+SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE=""
 LICENSE="freedist"
 SLOT="0"
@@ -16,6 +16,8 @@ SLOT="0"
 RDEPEND="dev-lang/tk"
 DEPEND="sys-apps/sed"
 
+DOCS=( README )
+
 src_prepare() {
        default
        sed -i \
@@ -26,5 +28,4 @@ src_prepare() {
 src_install () {
        dobin "${PN}"
        doman "${PN}.1"
-       dodoc README
 }