aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-05-14 01:25:51 +0300
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-05-14 01:30:39 +0300
commit915034af9858f39ca0bb625921529364fe289078 (patch)
treee88e4717ed69b0e455b317eab8a16773dbd8f074 /sys-mobilephone/fso-specs
parentbump vala-0.8.1.1 (vala-0.8.1 with fso patches) (diff)
downloadembedded-cross-915034af9858f39ca0bb625921529364fe289078.tar.gz
embedded-cross-915034af9858f39ca0bb625921529364fe289078.tar.bz2
embedded-cross-915034af9858f39ca0bb625921529364fe289078.zip
update main fso2 ebuilds
1. use version from configure.ac, not 9999 2. specify exact git commit for permamenting packages 3. add few uses where its required Signed-off-by: Maksim 'max_posedon' Melnikau <maxposedon@gmail.com>
Diffstat (limited to 'sys-mobilephone/fso-specs')
-rw-r--r--sys-mobilephone/fso-specs/Manifest1
-rw-r--r--sys-mobilephone/fso-specs/fso-specs-2010.05.11.2.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/sys-mobilephone/fso-specs/Manifest b/sys-mobilephone/fso-specs/Manifest
new file mode 100644
index 0000000..9cc6581
--- /dev/null
+++ b/sys-mobilephone/fso-specs/Manifest
@@ -0,0 +1 @@
+EBUILD fso-specs-2010.05.11.2.ebuild 498 RMD160 e407294ae5a72bdcc536850f2739867f54301035 SHA1 19241abd2087cf3754c12ecb6173bf24ecbed49e SHA256 2ee79346928ecde4d861ada336c4beb5ccbeede3cdcdf88de2c735a42fc5b709
diff --git a/sys-mobilephone/fso-specs/fso-specs-2010.05.11.2.ebuild b/sys-mobilephone/fso-specs/fso-specs-2010.05.11.2.ebuild
new file mode 100644
index 0000000..8b09da4
--- /dev/null
+++ b/sys-mobilephone/fso-specs/fso-specs-2010.05.11.2.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 autotools git
+
+DESCRIPTION="freesmartphone.org DBus XML specification & documentation"
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/specs.git"
+EGIT_PROJECT="fso-specs"
+EGIT_COMMIT="8d71cde1377deaecb67d8081060ddddb441b5186"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+src_prepare()
+{
+ eautoreconf
+}