summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-07-08 21:05:57 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-07-08 21:05:57 +0000
commitb724be16ecc4f3059f4ffdd3df721aa39ed0d4b1 (patch)
tree7b1dbfc2b063eb2dbbd47824a3be035d6848b1b0
parentAdd domain to email address. (diff)
downloadgentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.tar.gz
gentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.tar.bz2
gentoo-2-b724be16ecc4f3059f4ffdd3df721aa39ed0d4b1.zip
Restored nls flag in IUSE. Rels bug #457648.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
-rw-r--r--app-admin/hddtemp/ChangeLog8
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild6
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild6
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild6
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild6
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild6
6 files changed, 27 insertions, 11 deletions
diff --git a/app-admin/hddtemp/ChangeLog b/app-admin/hddtemp/ChangeLog
index c668c6fbc78b..ad0689cbb8c3 100644
--- a/app-admin/hddtemp/ChangeLog
+++ b/app-admin/hddtemp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/hddtemp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.127 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/ChangeLog,v 1.128 2013/07/08 21:05:57 aidecoe Exp $
+
+ 08 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ hddtemp-0.3_beta15-r3.ebuild, hddtemp-0.3_beta15-r5.ebuild,
+ hddtemp-0.3_beta15-r6.ebuild, hddtemp-0.3_beta15-r22.ebuild,
+ hddtemp-0.3_beta15-r23.ebuild:
+ Restore nls flag in IUSE. Rels bug #457648.
*hddtemp-0.3_beta15-r23 (06 Jul 2013)
*hddtemp-0.3_beta15-r6 (06 Jul 2013)
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild
index 180994906266..c9a377ea4f26 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild,v 1.3 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r22.ebuild,v 1.4 2013/07/08 21:05:57 aidecoe Exp $
EAPI=4
@@ -16,7 +16,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="network-cron"
+IUSE="network-cron nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -39,6 +39,8 @@ src_configure() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf}
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
index 296f2c5e6024..3ff01b84adb2 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild,v 1.1 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r23.ebuild,v 1.2 2013/07/08 21:05:57 aidecoe Exp $
EAPI=4
@@ -16,7 +16,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="network-cron"
+IUSE="network-cron nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -39,6 +39,8 @@ src_configure() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf}
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
index fe4d6922230f..efa5d9c4aa1c 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.13 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.14 2013/07/08 21:05:57 aidecoe Exp $
inherit eutils autotools
@@ -14,7 +14,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE=""
+IUSE="nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -36,6 +36,8 @@ src_compile() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf} || die
emake || die
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild
index 057b7fbfae64..c7ca6003346a 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild,v 1.3 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r5.ebuild,v 1.4 2013/07/08 21:05:57 aidecoe Exp $
inherit eutils autotools
@@ -14,7 +14,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -37,6 +37,8 @@ src_compile() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf} || die
emake || die
}
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild
index 752b4d98d83d..ff23d80a75ea 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild,v 1.1 2013/07/06 19:48:55 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r6.ebuild,v 1.2 2013/07/08 21:05:57 aidecoe Exp $
inherit eutils autotools systemd
@@ -14,7 +14,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="nls"
DEPEND=""
RDEPEND="${DEPEND}"
@@ -37,6 +37,8 @@ src_compile() {
local myconf
myconf="--with-db-path=/usr/share/hddtemp/hddtemp.db"
+ # disabling nls breaks compiling
+ use nls || myconf="--disable-nls ${myconf}"
econf ${myconf} || die
emake || die
}