summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kuleshov <sergey@gentoo.org>2003-09-06 15:43:35 +0000
committerSergey Kuleshov <sergey@gentoo.org>2003-09-06 15:43:35 +0000
commitdbfc94f7915536081e0f4a81e7bae3b04e588f01 (patch)
treeae8c5df409d10af7951046caadb5c7c6f1f6673a /x11-plugins
parentInitial commit. (diff)
downloadgentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.tar.gz
gentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.tar.bz2
gentoo-2-dbfc94f7915536081e0f4a81e7bae3b04e588f01.zip
Initial commit.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-giFT/ChangeLog11
-rw-r--r--x11-plugins/gkrellm-giFT/Manifest3
-rw-r--r--x11-plugins/gkrellm-giFT/files/digest-gkrellm-giFT-0.2.11
-rw-r--r--x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild25
4 files changed, 39 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-giFT/ChangeLog b/x11-plugins/gkrellm-giFT/ChangeLog
new file mode 100644
index 000000000000..e51fe19fcf6e
--- /dev/null
+++ b/x11-plugins/gkrellm-giFT/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-plugins/gkrellm-giFT
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/ChangeLog,v 1.1 2003/09/06 15:43:27 sergey Exp $
+
+*gkrellm-giFT-0.2.1 (06 Sep 2003)
+
+ 06 Sep 2003; Sergey Kuleshov <svyatogor@gentoo.org>
+ gkrellm-giFT-0.2.1.ebuild:
+ Initial commit, thus closing bug #27640. Thanks to Alex Revo
+ <accessps@yahoo.com> for ebuild.
+
diff --git a/x11-plugins/gkrellm-giFT/Manifest b/x11-plugins/gkrellm-giFT/Manifest
index 70ae59035468..258dcb95b003 100644
--- a/x11-plugins/gkrellm-giFT/Manifest
+++ b/x11-plugins/gkrellm-giFT/Manifest
@@ -1,2 +1,3 @@
-MD5 bc4777b20591c2efd7fe9145a5852a10 gkrellm-giFT-0.2.1.ebuild 572
+MD5 46af7cf874694fd14d24b77478b1629c gkrellm-giFT-0.2.1.ebuild 685
+MD5 014de462756ebf7de426d32376a4746d ChangeLog 447
MD5 79bb8dedf4e3fe409a12e45341c99cc4 files/digest-gkrellm-giFT-0.2.1 70
diff --git a/x11-plugins/gkrellm-giFT/files/digest-gkrellm-giFT-0.2.1 b/x11-plugins/gkrellm-giFT/files/digest-gkrellm-giFT-0.2.1
new file mode 100644
index 000000000000..09b015432b6f
--- /dev/null
+++ b/x11-plugins/gkrellm-giFT/files/digest-gkrellm-giFT-0.2.1
@@ -0,0 +1 @@
+MD5 63c367b303838935bbd5c5ab4c88c461 gkrellm-giFT-0.2.1.tar.gz 296481
diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild
new file mode 100644
index 000000000000..609adc130055
--- /dev/null
+++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.1.ebuild
@@ -0,0 +1,25 @@
+# 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 $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GKrellM2 plugin to monitor giFT transfers"
+SRC_URI="http://www.code-monkey.de/data/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.code-monkey.de/gkrellm-gift.html"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-admin/gkrellm-2.1.15
+ >=net-p2p/gift-0.11.3"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog COPYING FAQ README
+}