summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/PalmSDK/ChangeLog17
-rw-r--r--dev-embedded/PalmSDK/Manifest5
-rw-r--r--dev-embedded/PalmSDK/PalmSDK-1.4.1.427.ebuild101
-rw-r--r--dev-embedded/PalmSDK/files/PalmSDK-palm-emulator.pngbin3658 -> 0 bytes
-rw-r--r--dev-embedded/PalmSDK/metadata.xml5
5 files changed, 0 insertions, 128 deletions
diff --git a/dev-embedded/PalmSDK/ChangeLog b/dev-embedded/PalmSDK/ChangeLog
deleted file mode 100644
index 763800126..000000000
--- a/dev-embedded/PalmSDK/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for dev-embedded/PalmSDK
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 13 Aug 2011; James Broadhead (hangfire) <jamesbroadhead@gmail.com>
- PalmSDK-1.4.1.427.ebuild:
- Changed LICENSE to be grep-friendly
-
- 19 Jul 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- PalmSDK-1.4.1.427.ebuild:
- Fix dependency: virtualbox-ose -> virtualbox
-
- 29 Apr 2010; Michael Weber (xmw) <gentoo@xmw.de>
- +PalmSDK-1.4.1.427.ebuild, +files/PalmSDK-palm-emulator.png,
- +metadata.xml:
- New Ebuild for bug 278769
-
diff --git a/dev-embedded/PalmSDK/Manifest b/dev-embedded/PalmSDK/Manifest
deleted file mode 100644
index 84ad8b6d9..000000000
--- a/dev-embedded/PalmSDK/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX PalmSDK-palm-emulator.png 3658 RMD160 e42fcccd24640c99143d5e7e9c426589adcf3b1e SHA1 d5077d68f22da6c7f9a7c3d8ff5586e8f5b32732 SHA256 bfe2d8518ab65c73f2f6813d4b22e8488d0596d1ee548840924f2b35c5c65e14
-DIST palm-sdk_1.4.1-svn274946-sdk1436-pho427_i386.deb 198840002 RMD160 a72700809375cbaa359254761669b35128b7e324 SHA1 64f424d9661b679ee888fa253854d603885e5ed8 SHA256 00352167f8bd4260c3bf66ac91101cea054c34ec2cfc7b0c0b84857e8e464e35
-EBUILD PalmSDK-1.4.1.427.ebuild 3032 RMD160 05bbfc22d83b407883a23f90b9136cbd5f201038 SHA1 479c63dd9d14e9e981f6b3a68dd1004958049165 SHA256 28b0e9fa03a6f67dddd04c8e7160bbc5f10ec839c9fa10426988d9fcbf235829
-MISC ChangeLog 552 RMD160 a95daf7bd35257db8fb0ae8e7b685705cf8b4ccb SHA1 4387f542941ce655a1d60ef94d4194d3466a8d08 SHA256 19b48b40276caf37588e9b58fa5fe59647b1518c7a2ea10e1bebf9190ce60a2b
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/dev-embedded/PalmSDK/PalmSDK-1.4.1.427.ebuild b/dev-embedded/PalmSDK/PalmSDK-1.4.1.427.ebuild
deleted file mode 100644
index 80c72f510..000000000
--- a/dev-embedded/PalmSDK/PalmSDK-1.4.1.427.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils versionator
-
-DESCRIPTION="Palm WebOS SDK with Mojo Application Framework and emulator to develop Palm Pre applications"
-HOMEPAGE="http://developer.palm.com/"
-
-MY_VER="$(get_version_component_range 1-3)-svn274946-sdk1436-pho$(get_version_component_range 4)"
-SRC_URI="http://cdn.downloads.palm.com/sdkdownloads/${PV}/sdkBinaries/palm-sdk_${MY_VER}_i386.deb"
-
-LICENSE="PalmSDK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 -*"
-MY_LINGUAS="linguas_de linguas_it linguas_pt_BR linguas_ru linguas_sv"
-IUSE=${MY_LINGUAS}
-
-RDEPEND="|| (
- app-emulation/virtualbox-bin
- app-emulation/virtualbox
- )
- >=virtual/jre-1.5
- x86? (
- net-libs/libproxy
- net-libs/libsoup:2.4
- net-libs/libsoup-gnome:2.4
- net-libs/webkit-gtk
- x11-libs/gtk+:2
- )"
-
-QA_PRESTRIPPED_x86="
- opt/PalmSDK/0.1/bin/palminspector
- opt/PalmSDK/0.1/bin/proxy"
-QA_PRESTRIPPED_amd64="${QA_PRESTRIPPED_x86}
- opt/PalmSDK/0.1/lib/libproxy.so
- opt/PalmSDK/0.1/lib/libproxy.so.0
- opt/PalmSDK/0.1/lib/libproxy.so.0.0.0
- opt/PalmSDK/0.1/lib/libproxy/0.2.3/plugins/envvar.so
- opt/PalmSDK/0.1/lib/libproxy/0.2.3/plugins/file.so
- opt/PalmSDK/0.1/lib/libproxy/0.2.3/plugins/gnome.so
- opt/PalmSDK/0.1/lib/libproxy/0.2.3/plugins/kde.so"
-
-src_unpack() {
- unpack ${A}
- unpack ./data.tar.gz
-}
-
-src_prepare() {
- local my_linguas
- for my_linguas in ${MY_LINGUAS} ; do
- use ${my_linguas} && continue
- rm -rf "opt/${PN}/0.1/share/locale/${my_linguas#linguas_}" || die
- done
-
- rm -rf opt/${PN}/0.1/lib/lib{soup,webkit}* || die
-
- if use x86 ; then
- rm -rf opt/${PN}/0.1/lib/libproxy* || die
- fi
-}
-
-src_install() {
- local my_bin
- for my_bin in $(find opt/${PN}/0.1/bin -maxdepth 1 -type f) ; do
- dosym "/${my_bin}" "/opt/bin/$(basename "${my_bin}")" || die
- done
-
- insinto opt/${PN}
- doins -r opt/${PN}/0.1 || die
- fperms -R a+x /opt/${PN}/0.1/{bin,lib} || die
-
- dosym 0.1 opt/PalmSDK/Current || die
-
- newicon "${FILESDIR}/${PN}-palm-emulator.png" palm-emulator.png || die
- make_desktop_entry /opt/bin/palm-emulator "Palm Mojo SDK Emulator" palm-emulator Development
-
- if use amd64 ; then
- ewarn "palminspector does not work on amd64 due to missing 32bit libraries "
- ewarn "libenchant.so.1 libicu{data,i18n,uc}.so.38 and libgnutls.so.13."
- ewarn "The execute bit will be removed to silence revdep-rebuild."
- ewarn "You can obtain these by using portage2.2 and multilib overlay."
- ewarn "See http://github.com/sjnewbury/multilib-overlay for details."
- fperms a-x /opt/${PN}/0.1/bin/palminspector || die
- fi
-}
-
-pkg_postinst() {
- if ! grep 'localhost' /etc/hosts | grep -s -q '127.0.0.1' ; then
- ewarn 'Add "127.0.0.1 localhost" to your /etc/hosts'
- fi
- if ! grep -s -q '127.0.0.1 qemu' /etc/hosts ; then
- ewarn 'Add "127.0.0.1 qemu" to your /etc/hosts'
- fi
- if ! grep -s -q '192.168.2.101 device' /etc/hosts ; then
- ewarn 'Add something like "192.168.2.101 device" to your /etc/hosts'
- fi
- elog 'Do not forget to add your account to the vboxusers group!'
-}
diff --git a/dev-embedded/PalmSDK/files/PalmSDK-palm-emulator.png b/dev-embedded/PalmSDK/files/PalmSDK-palm-emulator.png
deleted file mode 100644
index cd0c05d1d..000000000
--- a/dev-embedded/PalmSDK/files/PalmSDK-palm-emulator.png
+++ /dev/null
Binary files differ
diff --git a/dev-embedded/PalmSDK/metadata.xml b/dev-embedded/PalmSDK/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/dev-embedded/PalmSDK/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>