summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-07 04:06:39 +0000
committerMike Frysinger <vapier@gentoo.org>2011-09-07 04:06:39 +0000
commitdd6dd3b2e7ca425c97a51f3787d18105ea5eb398 (patch)
treec5f84eb3d0d7a2d277e58459543cbb3a35406195 /sys-apps
parentAdd test to IUSE. Whitespace (diff)
downloadgentoo-2-dd6dd3b2e7ca425c97a51f3787d18105ea5eb398.tar.gz
gentoo-2-dd6dd3b2e7ca425c97a51f3787d18105ea5eb398.tar.bz2
gentoo-2-dd6dd3b2e7ca425c97a51f3787d18105ea5eb398.zip
Add USE=ddate to control ddate util #381291 by Ole Henrik Jahren.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/ChangeLog6
-rw-r--r--sys-apps/util-linux/metadata.xml1
-rw-r--r--sys-apps/util-linux/util-linux-2.20.ebuild5
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild5
4 files changed, 12 insertions, 5 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index b989e6f6e398..f01fa4d4cfc7 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,10 @@
# 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.348 2011/08/29 21:25:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.349 2011/09/07 04:06:39 vapier Exp $
+
+ 07 Sep 2011; Mike Frysinger <vapier@gentoo.org> util-linux-2.20.ebuild,
+ util-linux-9999.ebuild, metadata.xml:
+ Add USE=ddate to control ddate util #381291 by Ole Henrik Jahren.
*util-linux-2.20 (29 Aug 2011)
diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metadata.xml
index 320bfffe511b..aad580e29877 100644
--- a/sys-apps/util-linux/metadata.xml
+++ b/sys-apps/util-linux/metadata.xml
@@ -8,6 +8,7 @@
</maintainer>
<use>
<flag name='cramfs'>build mkfs/fsck helpers for cramfs filesystems</flag>
+ <flag name='ddate'>build ddate helper (Discordian dates)</flag>
<flag name='loop-aes'>include support for Loop AES encryption</flag>
<flag name='perl'>install the chkdupexe helper script</flag>
</use>
diff --git a/sys-apps/util-linux/util-linux-2.20.ebuild b/sys-apps/util-linux/util-linux-2.20.ebuild
index 6a358a72f8b1..c7e27ae55680 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.1 2011/08/29 21:25:15 vapier Exp $
+# $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 $
EAPI="3"
@@ -25,7 +25,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+cramfs crypt loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
+IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
RDEPEND="!sys-process/schedutils
!sys-apps/setarch
@@ -74,6 +74,7 @@ src_configure() {
$(use_enable nls) \
--enable-agetty \
$(use_enable cramfs) \
+ $(use_enable ddate) \
$(use_enable old-linux elvtune) \
--with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \
--disable-kill \
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
index 1c5a0a4b6d7a..3e232859c2c0 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.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-9999.ebuild,v 1.22 2011/08/29 21:25:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.23 2011/09/07 04:06:39 vapier Exp $
EAPI="3"
@@ -25,7 +25,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+cramfs crypt loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
+IUSE="+cramfs crypt ddate loop-aes ncurses nls old-linux perl selinux slang static-libs uclibc unicode"
RDEPEND="!sys-process/schedutils
!sys-apps/setarch
@@ -74,6 +74,7 @@ src_configure() {
$(use_enable nls) \
--enable-agetty \
$(use_enable cramfs) \
+ $(use_enable ddate) \
$(use_enable old-linux elvtune) \
--with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \
--disable-kill \