Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324129 - mail-client/nail-12.4-r1 keyword request
Summary: mail-client/nail-12.4-r1 keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks: 305251
  Show dependency tree
 
Reported: 2010-06-15 14:11 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-10-12 17:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-06-15 14:11:15 UTC
Hi guys,

you don't have keywords on mail-client/nail but you got them on mail-client/mailx, which is unmaintained and failing build (bug #305251).

Since nail (actually, heirloom-mailx) is better maintained and actually works, please consider moving your keywords.

Thank you!
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2010-06-20 09:35:19 UTC
I prefixified the ebuild and added ~x86-interix and ~x86-freebsd.  Still missing for Prefix to leave this bug:

~x86-linux ~amd64-linux and ~ppc-macos
Comment 2 Fabian Groffen gentoo-dev 2010-07-27 15:19:20 UTC
prefix done, thanks
Comment 3 Markus Meier gentoo-dev 2010-08-02 21:33:47 UTC
~arm keyword added.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-09-07 11:45:19 UTC
(In reply to comment #3)
> ~arm keyword added.
> 

  KEYWORDS.dropped              1
   mail-client/nail/nail-12.4-r1.ebuild: arm
Comment 5 Markus Meier gentoo-dev 2010-09-23 20:51:29 UTC
(In reply to comment #4)
>   KEYWORDS.dropped              1
>    mail-client/nail/nail-12.4-r1.ebuild: arm

whoops, fixed.
Comment 6 Joakim Tjernlund 2010-09-30 14:44:55 UTC
Please consider fixing default sendmail location too:

--- nail-12.4-r1.ebuild	2010-09-23 23:05:48.000000000 +0200
+++ nail-12.4-r1.ebuild	2010-09-30 16:29:02.000000000 +0200
@@ -14,7 +14,7 @@
 MY_P="${MY_PN}-${PV}"
 SRC_URI="mirror://sourceforge/project/heirloom/heirloom-${MY_PN}/${PV}/${MY_P}.tar.bz2"
 SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ssl net kerberos"
 
 PROVIDE="virtual/mailx"
@@ -72,16 +72,16 @@
 	emake \
 		CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" \
 		PREFIX="${EPREFIX}"/usr SYSCONFDIR="${EPREFIX}"/etc \
-		SENDMAIL="${EPREFIX}/usr/lib/sendmail" \
+		SENDMAIL="${EPREFIX}/usr/sbin/sendmail" \
 		MAILSPOOL='/var/spool/mail' \
 		|| die "emake failed"
 }
 
 src_install () {
-	# Use /usr/lib/sendmail by default and provide an example
+	# Use /usr/sbin/sendmail by default and provide an example
 	cat <<- EOSMTP >> nail.rc
 
-		# Use the local sendmail (/usr/lib/sendmail) binary by default.
+		# Use the local sendmail (/usr/sbin/sendmail) binary by default.
 		# (Uncomment the following line to use a SMTP server)
 		#set smtp=localhost
 	EOSMTP
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2011-10-12 17:20:42 UTC
~s390/~sh done, closing