Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/gnubiff
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.20 2008/06/10 18:41:17 dertobi123 Exp $
10 Jun 2008; Tobias Scherbaum
gnubiff-2.2.10.ebuild:
Fix pkgconfig dep (#205440)
*gnubiff-2.2.10 (10 Jun 2008)
10 Jun 2008; Tobias Scherbaum
-gnubiff-2.1.9.ebuild, -gnubiff-2.2.1.ebuild, -gnubiff-2.2.2.ebuild,
-gnubiff-2.2.5.ebuild, +gnubiff-2.2.10.ebuild:
cleanup, version bump (#225209)
14 Mar 2008; Christian Heim
gnubiff-2.1.3.ebuild, gnubiff-2.1.9.ebuild, gnubiff-2.2.1.ebuild,
gnubiff-2.2.2.ebuild, gnubiff-2.2.5.ebuild:
Removing Masatomo Nakano (nakano, #200340) from metadata.xml. Fixing the
minor syntax errors.
22 Jul 2007; Donnie Berkholz
gnubiff-2.2.1.ebuild, gnubiff-2.2.2.ebuild, gnubiff-2.2.5.ebuild:
Drop virtual/x11 references.
*gnubiff-2.2.5 (02 Mar 2007)
02 Mar 2007; Masatomo Nakano
Version bump.
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
21 Oct 2006; Aron Griffis
Mark 2.1.3 stable on alpha
*gnubiff-2.2.2 (02 Oct 2006)
02 Oct 2006; Aron Griffis
Bump to 2.2.2 (from 2.2.1)
02 Oct 2006; Aron Griffis
Update 2.1.9 ebuild to include fixes from 2.2.1 ebuild, and fix
password-saving support #133853
*gnubiff-2.2.1 (02 Oct 2006)
02 Oct 2006; Aron Griffis
+gnubiff-2.2.1.ebuild:
Bump to 2.2.1
21 Mar 2006; Daniel Drake
gnubiff-2.1.9.ebuild:
Depend on virtual/fam
*gnubiff-2.1.9 (30 Jan 2006)
30 Jan 2006; Aron Griffis
gnubiff-2.1.3.ebuild, +gnubiff-2.1.9.ebuild:
Bump to 2.1.9 (from 2.1.3) #107359
Add app-admin/fam rdep to 2.1.3 #101832
Remove 2.1.1
02 Oct 2005; Aron Griffis
Mark 2.1.3 ~alpha
27 Sep 2005; Luis Medinas
Added ~amd64 keyword. Closes bug #107280.
06 May 2005; Masatomo Nakano
Marked stable on x86.
*gnubiff-2.1.3 (08 Apr 2005)
08 Apr 2005; Masatomo Nakano
Version bump.
12 Mar 2005; Masatomo Nakano
Added libglade to DEPEND.
*gnubiff-2.0.2 (10 Mar 2005)
10 Mar 2005; Masatomo Nakano
Remove old ebuild.
*gnubiff-2.1.1 (07 Mar 2005)
07 Mar 2005; Masatomo Nakano
+gnubiff-2.1.1.ebuild:
version bump
05 Nov 2004; Andrej Kacian
Initial import, closes #39429. Ebuild submitted by Andreas Waschinski
DIST gnubiff-2.1.3.tar.gz 765654 RMD160 06a2cdbaabfd891f0eae75a607386f4d641c266e SHA1 56d2af3f828adda06fdff3cabe22072d1eb2e5f3 SHA256 9612daa8292ce39f1fc0b6f89dac9aac44ef5c504926309ec07244463424e643
DIST gnubiff-2.2.10.tar.gz 856771 RMD160 4386cb36eada3158db5c14fb4e5e8ce9879def5c SHA1 c8379bb6c6fa2ee3512c7dd00492ca0eb5ceae0e SHA256 9536f6411bbaa68ff0dea3a203d6d6b65bd1fad367f210a0ec6aa3e8a790b412
EBUILD gnubiff-2.1.3.ebuild 1144 RMD160 7dfb0f389199051c48aa4704c8a739bdc77f3c11 SHA1 686371d824a2e766eb2ab393fcc5ab6942f8d691 SHA256 ed6537142a81a33c99be8ad8dce7216da5ddf34fac5278ffc161b4689fc31fc6
EBUILD gnubiff-2.2.10.ebuild 1135 RMD160 0ae8bab44219201cd91e4594e4804a850df1b12a SHA1 9c5a6143baf5050d148d0c076ff7163fe79259ab SHA256 a0b91c552c8dc6afd90759b3835bcb6cab0a2820b9be31a2a5f912916c883d9b
MISC ChangeLog 3079 RMD160 7643257411cf3707c2a42756cbb56466843e1b29 SHA1 ea48c3094d3093d2bfcbac20bd21bd3f90a92aca SHA256 33da1fbc33c54024e07feef5485059e37bc74cdcebd0879b862cb59718db01dc
MISC metadata.xml 162 RMD160 fd38b82541901b3c6df18b630d79fe7883ae3f01 SHA1 e6aecefcc2137d6047cedfe447686775ab59cb48 SHA256 569031668e39895fb20829fb17a49a91a83e8f41b2195b0f04825c4340d2af6b
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.1.3.ebuild,v 1.8 2008/03/14 10:07:57 phreak Exp $
inherit eutils
DESCRIPTION="A mail notification program"
HOMEPAGE="http://gnubiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 x86"
IUSE="gnome password"
RDEPEND="virtual/libc
>=x11-libs/gtk+-2.4
>=gnome-base/libglade-2.3
gnome? ( >=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2 )
virtual/fam"
DEPEND="${RDEPEND}
gnome? ( dev-util/pkgconfig )"
src_compile() {
local myconf
if use gnome; then
myconf="${myconf} --prefix=`pkg-config libpanelapplet-2.0 --variable=prefix`"
else
myconf="${myconf} --disable-gnome"
fi
if use password; then
einfo "generating random password"
myconf="${myconf} --with-password --with-password-string=${RANDOM}${RANDOM}${RANDOM}${RANDOM}"
fi
econf ${myconf} || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.10.ebuild,v 1.2 2008/06/10 18:41:17 dertobi123 Exp $
inherit eutils
DESCRIPTION="A mail notification program"
HOMEPAGE="http://gnubiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~x86"
IUSE="debug fam gnome nls password"
RDEPEND=">=x11-libs/gtk+-2.4
>=gnome-base/libglade-2.3
dev-libs/popt
gnome? (
>=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2 )
password? ( dev-libs/openssl )
fam? ( virtual/fam )
x11-proto/xproto"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf $(use_enable debug) \
$(use_enable gnome) \
$(use_enable nls) \
$(use_enable fam) \
$(use_with password) \
$(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) \
${myconf} || die "econf failed"
emake || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}