aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild')
-rw-r--r--sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild b/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild
deleted file mode 100644
index a41a5a3..0000000
--- a/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION=""
-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
- >=media-libs/alsa-lib-1.0.20
- >=sys-apps/dbus-1.2.1
- >=sys-mobilephone/libfsobasics-0.8.9.9"
-DEPEND="${RDEPEND}
- >=dev-lang/vala-0.7.6"
-
-EAPI="2"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-}