summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIskren Slavov <iskren.s@gmail.com>2010-10-19 23:07:19 +0300
committerIskren Slavov <iskren.s@gmail.com>2010-10-19 23:07:19 +0300
commit2cef5986a52b1bbeb36138c5bf12fa8759cc8aa6 (patch)
tree71b7310c5745c35b71ce9a6030306562ab51651c
parentnet-p2p/flush-0.9.8 version bump; cleanup unneeded ebuilds (diff)
downloadwish-2cef5986a52b1bbeb36138c5bf12fa8759cc8aa6.tar.gz
wish-2cef5986a52b1bbeb36138c5bf12fa8759cc8aa6.tar.bz2
wish-2cef5986a52b1bbeb36138c5bf12fa8759cc8aa6.zip
Cleanups
-rw-r--r--net-p2p/flush/ChangeLog16
-rw-r--r--net-p2p/flush/flush-0.9.6.ebuild55
2 files changed, 0 insertions, 71 deletions
diff --git a/net-p2p/flush/ChangeLog b/net-p2p/flush/ChangeLog
deleted file mode 100644
index 9e73ed8..0000000
--- a/net-p2p/flush/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for net-p2p/flush
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-
- 03 Jul 2010; Iskren Slavov <iskren.s@gmail.com>
- -flush-0.9.2.ebuild:
- Cleanup old versions.
-
-*flush-0.9.6 (20 Jun 2010)
- 20 Jun 2010; Iskren Slavov <iskren.s@gmail.com>
- +flush-0.9.6.ebuild:
- Version bump.
-
-*flush-0.9.2 (11 Apr 2010)
- 11 Apr 2010; Iskren Slavov <iskren.s@gmail.com>
- +flush-0.9.2.ebuild:
- Initial release.
diff --git a/net-p2p/flush/flush-0.9.6.ebuild b/net-p2p/flush/flush-0.9.6.ebuild
deleted file mode 100644
index 168c158..0000000
--- a/net-p2p/flush/flush-0.9.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils distutils flag-o-matic
-
-DESCRIPTION="A GTK-based BitTorrent client by Dmitry Konishchev"
-HOMEPAGE="http://sourceforge.net/projects/flush/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.16.6
- >=dev-cpp/gtkmm-2.16.0
- >=dev-cpp/glibmm-2.20.1
- >=x11-libs/libnotify-0.4.5
-
- >=sys-devel/gettext-0.17
- >=dev-libs/libconfig-1.3.2
- >=dev-libs/boost-1.35.0
- >=sys-apps/dbus-1.2.3
-
- >=net-libs/rb_libtorrent-0.14.8"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf --disable-bundle-package \
- --enable-system-libconfig \
- --enable-system-libtorrent
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc COPYING ChangeLog
-
- # Fix icon if using different icon theme in GNOME
- insinto /usr/share/pixmaps
- doins ./icons/hicolor/72x72/apps/flush.png
-
- ewarn
- ewarn There seems to be some incompability with older version
- ewarn configuration files. If Flush seems to be unstable or
- ewarn too slow you can fix this with 'rm -rf ~/.flush'.
- ewarn
- ewarn WARNING: This will remove all your loaded torrent files.
- ewarn
-}