diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-17 06:19:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-17 06:19:42 +0000 |
commit | ff1aa8768c17bba22f595aae829ac3002f37ae24 (patch) | |
tree | 40c3c9ca5cc3bdf22febb0ce909a4b1ab94b9494 /net-analyzer/netleds_applet | |
parent | typo fix (diff) | |
download | historical-ff1aa8768c17bba22f595aae829ac3002f37ae24.tar.gz historical-ff1aa8768c17bba22f595aae829ac3002f37ae24.tar.bz2 historical-ff1aa8768c17bba22f595aae829ac3002f37ae24.zip |
small fixes
Diffstat (limited to 'net-analyzer/netleds_applet')
-rw-r--r-- | net-analyzer/netleds_applet/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r3 (renamed from net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r1) | 0 | ||||
-rw-r--r-- | net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild (renamed from net-analyzer/netleds_applet/netleds_applet-0.9.1-r1.ebuild) | 21 |
3 files changed, 19 insertions, 11 deletions
diff --git a/net-analyzer/netleds_applet/ChangeLog b/net-analyzer/netleds_applet/ChangeLog index 7b951290053b..c256ccbff952 100644 --- a/net-analyzer/netleds_applet/ChangeLog +++ b/net-analyzer/netleds_applet/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/netleds_applet # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/ChangeLog,v 1.2 2002/04/25 01:00:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/ChangeLog,v 1.3 2002/06/17 06:19:41 seemant Exp $ + +*netleds_applet-0.9.1-r3 (16 Jun 2002) + + 16 Jun 2002; Seemant Kulleen <seemant@gentoo.org> + netleds_applet-0.9.1-r3.ebuild files/digest-netleds_applet-0.9.1-r3 : + + sandbox fix, cont'd *netleds_applet-0.9.1-r2 (24 Apr 2002) diff --git a/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r1 b/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r3 index e91820ced7ad..e91820ced7ad 100644 --- a/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r1 +++ b/net-analyzer/netleds_applet/files/digest-netleds_applet-0.9.1-r3 diff --git a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r1.ebuild b/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild index 4efa64c3151a..dea747a0a690 100644 --- a/net-analyzer/netleds_applet/netleds_applet-0.9.1-r1.ebuild +++ b/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/netleds_applet-0.9.1-r1.ebuild,v 1.1 2001/10/07 15:02:08 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netleds_applet/netleds_applet-0.9.1-r3.ebuild,v 1.1 2002/06/17 06:19:42 seemant Exp $ S=${WORKDIR}/${P} @@ -9,19 +8,21 @@ DESCRIPTION="Gnome applet that displays leds from network load" SRC_URI="http://netleds.port5.com/${P}.tar.gz" HOMEPAGE="http://netleds.port5.com/" +SLOT="" +LICENSE="GPL-2" + DEPEND=">=gnome-base/gnome-core-1.4.0.4-r1 >=gnome-base/libgtop-1.0.12-r1" src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --enable-shared - try make + + econf || die + emake || die } src_install() { - try make prefix=${D}/usr install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO + + einstall || die + + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } - - - - |