summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
commit67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch)
tree42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /app-pda/orange
parent*** empty log message *** (diff)
downloadgentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip
Diffstat (limited to 'app-pda/orange')
-rw-r--r--app-pda/orange/ChangeLog20
-rw-r--r--app-pda/orange/Manifest6
-rw-r--r--app-pda/orange/orange-0.2-r1.ebuild19
3 files changed, 10 insertions, 35 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog
index a8872dd6225b..2c29f42b96bb 100644
--- a/app-pda/orange/ChangeLog
+++ b/app-pda/orange/ChangeLog
@@ -1,22 +1,6 @@
# ChangeLog for app-pda/orange
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.7 2005/01/01 15:46:20 eradicator Exp $
-
- 18 Oct 2004; David Holm <dholm@gentoo.org> orange-0.2-r1.ebuild:
- Added to ~ppc.
-
- 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
-
-*orange-0.2-r1 (12 Oct 2003)
-
- 12 Oct 2003; Abhishek Amit <abhishek@gentoo.org> orange-0.2-r1.ebuild:
- Fixed incorrect depend.
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.1 2003/09/22 14:05:43 abhishek Exp $
*orange-0.2 (22 Sep 2003)
diff --git a/app-pda/orange/Manifest b/app-pda/orange/Manifest
index 8095c2f86796..303947deb91d 100644
--- a/app-pda/orange/Manifest
+++ b/app-pda/orange/Manifest
@@ -1,4 +1,4 @@
-MD5 91f6c4feccec1a8bc1758331445e5e19 ChangeLog 978
+MD5 37f8bbb53e7348c97295049cf95f36e0 orange-0.2.ebuild 577
+MD5 01254881b992df35af7caa420893ea57 ChangeLog 325
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
-MD5 74efb96ce4ba0a2e2f9a92aea14a03f0 orange-0.2-r1.ebuild 868
-MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2-r1 62
+MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2 62
diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild
index 500e3ffbc833..53f4f4dd390e 100644
--- a/app-pda/orange/orange-0.2-r1.ebuild
+++ b/app-pda/orange/orange-0.2-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2003 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.7 2005/01/01 15:46:20 eradicator Exp $
DESCRIPTION="Orange is a tool and library for squeezing out juicy \
installable Microsoft Cabinet Files from self-extracting installers \
@@ -10,22 +9,14 @@ SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86"
IUSE=""
-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
-}
+DEPEND="app-pda/dynamite
+ app-arch/unshield"
src_compile() {
- econf || die "econf failed"
+ econf
emake || die
}