diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 14:23:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 14:23:40 +0000 |
commit | bacdecec03d4f71888d442afc2b0e7d828de8afa (patch) | |
tree | 6fa3dcedf963d98e91e3f8fb015f2ccdc36d5224 /net-p2p/deluge | |
parent | Stable on amd64 wrt bug 173646 (diff) | |
download | gentoo-2-bacdecec03d4f71888d442afc2b0e7d828de8afa.tar.gz gentoo-2-bacdecec03d4f71888d442afc2b0e7d828de8afa.tar.bz2 gentoo-2-bacdecec03d4f71888d442afc2b0e7d828de8afa.zip |
Remove old and add another warning
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-0.5.0.ebuild | 62 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-0.5.1.1.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/deluge/files/digest-deluge-0.5.0 | 3 |
5 files changed, 15 insertions, 68 deletions
diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog index a939d818dfca..59aa2f9cdf70 100644 --- a/net-p2p/deluge/ChangeLog +++ b/net-p2p/deluge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/deluge # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.15 2007/06/15 10:20:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.16 2007/06/17 14:23:40 armin76 Exp $ + + 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> -deluge-0.5.0.ebuild, + deluge-0.5.1.1.ebuild, deluge-9999.ebuild: + Remove old and add another warning *deluge-9999 (15 Jun 2007) diff --git a/net-p2p/deluge/deluge-0.5.0.ebuild b/net-p2p/deluge/deluge-0.5.0.ebuild deleted file mode 100644 index 5166a7273810..000000000000 --- a/net-p2p/deluge/deluge-0.5.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.0.ebuild,v 1.7 2007/05/30 17:37:56 armin76 Exp $ - -inherit eutils distutils - -DESCRIPTION="BitTorrent client in Python and PyGTK." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://deluge-torrent.org/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="libnotify" - -DEPEND=">=dev-lang/python-2.3 - dev-libs/boost - =net-libs/rb_libtorrent-0.11" -RDEPEND="${DEPEND} - >=dev-python/pygtk-2 - dev-python/pyxdg - dev-python/dbus-python - libnotify? ( dev-python/notify-python )" - -pkg_setup() { - # We need boost built with threads - if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \ - ! built_with_use "dev-libs/boost" threads; then - eerror "${PN} needs dev-libs/boost built with threads USE flag" - die "dev-libs/boost is built without threads USE flag" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PV}-use-system-rblibtorrent.patch - - # use the threaded libs - sed -i -e "s:\('boost_[^']*\):\1-mt:g" setup.py \ - || die "sed failed" - - # http://deluge-torrent.org/ticket/173 - sed -i -e "s~INSTALL_PREFIX = '@datadir@'~INSTALL_PREFIX = '/usr'~g" \ - src/dcommon.py || die "sed failed" -} - -src_compile() { - if use amd64 || use ia64 || use ppc64; then - CFLAGS="${CFLAGS} -DAMD64" - fi - distutils_src_compile -} - -pkg_postinst() { - 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 -} diff --git a/net-p2p/deluge/deluge-0.5.1.1.ebuild b/net-p2p/deluge/deluge-0.5.1.1.ebuild index 02e926cdcf9b..92e6775626f8 100644 --- a/net-p2p/deluge/deluge-0.5.1.1.ebuild +++ b/net-p2p/deluge/deluge-0.5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.1.1.ebuild,v 1.1 2007/06/12 18:14:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-0.5.1.1.ebuild,v 1.2 2007/06/17 14:23:40 armin76 Exp $ inherit eutils distutils @@ -38,6 +38,10 @@ src_compile() { 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." diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index a9522e97bdd8..a384a150188a 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.1 2007/06/15 10:20:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.2 2007/06/17 14:23:40 armin76 Exp $ inherit eutils distutils subversion @@ -41,6 +41,10 @@ src_compile() { 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." diff --git a/net-p2p/deluge/files/digest-deluge-0.5.0 b/net-p2p/deluge/files/digest-deluge-0.5.0 deleted file mode 100644 index 7bcd2cfd31b6..000000000000 --- a/net-p2p/deluge/files/digest-deluge-0.5.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d83e6ee573ac9e2e8d11bc3f446da3f8 deluge-0.5.0.tar.gz 518982 -RMD160 acb7c81ebf5d67319086f44b4031862422482d25 deluge-0.5.0.tar.gz 518982 -SHA256 7f2f8c575f481ee623b7116e6cf9ffb314ee9e065e886478b8795ae5a6e7dfcd deluge-0.5.0.tar.gz 518982 |