diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
commit | 905104477894dc17ff4df7f9d24c59ed70b27694 (patch) | |
tree | 96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/gkrellm-giFT | |
parent | Various epatch sed and cosmetic changes (diff) | |
download | gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2 gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/gkrellm-giFT')
-rw-r--r-- | x11-plugins/gkrellm-giFT/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-giFT/Manifest b/x11-plugins/gkrellm-giFT/Manifest index e1218599b2b7..2b264be29ca3 100644 --- a/x11-plugins/gkrellm-giFT/Manifest +++ b/x11-plugins/gkrellm-giFT/Manifest @@ -1,3 +1,3 @@ MD5 014de462756ebf7de426d32376a4746d ChangeLog 447 -MD5 6718a62ba8ce1bcf7732bfb90a0e5c15 gkrellm-giFT-0.2.1.ebuild 691 +MD5 209e574e8589a14f759e74a47650ff93 gkrellm-giFT-0.2.1.ebuild 689 MD5 79bb8dedf4e3fe409a12e45341c99cc4 files/digest-gkrellm-giFT-0.2.1 70 diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild index 609adc130055..e95faf117c20 100644 --- a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild +++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild,v 1.1 2003/09/06 15:43:27 sergey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild,v 1.2 2004/01/04 18:36:47 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GKrellM2 plugin to monitor giFT transfers" -SRC_URI="http://www.code-monkey.de/data/${PN}/${P}.tar.gz" +SRC_URI="http://www.code-monkey.de/data/gkrellm-giFT/${P}.tar.gz" HOMEPAGE="http://www.code-monkey.de/gkrellm-gift.html" LICENSE="GPL-2" SLOT="0" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=app-admin/gkrellm-2.1.15 - >=net-p2p/gift-0.11.3" + >=net-p2p/gift-0.11.3" src_compile() { econf || die |