diff options
author | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-09-20 19:51:49 +0000 |
---|---|---|
committer | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-09-20 19:51:49 +0000 |
commit | e55c12690b1f866371505911e1960f4d2196a622 (patch) | |
tree | 3b889a322a70d18b1cf6529bd301851fede9c70b /sys-mobilephone | |
parent | Manifest (diff) | |
download | embedded-cross-e55c12690b1f866371505911e1960f4d2196a622.tar.gz embedded-cross-e55c12690b1f866371505911e1960f4d2196a622.tar.bz2 embedded-cross-e55c12690b1f866371505911e1960f4d2196a622.zip |
libfsoframework-0.2.3 bump
Diffstat (limited to 'sys-mobilephone')
-rw-r--r-- | sys-mobilephone/libfsoframework/Manifest | 4 | ||||
-rw-r--r-- | sys-mobilephone/libfsoframework/files/disable-tests.patch | 10 | ||||
-rw-r--r-- | sys-mobilephone/libfsoframework/libfsoframework-0.2.3.ebuild (renamed from sys-mobilephone/libfsoframework/libfsoframework-0.1.0.0.ebuild) | 18 |
3 files changed, 21 insertions, 11 deletions
diff --git a/sys-mobilephone/libfsoframework/Manifest b/sys-mobilephone/libfsoframework/Manifest index a4358e7..03c8e7b 100644 --- a/sys-mobilephone/libfsoframework/Manifest +++ b/sys-mobilephone/libfsoframework/Manifest @@ -1 +1,3 @@ -EBUILD libfsoframework-0.1.0.0.ebuild 762 RMD160 1165da9d34784e6b072f8f00a0117260744941c4 SHA1 b6651218dada9f4deb37bfb74946d3214e7c8727 SHA256 eb425cf385939935ec29a4779c9d95975dcca63512e7c31a119956b6d7ab4504 +AUX disable-tests.patch 261 RMD160 44c9b4c106533ade47409cfd4bf8aa8170b01753 SHA1 cfdd68feaa791cc6e2dea0bb604c4e6acd95ab01 SHA256 ab07a1c9028cfa1955a53b42b326c8050a24704982b2e51a012d86c47606bc5e +DIST libfsoframework-0.2.3.tar.bz2 258991 RMD160 ad5cd991a9a45dd76dc3a98418570fce89ab236e SHA1 cdd60ffe3cb92b01dde71cd18d61b07d827279f5 SHA256 c6725a216c057b9a21bd26b0fea5d9f5257bd0c1b8bd872a52f9e2335df12b71 +EBUILD libfsoframework-0.2.3.ebuild 703 RMD160 345306ce2cbad0db83fec0a6d2dfbc390d9c900b SHA1 4708728c1b344b48d0c32382491c269ccf318ff7 SHA256 52ec6ba4055ef825ff73cacaf162d5c7ee6fe515a4097a10e22b711727bfde75 diff --git a/sys-mobilephone/libfsoframework/files/disable-tests.patch b/sys-mobilephone/libfsoframework/files/disable-tests.patch new file mode 100644 index 0000000..c785b7a --- /dev/null +++ b/sys-mobilephone/libfsoframework/files/disable-tests.patch @@ -0,0 +1,10 @@ +--- libfsoframework-0.2.3/Makefile.am.old 2009-09-20 19:15:48.000000000 +0000 ++++ libfsoframework-0.2.3/Makefile.am 2009-09-20 19:16:11.000000000 +0000 +@@ -4,7 +4,6 @@ + + SUBDIRS = \ + fsoframework \ +- tests \ + $(NULL) + + pkgconfigdir = $(libdir)/pkgconfig diff --git a/sys-mobilephone/libfsoframework/libfsoframework-0.1.0.0.ebuild b/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.ebuild index 019f621..3687f9c 100644 --- a/sys-mobilephone/libfsoframework/libfsoframework-0.1.0.0.ebuild +++ b/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.ebuild @@ -2,13 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit autotools git +inherit autotools -DESCRIPTION="The FreeSmartPhone.org GSM multiplexer" +DESCRIPTION="" HOMEPAGE="http://www.freesmartphone.org" -EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git" -EGIT_PROJECT="cornucopia" -EGIT_TREE="fsousaged-0.9.0" +SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -19,15 +17,15 @@ RDEPEND=">=dev-libs/glib-2.18.0 >=dev-libs/dbus-glib-0.76 >=media-libs/alsa-lib-1.0.20 >=sys-apps/dbus-1.2.1 + >=sys-mobilephone/libfsobasics-0.8.3 sys-mobilephone/misc-vapi" DEPEND="${RDEPEND} - >=dev-lang/vala-0.7.3" + >=dev-lang/vala-0.7.6" +EAPI="2" -src_unpack() { - git_src_unpack - S="${WORKDIR}/${P}/${PN}" - cd "${S}" +src_prepare() { + epatch "${FILESDIR}"/disable-tests.patch eautoreconf } |