summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-05-21 16:58:33 +0000
committerJeroen Roovers <jer@gentoo.org>2011-05-21 16:58:33 +0000
commit04eea01301c02193fe707712508e1c0783c0527d (patch)
tree7d3006ad97ba558f5d4e18900823854c705b2131 /app-misc/nut/nut-10.15.ebuild
parentalpha/ia64/s390/sh/sparc stable wrt #362609 (diff)
downloadgentoo-2-04eea01301c02193fe707712508e1c0783c0527d.tar.gz
gentoo-2-04eea01301c02193fe707712508e1c0783c0527d.tar.bz2
gentoo-2-04eea01301c02193fe707712508e1c0783c0527d.zip
Clean up KEYWORDS.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/nut/nut-10.15.ebuild')
-rw-r--r--app-misc/nut/nut-10.15.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/nut/nut-10.15.ebuild b/app-misc/nut/nut-10.15.ebuild
deleted file mode 100644
index bf27822dee6a..000000000000
--- a/app-misc/nut/nut-10.15.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-10.15.ebuild,v 1.5 2011/01/13 17:52:43 jlec Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Record what you eat and analyze your nutrient levels"
-HOMEPAGE="http://nut.sourceforge.net/"
-SRC_URI="http://www.lafn.org/~av832/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-src_compile() {
- append-flags '-DNUTDIR=\".nutdb\" -DFOODDIR=\"/usr/share/nut\"'
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- insinto /usr/share/nut
- doins raw.data/* || die
- dobin nut || die
- doman nut.1 || die
-}