From ec90dcd4038a8b8b0237cd5b4a9b31bf431e7e5b Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Wed, 12 Mar 2008 20:58:13 +0000 Subject: Version bump svn path=/; revision=143 --- app-mobilephone/ensymble/ChangeLog | 6 +++++- app-mobilephone/ensymble/Manifest | 14 +++++++------- app-mobilephone/ensymble/ensymble-0.22.ebuild | 25 ------------------------- app-mobilephone/ensymble/ensymble-0.26.ebuild | 25 +++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 33 deletions(-) delete mode 100644 app-mobilephone/ensymble/ensymble-0.22.ebuild create mode 100644 app-mobilephone/ensymble/ensymble-0.26.ebuild diff --git a/app-mobilephone/ensymble/ChangeLog b/app-mobilephone/ensymble/ChangeLog index 880d2d8..add7afe 100644 --- a/app-mobilephone/ensymble/ChangeLog +++ b/app-mobilephone/ensymble/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-mobilephone/ensymble -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Mar 2008; Timothy Redaelli ++, + -ensymble-0.22.ebuild: + Version bump + 03 Jul 2007; Timothy Redaelli +metadata.xml, +ensymble-0.22.ebuild: Add ensymble. diff --git a/app-mobilephone/ensymble/Manifest b/app-mobilephone/ensymble/Manifest index 5c1e8e0..92e16c5 100644 --- a/app-mobilephone/ensymble/Manifest +++ b/app-mobilephone/ensymble/Manifest @@ -1,14 +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 +DIST ensymble-0.26.tar.gz 94591 RMD160 08c05658647dc62e7a44cb4fb7530087786e88a5 SHA1 1f2145c31e2e78ac2b9acfa3fd4937c7850de85f SHA256 a582db8772a08794c708b56d746d3325b82dfe0c29f37e0388963f9a2f9bd8f4 +EBUILD ensymble-0.26.ebuild 596 RMD160 90e0fb67503cb8ae6bfb69e1cdd70dea5d6fb5fe SHA1 fc90c118090589af51eee85eef35a6e44a6a8750 SHA256 09aa8ff7eb85166ef8a82af1f124459ffbc6726495602a9a8ddce16635c62921 +MISC ChangeLog 411 RMD160 ab72e883ad06e6c0b4537d35b4e0d1f69257f5a6 SHA1 25a8af53fa9cef299f2abfb08ad1edb042a3a661 SHA256 5c124a85d16c1f0f4e9327213e044bd3ca64782f96de8759d8bae38c5b1d3982 MISC metadata.xml 826 RMD160 ab21c4340c6478a377e0ddac0610303912993465 SHA1 86253f3039006884ac8bfdaac313b9a6db7031eb SHA256 9610ad8211010c4646e9598b15f97da2bbe8a18fd4b09a1a1f3e92f2df9daa9d -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.4 (GNU/Linux) +Version: GnuPG v2.0.7 (GNU/Linux) -iD8DBQFGilHojJyKLBkBVroRAmyCAJ0Svm1mURJAVO0l9i4mowL1jlbmpACfZ9jm -7EUBNeLNLcu3PuUjmGXLW5M= -=5KqV +iD8DBQFH2EPhfaz7Jd2SSKIRAi+1AKCXtbzOJCh9b814BuDaG68EkHnTCQCdE1po +3cChFr8Um8SOi6SeAkcCmrw= +=5rti -----END PGP SIGNATURE----- diff --git a/app-mobilephone/ensymble/ensymble-0.22.ebuild b/app-mobilephone/ensymble/ensymble-0.22.ebuild deleted file mode 100644 index c20ddb1..0000000 --- a/app-mobilephone/ensymble/ensymble-0.22.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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/ensymble-0.26.ebuild b/app-mobilephone/ensymble/ensymble-0.26.ebuild new file mode 100644 index 0000000..6be3677 --- /dev/null +++ b/app-mobilephone/ensymble/ensymble-0.26.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="~amd64 ~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/* +} -- cgit v1.2.3-65-gdbad