summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Arrifano <miknix@gentoo.org>2009-03-15 22:22:30 +0000
committerroot <root@miranda.amd64.dev.gentoo.org>2009-03-15 22:22:30 +0000
commit1fbcb9353822a954236378bbce5d2710ecb30c1b (patch)
tree37da412033860fe524ea64a18d4bc7451cf2c73f /gpe-xsession/teleport
downloadgpe-1fbcb9353822a954236378bbce5d2710ecb30c1b.tar.gz
gpe-1fbcb9353822a954236378bbce5d2710ecb30c1b.tar.bz2
gpe-1fbcb9353822a954236378bbce5d2710ecb30c1b.zip
Initial import.
Diffstat (limited to 'gpe-xsession/teleport')
-rw-r--r--gpe-xsession/teleport/Manifest2
-rw-r--r--gpe-xsession/teleport/teleport-0.34.ebuild32
2 files changed, 34 insertions, 0 deletions
diff --git a/gpe-xsession/teleport/Manifest b/gpe-xsession/teleport/Manifest
new file mode 100644
index 0000000..abd88e7
--- /dev/null
+++ b/gpe-xsession/teleport/Manifest
@@ -0,0 +1,2 @@
+DIST teleport-0.34.tar.gz 11802 SHA1 cff0f4b3d52306abd2bf2fa328a437237ce1fede SHA256 266d6ec9795c2b480101c8754988df68da2c5b3579687bf51ae31000b08ba8bd
+EBUILD teleport-0.34.ebuild 553 SHA1 aed4f855ca5c142cb039f444403708cc8dd8df03 SHA256 a37a94bcc1f779447b2a87c0bf0ffcc1953ab140bad457c995b9dbf67c5a0cb8
diff --git a/gpe-xsession/teleport/teleport-0.34.ebuild b/gpe-xsession/teleport/teleport-0.34.ebuild
new file mode 100644
index 0000000..bb3f08f
--- /dev/null
+++ b/gpe-xsession/teleport/teleport-0.34.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+GPE_TARBALL_SUFFIX="gz"
+GPE_MIRROR="http://gpe.linuxtogo.org/download/source"
+inherit eutils gpe
+
+DESCRIPTION="${PN} - GPE Palmtop Environment"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~amd64 ~x86"
+
+
+
+
+RDEPEND="${RDEPEND}
+ dev-db/sqlite
+ dev-libs/atk
+ dev-libs/glib:2
+ dev-libs/libgcrypt
+ dev-libs/libgpg-error
+ gpe-base/libgpewidget
+ x11-libs/cairo
+ x11-libs/gtk+
+ x11-libs/libX11
+ x11-libs/pango
+"
+
+DEPEND="${DEPEND}
+ ${RDEPEND}"