diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:16:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:16:36 +0000 |
commit | f29fc1bb7953396d51ef81325e3794df40a374fc (patch) | |
tree | e949c9ca6508f0a3a88f481dbc48be964446b07a /app-misc/nut | |
parent | Remove old (diff) | |
download | gentoo-2-f29fc1bb7953396d51ef81325e3794df40a374fc.tar.gz gentoo-2-f29fc1bb7953396d51ef81325e3794df40a374fc.tar.bz2 gentoo-2-f29fc1bb7953396d51ef81325e3794df40a374fc.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/nut')
-rw-r--r-- | app-misc/nut/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/nut/nut-17.4-r1.ebuild | 48 | ||||
-rw-r--r-- | app-misc/nut/nut-17.4.ebuild | 48 |
3 files changed, 5 insertions, 97 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog index 26cf4092f657..94bb7821f294 100644 --- a/app-misc/nut/ChangeLog +++ b/app-misc/nut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/nut # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.41 2012/05/05 21:53:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.42 2012/05/10 15:16:36 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -nut-17.4-r1.ebuild, + -nut-17.4.ebuild: + Remove old 05 May 2012; Brent Baude <ranger@gentoo.org> nut-17.5.ebuild: Marking nut-17.5 ppc for bug 413557 diff --git a/app-misc/nut/nut-17.4-r1.ebuild b/app-misc/nut/nut-17.4-r1.ebuild deleted file mode 100644 index 8aaa3ba38d34..000000000000 --- a/app-misc/nut/nut-17.4-r1.ebuild +++ /dev/null @@ -1,48 +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-17.4-r1.ebuild,v 1.1 2012/02/27 00:51:22 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="X" - -RDEPEND=" - X? ( - x11-libs/fltk:1 - x11-libs/libXpm - ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-16.12-makefile.patch -} - -src_compile() { - emake CC=$(tc-getCC) FOODDIR=\\\"/usr/share/nut\\\" - if use X ; then - cd fltk - emake CXX=$(tc-getCXX) FOODDIR=\\\"/usr/share/nut\\\" - fi -} - -src_install() { - insinto /usr/share/nut - doins raw.data/* - dobin nut - doman nut.1 - if use X ; then - dobin fltk/Nut - doicon nut.xpm - make_desktop_entry Nut nut nut Education - fi -} diff --git a/app-misc/nut/nut-17.4.ebuild b/app-misc/nut/nut-17.4.ebuild deleted file mode 100644 index 6d5cdd7620a5..000000000000 --- a/app-misc/nut/nut-17.4.ebuild +++ /dev/null @@ -1,48 +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-17.4.ebuild,v 1.5 2012/02/27 00:51:22 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="X" - -RDEPEND=" - X? ( - x11-libs/fltk:1 - x11-libs/libXpm - ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-16.12-makefile.patch -} - -src_compile() { - emake CC=$(tc-getCC) FOODDIR=\\\"/usr/share/nut\\\" - if use X ; then - cd fltk - emake CXX=$(tc-getCXX) FOODDIR=\\\"/usr/share/nut\\\" - fi -} - -src_install() { - insinto /usr/share/nut - doins raw.data/* - dobin nut - doman nut.1 - if use X ; then - dobin fltk/Nut - doicon nut.xpm - make_desktop_entry Nut nut nut Education - fi -} |