summaryrefslogtreecommitdiff
path: root/app-misc/nut
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/nut
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/nut')
-rw-r--r--app-misc/nut/Manifest3
-rw-r--r--app-misc/nut/metadata.xml8
-rw-r--r--app-misc/nut/nut-20.1.ebuild28
3 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/nut/Manifest b/app-misc/nut/Manifest
deleted file mode 100644
index ba14e0ff65cd..000000000000
--- a/app-misc/nut/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nut-20.1.tar.gz 1441077 BLAKE2B 70233f6bee4df5c9eee91a313506e545accdd68e10b0ef71dcf42d83082fe44dc9d48e049801efb7e7f26458dfb079cc824aec3e314d63b27a4b06dc75950528 SHA512 2ed79fb345f029f5deaed4e23531256f2f76f5ca05ae46d3d5f4503fef663cde81f6695a9b5b741d02c5880ef611fa8495fcce3bcadf1ca8abdbc2b395bced6a
-EBUILD nut-20.1.ebuild 550 BLAKE2B 44b60b5c6a9df83cb564b9df6efb96e281fa73102c5d4880f67e4ac8768a8398b755bb6854a59eb6837d4743bf8a9e78f45801c4a58d67e6ef2cb05437a2b934 SHA512 642b0ee3dfb59bfd56aa4c4f628a1b1a5105ebac8651868f60c732e6dc8e60542bd9ed53e2feb4ebc451624e2e686d6bc37d0dbdff4b6d5cf3fe3b2bfed0c66a
-MISC metadata.xml 240 BLAKE2B 466e0fb40b32dadf0d9da30dd0f76744e00ad50624d7af31496897906fc02b13f506a438c6f96cd90dcd6fc7cabb537e6c55fa1bac98d46ca46b191af3f974e9 SHA512 e15cb3ce921cd91bbd35380b54275fb316cb61e132a7d11f679afe1b191c54e117953b1102ea1c86d73b59f6f13613cab9c37b0c077a21f2715aff61a413cbf9
diff --git a/app-misc/nut/metadata.xml b/app-misc/nut/metadata.xml
deleted file mode 100644
index 9f2111ca9eb9..000000000000
--- a/app-misc/nut/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">nut</remote-id>
- </upstream>
-</pkgmetadata>
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
-}