summaryrefslogtreecommitdiff
path: root/net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-13 15:59:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-13 15:59:24 +0100
commitfdc97647f9837884d5b729a8000d52bf2ecf5858 (patch)
tree58f284de46b0b797e26a9b693832b246f7a5c68c /net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild
parent1358adf41d192d24d67fbde47262abe47da56892 (diff)
redcore 1708 gamma crucis : bump ebuilds
Diffstat (limited to 'net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild')
-rw-r--r--net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild b/net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild
deleted file mode 100644
index 79c6fbf2..00000000
--- a/net-misc/modem-manager-gui/modem-manager-gui-0.0.17.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Frontend for ModemManager daemon able to control specific modem functions"
-HOMEPAGE="http://linuxonly.ru/cms/page.php?"
-SRC_URI="http://download.tuxfamily.org/gsf/source/${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+networkmanager +ofono -connman"
-
-RDEPEND="
- sys-libs/gdbm
- x11-libs/gtk+:3
- x11-libs/libnotify
- net-misc/modemmanager
- ofono? ( net-misc/ofono )
- networkmanager? ( net-misc/networkmanager )
- connman? ( net-misc/connman )"
-DEPEND="
- app-text/po4a
- dev-util/itstool
- "
-
-S="${WORKDIR}/${PN}-${PV}"
-
-src_configure() {
- econf
-}
-
-src_compile() {
- emake || die "compilation failed"
-}
-
-src_install() {
- default
-}