diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-11-12 20:14:59 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-11-12 20:14:59 +0000 |
commit | 57b5004c2f36da60feec1e3df3e95ae09d75b3f4 (patch) | |
tree | ad5f4cc075795777c6f79f73a3108cc4a14f850d /www-apps/nut | |
parent | Install init script in /etc/init.d not / (diff) | |
download | historical-57b5004c2f36da60feec1e3df3e95ae09d75b3f4.tar.gz historical-57b5004c2f36da60feec1e3df3e95ae09d75b3f4.tar.bz2 historical-57b5004c2f36da60feec1e3df3e95ae09d75b3f4.zip |
~amd64
Diffstat (limited to 'www-apps/nut')
-rw-r--r-- | www-apps/nut/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/nut/Manifest | 4 | ||||
-rw-r--r-- | www-apps/nut/nut-2.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www-apps/nut/ChangeLog b/www-apps/nut/ChangeLog index 12a7990a80cc..7c62d9f0deae 100644 --- a/www-apps/nut/ChangeLog +++ b/www-apps/nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/nut # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/ChangeLog,v 1.7 2004/11/08 09:17:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/ChangeLog,v 1.8 2004/11/12 20:14:59 blubb Exp $ + + 12 Nov 2004; Simon Stelling <blubb@gentoo.org> nut-2.0.0.ebuild: + added ~amd64 08 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> nut-2.0.0.ebuild: fix media-libs/gd dep per bug #69959; clean out nut-1 diff --git a/www-apps/nut/Manifest b/www-apps/nut/Manifest index 9c4f98ed746d..29472bc86868 100644 --- a/www-apps/nut/Manifest +++ b/www-apps/nut/Manifest @@ -1,6 +1,6 @@ -MD5 57eb09f7b7c189e851a978a47139c6c7 ChangeLog 6328 +MD5 33f241bae1fc1dee35edc43b4fde185d ChangeLog 6407 MD5 91a159b983332d5ed0fb985cc1fe1b80 metadata.xml 330 -MD5 493f0d79357878944971448f83d8000e nut-2.0.0.ebuild 3077 +MD5 3985c4f776f13d702e1ae7fe5929a74f nut-2.0.0.ebuild 3080 MD5 891b50cff5827a4e77573ee8f2f40e48 files/digest-nut-2.0.0 61 MD5 aff23b23415c3ce12e107ef874db2607 files/upsd-init 577 MD5 057b35a5ced412ebf01c952b55d2e4db files/upsd.rc6 585 diff --git a/www-apps/nut/nut-2.0.0.ebuild b/www-apps/nut/nut-2.0.0.ebuild index e2fc0acf3d45..a0c00a923e8b 100644 --- a/www-apps/nut/nut-2.0.0.ebuild +++ b/www-apps/nut/nut-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/nut-2.0.0.ebuild,v 1.6 2004/11/08 09:17:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/nut/nut-2.0.0.ebuild,v 1.7 2004/11/12 20:14:59 blubb Exp $ inherit fixheadtails @@ -10,7 +10,7 @@ SRC_URI="mirror://nut/source/${PV%.*}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc ~alpha" +KEYWORDS="x86 sparc ppc ~alpha ~amd64" IUSE="cgi snmp usb" RDEPEND="cgi? ( media-libs/gd ) |