summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-03-10 18:00:00 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-03-10 18:00:00 +0000
commitac14930fa3fa5090f187c1a777a3b86adff4fd97 (patch)
tree09961a7c8d4979b71a8a351b6602b54e2626ec8d /net-mail/gnubiff
parentnew version, improvements, build from source, generall cleanup and much more.... (diff)
downloadgentoo-2-ac14930fa3fa5090f187c1a777a3b86adff4fd97.tar.gz
gentoo-2-ac14930fa3fa5090f187c1a777a3b86adff4fd97.tar.bz2
gentoo-2-ac14930fa3fa5090f187c1a777a3b86adff4fd97.zip
rebuild old ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/gnubiff')
-rw-r--r--net-mail/gnubiff/ChangeLog7
-rw-r--r--net-mail/gnubiff/files/digest-gnubiff-2.0.21
-rw-r--r--net-mail/gnubiff/gnubiff-2.0.2.ebuild36
3 files changed, 6 insertions, 38 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog
index a91a2bfb9ba7..797eb8018d64 100644
--- a/net-mail/gnubiff/ChangeLog
+++ b/net-mail/gnubiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/gnubiff
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.2 2005/03/07 12:57:56 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.3 2005/03/10 18:00:00 nakano Exp $
+
+*gnubiff-2.0.2 (10 Mar 2005)
+
+ 10 Mar 2005; Masatomo Nakano <nakano@gentoo.org> -gnubiff-2.0.2.ebuild:
+ Remove old ebuild.
*gnubiff-2.1.1 (07 Mar 2005)
diff --git a/net-mail/gnubiff/files/digest-gnubiff-2.0.2 b/net-mail/gnubiff/files/digest-gnubiff-2.0.2
deleted file mode 100644
index c3b2e1444b41..000000000000
--- a/net-mail/gnubiff/files/digest-gnubiff-2.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 38ee04ed9e41454e3e1b40677cdb70d5 gnubiff-2.0.2.tar.gz 608475
diff --git a/net-mail/gnubiff/gnubiff-2.0.2.ebuild b/net-mail/gnubiff/gnubiff-2.0.2.ebuild
deleted file mode 100644
index a40852f8e9d8..000000000000
--- a/net-mail/gnubiff/gnubiff-2.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.0.2.ebuild,v 1.1 2004/11/05 13:46:59 ticho 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="~x86"
-IUSE="gnome"
-
-RDEPEND="virtual/libc
- >=x11-libs/gtk+-2.4
- gnome? ( >=gnome-base/libgnome-2.2
- >=gnome-base/libgnomeui-2.2 )"
-
-DEPEND="${RDEPEND}"
-
-src_compile ( ) {
- local myconf
-
- if use gnome
- then myconf="${myconf} --prefix=`pkg-config libpanelapplet-2.0 --variable=prefix`"
- else myconf="${myconf} --disable-gnome"
- fi
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}