summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-01-22 23:48:11 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-01-22 23:48:11 +0000
commitf54cd7a3e3e567826d461fd0a5f769fce4da7423 (patch)
treee96e98b7683a16e725d4312feda7cca90beed1cb /app-misc/nut
parentAdd ~ia64 keyword. (diff)
downloadgentoo-2-f54cd7a3e3e567826d461fd0a5f769fce4da7423.tar.gz
gentoo-2-f54cd7a3e3e567826d461fd0a5f769fce4da7423.tar.bz2
gentoo-2-f54cd7a3e3e567826d461fd0a5f769fce4da7423.zip
Bump to nut-12.2, bug 123755. Thanks to Michael Vogt for the ebuild
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'app-misc/nut')
-rw-r--r--app-misc/nut/ChangeLog10
-rw-r--r--app-misc/nut/files/digest-nut-12.23
-rw-r--r--app-misc/nut/nut-12.2.ebuild29
3 files changed, 40 insertions, 2 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog
index 845592ff94c4..a6b49261ff9b 100644
--- a/app-misc/nut/ChangeLog
+++ b/app-misc/nut/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/nut
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.5 2005/10/04 13:39:26 agriffis Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.6 2007/01/22 23:48:11 masterdriverz Exp $
+
+*nut-12.2 (22 Jan 2007)
+
+ 22 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> -nut-11.0.ebuild,
+ +nut-12.2.ebuild:
+ Bump to nut-12.2, bug 123755. Thanks to Michael Vogt for the ebuild
*nut-11.0 (04 Oct 2005)
diff --git a/app-misc/nut/files/digest-nut-12.2 b/app-misc/nut/files/digest-nut-12.2
new file mode 100644
index 000000000000..4ff19f432798
--- /dev/null
+++ b/app-misc/nut/files/digest-nut-12.2
@@ -0,0 +1,3 @@
+MD5 6ebe22a2d002623de05d381bd75dbaff nut-12.2.tar.bz2 903328
+RMD160 12f59cb2e6220bb2de1dadcc822d686719bc1f4a nut-12.2.tar.bz2 903328
+SHA256 8d046b9da70b25eb1bd5605e3f7d8cd2b19915cfffb8a6b9e9d8a015af27f0af nut-12.2.tar.bz2 903328
diff --git a/app-misc/nut/nut-12.2.ebuild b/app-misc/nut/nut-12.2.ebuild
new file mode 100644
index 000000000000..dce1c016dc16
--- /dev/null
+++ b/app-misc/nut/nut-12.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-12.2.ebuild,v 1.1 2007/01/22 23:48:11 masterdriverz Exp $
+
+inherit flag-o-matic
+
+DESCRIPTION="Record what you eat and analyze your nutrient levels"
+HOMEPAGE="http://www.lafn.org/~av832/"
+SRC_URI="http://www.lafn.org/~av832/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+
+src_compile() {
+ append-flags '-DNUTDIR=\".nutdb\" -DFOODDIR=\"/usr/share/nut\"'
+ emake CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ dodir /usr/share/nut
+ insinto /usr/share/nut
+ doins raw.data/*
+ dobin nut
+ doman nut.1
+}