diff options
author | Abhishek Amit <abhishek@gentoo.org> | 2004-06-23 08:12:59 +0000 |
---|---|---|
committer | Abhishek Amit <abhishek@gentoo.org> | 2004-06-23 08:12:59 +0000 |
commit | 5268fc48a5aab16d6dbfe37ad4b6a5dc6e22ebb3 (patch) | |
tree | 3e7d1411abcd6dbbaf3f17ffdb00e57e233b034f /app-pda/orange | |
parent | Bumped yosucker-55 to x86 and removed broken versions of yosucker. (diff) | |
download | historical-5268fc48a5aab16d6dbfe37ad4b6a5dc6e22ebb3.tar.gz historical-5268fc48a5aab16d6dbfe37ad4b6a5dc6e22ebb3.tar.bz2 historical-5268fc48a5aab16d6dbfe37ad4b6a5dc6e22ebb3.zip |
Added DEPEND on synce-libsynce and synce-librapi2, and gets orange to build with new gcc. Closes bug #54961.
Diffstat (limited to 'app-pda/orange')
-rw-r--r-- | app-pda/orange/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/orange/Manifest | 4 | ||||
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 14 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index 52708a885afd..4b014eb52829 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/orange # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.3 2004/04/25 22:31:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.4 2004/06/23 08:12:59 abhishek Exp $ + + 22 Jun 2004; Abhishek Amit <abhishek@gentoo.org> orange-0.2-r1.ebuild: + Added DEPEND on synce-libsynce and synce-librapi2, and gets orange to build + with new gcc. Thanks to Xoom <admin@secnut.com> for reporting this. Closes bug + #54961. 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> orange-0.2-r1.ebuild: Add die following econf for bug 48950 diff --git a/app-pda/orange/Manifest b/app-pda/orange/Manifest index df26b81a5e29..faec4244f84f 100644 --- a/app-pda/orange/Manifest +++ b/app-pda/orange/Manifest @@ -1,4 +1,4 @@ -MD5 0447b4e783b3465006ea49a5496dba76 orange-0.2-r1.ebuild 713 -MD5 4f793e90ffacdf8482a7d41bb608be18 ChangeLog 657 +MD5 eed7fc25b6ef21e73c1014cc974bba80 orange-0.2-r1.ebuild 869 +MD5 91c649b1763cca6613a6388dc61c52c6 ChangeLog 899 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2-r1 62 diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild index 4f7bb1c884c7..766495da6aaa 100644 --- a/app-pda/orange/orange-0.2-r1.ebuild +++ b/app-pda/orange/orange-0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.4 2004/06/23 08:12:59 abhishek Exp $ DESCRIPTION="Orange is a tool and library for squeezing out juicy \ installable Microsoft Cabinet Files from self-extracting installers \ @@ -13,8 +13,16 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="app-pda/dynamite - app-arch/unshield" +DEPEND=">=app-pda/dynamite-0.1 + >=app-arch/unshield-0.2 + >=app-pda/synce-librapi2-0.8.9 + >=app-pda/synce-libsynce-0.8.9" + +src_unpack() { + unpack ${A} + cd ${S} + sed -ie "s:-Werror::" lib/Makefile.am +} src_compile() { econf || die "econf failed" |