aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/libgsm0710mux/libgsm0710mux-9999.ebuild')
-rw-r--r--sys-mobilephone/libgsm0710mux/libgsm0710mux-9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-mobilephone/libgsm0710mux/libgsm0710mux-9999.ebuild b/sys-mobilephone/libgsm0710mux/libgsm0710mux-9999.ebuild
deleted file mode 100644
index 2fba7ef..0000000
--- a/sys-mobilephone/libgsm0710mux/libgsm0710mux-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit base git autotools
-
-DESCRIPTION="GSM 07.10 Multiplexing Server"
-HOMEPAGE="http://www.freesmartphone.org"
-EGIT_REPO_URI="git://git.freesmartphone.org/libgsm0710mux.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~x86 ~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.12.0
- >=sys-mobilephone/libfsobasics-0.8.3
- >=sys-mobilephone/libfsotransport-0.9.5
- >=sys-mobilephone/libgsm0710-1.2.0"
-DEPEND="${RDEPEND}
- >=dev-lang/vala-0.7.6"
-
-src_prepare() {
- eautoreconf
-}