summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-03-29 16:47:52 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-03-29 16:47:52 +0000
commit8715056ed6a2b18989566fbec6f4a71989d15110 (patch)
tree05f0894742a1d46587348f2b5cd75a7702de9b5d /mail-client/nail
parentPackage mask dev-java/javatar for removal to the java junkyard. (diff)
downloadgentoo-2-8715056ed6a2b18989566fbec6f4a71989d15110.tar.gz
gentoo-2-8715056ed6a2b18989566fbec6f4a71989d15110.tar.bz2
gentoo-2-8715056ed6a2b18989566fbec6f4a71989d15110.zip
Patch makefile to not strip the binary on its own. Suggested by Diego Pettenò <flameeyes at gmail.com>.
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client/nail')
-rw-r--r--mail-client/nail/ChangeLog7
-rw-r--r--mail-client/nail/files/digest-nail-11.25-r13
-rw-r--r--mail-client/nail/nail-11.25-r1.ebuild48
-rw-r--r--mail-client/nail/nail-11.25-r3.ebuild5
4 files changed, 10 insertions, 53 deletions
diff --git a/mail-client/nail/ChangeLog b/mail-client/nail/ChangeLog
index 891eed338cfc..87b9a038f516 100644
--- a/mail-client/nail/ChangeLog
+++ b/mail-client/nail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/nail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.52 2007/03/18 02:16:36 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.53 2007/03/29 16:47:52 ticho Exp $
+
+ 29 Mar 2007; Andrej Kacian <ticho@gentoo.org> -nail-11.25-r1.ebuild,
+ nail-11.25-r3.ebuild:
+ Patch makefile to not strip the binary on its own. Suggested by Diego
+ Pettenò <flameeyes at gmail.com>.
18 Mar 2007; Marius Mauch <genone@gentoo.org> nail-11.25-r3.ebuild:
Replacing einfo with elog
diff --git a/mail-client/nail/files/digest-nail-11.25-r1 b/mail-client/nail/files/digest-nail-11.25-r1
deleted file mode 100644
index e72a93b96677..000000000000
--- a/mail-client/nail/files/digest-nail-11.25-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 54f42db31911d734fcf37a89b72d4df7 nail-11.25.tar.bz2 267959
-RMD160 d72a5a4760cc43bcc2e9223e2eca4f0a8de7605f nail-11.25.tar.bz2 267959
-SHA256 ae831aa7ebee1a348d84cb37228fe784b32c6ccf2d06edfba141de8f165515c5 nail-11.25.tar.bz2 267959
diff --git a/mail-client/nail/nail-11.25-r1.ebuild b/mail-client/nail/nail-11.25-r1.ebuild
deleted file mode 100644
index 7e5e9b7c3b42..000000000000
--- a/mail-client/nail/nail-11.25-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-11.25-r1.ebuild,v 1.9 2005/10/03 12:13:01 ticho Exp $
-
-inherit eutils
-DESCRIPTION="Nail is an enhanced mailx-compatible mail client"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://nail.sourceforge.net/"
-PROVIDE="virtual/mailx"
-DEPEND="ssl? ( dev-libs/openssl )
- !virtual/mailx"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86"
-IUSE="ssl"
-
-src_compile() {
- # Build config.h and LIBS, neccesary to tweak the config
- make config.h
-
- # Hack to remove openssl
- if ! use ssl ; then
- sed -i -e 's~#define USE_\(OPEN\)\?SSL~#undef USE_\1SSL~' config.h
- sed -i -e 's~-lssl~~' -e 's~-lcrypto~~' LIBS
- fi
-
- # Now really build it
- emake PREFIX=/usr MAILSPOOL='~/.maildir' || die "emake failed"
-}
-
-src_install () {
- # Use /usr/lib/sendmail by default and provide an example
- cat <<- EOSMTP >> nail.rc
-
- # Use the local sendmail (/usr/lib/sendmail) binary by default.
- # (Uncomment the following line to use a SMTP server)
- #set smtp=localhost
- EOSMTP
-
- make DESTDIR=${D} UCBINSTALL=/bin/install PREFIX=/usr install || die "install failed"
- dodoc AUTHORS INSTALL README
- dodir /bin
- dosym /usr/bin/nail /bin/mail
- dosym /usr/bin/nail /usr/bin/mailx
- dosym /usr/bin/nail /usr/bin/mail
- dosym /usr/bin/nail /usr/bin/Mail
-}
diff --git a/mail-client/nail/nail-11.25-r3.ebuild b/mail-client/nail/nail-11.25-r3.ebuild
index 08ec36610801..40bebfb51cec 100644
--- a/mail-client/nail/nail-11.25-r3.ebuild
+++ b/mail-client/nail/nail-11.25-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-11.25-r3.ebuild,v 1.11 2007/03/18 02:16:36 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-11.25-r3.ebuild,v 1.12 2007/03/29 16:47:52 ticho Exp $
inherit eutils
DESCRIPTION="Nail is an enhanced mailx-compatible mail client"
@@ -27,6 +27,9 @@ remove_sockets() {
}
src_compile() {
+ # Do not strip the binary
+ sed -i -e 's:-s nail:nail:' Makefile
+
# Build config.h and LIBS, neccesary to tweak the config
make config.h