summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-30 02:04:49 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-30 02:04:49 +0000
commit7f9f742db1d06d9b3df845d8c63fe2b5bb50bd79 (patch)
tree52de419e2a54d317431044a77f717ed66e2b713e /dev-util
parent(non maintainer commit) Respect flags and QA fixes, bug 240275 by Espen Hustad (diff)
downloadgentoo-2-7f9f742db1d06d9b3df845d8c63fe2b5bb50bd79.tar.gz
gentoo-2-7f9f742db1d06d9b3df845d8c63fe2b5bb50bd79.tar.bz2
gentoo-2-7f9f742db1d06d9b3df845d8c63fe2b5bb50bd79.zip
(non maintainer commit) Respect flags and QA fixes, bug 244014 by Espen Hustad
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/par/ChangeLog7
-rw-r--r--dev-util/par/par-00.05.01.ebuild14
2 files changed, 14 insertions, 7 deletions
diff --git a/dev-util/par/ChangeLog b/dev-util/par/ChangeLog
index b7f54ffa3275..35df202e8d57 100644
--- a/dev-util/par/ChangeLog
+++ b/dev-util/par/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/par
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/par/ChangeLog,v 1.5 2008/11/17 19:10:17 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/par/ChangeLog,v 1.6 2009/05/30 02:04:49 darkside Exp $
+
+ 30 May 2009; Jeremy Olexa <darkside@gentoo.org> par-00.05.01.ebuild:
+ (non maintainer commit) Respect flags and QA fixes, bug 244014 by Espen Hustad
17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> par-00.05.01.ebuild:
Don't try to install non-built dynamic library, and properly die on
diff --git a/dev-util/par/par-00.05.01.ebuild b/dev-util/par/par-00.05.01.ebuild
index ac17b58ed621..8ebe7c51653b 100644
--- a/dev-util/par/par-00.05.01.ebuild
+++ b/dev-util/par/par-00.05.01.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/par/par-00.05.01.ebuild,v 1.6 2008/11/17 19:10:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/par/par-00.05.01.ebuild,v 1.7 2009/05/30 02:04:49 darkside Exp $
+
+inherit toolchain-funcs
DESCRIPTION="par manipulates PalmOS database files"
HOMEPAGE="http://www.djw.org/product/palm/par/"
SRC_URI="http://www.djw.org/product/palm/par/prc.tgz"
-SLOT="0"
LICENSE="MPL-1.1"
-KEYWORDS="~x86 ~ppc"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
IUSE=""
+
DEPEND="!app-text/par
!app-arch/par"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/prc"
src_compile() {
- emake || die 'Failed to compile!'
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die 'Failed to compile!'
emake par.man || die 'Failed to make man page!'
}