From de87522af489c92c9f73fabb6232d760e93c6882 Mon Sep 17 00:00:00 2001 From: Tom Martin Date: Sun, 6 Nov 2005 16:25:36 +0000 Subject: stylistic changes to ebuild, #111548 (Portage version: 2.0.53_rc7) --- x11-misc/viewglob/ChangeLog | 6 +++++- x11-misc/viewglob/viewglob-2.0.3.ebuild | 17 ++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/viewglob/ChangeLog b/x11-misc/viewglob/ChangeLog index 32b697cd9fe6..4df3b090cc3c 100644 --- a/x11-misc/viewglob/ChangeLog +++ b/x11-misc/viewglob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/viewglob # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.7 2005/11/05 13:15:18 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.8 2005/11/06 16:25:36 slarti Exp $ + + 06 Nov 2005; Tom Martin viewglob-2.0.3.ebuild: + Several stylistic changes to the ebuild. Thanks a lot to Petteri Räty + in bug #111548. 05 Nov 2005; Petteri Räty viewglob-2.0.3.ebuild: Added ~x86 keyword. Fixes bug #111543. diff --git a/x11-misc/viewglob/viewglob-2.0.3.ebuild b/x11-misc/viewglob/viewglob-2.0.3.ebuild index 0249dc478383..dd03ad7205e5 100644 --- a/x11-misc/viewglob/viewglob-2.0.3.ebuild +++ b/x11-misc/viewglob/viewglob-2.0.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.3.ebuild,v 1.3 2005/11/05 13:15:18 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.3.ebuild,v 1.4 2005/11/06 16:25:36 slarti Exp $ inherit eutils -DESCRIPTION="Graphical display of directories and globs referenced at the shell prompt" +DESCRIPTION="Graphical display of directories and globs referenced at the shell +prompt." HOMEPAGE="http://viewglob.sourceforge.net/" SRC_URI="mirror://sourceforge/viewglob/${P}.tar.gz" LICENSE="GPL-2" @@ -16,19 +17,9 @@ DEPEND=">=dev-libs/glib-2.2.0 >=x11-libs/gtk+-2.4.0 || ( app-shells/bash app-shells/zsh )" -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install () { make DESTDIR=${D} install || die "install failed" - dodoc AUTHORS COPYING COPYING2 ChangeLog HACKING INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog HACKING NEWS README TODO } pkg_postinst() { -- cgit v1.2.3-65-gdbad