summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-12-25 23:55:49 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-12-25 23:55:49 +0000
commitea672165a8537deefa093907d0db55ab6485cded (patch)
tree10446e0001492b614f5b26b753540175c2b60153 /x11-plugins
parentRe-add sip-3.5.ebuild to satisfy PyQt dependency (diff)
downloadgentoo-2-ea672165a8537deefa093907d0db55ab6485cded.tar.gz
gentoo-2-ea672165a8537deefa093907d0db55ab6485cded.tar.bz2
gentoo-2-ea672165a8537deefa093907d0db55ab6485cded.zip
initial import
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmldonkey/ChangeLog10
-rw-r--r--x11-plugins/wmmldonkey/Manifest4
-rw-r--r--x11-plugins/wmmldonkey/files/digest-wmmldonkey-0.0031
-rw-r--r--x11-plugins/wmmldonkey/metadata.xml8
-rw-r--r--x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild20
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/wmmldonkey/ChangeLog b/x11-plugins/wmmldonkey/ChangeLog
new file mode 100644
index 000000000000..f7c109d8ee58
--- /dev/null
+++ b/x11-plugins/wmmldonkey/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/wmmldonkey
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.1 2003/12/25 23:55:49 pyrania Exp $
+
+*wmmldonkey-0.003 (26 Dec 2003)
+
+ 26 Dec 2003; Markus Nigbur <pyrania@gentoo.org> metadata.xml,
+ wmmldonkey-0.003.ebuild:
+ Initial import. Thanks to Marco Lui for the ebuild.
+
diff --git a/x11-plugins/wmmldonkey/Manifest b/x11-plugins/wmmldonkey/Manifest
new file mode 100644
index 000000000000..9041eabf6038
--- /dev/null
+++ b/x11-plugins/wmmldonkey/Manifest
@@ -0,0 +1,4 @@
+MD5 0234d91991d01e6c661fa0551f496e5b ChangeLog 310
+MD5 4719e916cabe20df559a3e88d5f4722a metadata.xml 250
+MD5 1cc72904e69709fa4e7553884418b641 wmmldonkey-0.003.ebuild 529
+MD5 a8951693f28ccf232685fbffcad37926 files/digest-wmmldonkey-0.003 62
diff --git a/x11-plugins/wmmldonkey/files/digest-wmmldonkey-0.003 b/x11-plugins/wmmldonkey/files/digest-wmmldonkey-0.003
new file mode 100644
index 000000000000..fe9be13471cb
--- /dev/null
+++ b/x11-plugins/wmmldonkey/files/digest-wmmldonkey-0.003
@@ -0,0 +1 @@
+MD5 231f6ca0833ccabfda5cc8643e7f0bc6 wmmldonkey3.tar.gz 18684
diff --git a/x11-plugins/wmmldonkey/metadata.xml b/x11-plugins/wmmldonkey/metadata.xml
new file mode 100644
index 000000000000..f1e1deaf8395
--- /dev/null
+++ b/x11-plugins/wmmldonkey/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+<longdescription>
+WMaker DockApp: ACPI status monitor for laptops
+</longdescription>
+</pkgmetadata>
diff --git a/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
new file mode 100644
index 000000000000..68b8dfdf0d7a
--- /dev/null
+++ b/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.1 2003/12/25 23:55:49 pyrania Exp $
+
+DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
+HOMEPAGE="http://dockapps.org/file.php/id/174"
+SRC_URI="http://dockapps.org/download.php/id/298/wmmldonkey3.tar.gz"
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/x11
+ net-p2p/mldonkey"
+S=${WORKDIR}/wmmldonkey3
+
+src_install() {
+ dodoc CHANGELOG LICENSE README
+ exeinto /usr/bin
+ doexe wmmldonkey
+}