aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-09-01 01:25:24 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-09-01 01:25:24 +0000
commit2fc0635b84d277fac725a2d155cc2ca9833c2d48 (patch)
treedb7a35bd1fca26ed02a98e42c44dc49d101e3c22 /sys-mobilephone/libfsobasics
parentcornucopia: fsousaged (but doesn't compiles for me with gcc-4.4.1 (diff)
downloadembedded-cross-2fc0635b84d277fac725a2d155cc2ca9833c2d48.tar.gz
embedded-cross-2fc0635b84d277fac725a2d155cc2ca9833c2d48.tar.bz2
embedded-cross-2fc0635b84d277fac725a2d155cc2ca9833c2d48.zip
fixing crazy latest commit
Diffstat (limited to 'sys-mobilephone/libfsobasics')
-rw-r--r--sys-mobilephone/libfsobasics/Manifest3
-rw-r--r--sys-mobilephone/libfsobasics/fsousaged-0.9.0.1.ebuild38
2 files changed, 2 insertions, 39 deletions
diff --git a/sys-mobilephone/libfsobasics/Manifest b/sys-mobilephone/libfsobasics/Manifest
index a1aef8b..a0f9829 100644
--- a/sys-mobilephone/libfsobasics/Manifest
+++ b/sys-mobilephone/libfsobasics/Manifest
@@ -1 +1,2 @@
-EBUILD fsousaged-0.9.0.1.ebuild 830 RMD160 91d1980ea59ba85fcb1dd85deacb5f95f7dace04 SHA1 5cd40381961a33a21695441461fd7ef3077f6f57 SHA256 572b2fddaf79806eefd84952858514d22d22a05557192e92dec958dbe37fd0ba
+DIST libfsobasics-0.8.1.0.tar.bz2 240185 RMD160 43a20364f1353194931f266fbf2af6f5d74228cb SHA1 69bcd52239dbf9e9bc6fbae5a01683f7767cbd6d SHA256 cbf98c22a6c61d08ee8d5f4bb71ef5459ff5d885dce6ec583dd16d48dc9743a2
+EBUILD libfsobasics-0.8.1.0.ebuild 482 RMD160 6cc43b906eefac83adbecddd151143f7c4c9fdc3 SHA1 03efb2c541eb3f80ed6a95c25f2adc11c2b93e3a SHA256 c1d64f8edf0ce2c533601256152dd2f844fcbc62f504f8f79c49159436835657
diff --git a/sys-mobilephone/libfsobasics/fsousaged-0.9.0.1.ebuild b/sys-mobilephone/libfsobasics/fsousaged-0.9.0.1.ebuild
deleted file mode 100644
index d7eab3e..0000000
--- a/sys-mobilephone/libfsobasics/fsousaged-0.9.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit autotools git
-
-DESCRIPTION="The FreeSmartPhone.org GSM multiplexer"
-HOMEPAGE="http://www.freesmartphone.org"
-EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
-EGIT_PROJECT="cornucopia"
-EGIT_TREE="fsousaged-0.9.0"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~x86 ~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.18.0
- >=dev-libs/libgee-0.1.6
- >=media-libs/alsa-lib-1.0.20
- >=sys-apps/dbus-1.2.1
- >=dev-libs/dbus-glib-0.76
- >=sys-mobilephone/libfso-glib-0.1.0
- sys-mobilephone/libfsoframework"
-DEPEND="${RDEPEND}
- >=dev-lang/vala-0.7.3"
-
-
-src_unpack() {
- git_src_unpack
- S="${WORKDIR}/${P}/${PN}"
- cd "${S}"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-}