summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-03-30 00:04:03 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-03-30 00:04:03 +0000
commit8038b19e7d87113d465df6033be32af7ac35db70 (patch)
tree4f9e25b5122e61ee8451d3a02997fab26ad93d41 /net-misc/wxdfast
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-8038b19e7d87113d465df6033be32af7ac35db70.tar.gz
gentoo-2-8038b19e7d87113d465df6033be32af7ac35db70.tar.bz2
gentoo-2-8038b19e7d87113d465df6033be32af7ac35db70.zip
Update dependency to wxGTK-2.8. Add ~amd64.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wxdfast')
-rw-r--r--net-misc/wxdfast/ChangeLog10
-rw-r--r--net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild (renamed from net-misc/wxdfast/wxdfast-0.6.0.ebuild)20
2 files changed, 18 insertions, 12 deletions
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 <dirtyepic@gentoo.org> -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 <armin76@gentoo.org> metadata.xml:
Replace wxwindows with wxwidgets in metadata
diff --git a/net-misc/wxdfast/wxdfast-0.6.0.ebuild b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild
index 7a9faaa0f813..b22279de6ee1 100644
--- a/net-misc/wxdfast/wxdfast-0.6.0.ebuild
+++ b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild
@@ -1,30 +1,30 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.ebuild,v 1.3 2007/12/24 02:32:19 dirtyepic Exp $
+# $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 $
-WX_GTK_VER="2.6"
+EAPI="2"
+
+WX_GTK_VER="2.8"
inherit autotools eutils wxwidgets
-DESCRIPTION="A multi-treaded cross-platform download manager"
+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="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="=x11-libs/wxGTK-2.6*"
+DEPEND="x11-libs/wxGTK:2.8"
+RDEPEND="${DEPEND}"
pkg_setup() {
need-wxwidgets unicode
}
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
epatch "${FILESDIR}"/${P}-wxrc-configure.patch
epatch "${FILESDIR}"/${P}-cflags.patch
eautoreconf