From 99ea9dde8c2c8a2262f25ce92133b159064e83f4 Mon Sep 17 00:00:00 2001 From: Iskren Slavov Date: Wed, 2 Feb 2011 14:55:16 +0200 Subject: updated flush to 0.9.9, added patched qbittorrent --- net-p2p/flush/Manifest | 4 +-- net-p2p/flush/flush-0.9.8.ebuild | 55 --------------------------------------- net-p2p/flush/flush-0.9.9.ebuild | 56 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 57 deletions(-) delete mode 100644 net-p2p/flush/flush-0.9.8.ebuild create mode 100644 net-p2p/flush/flush-0.9.9.ebuild (limited to 'net-p2p/flush') diff --git a/net-p2p/flush/Manifest b/net-p2p/flush/Manifest index 0c8dee4..3febd4c 100644 --- a/net-p2p/flush/Manifest +++ b/net-p2p/flush/Manifest @@ -1,3 +1,3 @@ -DIST flush-0.9.8.tar.bz2 800362 RMD160 0deb729c5b01db7a108a7ad1ad0287944825c689 SHA1 2ee4b27022f8f30143f47e08e6cc11dcc150c294 SHA256 fc45b6fa2e0f13ba3155580023950be26c5cf847672f2189af3bcd5066a95938 -EBUILD flush-0.9.8.ebuild 1315 RMD160 86d9f98b30d0466a8fc88b6a59819dcb0c2cb25e SHA1 d40485f93295463ce18f32683beaefb1899c329a SHA256 34502fcc5f09accaac5bb44a76b611156867c7ed82fd2f5f9ffc1aeedc1b115a +DIST flush-0.9.9.tar.bz2 805679 RMD160 d1ccdeb81e1389d00b61b6cc5e494222254cde09 SHA1 94dc1e83c4cd9a36ab47298102557b26d06c2649 SHA256 0859b3362b4ff91e97c16188b99111c1ab88b28c8bd312dea03798762d98935d +EBUILD flush-0.9.9.ebuild 1342 RMD160 0d6146bd1e6cfea1a7e53d1c5fff0ab47b2833e9 SHA1 11159e476b8d7dde891fed9741e954df38aaad8a SHA256 ef6f578942b9c01f93d50ec9e48c3031999160a53563705622097ffda0513d27 MISC metadata.xml 288 RMD160 1721c235b8b60c27e22f38cf1c70446b9dfb89a6 SHA1 922b7464824f1c63dfda090aa082f61b47cbc8ba SHA256 0b009300e70c1e4120ab58796cf22e44474a7053e903bf111b6e3f0cc1e0e71b diff --git a/net-p2p/flush/flush-0.9.8.ebuild b/net-p2p/flush/flush-0.9.8.ebuild deleted file mode 100644 index 168c158..0000000 --- a/net-p2p/flush/flush-0.9.8.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 -} diff --git a/net-p2p/flush/flush-0.9.9.ebuild b/net-p2p/flush/flush-0.9.9.ebuild new file mode 100644 index 0000000..75c0aa2 --- /dev/null +++ b/net-p2p/flush/flush-0.9.9.ebuild @@ -0,0 +1,56 @@ +# 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 + >=dev-cpp/libglademm-2.6.7 + >=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 +} -- cgit v1.2.3-65-gdbad