summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-10-10 04:19:04 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-10-10 04:19:04 +0000
commit0a026bd01f5233009a1b7df11529f8f0a729e8bd (patch)
tree245dfda510d8b690ff1b7f3adf2256b627cf3cbd /xfce-extra/xfce4-diskperf
parentinitial import (diff)
downloadgentoo-2-0a026bd01f5233009a1b7df11529f8f0a729e8bd.tar.gz
gentoo-2-0a026bd01f5233009a1b7df11529f8f0a729e8bd.tar.bz2
gentoo-2-0a026bd01f5233009a1b7df11529f8f0a729e8bd.zip
initial import
Diffstat (limited to 'xfce-extra/xfce4-diskperf')
-rw-r--r--xfce-extra/xfce4-diskperf/ChangeLog9
-rw-r--r--xfce-extra/xfce4-diskperf/Manifest3
-rw-r--r--xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-1.01
-rw-r--r--xfce-extra/xfce4-diskperf/xfce4-diskperf-1.0.ebuild25
4 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-diskperf/ChangeLog b/xfce-extra/xfce4-diskperf/ChangeLog
new file mode 100644
index 000000000000..40c4d2bb0724
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for xfce-extra/xfce4-diskperf
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf/ChangeLog,v 1.1 2003/10/10 04:18:55 bcowan Exp $
+
+*xfce4-diskperf-1.0 (10 Oct 2003)
+
+ 10 Oct 2003; Brad Cowan <bcowan@gentoo.org> xfce4-diskperf-1.0.ebuild:
+ Initial import.
+
diff --git a/xfce-extra/xfce4-diskperf/Manifest b/xfce-extra/xfce4-diskperf/Manifest
index 27249dc62e13..edc1e15d9f78 100644
--- a/xfce-extra/xfce4-diskperf/Manifest
+++ b/xfce-extra/xfce4-diskperf/Manifest
@@ -1,2 +1,3 @@
-MD5 b5da60e2a3c32c99196dcabf7f38bf22 xfce4-diskperf-1.0.ebuild 687
+MD5 c839414e0c410df476cd87e3d282a678 xfce4-diskperf-1.0.ebuild 692
+MD5 5450213b45e7ba79625069b68c4724c7 ChangeLog 359
MD5 74ab9cca84a3df848b9abb2c0857adc2 files/digest-xfce4-diskperf-1.0 77
diff --git a/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-1.0 b/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-1.0
new file mode 100644
index 000000000000..4da7566cd7ee
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-1.0
@@ -0,0 +1 @@
+MD5 feddfc9f376c65592ae66aaec049848e xfce4-diskperf-plugin-1.0.tar.gz 214840
diff --git a/xfce-extra/xfce4-diskperf/xfce4-diskperf-1.0.ebuild b/xfce-extra/xfce4-diskperf/xfce4-diskperf-1.0.ebuild
new file mode 100644
index 000000000000..7d9127c7498f
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/xfce4-diskperf-1.0.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/xfce-extra/xfce4-diskperf/xfce4-diskperf-1.0.ebuild,v 1.1 2003/10/10 04:18:55 bcowan Exp $
+
+IUSE=""
+MY_P="${PN}-plugin-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Xfce4 panel command line plugin"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2
+ xfce-base/xfce4-base"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL COPYING README
+}