summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-20 22:13:57 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-20 22:13:57 +0000
commitf83facd2dfd2fe091d103c63d3d9ffa8a7707262 (patch)
treeef0dc0c3617ff270f26701a4497a0dda7e0fb23d /net-misc/kio_fish
parentsmall fix (diff)
downloadgentoo-2-f83facd2dfd2fe091d103c63d3d9ffa8a7707262.tar.gz
gentoo-2-f83facd2dfd2fe091d103c63d3d9ffa8a7707262.tar.bz2
gentoo-2-f83facd2dfd2fe091d103c63d3d9ffa8a7707262.zip
new version, added changelog (was missing)
Diffstat (limited to 'net-misc/kio_fish')
-rw-r--r--net-misc/kio_fish/ChangeLog10
-rw-r--r--net-misc/kio_fish/files/digest-kio_fish-1.1.11
-rw-r--r--net-misc/kio_fish/kio_fish-1.1.1.ebuild20
3 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/kio_fish/ChangeLog b/net-misc/kio_fish/ChangeLog
new file mode 100644
index 000000000000..9d4373a4957d
--- /dev/null
+++ b/net-misc/kio_fish/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-misc/kio_fish
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/ChangeLog,v 1.1 2002/04/20 22:13:57 danarmak Exp $
+
+*kio_fish-1.1.1 (21 Apr 2002)
+
+ 21 Apr 2002; Dan Armak <danarmak@gentoo.org> changelog:
+
+ New kde3 version.
+
diff --git a/net-misc/kio_fish/files/digest-kio_fish-1.1.1 b/net-misc/kio_fish/files/digest-kio_fish-1.1.1
new file mode 100644
index 000000000000..2c55520ddbc3
--- /dev/null
+++ b/net-misc/kio_fish/files/digest-kio_fish-1.1.1
@@ -0,0 +1 @@
+MD5 313ee2348e423b3f56dc57e33873df31 kio_fish-1.1.1.tar.bz2 393142
diff --git a/net-misc/kio_fish/kio_fish-1.1.1.ebuild b/net-misc/kio_fish/kio_fish-1.1.1.ebuild
new file mode 100644
index 000000000000..882bfd04a6bf
--- /dev/null
+++ b/net-misc/kio_fish/kio_fish-1.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer Bart Verwilst <verwilst@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.1.ebuild,v 1.1 2002/04/20 22:13:57 danarmak Exp $
+. /usr/portage/eclass/inherit.eclass || die
+inherit kde-base || die
+
+need-kde 3
+newdepend ">=net-misc/openssh-3.1_p1"
+DESCRIPTION="a kioslave for KDE 3 that lets you view and manipulate your remote files using SSH"
+SRC_URI="http://ich.bin.kein.hoschi.de/fish/${P}.tar.bz2"
+HOMEPAGE="http://ich.bin.kein.hoschi.de/fish/"
+
+src_install() {
+
+ mkdir -p ${D}/usr/kde/3/share/services
+ make DESTDIR=${D} install || die
+
+
+}