summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Amit <abhishek@gentoo.org>2003-12-09 04:51:07 +0000
committerAbhishek Amit <abhishek@gentoo.org>2003-12-09 04:51:07 +0000
commit1f438a93d7cfd4c79bd74134759c150e89367cd2 (patch)
tree31068d9ed5d9210e60ecb0a12a836adc993079ed /app-pda/orange
parentUpdated Homepages for ebuilds, Version Bump of JDK 1.4.1.05 to 1.4.1.06, and ... (diff)
downloadgentoo-2-1f438a93d7cfd4c79bd74134759c150e89367cd2.tar.gz
gentoo-2-1f438a93d7cfd4c79bd74134759c150e89367cd2.tar.bz2
gentoo-2-1f438a93d7cfd4c79bd74134759c150e89367cd2.zip
Removed broken version
Diffstat (limited to 'app-pda/orange')
-rw-r--r--app-pda/orange/Manifest2
-rw-r--r--app-pda/orange/files/digest-orange-0.21
-rw-r--r--app-pda/orange/orange-0.2.ebuild26
3 files changed, 0 insertions, 29 deletions
diff --git a/app-pda/orange/Manifest b/app-pda/orange/Manifest
index a65bc9e67e51..4d208762ef51 100644
--- a/app-pda/orange/Manifest
+++ b/app-pda/orange/Manifest
@@ -1,6 +1,4 @@
-MD5 37f8bbb53e7348c97295049cf95f36e0 orange-0.2.ebuild 577
MD5 d2e589d1ca65c714fe289666a7657da2 orange-0.2-r1.ebuild 691
MD5 ea54b23fe18ba57937fd0f61ba877194 ChangeLog 544
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
-MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2 62
MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2-r1 62
diff --git a/app-pda/orange/files/digest-orange-0.2 b/app-pda/orange/files/digest-orange-0.2
deleted file mode 100644
index dcc191d034bd..000000000000
--- a/app-pda/orange/files/digest-orange-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 50863dd7b29112049bf52b83e6c8c2a2 orange-0.2.tar.gz 214255
diff --git a/app-pda/orange/orange-0.2.ebuild b/app-pda/orange/orange-0.2.ebuild
deleted file mode 100644
index 11d9e54238ea..000000000000
--- a/app-pda/orange/orange-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Orange is a tool and library for squeezing out juicy \
-installable Microsoft Cabinet Files from self-extracting installers \
-for Microsoft Windows"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-pda/dynamite
- app-pda/unshield"
-
-src_compile() {
- econf
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README
-}