summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-29 22:44:00 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-29 22:44:00 +0000
commitd9c1b9b129a15ec058f2b3367ac86e91e82dcb01 (patch)
tree68994c3783a89a660c1b6ad9fb58b496bd7d6874 /net-mail/pine
parentGlibc header fix (diff)
downloadgentoo-2-d9c1b9b129a15ec058f2b3367ac86e91e82dcb01.tar.gz
gentoo-2-d9c1b9b129a15ec058f2b3367ac86e91e82dcb01.tar.bz2
gentoo-2-d9c1b9b129a15ec058f2b3367ac86e91e82dcb01.zip
Missing digests
Diffstat (limited to 'net-mail/pine')
-rw-r--r--net-mail/pine/files/digest-pine-4.331
-rw-r--r--net-mail/pine/pine-4.21-r2.ebuild8
2 files changed, 3 insertions, 6 deletions
diff --git a/net-mail/pine/files/digest-pine-4.33 b/net-mail/pine/files/digest-pine-4.33
new file mode 100644
index 000000000000..9310b46e733f
--- /dev/null
+++ b/net-mail/pine/files/digest-pine-4.33
@@ -0,0 +1 @@
+MD5 fb45dcfa1d3379031700da49236b2b9c pine4.33.tar.gz
diff --git a/net-mail/pine/pine-4.21-r2.ebuild b/net-mail/pine/pine-4.21-r2.ebuild
index 37afb845e8f8..a3400d115f17 100644
--- a/net-mail/pine/pine-4.21-r2.ebuild
+++ b/net-mail/pine/pine-4.21-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.21-r2.ebuild,v 1.1 2000/11/15 16:49:05 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.21-r2.ebuild,v 1.2 2001/04/29 22:44:00 achim Exp $
P=pine-4.21
A=pine4.21.tar.gz
@@ -21,12 +21,8 @@ src_unpack() {
cp makefile.lnx makefile.orig
sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx
- if [ -n "`use glibc22`" ]
- then
- echo "Using glibc-2.2"
cp ${FILESDIR}/os.c osdep/os-lnx.c
cp ${FILESDIR}/filter.c filter.c
- fi
cd ${S}/pico
cp makefile.lnx makefile.orig
@@ -36,7 +32,7 @@ src_unpack() {
}
src_compile() {
- ./build lnp
+ try ./build lnp
}
src_install() {