summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2006-10-22 19:49:01 +0000
committerMichael Imhof <tantive@gentoo.org>2006-10-22 19:49:01 +0000
commit74b752c5f4822fab2b966b3c31b75e47c4589ea0 (patch)
tree07d1d975e172f4bd9610f06c6b061d8f1faf7c90 /sys-power/apcupsd
parentReplace deprecated tcltk USE flag with tcl (#152399). (diff)
downloadgentoo-2-74b752c5f4822fab2b966b3c31b75e47c4589ea0.tar.gz
gentoo-2-74b752c5f4822fab2b966b3c31b75e47c4589ea0.tar.bz2
gentoo-2-74b752c5f4822fab2b966b3c31b75e47c4589ea0.zip
Using emake instead of make. Possibly closes #151896.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r--sys-power/apcupsd/ChangeLog9
-rw-r--r--sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild6
-rw-r--r--sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild6
-rw-r--r--sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild6
-rw-r--r--sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild4
-rw-r--r--sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild4
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild4
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.2.ebuild4
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.3.ebuild4
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.4.ebuild4
10 files changed, 29 insertions, 22 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog
index 80c8f11c3923..d15d9eec4d32 100644
--- a/sys-power/apcupsd/ChangeLog
+++ b/sys-power/apcupsd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.21 2006/09/05 17:56:33 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.22 2006/10/22 19:49:01 tantive Exp $
+
+ 22 Oct 2006; Michael Imhof <tantive@gentoo.org> apcupsd-3.10.15-r1.ebuild,
+ apcupsd-3.10.16-r3.ebuild, apcupsd-3.10.17-r1.ebuild,
+ apcupsd-3.10.18-r1.ebuild, apcupsd-3.10.18-r2.ebuild,
+ apcupsd-3.12.2.ebuild, apcupsd-3.12.2-r1.ebuild, apcupsd-3.12.3.ebuild,
+ apcupsd-3.12.4.ebuild:
+ Using emake instead of make. Possibly closes #151896.
05 Sep 2006; Thomas Cort <tcort@gentoo.org> apcupsd-3.12.4.ebuild:
Added ~alpha wrt Bug #94431.
diff --git a/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild b/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild
index 31a8fa8bdfb9..6c31e3887adc 100644
--- a/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild,v 1.2 2005/05/05 02:31:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.15-r1.ebuild,v 1.3 2006/10/22 19:49:01 tantive Exp $
inherit eutils
@@ -61,7 +61,7 @@ src_compile() {
--enable-cgi \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install () {
diff --git a/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild b/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild
index c9180dfcf10c..d978b0779c8e 100644
--- a/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild,v 1.3 2005/09/05 12:44:46 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.16-r3.ebuild,v 1.4 2006/10/22 19:49:01 tantive Exp $
inherit eutils
@@ -57,7 +57,7 @@ src_compile() {
--enable-pthreads \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install () {
diff --git a/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild b/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild
index 2dde77ddad35..4de7d2e50c06 100644
--- a/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild,v 1.2 2005/09/05 12:44:46 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.17-r1.ebuild,v 1.3 2006/10/22 19:49:01 tantive Exp $
inherit eutils depend.apache
@@ -62,7 +62,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install() {
diff --git a/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild b/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild
index 0ffe4be64202..9bd848735eae 100644
--- a/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild,v 1.5 2006/04/16 22:59:38 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r1.ebuild,v 1.6 2006/10/22 19:49:01 tantive Exp $
inherit eutils depend.apache
@@ -62,7 +62,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install() {
diff --git a/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild b/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild
index f7506c44ceec..57a9f8e395d3 100644
--- a/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild,v 1.2 2006/03/09 00:05:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild,v 1.3 2006/10/22 19:49:01 tantive Exp $
inherit eutils depend.apache
@@ -66,7 +66,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install() {
diff --git a/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild b/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild
index 55f613cbeb3c..b3f5cfac5224 100644
--- a/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild,v 1.2 2006/05/20 11:45:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2-r1.ebuild,v 1.3 2006/10/22 19:49:01 tantive Exp $
inherit eutils depend.apache
@@ -69,7 +69,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install() {
diff --git a/sys-power/apcupsd/apcupsd-3.12.2.ebuild b/sys-power/apcupsd/apcupsd-3.12.2.ebuild
index 8a3cc880a05a..4890b96b3d0f 100644
--- a/sys-power/apcupsd/apcupsd-3.12.2.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.1 2006/03/19 22:49:08 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.2 2006/10/22 19:49:01 tantive Exp $
inherit eutils depend.apache
@@ -69,7 +69,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
}
src_install() {
diff --git a/sys-power/apcupsd/apcupsd-3.12.3.ebuild b/sys-power/apcupsd/apcupsd-3.12.3.ebuild
index e7eb69fc56c6..43136c69d65c 100644
--- a/sys-power/apcupsd/apcupsd-3.12.3.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.3.ebuild,v 1.1 2006/06/21 18:28:36 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.3.ebuild,v 1.2 2006/10/22 19:49:01 tantive Exp $
inherit eutils webapp
@@ -68,7 +68,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
if use doc; then
einfo "Building full documentation..."
diff --git a/sys-power/apcupsd/apcupsd-3.12.4.ebuild b/sys-power/apcupsd/apcupsd-3.12.4.ebuild
index 7a617323c74a..9ed18845dfa5 100644
--- a/sys-power/apcupsd/apcupsd-3.12.4.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.2 2006/09/05 17:56:33 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.3 2006/10/22 19:49:01 tantive Exp $
inherit eutils webapp
@@ -68,7 +68,7 @@ src_compile() {
$(use_enable nls) \
${myconf} \
|| die
- make || die
+ emake || die "emake failed"
if use doc; then
einfo "Building full documentation..."