aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-08 03:06:02 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-08 03:06:02 +0000
commita83e3cc6a38d2a20e5d76fdfd61d6d8c9f4e3035 (patch)
tree92faee5ff4db482fbf241d349c8a3f9272a8197d /sys-mobilephone/libfsoresource
parentfix pixman compilation on armv4tl/armv5tel: https://bugs.gentoo.org/show_bug.... (diff)
downloadembedded-cross-a83e3cc6a38d2a20e5d76fdfd61d6d8c9f4e3035.tar.gz
embedded-cross-a83e3cc6a38d2a20e5d76fdfd61d6d8c9f4e3035.tar.bz2
embedded-cross-a83e3cc6a38d2a20e5d76fdfd61d6d8c9f4e3035.zip
update freesmartphone.org ebuilds:
1. use inherit base for pretty src_install 2. bump libfsoframework-0.2.4, http://trac.freesmartphone.org/ticket/505 3. bump libfsobasics-0.9.0 4. add fsonetworkd (not compiling, missing plugin.vala : http://trac.freesmartphone.org/ticket/501 ) 5. add fsotimed (not compiling, missing plugin.vala : http://trac.freesmartphone.org/ticket/502 )
Diffstat (limited to 'sys-mobilephone/libfsoresource')
-rw-r--r--sys-mobilephone/libfsoresource/Manifest2
-rw-r--r--sys-mobilephone/libfsoresource/libfsoresource-0.1.0.0.ebuild22
2 files changed, 24 insertions, 0 deletions
diff --git a/sys-mobilephone/libfsoresource/Manifest b/sys-mobilephone/libfsoresource/Manifest
new file mode 100644
index 0000000..dd54783
--- /dev/null
+++ b/sys-mobilephone/libfsoresource/Manifest
@@ -0,0 +1,2 @@
+DIST libfsoresource-0.1.0.0.tar.bz2 228168 RMD160 a7f050789beaef5dc31d6f959a8f6aeab24a8755 SHA1 1e5db194b4e7ddb94cc5b47eb914e736dede8d82 SHA256 babd8241522a6a0108e63569a6d0662ad1c07c07f89d9a97bdb0ba65197b8496
+EBUILD libfsoresource-0.1.0.0.ebuild 543 RMD160 d5eabfe45533a28a671a7693ab42c9934a499e1f SHA1 494c5ea7c802cede2cbbb997ec50d5cf8c5b5f93 SHA256 3128f40c82767ca2870812bbb55b67450521f0fb0ba1d51c74761b8a3d5efd43
diff --git a/sys-mobilephone/libfsoresource/libfsoresource-0.1.0.0.ebuild b/sys-mobilephone/libfsoresource/libfsoresource-0.1.0.0.ebuild
new file mode 100644
index 0000000..edd3a6e
--- /dev/null
+++ b/sys-mobilephone/libfsoresource/libfsoresource-0.1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base
+
+DESCRIPTION="freesmartphone.org resource library"
+HOMEPAGE="http://www.freesmartphone.org"
+SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18.0
+ >=dev-libs/dbus-glib-0.76
+ >=sys-mobilephone/libfsobasics-0.8.9.9
+ >=sys-mobilephone/libfsoframework-0.2.3.1"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.8"