Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302330 - import mail-client/mail-notification with patch
Summary: import mail-client/mail-notification with patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 15:54 UTC by Aaron Kaplan
Modified: 2011-12-17 11:26 UTC (History)
1 user (show)

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


Attachments
patch to mail-notification ebuild for gentoo prefix (mail-notification.patch,937 bytes, patch)
2010-01-26 15:56 UTC, Aaron Kaplan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Kaplan 2010-01-26 15:54:29 UTC
mail-client/mail-notification-5.4-r1 emerges successfully after the following patch is applied to the ebuild created by ecopy.


ACCEPT_KEYWORDS="~x86-linux"


*** mail-notification-5.4-r1.ebuild	2010/01/26 13:40:58	1.1
--- mail-notification-5.4-r1.ebuild	2010/01/26 14:43:51
***************
*** 66,75 ****
  }
  
  src_compile() {
! 	./jb configure destdir="${ED}" prefix="/usr" libdir=/usr/$(get_libdir) \
! 		sysconfdir="/etc" localstatedir="/var" cc="$(tc-getCC)" \
  		cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
! 		scrollkeeper-dir="/var/lib/scrollkeeper" \
  		$(use_var evo evolution) \
  		$(use_var gmail) \
  		$(use_var imap) \
--- 66,78 ----
  }
  
  src_compile() {
! 	./jb configure destdir="${D}" prefix="${EPREFIX}/usr" \
! 		libdir=${EPREFIX}/usr/$(get_libdir) \
! 		sysconfdir="${EPREFIX}/etc"
! 		localstatedir="${EPREFIX}/var" \
! 		cc="$(tc-getCC)" \
  		cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
! 		scrollkeeper-dir="${EPREFIX}/var/lib/scrollkeeper" \
  		$(use_var evo evolution) \
  		$(use_var gmail) \
  		$(use_var imap) \


Reproducible: Always

Steps to Reproduce:
Comment 1 Aaron Kaplan 2010-01-26 15:56:35 UTC
Created attachment 217475 [details, diff]
patch to mail-notification ebuild for gentoo prefix

patch was corrupted in my comment, here it is as an attachment.
Comment 2 Fabian Groffen gentoo-dev 2010-01-27 20:10:25 UTC
Looks good.  Can you attach patches as diff -u in the future?
Comment 3 Fabian Groffen gentoo-dev 2011-12-15 18:41:52 UTC
@graaff: can we add the necessary ERPREFIX here and there, and bump to EAPI=3?
Comment 4 Hans de Graaff gentoo-dev Security 2011-12-16 07:05:22 UTC
Sure, go ahead.
Comment 5 Fabian Groffen gentoo-dev 2011-12-17 11:26:46 UTC
committed, thanks!