summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-07-03 13:40:47 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-07-03 13:40:47 +0000
commitd70a8ae72856c475dc1cb6b8efe1b7626486a073 (patch)
tree15569fb32699f117b11d138cfa6f94bbadfcb478
parentVersion bump (diff)
downloaddrizzt-d70a8ae72856c475dc1cb6b8efe1b7626486a073.tar.gz
drizzt-d70a8ae72856c475dc1cb6b8efe1b7626486a073.tar.bz2
drizzt-d70a8ae72856c475dc1cb6b8efe1b7626486a073.zip
Add ensymble.
svn path=/; revision=130
-rw-r--r--app-mobilephone/ensymble/ChangeLog11
-rw-r--r--app-mobilephone/ensymble/Manifest14
-rw-r--r--app-mobilephone/ensymble/ensymble-0.22.ebuild25
-rw-r--r--app-mobilephone/ensymble/metadata.xml17
4 files changed, 67 insertions, 0 deletions
diff --git a/app-mobilephone/ensymble/ChangeLog b/app-mobilephone/ensymble/ChangeLog
new file mode 100644
index 0000000..880d2d8
--- /dev/null
+++ b/app-mobilephone/ensymble/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-mobilephone/ensymble
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 03 Jul 2007; Timothy Redaelli <drizzt@gentoo.org> +metadata.xml,
+ +ensymble-0.22.ebuild:
+ Add ensymble.
+
+ 03 Jul 2007; Timothy Redaelli <drizzt@gentoo.org> ChangeLog:
+ Add ensymble.
+
diff --git a/app-mobilephone/ensymble/Manifest b/app-mobilephone/ensymble/Manifest
new file mode 100644
index 0000000..5c1e8e0
--- /dev/null
+++ b/app-mobilephone/ensymble/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST ensymble-0.22.tar.gz 91287 RMD160 260ede8b37aa9a95c743d4d7bd670088024a29d7 SHA1 8cc8c6ba91707b056b394fd85a9e965a2112a4a5 SHA256 9056f61c97b2cd9c5f8657ea314ad5a8fb500e769f075757ca0501665f6095a2
+EBUILD ensymble-0.22.ebuild 589 RMD160 a81429bb84f59a2933c7e89c3e907acf52558a61 SHA1 e66230ff41c3a78e92ea0b1d203903273e634377 SHA256 7c36df190cf442c50e9596aeab5aff3296d0f198b1e6d8b1d0bb85bed959c705
+MISC ChangeLog 314 RMD160 5d586f4d0293aac53d0205dc1b349848b18806ae SHA1 45bd1348fbb6ac18d21321ff9c539878da9850a3 SHA256 f7aa50bf95da5fd5ce8de4ba881ad3627a5cf8285da4f2c732941afdce988b9c
+MISC metadata.xml 826 RMD160 ab21c4340c6478a377e0ddac0610303912993465 SHA1 86253f3039006884ac8bfdaac313b9a6db7031eb SHA256 9610ad8211010c4646e9598b15f97da2bbe8a18fd4b09a1a1f3e92f2df9daa9d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.4 (GNU/Linux)
+
+iD8DBQFGilHojJyKLBkBVroRAmyCAJ0Svm1mURJAVO0l9i4mowL1jlbmpACfZ9jm
+7EUBNeLNLcu3PuUjmGXLW5M=
+=5KqV
+-----END PGP SIGNATURE-----
diff --git a/app-mobilephone/ensymble/ensymble-0.22.ebuild b/app-mobilephone/ensymble/ensymble-0.22.ebuild
new file mode 100644
index 0000000..c20ddb1
--- /dev/null
+++ b/app-mobilephone/ensymble/ensymble-0.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Collection of tools for making Python for S60 programs."
+HOMEPAGE="http://www.nbl.fi/~nbl928/ensymble.html"
+SRC_URI="http://www.nbl.fi/~nbl928/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.2"
+RDEPEND="${DEPEND}
+ dev-libs/openssl"
+
+src_install() {
+ dodir "/usr/bin"
+ ./install.sh "${D}/usr/bin" || die "Cannot install ${PN}"
+ dodoc README TODO
+ dohtml www/*
+ insinto /usr/share/${PN}/examples/
+ doins data/*
+}
diff --git a/app-mobilephone/ensymble/metadata.xml b/app-mobilephone/ensymble/metadata.xml
new file mode 100644
index 0000000..098bbbf
--- /dev/null
+++ b/app-mobilephone/ensymble/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<longdescription lang="en">
+Current focus of Ensymble development is to provide useful tools for making
+Python for S60 programs. Supported functions include generation of SIS
+(installation) packages, merging several SIS packages into one, (re-)signing
+existing SIS packages and modifying extension DLL headers. Support for other
+Symbian OS software development tasks will follow.
+
+A long term goal of Ensymble is to provide a cross-platform, open-source way to
+do Symbian OS software development, supporting Symbian OS versions 9.1 and
+later. The original tools by Symbian are closed source and only available for
+the Windows® operating system.
+</longdescription>
+</pkgmetadata>