diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-14 05:00:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-14 05:00:49 +0000 |
commit | 0db6386dcd8861e0863c31ccd308db6b0bb915ba (patch) | |
tree | dca3da363d715c7f3a62332670bddc0c5dd3f6e1 /sys-apps/util-linux | |
parent | Version bump #382797 by Justin Lecher. Add USE=netlink support #382801 by Ju... (diff) | |
download | gentoo-2-0db6386dcd8861e0863c31ccd308db6b0bb915ba.tar.gz gentoo-2-0db6386dcd8861e0863c31ccd308db6b0bb915ba.tar.bz2 gentoo-2-0db6386dcd8861e0863c31ccd308db6b0bb915ba.zip |
Drop ddate man page when USE=-ddate #381291#5 by Ulrich Müller.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.20.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index f01fa4d4cfc7..ec7f082d05ca 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.349 2011/09/07 04:06:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.350 2011/09/14 05:00:49 vapier Exp $ + + 14 Sep 2011; Mike Frysinger <vapier@gentoo.org> util-linux-2.20.ebuild: + Drop ddate man page when USE=-ddate #381291#5 by Ulrich Müller. 07 Sep 2011; Mike Frysinger <vapier@gentoo.org> util-linux-2.20.ebuild, util-linux-9999.ebuild, metadata.xml: diff --git a/sys-apps/util-linux/util-linux-2.20.ebuild b/sys-apps/util-linux/util-linux-2.20.ebuild index c7e27ae55680..8b8cb6e3df97 100644 --- a/sys-apps/util-linux/util-linux-2.20.ebuild +++ b/sys-apps/util-linux/util-linux-2.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild,v 1.2 2011/09/07 04:06:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20.ebuild,v 1.3 2011/09/14 05:00:49 vapier Exp $ EAPI="3" @@ -98,6 +98,7 @@ src_configure() { src_install() { emake install DESTDIR="${D}" || die "install failed" dodoc AUTHORS NEWS README* TODO docs/* + use ddate || find "${ED}"/usr/share/man -name 'ddate.1*' -delete if ! use perl ; then #284093 rm "${ED}"/usr/bin/chkdupexe || die |