summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-05 13:46:59 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-05 13:46:59 +0000
commit249c5a0e695fa8c1591d11783026bec35a6755ee (patch)
tree09d848c34458ddd4fdc0f9cf229d98819a46b43c /net-mail
parentadded threads for postgresql (diff)
downloadhistorical-249c5a0e695fa8c1591d11783026bec35a6755ee.tar.gz
historical-249c5a0e695fa8c1591d11783026bec35a6755ee.tar.bz2
historical-249c5a0e695fa8c1591d11783026bec35a6755ee.zip
Initial import. Closes #39429.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/gnubiff/ChangeLog8
-rw-r--r--net-mail/gnubiff/Manifest14
-rw-r--r--net-mail/gnubiff/files/digest-gnubiff-2.0.21
-rw-r--r--net-mail/gnubiff/gnubiff-2.0.2.ebuild36
-rw-r--r--net-mail/gnubiff/metadata.xml5
5 files changed, 64 insertions, 0 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog
new file mode 100644
index 000000000000..9fb65ea3f17f
--- /dev/null
+++ b/net-mail/gnubiff/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-mail/gnubiff
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.1 2004/11/05 13:46:59 ticho Exp $
+
+ 05 Nov 2004; Andrej Kacian <ticho@gentoo.org> :
+ Initial import, closes #39429. Ebuild submitted by Andreas Waschinski
+ <wascha@web.de>.
+
diff --git a/net-mail/gnubiff/Manifest b/net-mail/gnubiff/Manifest
new file mode 100644
index 000000000000..5625045104a9
--- /dev/null
+++ b/net-mail/gnubiff/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 81c81886709a96df592392ce2cfaf4b3 ChangeLog 346
+MD5 75c3c77807098d554938a4372bfae9ef gnubiff-2.0.2.ebuild 828
+MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 e99d3f45a896c224ba095e188794221f files/digest-gnubiff-2.0.2 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBi4Rc10xuJSrg3/sRAp5sAJ9qJR5dAan1Y2eaarBkwe7llZXQpACeOoDR
+GzZix5/0RzPcDsuDL8mV9FA=
+=SKkl
+-----END PGP SIGNATURE-----
diff --git a/net-mail/gnubiff/files/digest-gnubiff-2.0.2 b/net-mail/gnubiff/files/digest-gnubiff-2.0.2
new file mode 100644
index 000000000000..c3b2e1444b41
--- /dev/null
+++ b/net-mail/gnubiff/files/digest-gnubiff-2.0.2
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..a40852f8e9d8
--- /dev/null
+++ b/net-mail/gnubiff/gnubiff-2.0.2.ebuild
@@ -0,0 +1,36 @@
+# 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
+}
diff --git a/net-mail/gnubiff/metadata.xml b/net-mail/gnubiff/metadata.xml
new file mode 100644
index 000000000000..51f94e3fbe0e
--- /dev/null
+++ b/net-mail/gnubiff/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+</pkgmetadata>