diff options
author | 2005-07-11 22:47:35 +0000 | |
---|---|---|
committer | 2005-07-11 22:47:35 +0000 | |
commit | 37f9675258e66ee3db37cbb45f3e525591714aad (patch) | |
tree | 2e7862dee3a7aec57dbac299156910b52109d532 /x11-misc | |
parent | Added latest version. (diff) | |
download | gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.tar.gz gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.tar.bz2 gentoo-2-37f9675258e66ee3db37cbb45f3e525591714aad.zip |
QA: Removed default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbmail/bbmail-0.6.11-r2.ebuild | 37 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.2.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.3.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/bbmail/files/bbmail-qmail.patch | 35 | ||||
-rw-r--r-- | x11-misc/bbmail/files/digest-bbmail-0.6.11-r2 | 1 |
5 files changed, 4 insertions, 87 deletions
diff --git a/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild b/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild deleted file mode 100644 index 6c85a2167bae..000000000000 --- a/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild +++ /dev/null @@ -1,37 +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.6.11-r2.ebuild,v 1.13 2004/07/15 00:50:21 agriffis Exp $ - -DESCRIPTION="blackbox mail notification, patched for maildir" -SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz" -HOMEPAGE="http://bbtools.thelinuxcommunity.org/available.phtml" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc ppc" -IUSE="" - -DEPEND="virtual/blackbox" - -src_unpack () { - unpack ${A} - cd ${S} - # This is a patch for bbmail to support qmail style maildirs - patch -p1 < ${FILESDIR}/bbmail-qmail.patch || die -} - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO data/README.bbmail -} - -pkg_postinst() { - cd ${ROOT}usr/X11R6/bin/wm - if [ ! "`grep bbmail blackbox`" ] ; then - sed -e "s/.*blackbox/exec \/usr\/bin\/bbmail \&\n&/" blackbox | cat > blackbox - fi -} diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild index 61a454721632..f4632b5dd0a1 100644 --- a/x11-misc/bbmail/bbmail-0.8.2.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.2.ebuild @@ -1,6 +1,6 @@ # 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.8 2004/06/24 22:13:04 agriffis Exp $ +# $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" @@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc" DEPEND="virtual/blackbox" -src_compile() { - econf || die - emake || die -} - src_install () { - make DESTDIR=${D} install || die + 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.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild index 272262dc77fc..5417ecc081a0 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-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.3.ebuild,v 1.6 2004/06/24 22:13:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.7 2005/07/11 22:47:35 swegener Exp $ IUSE="" DESCRIPTION="blackbox mail notification" @@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc" DEPEND="virtual/blackbox" -src_compile() { - econf || die - emake || die -} - src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dobin scripts/bbmailparsefm.pl dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO } diff --git a/x11-misc/bbmail/files/bbmail-qmail.patch b/x11-misc/bbmail/files/bbmail-qmail.patch deleted file mode 100644 index 8e23afd63991..000000000000 --- a/x11-misc/bbmail/files/bbmail-qmail.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- bbmail-0.6.10.orig/bbmail.cc -+++ bbmail-0.6.10/bbmail.cc -@@ -55,7 +55,7 @@ - } - - bool Checkmail::CheckMHBox(int spoolno,bool force) { -- struct stat file_status; -+ struct stat file_status, maildir_status; - FILE *fp; - int num[2]={-1,-1}; - int number_of_values; -@@ -67,6 +67,23 @@ - bbtool->getResource()->spoolfile[spoolno].filename); - return(false); - } -+ -+ // check maildir new/ and cur/ directories -+ char *maildir = new -+ char[strlen (bbtool->getResource()->spoolfile[spoolno].filename) + 5]; -+ sprintf (maildir, "%s/new", bbtool->getResource()->spoolfile[spoolno].filename); -+ if (stat (maildir, &maildir_status) == 0 && -+ maildir_status.st_mtime > file_status.st_mtime) { -+ file_status.st_mtime = maildir_status.st_mtime; -+ } -+ -+ sprintf (maildir, "%s/cur", bbtool->getResource()->spoolfile[spoolno].filename); -+ if (stat (maildir, &maildir_status) == 0 && -+ maildir_status.st_mtime > file_status.st_mtime) { -+ file_status.st_mtime = maildir_status.st_mtime; -+ } -+ -+ delete [] maildir; - } - - if ((file_status.st_mtime != spoolfile[spoolno].last_mtime)&& diff --git a/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2 b/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2 deleted file mode 100644 index 407641d034b8..000000000000 --- a/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 26e442a09ceab67a39b73ad80ceafff9 bbmail-0.6.11.tar.gz 96464 |