summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-04 19:18:38 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-04 19:18:38 +0000
commit64a595bad45bb30901c7f00cecc6d0e7f6cc4388 (patch)
treee0fb2d3840705b4b2e9562114d388be687f69f5b /net-mail/gnubiff
parentAdd missing require sometimes exposed by tests. (diff)
downloadgentoo-2-64a595bad45bb30901c7f00cecc6d0e7f6cc4388.tar.gz
gentoo-2-64a595bad45bb30901c7f00cecc6d0e7f6cc4388.tar.bz2
gentoo-2-64a595bad45bb30901c7f00cecc6d0e7f6cc4388.zip
Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r--net-mail/gnubiff/ChangeLog5
-rw-r--r--net-mail/gnubiff/gnubiff-2.2.13-r1.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog
index 8d888a21c526..27476c937995 100644
--- a/net-mail/gnubiff/ChangeLog
+++ b/net-mail/gnubiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/gnubiff
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.36 2011/12/04 14:28:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.37 2011/12/04 19:18:38 radhermit Exp $
+
+ 04 Dec 2011; Tim Harder <radhermit@gentoo.org> -gnubiff-2.2.13-r1.ebuild:
+ Remove old.
04 Dec 2011; Raúl Porcel <armin76@gentoo.org> gnubiff-2.2.13-r1.ebuild,
gnubiff-2.2.13-r2.ebuild:
diff --git a/net-mail/gnubiff/gnubiff-2.2.13-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.13-r1.ebuild
deleted file mode 100644
index a4aa0ebdfbef..000000000000
--- a/net-mail/gnubiff/gnubiff-2.2.13-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.13-r1.ebuild,v 1.7 2011/12/04 14:28:04 armin76 Exp $
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="A mail notification program"
-HOMEPAGE="http://gnubiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug fam gnome nls password"
-
-RDEPEND=">=x11-libs/gtk+-2.6:2
- >=gnome-base/libglade-2.3
- dev-libs/popt
- gnome? (
- || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )
- >=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_prepare() {
- epatch "${FILESDIR}"/${P}-fix-nls.patch
-}
-
-src_configure() {
- 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})
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}