blueness    15/06/12 22:05:53

  Modified:             ChangeLog
  Added:                mailx-support-20060102-r2.ebuild
  Log:
  Fix bug #548422.  Bump to EAPI=5.  Punt einstall.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.26                 mail-client/mailx-support/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   17 Feb 2013 20:46:43 -0000      1.25
+++ ChangeLog   12 Jun 2015 22:05:53 -0000      1.26
@@ -1,6 +1,13 @@
 # ChangeLog for mail-client/mailx-support
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.25 
2013/02/17 20:46:43 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.26 
2015/06/12 22:05:53 blueness Exp $
+
+*mailx-support-20060102-r2 (12 Jun 2015)
+
+  12 Jun 2015; Anthony G. Basile <[email protected]>
+  +files/mailx-support-20060102-add-sys_file_h.patch,
+  +mailx-support-20060102-r2.ebuild:
+  Fix bug #548422.  Bump to EAPI=5.  Punt einstall.
 
   17 Feb 2013; Zac Medico <[email protected]> 
mailx-support-20060102-r1.ebuild:
   Add ~arm-linux keyword.



1.1                  mail-client/mailx-support/mailx-support-20060102-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild?rev=1.1&content-type=text/plain

Index: mailx-support-20060102-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102-r2.ebuild,v
 1.1 2015/06/12 22:05:53 blueness Exp $

EAPI="5"

inherit eutils toolchain-funcs

DESCRIPTION="Provides lockspool utility"
HOMEPAGE="http://www.openbsd.org/";
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

RDEPEND=""
DEPEND=""

src_prepare() {
        epatch "${FILESDIR}"/${P}-respect-ldflags.patch
        epatch "${FILESDIR}"/${P}-add-sys_file_h.patch

        # This code should only be ran with Gentoo Prefix profiles
        if use prefix; then
                ebegin "Allowing unprivileged install"
                sed -i -e "s|-g 0 -o 0||g" Makefile
                eend $?
        fi
}

src_compile() {
        emake CC="$(tc-getCC)" BINDNOW_FLAGS="" || die "emake failed"
}

src_install() {
        emake prefix="${D}/usr" install
}




Reply via email to