diff options
author | 2010-10-24 04:03:40 +0000 | |
---|---|---|
committer | 2010-10-24 04:03:40 +0000 | |
commit | f83b53db7303c9dab098404de95acd2982c2c1d9 (patch) | |
tree | 6e3ae7f9d093b9b005e8259eae62f37a47e34666 /net-mail/gnubiff/gnubiff-2.2.10.ebuild | |
parent | Stable on amd64 wrt bug #341821 (diff) | |
download | gentoo-2-f83b53db7303c9dab098404de95acd2982c2c1d9.tar.gz gentoo-2-f83b53db7303c9dab098404de95acd2982c2c1d9.tar.bz2 gentoo-2-f83b53db7303c9dab098404de95acd2982c2c1d9.zip |
Remove old.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/gnubiff/gnubiff-2.2.10.ebuild')
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.10.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-mail/gnubiff/gnubiff-2.2.10.ebuild b/net-mail/gnubiff/gnubiff-2.2.10.ebuild deleted file mode 100644 index 653d572a4bcf..000000000000 --- a/net-mail/gnubiff/gnubiff-2.2.10.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 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.5 2009/02/14 23:33:30 maekke Exp $ - -inherit base 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" -PATCHES="${FILESDIR}/${P}-gcc43.patch" - -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 -} |