summaryrefslogtreecommitdiff
path: root/app-misc/nut/nut-20.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/nut/nut-20.1.ebuild')
-rw-r--r--app-misc/nut/nut-20.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-misc/nut/nut-20.1.ebuild b/app-misc/nut/nut-20.1.ebuild
deleted file mode 100644
index 3c028aa44a87..000000000000
--- a/app-misc/nut/nut-20.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Record what you eat and analyze your nutrient levels"
-HOMEPAGE="http://nut.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc x86"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" \
- nut
-}
-
-src_install() {
- insinto /usr/share/nut
- doins raw.data/*
-
- dobin nut
- doman nut.1
-}