diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:45:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-16 17:45:28 +0000 |
commit | a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8 (patch) | |
tree | 7b2de334b6bb1e41f52339cbca0b59ee48944166 /x11-misc/bbmail | |
parent | ia64/sh/x86 stable wrt #360131 (diff) | |
download | gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.tar.gz gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.tar.bz2 gentoo-2-a3b697cf24c5f59fb3aff3f3776037ff7c8fcfc8.zip |
Replace dependency on virtual/blackbox by x11-wm/blackbox, bug 358825.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bbmail')
-rw-r--r-- | x11-misc/bbmail/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.3.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.9.3.ebuild | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-misc/bbmail/ChangeLog b/x11-misc/bbmail/ChangeLog index 006ebfb87492..c075b8332f9f 100644 --- a/x11-misc/bbmail/ChangeLog +++ b/x11-misc/bbmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/bbmail -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.17 2009/07/30 16:25:06 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.18 2011/04/16 17:45:28 ulm Exp $ + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbmail-0.8.3.ebuild, + bbmail-0.9.3.ebuild: + Replace dependency on virtual/blackbox by x11-wm/blackbox. The package links + against libbt and cannot be built with fluxbox. Bug 358825. 30 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> bbmail-0.9.3.ebuild, +files/bbmail-0.9.3-gcc4.4.patch: diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild index 642b76be4bb7..8dd5e0c67a54 100644 --- a/x11-misc/bbmail/bbmail-0.8.3.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.9 2010/07/21 14:32:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.10 2011/04/16 17:45:28 ulm Exp $ DESCRIPTION="blackbox mail notification" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox" +DEPEND="x11-wm/blackbox" +RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die diff --git a/x11-misc/bbmail/bbmail-0.9.3.ebuild b/x11-misc/bbmail/bbmail-0.9.3.ebuild index cb4a4c5ebf29..88b18f9d55fd 100644 --- a/x11-misc/bbmail/bbmail-0.9.3.ebuild +++ b/x11-misc/bbmail/bbmail-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.2 2009/07/30 16:25:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.3 2011/04/16 17:45:28 ulm Exp $ EAPI=2 inherit autotools eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="virtual/blackbox +RDEPEND="x11-wm/blackbox x11-libs/libX11 x11-libs/libXext" DEPEND="${RDEPEND} |