grobian 15/02/28 13:25:17 Modified: gentoo-functions-0.8.ebuild ChangeLog Log: Fix compilation/installation on at least Solaris (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path 1.4 sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild?r1=1.3&r2=1.4 Index: gentoo-functions-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-functions-0.8.ebuild 5 Jan 2015 09:49:11 -0000 1.3 +++ gentoo-functions-0.8.ebuild 28 Feb 2015 13:25:17 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.3 2015/01/05 09:49:11 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.4 2015/02/28 13:25:17 grobian Exp $ EAPI=5 @@ -8,7 +8,8 @@ inherit git-r3 EGIT_REPO_URI="git://github.com/gentoo/${PN}.git" else - SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" + SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2 + prefix? ( http://dev.gentoo.org/~grobian/distfiles/consoletype-1.0.sh )" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi @@ -23,6 +24,9 @@ src_prepare() { tc-export CC + + # in prefix, use shell script, for the C-code doesn't compile + use prefix && cp "${DISTDIR}"/consoletype-1.0.sh consoletype } src_install() { 1.27 sys-apps/gentoo-functions/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 5 Jan 2015 09:49:11 -0000 1.26 +++ ChangeLog 28 Feb 2015 13:25:17 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gentoo-functions # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.26 2015/01/05 09:49:11 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.27 2015/02/28 13:25:17 grobian Exp $ + + 28 Feb 2015; Fabian Groffen <[email protected]> gentoo-functions-0.8.ebuild: + Fix compilation/installation on at least Solaris 05 Jan 2015; Benda Xu <[email protected]> gentoo-functions-0.8.ebuild: Prefix support, bug 533980.
