summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-02-25 17:10:46 +0000
committerPeter Volkov <pva@gentoo.org>2008-02-25 17:10:46 +0000
commit0cbb353b23195c16acf990f8c0ce43d37d6e57b8 (patch)
tree911d210e13e0e8692c422fe9b8a8defefc24b7d8 /net-misc/ups-monitor
parentFix QCA stuff; bug 211405 (diff)
downloadgentoo-2-0cbb353b23195c16acf990f8c0ce43d37d6e57b8.tar.gz
gentoo-2-0cbb353b23195c16acf990f8c0ce43d37d6e57b8.tar.bz2
gentoo-2-0cbb353b23195c16acf990f8c0ce43d37d6e57b8.zip
Marked ~amd64, fixed compilation failure, bug #205068, thank Alessio D'Ascanio for report and fix.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/ups-monitor')
-rw-r--r--net-misc/ups-monitor/ChangeLog9
-rw-r--r--net-misc/ups-monitor/ups-monitor-0.8.2.ebuild22
-rw-r--r--net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild7
3 files changed, 11 insertions, 27 deletions
diff --git a/net-misc/ups-monitor/ChangeLog b/net-misc/ups-monitor/ChangeLog
index 47a88c6e343d..347a9ad464b5 100644
--- a/net-misc/ups-monitor/ChangeLog
+++ b/net-misc/ups-monitor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/ups-monitor
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ChangeLog,v 1.7 2007/04/27 16:38:54 pva Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ChangeLog,v 1.8 2008/02/25 17:10:46 pva Exp $
+
+ 25 Feb 2008; <pva@gentoo.org> -ups-monitor-0.8.2.ebuild,
+ ups-monitor-0.8.3-r1.ebuild:
+ Marked ~amd64, fixed compilation failure, bug #205068, thank Alessio
+ D'Ascanio for report and fix.
*ups-monitor-0.8.3-r1 (27 Apr 2007)
diff --git a/net-misc/ups-monitor/ups-monitor-0.8.2.ebuild b/net-misc/ups-monitor/ups-monitor-0.8.2.ebuild
deleted file mode 100644
index 0a1115320190..000000000000
--- a/net-misc/ups-monitor/ups-monitor-0.8.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.2.ebuild,v 1.3 2006/03/13 20:31:43 jokey Exp $
-
-DESCRIPTION="A UPS monitor for NUT (Network UPS Tools)"
-HOMEPAGE="http://rudd-o.com/wp-content/projects/files/ups-monitor"
-SRC_URI="http://rudd-o.com/wp-content/projects/files/ups-monitor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-util/desktop-file-utils"
-RDEPEND=">=dev-python/gnome-python-2
- >=gnome-base/libglade-2
- >=dev-python/pygtk-2.4"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS NEWS README TODO ChangeLog
-}
diff --git a/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild b/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild
index f7e57e8c232a..579d0d1bc585 100644
--- a/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild
+++ b/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild,v 1.1 2007/04/27 16:38:54 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ups-monitor/ups-monitor-0.8.3-r1.ebuild,v 1.2 2008/02/25 17:10:46 pva Exp $
DESCRIPTION="A UPS monitor for NUT (Network UPS Tools)"
HOMEPAGE="http://rudd-o.com/wp-content/projects/files/ups-monitor"
@@ -8,7 +8,7 @@ SRC_URI="http://rudd-o.com/wp-content/projects/files/ups-monitor/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-util/desktop-file-utils"
@@ -22,6 +22,7 @@ src_unpack() {
cd "${S}"
sed -i -e \
's/Categories=X-Red-Hat-Base;Application;System;/Categories=System;/g' \
+ -e 's:[.]png$::' \
ups-monitor.desktop || die "Sed Broke!"
}