summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-09-24 17:52:03 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-09-24 17:52:03 +0000
commitbf0ce242a448dcc81e25cf3ec34b5caec25802e7 (patch)
tree65f1a60a710571bb769223e28160a85b06a16883
parentStable on ppc64; bug #238445 (diff)
downloadgentoo-2-bf0ce242a448dcc81e25cf3ec34b5caec25802e7.tar.gz
gentoo-2-bf0ce242a448dcc81e25cf3ec34b5caec25802e7.tar.bz2
gentoo-2-bf0ce242a448dcc81e25cf3ec34b5caec25802e7.zip
Remove live ebuild of the 0.5 branch
(Portage version: 2.1.4.4)
-rw-r--r--net-p2p/deluge/ChangeLog5
-rw-r--r--net-p2p/deluge/deluge-0.5.9999.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog
index c107213c0c62..e87b65dc38e7 100644
--- a/net-p2p/deluge/ChangeLog
+++ b/net-p2p/deluge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/deluge
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.95 2008/09/22 09:10:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.96 2008/09/24 17:52:03 armin76 Exp $
+
+ 24 Sep 2008; Raúl Porcel <armin76@gentoo.org> -deluge-0.5.9999.ebuild:
+ Remove live ebuild of the 0.5 branch
*deluge-1.0.0 (22 Sep 2008)
diff --git a/net-p2p/deluge/deluge-0.5.9999.ebuild b/net-p2p/deluge/deluge-0.5.9999.ebuild
deleted file mode 100644
index b8be2682f684..000000000000
--- a/net-p2p/deluge/deluge-0.5.9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.9999.ebuild,v 1.2 2008/07/13 18:12:09 armin76 Exp $
-
-inherit eutils distutils subversion flag-o-matic
-
-ESVN_REPO_URI="http://svn.deluge-torrent.org/branches/deluge-0.5"
-ESVN_PROJECT="deluge-0.5"
-
-DESCRIPTION="BitTorrent client in Python and PyGTK."
-HOMEPAGE="http://deluge-torrent.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="libnotify"
-
-DEPEND=">=dev-lang/python-2.3
- dev-libs/boost"
-RDEPEND="${DEPEND}
- >=dev-python/pygtk-2
- dev-python/pyxdg
- dev-python/dbus-python
- gnome-base/librsvg
- libnotify? ( dev-python/notify-python )"
-
-pkg_setup() {
- if ! built_with_use --missing true "dev-libs/boost" threads; then
- eerror "dev-libs/boost has to be built with threads USE-flag."
- die "Missing threads USE-flag for dev-libs/boost"
- fi
-
- filter-ldflags -Wl,--as-needed
-}
-
-pkg_postinst() {
- elog
- elog "If after upgrading it doesn't work, please remove the"
- elog "'~/.config/deluge' directory and try again, but make a backup"
- elog "first!"
- elog
- elog "Please note that Deluge is still in it's early stages"
- elog "of development. Use it carefully and feel free to submit bugs"
- elog "in upstream page."
- elog
-}