aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-13 21:25:49 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-13 21:25:49 +0000
commitc4c58c997f0e3fe0655a0b0a470527e205fa0106 (patch)
tree3d5d5700d3d53751dc46c1c54f04c761ea016908
parentlibfso-glib: one more temp keyword (diff)
downloadembedded-cross-c4c58c997f0e3fe0655a0b0a470527e205fa0106.tar.gz
embedded-cross-c4c58c997f0e3fe0655a0b0a470527e205fa0106.tar.bz2
embedded-cross-c4c58c997f0e3fe0655a0b0a470527e205fa0106.zip
bump fso-abyss-9999, works with recent libgsm0710mux
-rw-r--r--sys-mobilephone/fso-abyss/Manifest1
-rw-r--r--sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-mobilephone/fso-abyss/Manifest b/sys-mobilephone/fso-abyss/Manifest
index b3f332c..592b8bf 100644
--- a/sys-mobilephone/fso-abyss/Manifest
+++ b/sys-mobilephone/fso-abyss/Manifest
@@ -1,2 +1,3 @@
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
diff --git a/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild
new file mode 100644
index 0000000..6e5f022
--- /dev/null
+++ b/sys-mobilephone/fso-abyss/fso-abyss-9999.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/fso-abyss.git"
+
+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"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.6"
+
+src_prepare() {
+ eautoreconf
+}