summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-08-06 23:16:36 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-08-06 23:16:36 +0000
commit635bebcad646c428089685a51117e9f772cb1ee2 (patch)
tree0fdbbf93a51337ba67b24355c8551eb98291898c /sys-apps/paxctl
parentVersion bump. (diff)
downloadgentoo-2-635bebcad646c428089685a51117e9f772cb1ee2.tar.gz
gentoo-2-635bebcad646c428089685a51117e9f772cb1ee2.tar.bz2
gentoo-2-635bebcad646c428089685a51117e9f772cb1ee2.zip
Fix documentation, bug #429202
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r--sys-apps/paxctl/ChangeLog5
-rw-r--r--sys-apps/paxctl/paxctl-0.7-r2.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog
index 560a210eb005..739557f42872 100644
--- a/sys-apps/paxctl/ChangeLog
+++ b/sys-apps/paxctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/paxctl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.48 2012/08/05 18:16:41 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.49 2012/08/06 23:16:36 blueness Exp $
+
+ 06 Aug 2012; Anthony G. Basile <blueness@gentoo.org> paxctl-0.7-r2.ebuild:
+ Fix documentation, bug #429202
05 Aug 2012; Johannes Huber <johu@gentoo.org> paxctl-0.7-r2.ebuild:
Stable for x86, wrt bug #429202
diff --git a/sys-apps/paxctl/paxctl-0.7-r2.ebuild b/sys-apps/paxctl/paxctl-0.7-r2.ebuild
index 722e57b2ff4f..ffd73acf7f70 100644
--- a/sys-apps/paxctl/paxctl-0.7-r2.ebuild
+++ b/sys-apps/paxctl/paxctl-0.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.5 2012/08/05 18:16:41 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.6 2012/08/06 23:16:36 blueness Exp $
EAPI="4"
@@ -18,8 +18,6 @@ SLOT="0"
DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
RDEPEND=""
-DOCS=( README ChangeLog )
-
src_prepare() {
sed \
"s:--owner 0 --group 0::g" \
@@ -35,4 +33,5 @@ src_compile() {
src_install () {
emake DESTDIR="${ED}" install
+ dodoc README ChangeLog
}