diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-14 14:59:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-14 14:59:05 +0000 |
commit | 9fc68b203cdc0859b7b553351b9430928309a5d1 (patch) | |
tree | 7359611821ba41ef72fd404ded77754f32e28079 /app-admin/whowatch | |
parent | Remove old. (diff) | |
download | gentoo-2-9fc68b203cdc0859b7b553351b9430928309a5d1.tar.gz gentoo-2-9fc68b203cdc0859b7b553351b9430928309a5d1.tar.bz2 gentoo-2-9fc68b203cdc0859b7b553351b9430928309a5d1.zip |
Remove old.
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2-r1.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/app-admin/whowatch/ChangeLog b/app-admin/whowatch/ChangeLog index a68ed8068ca0..f02c0849cb37 100644 --- a/app-admin/whowatch/ChangeLog +++ b/app-admin/whowatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/whowatch # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/ChangeLog,v 1.32 2009/04/14 09:56:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/ChangeLog,v 1.33 2009/04/14 14:59:05 jer Exp $ + + 14 Apr 2009; Jeroen Roovers <jer@gentoo.org> -whowatch-1.5.2-r1.ebuild: + Remove old. 14 Apr 2009; Raúl Porcel <armin76@gentoo.org> whowatch-1.6.0.ebuild: x86 stable wrt #264512 diff --git a/app-admin/whowatch/whowatch-1.5.2-r1.ebuild b/app-admin/whowatch/whowatch-1.5.2-r1.ebuild deleted file mode 100644 index aa64ead07f45..000000000000 --- a/app-admin/whowatch/whowatch-1.5.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2-r1.ebuild,v 1.8 2008/10/27 20:15:23 jer Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time" -HOMEPAGE="http://wizard.ae.krakow.pl/~mike/" -SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc sparc x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.in.patch - epatch "${FILESDIR}"/${P}-gcc4.patch - epatch "${FILESDIR}"/${P}-implicit.patch -} - -src_compile() { - tc-export CC - - econf || die "econf failed" - make || die -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog KEYS NEWS README TODO VERSION -} |