From 8038b19e7d87113d465df6033be32af7ac35db70 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 30 Mar 2009 00:04:03 +0000 Subject: Update dependency to wxGTK-2.8. Add ~amd64. (Portage version: 2.2_rc28/cvs/Linux x86_64) --- net-misc/wxdfast/ChangeLog | 10 +++++++-- net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild | 36 ++++++++++++++++++++++++++++++++ net-misc/wxdfast/wxdfast-0.6.0.ebuild | 36 -------------------------------- 3 files changed, 44 insertions(+), 38 deletions(-) create mode 100644 net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild delete mode 100644 net-misc/wxdfast/wxdfast-0.6.0.ebuild (limited to 'net-misc/wxdfast') diff --git a/net-misc/wxdfast/ChangeLog b/net-misc/wxdfast/ChangeLog index bcee9e693566..ce13bb30465b 100644 --- a/net-misc/wxdfast/ChangeLog +++ b/net-misc/wxdfast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/wxdfast -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.4 2008/01/28 16:17:00 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/ChangeLog,v 1.5 2009/03/30 00:04:03 dirtyepic Exp $ + +*wxdfast-0.6.0-r1 (30 Mar 2009) + + 30 Mar 2009; Ryan Hill -wxdfast-0.6.0.ebuild, + +wxdfast-0.6.0-r1.ebuild: + Update dependency to wxGTK-2.8. Add ~amd64. 28 Jan 2008; Raúl Porcel metadata.xml: Replace wxwindows with wxwidgets in metadata diff --git a/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild new file mode 100644 index 000000000000..b22279de6ee1 --- /dev/null +++ b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.1 2009/03/30 00:04:03 dirtyepic Exp $ + +EAPI="2" + +WX_GTK_VER="2.8" + +inherit autotools eutils wxwidgets + +DESCRIPTION="A multi-threaded cross-platform download manager" +HOMEPAGE="http://dfast.sourceforge.net" +SRC_URI="mirror://sourceforge/dfast/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/wxGTK:2.8" +RDEPEND="${DEPEND}" + +pkg_setup() { + need-wxwidgets unicode +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-wxrc-configure.patch + epatch "${FILESDIR}"/${P}-cflags.patch + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog TODO +} diff --git a/net-misc/wxdfast/wxdfast-0.6.0.ebuild b/net-misc/wxdfast/wxdfast-0.6.0.ebuild deleted file mode 100644 index 7a9faaa0f813..000000000000 --- a/net-misc/wxdfast/wxdfast-0.6.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0.ebuild,v 1.3 2007/12/24 02:32:19 dirtyepic Exp $ - -WX_GTK_VER="2.6" - -inherit autotools eutils wxwidgets - -DESCRIPTION="A multi-treaded cross-platform download manager" -HOMEPAGE="http://dfast.sourceforge.net" -SRC_URI="mirror://sourceforge/dfast/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="=x11-libs/wxGTK-2.6*" - -pkg_setup() { - need-wxwidgets unicode -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-wxrc-configure.patch - epatch "${FILESDIR}"/${P}-cflags.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog TODO -} -- cgit v1.2.3-65-gdbad