diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | a23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch) | |
tree | a59de918c9f78531948ecaa2424d4fff769dab79 /x11-misc/bbmail | |
parent | Numerous small fixes, see ChangeLogs for details. (diff) | |
download | historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2 historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/bbmail')
-rw-r--r-- | x11-misc/bbmail/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/bbmail/ChangeLog b/x11-misc/bbmail/ChangeLog index e101fd0939d4..1f3c01eaaf03 100644 --- a/x11-misc/bbmail/ChangeLog +++ b/x11-misc/bbmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbmail -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.8 2003/10/30 15:24:54 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.9 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbmail-0.8.2.ebuild, + bbmail-0.8.3.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild index f194e0c9879c..f82b7d0737f6 100644 --- a/x11-misc/bbmail/bbmail-0.8.2.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.5 2003/02/13 17:08:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.6 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox mail notification" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild index 36fac4404d5d..1cee0af3e1b7 100644 --- a/x11-misc/bbmail/bbmail-0.8.3.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2003/06/19 17:22:42 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox mail notification" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" |