app-mobilephone/past: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 15:37:26 +0000 (16:37 +0100)
committerJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 15:37:38 +0000 (16:37 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch
app-mobilephone/past/past-0.0.4.ebuild

index d2a82e025688b61d5a76977090b4b1a4aabecbf8..e04de42b7ef817103a356e4e30f5bc3c006f1d76 100644 (file)
@@ -1,5 +1,5 @@
---- src/device.cpp
-+++ src/device.cpp
+--- A/src/device.cpp
++++ B/src/device.cpp
 @@ -22,6 +22,7 @@
  
  extern "C" {
index 8966954ef3637c6947705d6d571edbc82471892f..e1fc18d886d3c8d75c25eb31a132ca0be5d3d2bd 100644 (file)
@@ -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 )