diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-04 16:09:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-04 16:09:12 +0000 |
commit | b92f76cf0783a9d2f59b2a35e5adb0cec46beb8d (patch) | |
tree | 4df3f06884dcb16fe16b0f5d52097c4a496f0bec /net-p2p/deluge | |
parent | Create pidfile in /var/run/nrpe (#233859) (diff) | |
download | gentoo-2-b92f76cf0783a9d2f59b2a35e5adb0cec46beb8d.tar.gz gentoo-2-b92f76cf0783a9d2f59b2a35e5adb0cec46beb8d.tar.bz2 gentoo-2-b92f76cf0783a9d2f59b2a35e5adb0cec46beb8d.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.0.0_rc3.ebuild | 73 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.0.0_rc4.ebuild | 73 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.0.0_rc5.ebuild (renamed from net-p2p/deluge/deluge-1.0.0_rc2.ebuild) | 4 |
4 files changed, 10 insertions, 149 deletions
diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog index 31a211cf1e49..f268bfd6cd5e 100644 --- a/net-p2p/deluge/ChangeLog +++ b/net-p2p/deluge/ChangeLog @@ -1,6 +1,13 @@ # 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.84 2008/07/29 20:53:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.85 2008/08/04 16:09:12 armin76 Exp $ + +*deluge-1.0.0_rc5 (04 Aug 2008) + + 04 Aug 2008; Raúl Porcel <armin76@gentoo.org> -deluge-1.0.0_rc2.ebuild, + -deluge-1.0.0_rc3.ebuild, -deluge-1.0.0_rc4.ebuild, + +deluge-1.0.0_rc5.ebuild: + Version bump 29 Jul 2008; Raúl Porcel <armin76@gentoo.org> deluge-1.0.0_rc2.ebuild, deluge-1.0.0_rc3.ebuild, deluge-1.0.0_rc4.ebuild: diff --git a/net-p2p/deluge/deluge-1.0.0_rc3.ebuild b/net-p2p/deluge/deluge-1.0.0_rc3.ebuild deleted file mode 100644 index 5b3d2f73249d..000000000000 --- a/net-p2p/deluge/deluge-1.0.0_rc3.ebuild +++ /dev/null @@ -1,73 +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-1.0.0_rc3.ebuild,v 1.3 2008/07/29 20:53:53 armin76 Exp $ - -inherit eutils distutils flag-o-matic - -MY_PV="0.9.03" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="BitTorrent client with a client/server model." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://download.deluge-torrent.org/source/${MY_PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gtk" - -S="${WORKDIR}"/${MY_P} - -DEPEND=">=dev-lang/python-2.4 - dev-libs/boost" -RDEPEND="${DEPEND} - dev-python/pyxdg - dev-python/setuptools - gtk? ( - >=dev-python/pygtk-2 - dev-python/pyxdg - dev-python/dbus-python - gnome-base/librsvg - )" - -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 -} - -src_unpack() { - distutils_src_unpack - - cd "${S}" - - epatch "${FILESDIR}"/setup.patch -} - -src_install() { - distutils_src_install - newinitd "${FILESDIR}"/deluged.init deluged - newconfd "${FILESDIR}"/deluged.conf deluged -} - -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 - einfo "Please note that Deluge is still in it's early stages" - einfo "of development. Use it carefully and feel free to submit bugs" - einfo "in upstream page." - elog - elog "To start the daemon either run 'deluged' as user" - elog "or modify /etc/conf.d/deluged and run" - elog "/etc/init.d/deluged start as root" - elog "You can still use deluge the old way" - elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" - elog -} diff --git a/net-p2p/deluge/deluge-1.0.0_rc4.ebuild b/net-p2p/deluge/deluge-1.0.0_rc4.ebuild deleted file mode 100644 index 449a108357c7..000000000000 --- a/net-p2p/deluge/deluge-1.0.0_rc4.ebuild +++ /dev/null @@ -1,73 +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-1.0.0_rc4.ebuild,v 1.2 2008/07/29 20:53:53 armin76 Exp $ - -inherit eutils distutils flag-o-matic - -MY_PV="0.9.04" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="BitTorrent client with a client/server model." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://download.deluge-torrent.org/source/${MY_PV}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gtk" - -S="${WORKDIR}"/${MY_P} - -DEPEND=">=dev-lang/python-2.4 - dev-libs/boost" -RDEPEND="${DEPEND} - dev-python/pyxdg - dev-python/setuptools - gtk? ( - >=dev-python/pygtk-2 - dev-python/pyxdg - dev-python/dbus-python - gnome-base/librsvg - )" - -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 -} - -src_unpack() { - distutils_src_unpack - - cd "${S}" - - epatch "${FILESDIR}"/setup.patch -} - -src_install() { - distutils_src_install - newinitd "${FILESDIR}"/deluged.init deluged - newconfd "${FILESDIR}"/deluged.conf deluged -} - -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 - einfo "Please note that Deluge is still in it's early stages" - einfo "of development. Use it carefully and feel free to submit bugs" - einfo "in upstream page." - elog - elog "To start the daemon either run 'deluged' as user" - elog "or modify /etc/conf.d/deluged and run" - elog "/etc/init.d/deluged start as root" - elog "You can still use deluge the old way" - elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" - elog -} diff --git a/net-p2p/deluge/deluge-1.0.0_rc2.ebuild b/net-p2p/deluge/deluge-1.0.0_rc5.ebuild index c52a1b542d72..0cc43ea727ce 100644 --- a/net-p2p/deluge/deluge-1.0.0_rc2.ebuild +++ b/net-p2p/deluge/deluge-1.0.0_rc5.ebuild @@ -1,10 +1,10 @@ # 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-1.0.0_rc2.ebuild,v 1.3 2008/07/29 20:53:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.0.0_rc5.ebuild,v 1.1 2008/08/04 16:09:12 armin76 Exp $ inherit eutils distutils flag-o-matic -MY_PV="0.9.02" +MY_PV="0.9.05" MY_P="${PN}-${MY_PV}" DESCRIPTION="BitTorrent client with a client/server model." |