summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/past/past-0.0.4.ebuild')
-rw-r--r--app-mobilephone/past/past-0.0.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-mobilephone/past/past-0.0.4.ebuild b/app-mobilephone/past/past-0.0.4.ebuild
deleted file mode 100644
index 13223531e4d0..000000000000
--- a/app-mobilephone/past/past-0.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Simple SMS tool"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/past+-+SMS+Tool?content=74036"
-SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466626318/74036-${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- app-mobilephone/gnokii[sms]
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog TODO )
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )