diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-17 21:16:32 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-17 21:16:32 +0000 |
commit | 1f6e217d210abcc01e5971aea0cea373b5a32fd8 (patch) | |
tree | 90d2e709919ebba764163ad6f49abf106ac59b77 /x11-misc/bbmail | |
parent | test commit (diff) | |
download | gentoo-2-1f6e217d210abcc01e5971aea0cea373b5a32fd8.tar.gz gentoo-2-1f6e217d210abcc01e5971aea0cea373b5a32fd8.tar.bz2 gentoo-2-1f6e217d210abcc01e5971aea0cea373b5a32fd8.zip |
Version bump, and remove old version.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-misc/bbmail')
-rw-r--r-- | x11-misc/bbmail/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.2.ebuild | 20 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.9.3.ebuild | 34 | ||||
-rw-r--r-- | x11-misc/bbmail/files/bbmail-0.9.3-gcc4.3.patch | 45 |
4 files changed, 88 insertions, 22 deletions
diff --git a/x11-misc/bbmail/ChangeLog b/x11-misc/bbmail/ChangeLog index 8344e9eeed16..eede7b01c143 100644 --- a/x11-misc/bbmail/ChangeLog +++ b/x11-misc/bbmail/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/bbmail -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.14 2007/02/21 23:32:03 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.15 2008/09/17 21:16:31 coldwind Exp $ + +*bbmail-0.9.3 (17 Sep 2008) + + 17 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> + +files/bbmail-0.9.3-gcc4.3.patch, -bbmail-0.8.2.ebuild, + +bbmail-0.9.3.ebuild: + Version bump, and remove old version. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild deleted file mode 100644 index f4632b5dd0a1..000000000000 --- a/x11-misc/bbmail/bbmail-0.8.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.9 2005/07/11 22:47:35 swegener Exp $ - -IUSE="" -DESCRIPTION="blackbox mail notification" -SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" -HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" - -DEPEND="virtual/blackbox" - -src_install () { - make DESTDIR="${D}" install || die - dobin scripts/bbmailparsefm.pl - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO -} diff --git a/x11-misc/bbmail/bbmail-0.9.3.ebuild b/x11-misc/bbmail/bbmail-0.9.3.ebuild new file mode 100644 index 000000000000..a0f9393642fa --- /dev/null +++ b/x11-misc/bbmail/bbmail-0.9.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 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.1 2008/09/17 21:16:31 coldwind Exp $ + +inherit eutils + +DESCRIPTION="blackbox mail notification" +HOMEPAGE="http://www.sourceforge.net/projects/bbtools" +SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + virtual/blackbox + x11-libs/libX11 + x11-libs/libXext" + +DEPEND="${RDEPEND} + x11-proto/xproto" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc4.3.patch +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dobin scripts/bbmailparsefm.pl + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO +} diff --git a/x11-misc/bbmail/files/bbmail-0.9.3-gcc4.3.patch b/x11-misc/bbmail/files/bbmail-0.9.3-gcc4.3.patch new file mode 100644 index 000000000000..442c68f3ce8e --- /dev/null +++ b/x11-misc/bbmail/files/bbmail-0.9.3-gcc4.3.patch @@ -0,0 +1,45 @@ +Reason: Fix compile with gcc 4.3 and glibc 2.8. +Upstream: Sent, http://sourceforge.net/tracker/index.php?func=detail&aid=2116825&group_id=54703&atid=474517 +--- bbmail-0.9.3.orig/src/baseresource.cpp 2008-09-17 22:39:58.000000000 +0200 ++++ bbmail-0.9.3/src/baseresource.cpp 2008-09-17 22:44:16.000000000 +0200 +@@ -20,6 +20,7 @@ + // + + #include <string> ++#include <cstring> + #include "baseresource.h" + #include <stdio.h> + #include "Menu.hh" +--- bbmail-0.9.3.orig/src/bbmail.cpp 2008-09-17 22:39:58.000000000 +0200 ++++ bbmail-0.9.3/src/bbmail.cpp 2008-09-17 22:43:49.000000000 +0200 +@@ -22,6 +22,8 @@ + #include "bbmail.h" + #include "config.h" + #include <string> ++#include <cstring> ++ + + extern "C" { + #include <utime.h> +--- bbmail-0.9.3.orig/src/main.cpp 2008-09-17 22:39:58.000000000 +0200 ++++ bbmail-0.9.3/src/main.cpp 2008-09-17 22:42:09.000000000 +0200 +@@ -23,6 +23,8 @@ + #include "main.h" + #include "config.h" + ++#include <cstring> ++ + Configuration::Configuration(int iargc, char **iargv) + { + withdrawn = false; +--- bbmail-0.9.3.orig/src/resource.cpp 2008-09-17 22:39:58.000000000 +0200 ++++ bbmail-0.9.3/src/resource.cpp 2008-09-17 22:44:36.000000000 +0200 +@@ -23,6 +23,8 @@ + #include "resource.h" + #include "blackboxstyle.h" + ++#include <cstring> ++ + Resource::Resource(ToolWindow *toolwindow, const std::string &rc_file): + BaseResource(*toolwindow, toolwindow->getCurrentScreen(), rc_file), + spoolfile(0), |