diff options
Diffstat (limited to 'app-mobilephone/past/past-0.0.4.ebuild')
-rw-r--r-- | app-mobilephone/past/past-0.0.4.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/app-mobilephone/past/past-0.0.4.ebuild b/app-mobilephone/past/past-0.0.4.ebuild index 8966954ef363..e1fc18d886d3 100644 --- a/app-mobilephone/past/past-0.0.4.ebuild +++ b/app-mobilephone/past/past-0.0.4.ebuild @@ -1,23 +1,26 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 + inherit cmake-utils -DESCRIPTION="A simple SMS tool" -HOMEPAGE="http://www.kde-apps.org/content/show.php/past+-+SMS+Tool?content=74036" -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/74036-${P}.tar.bz2" +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="dev-qt/qtcore:4 +DEPEND=" + app-mobilephone/gnokii[sms] + dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 - app-mobilephone/gnokii[sms]" +" RDEPEND="${DEPEND}" DOCS=( ChangeLog TODO ) |