aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-05-15 02:05:44 +0300
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-05-15 02:05:44 +0300
commit0b9fa70fd4f2087fb5c420c6303d726277caaa29 (patch)
tree05e958aebbe3edde0aa8abd64e7635e4c299cbfe
parentupdate main fso2 ebuilds (diff)
downloadembedded-cross-0b9fa70fd4f2087fb5c420c6303d726277caaa29.tar.gz
embedded-cross-0b9fa70fd4f2087fb5c420c6303d726277caaa29.tar.bz2
embedded-cross-0b9fa70fd4f2087fb5c420c6303d726277caaa29.zip
bump all fso2(cornucopia) tools
Signed-off-by: Maksim 'max_posedon' Melnikau <maxposedon@gmail.com>
-rw-r--r--sys-mobilephone/fso-abyss/Manifest4
-rw-r--r--sys-mobilephone/fso-abyss/fso-abyss-0.9.1.ebuild (renamed from sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild)8
-rw-r--r--sys-mobilephone/fso-alsa/Manifest1
-rw-r--r--sys-mobilephone/fso-alsa/fso-alsa-1.0.0.ebuild30
-rw-r--r--sys-mobilephone/fsoinitd/Manifest1
-rw-r--r--sys-mobilephone/fsoinitd/fsoinitd-0.1.0.ebuild23
-rw-r--r--sys-mobilephone/mioctl/Manifest1
-rw-r--r--sys-mobilephone/mioctl/mioctl-0.1.0.ebuild26
-rw-r--r--sys-mobilephone/mkdump/Manifest1
-rw-r--r--sys-mobilephone/mkdump/mkdump-1.0.0.ebuild27
-rw-r--r--sys-mobilephone/mterm2/Manifest1
-rw-r--r--sys-mobilephone/mterm2/mterm2-1.9.0.ebuild (renamed from sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild)18
12 files changed, 130 insertions, 11 deletions
diff --git a/sys-mobilephone/fso-abyss/Manifest b/sys-mobilephone/fso-abyss/Manifest
index 592b8bf..90c2f83 100644
--- a/sys-mobilephone/fso-abyss/Manifest
+++ b/sys-mobilephone/fso-abyss/Manifest
@@ -1,3 +1 @@
-DIST fso-abyss-0.9.0.tar.bz2 228976 RMD160 deb0be129ce609649aa8522290112c9c8e8e5cd3 SHA1 007d6e11dec3fe1fa7bcbdb4cad84c416f0cad28 SHA256 99fd433a8442e9fb8fbb261e6255d2bc9827897c49c302f1c41fdbeab4358021
-EBUILD fso-abyss-0.9.0.ebuild 502 RMD160 5d96e1dd291546ea25f47aef98111408d6839e77 SHA1 a7b0e5347ce0dcf590fd77d9262da2c378e01dc8 SHA256 54c6eefae56aa2dc2bf7c66dbd2e2923d882fa1d543b2779815e895e57b6334a
-EBUILD fso-abyss-9999.ebuild 546 RMD160 ac65b02eb1fc3f46d999aa57e880e4f7c436c07e SHA1 c3e2e0d92411d106b05913255cda17264113cc98 SHA256 c536aeef14acffcb6e43e37f1ad2a127469c8f3fa008fce75d6f153a0089bc17
+EBUILD fso-abyss-0.9.1.ebuild 670 RMD160 d8048bf6da0a261834f445ac7b15533d676b54be SHA1 9f33dcc62ee4942579d24ecb28a70591a05f378f SHA256 bcb5bbc1df0d5a3d3d2fe117d18c2f56b3cecad0eb8831931c5de3e28d5dd3eb
diff --git a/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-0.9.1.ebuild
index 6e5f022..c45c9ea 100644
--- a/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild
+++ b/sys-mobilephone/fso-abyss/fso-abyss-0.9.1.ebuild
@@ -7,7 +7,9 @@ inherit base git autotools
DESCRIPTION=""
HOMEPAGE="http://www.freesmartphone.org"
-EGIT_REPO_URI="git://git.freesmartphone.org/fso-abyss.git"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
LICENSE="GPL-2"
SLOT="0"
@@ -19,8 +21,10 @@ RDEPEND=">=dev-libs/glib-2.12.0
>=sys-mobilephone/libgsm0710mux-0.9.0
>=sys-mobilephone/libfsobasics-0.8.1"
DEPEND="${RDEPEND}
- >=dev-lang/vala-0.7.6"
+ >=dev-lang/vala-0.7.5"
src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
eautoreconf
}
diff --git a/sys-mobilephone/fso-alsa/Manifest b/sys-mobilephone/fso-alsa/Manifest
new file mode 100644
index 0000000..5b6cd60
--- /dev/null
+++ b/sys-mobilephone/fso-alsa/Manifest
@@ -0,0 +1 @@
+EBUILD fso-alsa-1.0.0.ebuild 675 RMD160 1799abbd75ca0c3a1bf87dd2004fb243f5be3fef SHA1 7efb2aaa3dd2fb1da8b8ba2429211739827345e4 SHA256 3013b946816a05e25ce6f4e6980c9946250e5d0833c570fb12c02699366f5c80
diff --git a/sys-mobilephone/fso-alsa/fso-alsa-1.0.0.ebuild b/sys-mobilephone/fso-alsa/fso-alsa-1.0.0.ebuild
new file mode 100644
index 0000000..cf92a85
--- /dev/null
+++ b/sys-mobilephone/fso-alsa/fso-alsa-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base git autotools
+
+DESCRIPTION=""
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+
+RDEPEND=">=dev-libs/glib-2.18.0
+ >=dev-libs/libgee-0.5.0
+ sys-mobilephone/libfsobasics
+ sys-mobilephone/libfsoframework
+ sys-mobilephone/libfso-glib"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.8.0"
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}
diff --git a/sys-mobilephone/fsoinitd/Manifest b/sys-mobilephone/fsoinitd/Manifest
new file mode 100644
index 0000000..f360b59
--- /dev/null
+++ b/sys-mobilephone/fsoinitd/Manifest
@@ -0,0 +1 @@
+EBUILD fsoinitd-0.1.0.ebuild 464 RMD160 ce7cc4ba87addf339472fd003d8180768efd4d51 SHA1 5c8024ff7bc52f4e0d87a9343d0d79a09e5b5d37 SHA256 da8af03b46700db4dfa0f0f3af7909d3d5a4eae98d567a35471e146cf7b15f5f
diff --git a/sys-mobilephone/fsoinitd/fsoinitd-0.1.0.ebuild b/sys-mobilephone/fsoinitd/fsoinitd-0.1.0.ebuild
new file mode 100644
index 0000000..66cfe91
--- /dev/null
+++ b/sys-mobilephone/fsoinitd/fsoinitd-0.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit cornucopia_git
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
+
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2.18.0
+ >=dev-libs/libgee-0.5.0
+ >=sys-apps/dbus-1.2.1
+ >=dev-libs/dbus-glib-0.76
+ >=sys-mobilephone/libfsobasics-0.2.3"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.8.1.1"
+
+src_configure()
+{
+ econf \
+ $(use_enable debug)
+}
diff --git a/sys-mobilephone/mioctl/Manifest b/sys-mobilephone/mioctl/Manifest
new file mode 100644
index 0000000..e955e79
--- /dev/null
+++ b/sys-mobilephone/mioctl/Manifest
@@ -0,0 +1 @@
+EBUILD mioctl-0.1.0.ebuild 560 RMD160 a7c11dad045320d5f7a8922251269fb19f69ef6d SHA1 c0cf0fd4ffd21fc2b745f3679442b2d56a639516 SHA256 063d80f8b3daf3b6e160d5b6611b37e2b9f11cde26fe23d93c9304ec5f672280
diff --git a/sys-mobilephone/mioctl/mioctl-0.1.0.ebuild b/sys-mobilephone/mioctl/mioctl-0.1.0.ebuild
new file mode 100644
index 0000000..542d67f
--- /dev/null
+++ b/sys-mobilephone/mioctl/mioctl-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base git autotools
+
+DESCRIPTION=""
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+
+RDEPEND=">=dev-libs/glib-2.18.0"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.8.1.1"
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}
diff --git a/sys-mobilephone/mkdump/Manifest b/sys-mobilephone/mkdump/Manifest
new file mode 100644
index 0000000..06eeff2
--- /dev/null
+++ b/sys-mobilephone/mkdump/Manifest
@@ -0,0 +1 @@
+EBUILD mkdump-1.0.0.ebuild 598 RMD160 c5e90b1ceb54bb852d26d20a0f0662251573aece SHA1 439378b61f046073b48ee7caa6317382f0e0b74a SHA256 c1bc3e673171586bf99abb2190985ec48cbe05ecf972a94c524ffb2ed4f7e8ff
diff --git a/sys-mobilephone/mkdump/mkdump-1.0.0.ebuild b/sys-mobilephone/mkdump/mkdump-1.0.0.ebuild
new file mode 100644
index 0000000..6b491ec
--- /dev/null
+++ b/sys-mobilephone/mkdump/mkdump-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base git autotools
+
+DESCRIPTION=""
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+
+RDEPEND=">=dev-libs/glib-2.12.0
+ >=sys-mobilephone/libfsotransport-0.9"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.10"
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}
diff --git a/sys-mobilephone/mterm2/Manifest b/sys-mobilephone/mterm2/Manifest
new file mode 100644
index 0000000..fb09f78
--- /dev/null
+++ b/sys-mobilephone/mterm2/Manifest
@@ -0,0 +1 @@
+EBUILD mterm2-1.9.0.ebuild 625 RMD160 dc730f4e6e7105028501f511b2a2522a22c021b0 SHA1 bb98ddfbf08f6083f81f200f9f8815adbbe9cdbe SHA256 dc50eac13befb97765d79959301ccc2570aa5342ddef0c39f471714fc8eddd95
diff --git a/sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild b/sys-mobilephone/mterm2/mterm2-1.9.0.ebuild
index b5f5410..5a08858 100644
--- a/sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild
+++ b/sys-mobilephone/mterm2/mterm2-1.9.0.ebuild
@@ -3,20 +3,26 @@
# $Header: $
EAPI=2
-inherit base
+inherit base git autotools
DESCRIPTION=""
HOMEPAGE="http://www.freesmartphone.org"
-SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~x86 ~amd64"
-IUSE=""
RDEPEND=">=dev-libs/glib-2.12.0
>=dev-libs/dbus-glib-0.76
- >=sys-mobilephone/libgsm0710mux-0.9.0
- >=sys-mobilephone/libfsobasics-0.8.1"
+ >=sys-mobilephone/libfsotransport-0.9"
DEPEND="${RDEPEND}
- >=dev-lang/vala-0.7.6"
+ >=dev-lang/vala-0.7.10"
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}