ChangeLog

# ChangeLog for app-pda/orange
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.12 2007/02/21 22:57:24 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

13 Jul 2006; Alastair Tse orange-0.2-r1.ebuild,
orange-0.3.ebuild:
Change to more appropriate homepage (#130194)

16 Mar 2006; Karol Wojtaszek orange-0.3.ebuild:
~amd64 keyworded

*orange-0.3 (11 Jan 2006)

11 Jan 2006; Chris White +orange-0.3.ebuild:
Version bump for bug #109724.

08 Jan 2006; Chris White metadata.xml,
orange-0.2-r1.ebuild:
Moved DESCRIPTION to metadata.xml and fixed DESCRIPTION in ebuild.

18 Oct 2004; David Holm orange-0.2-r1.ebuild:
Added to ~ppc.

22 Jun 2004; Abhishek Amit orange-0.2-r1.ebuild:
Added DEPEND on synce-libsynce and synce-librapi2, and gets orange to build
with new gcc. Thanks to Xoom for reporting this. Closes bug
#54961.

25 Apr 2004; Aron Griffis orange-0.2-r1.ebuild:
Add die following econf for bug 48950

*orange-0.2-r1 (12 Oct 2003)

12 Oct 2003; Abhishek Amit orange-0.2-r1.ebuild:
Fixed incorrect depend.

*orange-0.2 (22 Sep 2003)

22 Sep 2003; Abhishek Amit metadata.xml,
orange-0.2.ebuild:
Initial import. Closes #2882. Thanks to Gustavo Felisberto

Manifest

DIST orange-0.2.tar.gz 214255 RMD160 31b88c1bb59f312b1c8284bfff9e9e6b88bd0450 SHA1 ed39e4b89fbc94aa18fbcd4d98eb32c9a7fcf44f SHA256 78833b243f5b806451a83cabd8829e53007d2bfc658576518d68b081004483af
DIST orange-0.3.tar.gz 336931 RMD160 758cfa031b4bdb189dd14be5403f9b30d33bc4a3 SHA1 9352b36619560d01f1d246fe64c16ce543d9b2d1 SHA256 828cc7c7b7c21e0d8e5e3143b1428bbc1f4cfab7f9af934fe1b110fe7d333e41
EBUILD orange-0.2-r1.ebuild 792 RMD160 6389f36c02df0d5d74306fc7a327699e8542ca21 SHA1 3e44a73c6deded29275e32e10912f855e427631b SHA256 a8d66e36691eae50bbd48fcbfb47cbcd00f5fee79379cf784dcb1d7f8695fa52
EBUILD orange-0.3.ebuild 738 RMD160 0c6932d86c1aa8bbff880212a61983caecd73aa0 SHA1 4238ede7ac7bb4d2337e4c96cf4420576edd9b67 SHA256 c1c3791cfdf76d7613424d6962585798d8150d925c6e6d4551536fbd7316fce2
MISC ChangeLog 1590 RMD160 1f65d78c7a71314481034f3b3533ad5884104568 SHA1 7c4f8a82cb31a3a95cdbe6224356f2d988131a91 SHA256 b0765a023c667656fc8a3b6e73eb2b70d974ef1f77060324ca8ace4d98265016
MISC metadata.xml 338 RMD160 7634311051db4ed5c7da5b3a8a70bb523a12a16b SHA1 7d3b8691d10b34a3a0a4f4e0388e4ffa30832888 SHA256 eeb85d7e16eda7b59e4fae5bc984f7aa5de2a3fbbbb5903a1ad9633e9efb2a47

metadata.xml




pda

Orange is a tool and library for squeezing out juicy
installable Microsoft Cabinet Files from self-extracting installers
for Microsoft Windows

orange-0.2-r1.ebuild

# Copyright 1999-2006 Gentoo Foundation
# 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.9 2006/07/13 20:51:35 liquidx Exp $

DESCRIPTION="A tool and library for extracting cabs from executable installers."
HOMEPAGE="http://synce.sourceforge.net/synce/orange.php"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~ppc"
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
}

src_compile() {
econf || die "econf failed"
emake || die
}

src_install() {
make DESTDIR=${D} install || die
dodoc README
}

orange-0.3.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.3.ebuild,v 1.3 2006/07/13 20:51:35 liquidx Exp $

DESCRIPTION="A tool and library for extracting cabs from executable installers."
HOMEPAGE="http://synce.sourceforge.net/synce/orange.php"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""

DEPEND=">=app-pda/dynamite-0.1
>=app-arch/unshield-0.5
>=app-pda/synce-librapi2-0.9.1
>=app-pda/synce-libsynce-0.9.1"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s:-Werror::" lib/Makefile.am
}

src_install() {
make DESTDIR=${D} install || die
dodoc README
}