summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-01-29 10:03:26 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-01-29 10:03:26 +0000
commit5f99bab2859d866ca116cd7784b5ff6437bc3e85 (patch)
tree1f05243b08e924a860396f866c8dbbdc97d6a391 /app-misc
parentBump to 2.12.2, cleanup (diff)
downloadgentoo-2-5f99bab2859d866ca116cd7784b5ff6437bc3e85.tar.gz
gentoo-2-5f99bab2859d866ca116cd7784b5ff6437bc3e85.tar.bz2
gentoo-2-5f99bab2859d866ca116cd7784b5ff6437bc3e85.zip
Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/nut/ChangeLog6
-rw-r--r--app-misc/nut/nut-19.1.ebuild29
-rw-r--r--app-misc/nut/nut-19.2.ebuild29
-rw-r--r--app-misc/nut/nut-20.0.ebuild29
4 files changed, 5 insertions, 88 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog
index 4ba782461d92..31e9d76c3e41 100644
--- a/app-misc/nut/ChangeLog
+++ b/app-misc/nut/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/nut
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.81 2015/01/28 10:28:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.82 2015/01/29 10:03:26 kensington Exp $
+
+ 29 Jan 2015; Michael Palimaka <kensington@gentoo.org> -nut-19.1.ebuild,
+ -nut-19.2.ebuild, -nut-20.0.ebuild:
+ Remove old.
28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> nut-20.1.ebuild:
Stable for ppc, wrt bug #534878
diff --git a/app-misc/nut/nut-19.1.ebuild b/app-misc/nut/nut-19.1.ebuild
deleted file mode 100644
index e9ce611009b0..000000000000
--- a/app-misc/nut/nut-19.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-19.1.ebuild,v 1.4 2014/03/05 15:18:34 ago Exp $
-
-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
-}
diff --git a/app-misc/nut/nut-19.2.ebuild b/app-misc/nut/nut-19.2.ebuild
deleted file mode 100644
index bf7bdb698c3a..000000000000
--- a/app-misc/nut/nut-19.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-19.2.ebuild,v 1.1 2014/06/16 05:24:37 radhermit Exp $
-
-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
-}
diff --git a/app-misc/nut/nut-20.0.ebuild b/app-misc/nut/nut-20.0.ebuild
deleted file mode 100644
index 13b35fa85998..000000000000
--- a/app-misc/nut/nut-20.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-20.0.ebuild,v 1.1 2014/09/04 23:09:51 jer Exp $
-
-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
-}