diff options
author | Tom Martin <slarti@gentoo.org> | 2005-11-06 16:25:36 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-11-06 16:25:36 +0000 |
commit | de87522af489c92c9f73fabb6232d760e93c6882 (patch) | |
tree | 78caab47897ef6622e268f4af07aebde01a8a752 /x11-misc | |
parent | xdg menu for rox (diff) | |
download | gentoo-2-de87522af489c92c9f73fabb6232d760e93c6882.tar.gz gentoo-2-de87522af489c92c9f73fabb6232d760e93c6882.tar.bz2 gentoo-2-de87522af489c92c9f73fabb6232d760e93c6882.zip |
stylistic changes to ebuild, #111548
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/viewglob/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/viewglob/viewglob-2.0.3.ebuild | 17 |
2 files changed, 9 insertions, 14 deletions
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 <slarti@gentoo.org> viewglob-2.0.3.ebuild: + Several stylistic changes to the ebuild. Thanks a lot to Petteri Räty + <betelgeuse@gentoo.org> in bug #111548. 05 Nov 2005; Petteri Räty <betelgeuse@gentoo.org> 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() { |