diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-02-10 17:19:21 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-02-10 17:19:21 +0000 |
commit | efb5f557bb14b70b86caa857259b03f975a485e7 (patch) | |
tree | 56be5e6a95d0bd0f9a83e2127cf975ded7098bde /app-misc | |
parent | Stable for ppc, wrt bug #455876 (diff) | |
download | gentoo-2-efb5f557bb14b70b86caa857259b03f975a485e7.tar.gz gentoo-2-efb5f557bb14b70b86caa857259b03f975a485e7.tar.bz2 gentoo-2-efb5f557bb14b70b86caa857259b03f975a485e7.zip |
Remove old.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/nut/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/nut/nut-18.0.ebuild | 30 | ||||
-rw-r--r-- | app-misc/nut/nut-18.4.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog index 3b5164eab6f0..dc901507631a 100644 --- a/app-misc/nut/ChangeLog +++ b/app-misc/nut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/nut # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.56 2013/02/10 17:14:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.57 2013/02/10 17:19:21 kensington Exp $ + + 10 Feb 2013; Michael Palimaka <kensington@gentoo.org> -nut-18.0.ebuild, + -nut-18.4.ebuild: + Remove old. 10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> nut-18.5.ebuild: Stable for ppc, wrt bug #456324 diff --git a/app-misc/nut/nut-18.0.ebuild b/app-misc/nut/nut-18.0.ebuild deleted file mode 100644 index 8c0fff4bdac1..000000000000 --- a/app-misc/nut/nut-18.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.0.ebuild,v 1.4 2012/11/20 20:45:22 ago Exp $ - -EAPI=4 -inherit eutils 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" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-17.12-makefile.patch -} - -src_compile() { - emake CC="$(tc-getCC)" OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" -} - -src_install() { - insinto /usr/share/nut - doins raw.data/* - dobin nut - doman nut.1 -} diff --git a/app-misc/nut/nut-18.4.ebuild b/app-misc/nut/nut-18.4.ebuild deleted file mode 100644 index 667b78f5c8b3..000000000000 --- a/app-misc/nut/nut-18.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.4.ebuild,v 1.1 2012/11/19 12:28:47 jer Exp $ - -EAPI=4 -inherit eutils 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" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-17.12-makefile.patch -} - -src_compile() { - emake CC="$(tc-getCC)" OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" -} - -src_install() { - insinto /usr/share/nut - doins raw.data/* - dobin nut - doman nut.1 -} |