summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/sloccount')
-rw-r--r--app-text/sloccount/ChangeLog6
-rw-r--r--app-text/sloccount/sloccount-2.22.ebuild4
-rw-r--r--app-text/sloccount/sloccount-2.26-r1.ebuild4
-rw-r--r--app-text/sloccount/sloccount-2.26.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index 61777b636ed9..f84500b1d498 100644
--- a/app-text/sloccount/ChangeLog
+++ b/app-text/sloccount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sloccount
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.18 2008/02/01 10:15:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.19 2008/10/14 07:08:21 robbat2 Exp $
+
+ 14 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> sloccount-2.22.ebuild,
+ sloccount-2.26.ebuild, sloccount-2.26-r1.ebuild:
+ Bug #241264 fix docdir.
01 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> sloccount-2.22.ebuild,
sloccount-2.26.ebuild, sloccount-2.26-r1.ebuild:
diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild
index 4ee1414b5292..21e61b662e78 100644
--- a/app-text/sloccount/sloccount-2.22.ebuild
+++ b/app-text/sloccount/sloccount-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.13 2008/02/01 10:15:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.14 2008/10/14 07:08:21 robbat2 Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_compile() {
}
src_install() {
- einstall PREFIX=${D}/usr || die
+ einstall PREFIX="${D}/usr" DOC_DIR="${D}/usr/share/doc/${PF}/" || die
prepalldocs
dohtml *html
}
diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild
index 35d73b874662..dbc380c8b7b1 100644
--- a/app-text/sloccount/sloccount-2.26-r1.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.9 2008/02/01 10:15:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.10 2008/10/14 07:08:21 robbat2 Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- einstall PREFIX="${D}/usr" || die
+ einstall PREFIX="${D}/usr" DOC_DIR="${D}/usr/share/doc/${PF}/" || die
prepalldocs
dohtml *html
}
diff --git a/app-text/sloccount/sloccount-2.26.ebuild b/app-text/sloccount/sloccount-2.26.ebuild
index 85559b07a51c..eecce903545b 100644
--- a/app-text/sloccount/sloccount-2.26.ebuild
+++ b/app-text/sloccount/sloccount-2.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.5 2008/02/01 10:15:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.6 2008/10/14 07:08:21 robbat2 Exp $
inherit eutils
@@ -39,7 +39,7 @@ src_compile() {
}
src_install() {
- einstall PREFIX=${D}/usr || die
+ einstall PREFIX="${D}/usr" DOC_DIR="${D}/usr/share/doc/${PF}/" || die
prepalldocs
dohtml *html
}