diff options
Diffstat (limited to 'app-mobilephone/past')
-rw-r--r-- | app-mobilephone/past/Manifest | 4 | ||||
-rw-r--r-- | app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch | 10 | ||||
-rw-r--r-- | app-mobilephone/past/metadata.xml | 5 | ||||
-rw-r--r-- | app-mobilephone/past/past-0.0.4.ebuild | 26 |
4 files changed, 0 insertions, 45 deletions
diff --git a/app-mobilephone/past/Manifest b/app-mobilephone/past/Manifest deleted file mode 100644 index a0bfeb62fe02..000000000000 --- a/app-mobilephone/past/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX past-0.0.4-gcc-4.7.patch 144 BLAKE2B 5a7ec19759bc85569f511a9e4eff64b3ba799ec4dcdda28fc78134669314cb8193894a15d0268ee2e7cc4e4515da558a131d174187f586c2f3a8e701ffe0db57 SHA512 c677fd97119f0fc8f43b89232ffd266653c4b2a6857ce311e949b4c5584a2521e8e730fa5ea34224b34f4e92a6fef58dd98a3dbf3c634a8d99fa138c40332414 -DIST 74036-past-0.0.4.tar.bz2 166745 BLAKE2B ce0e85632e7d3ae9e8c547321448d6d5fd9d50e6e2473652d9979e3b2dd338ed1e46a549f276919ec50c4f44a51df1ee65fd487c956a2b254c44986574b75188 SHA512 5ebce95f501e057cbfceb4019041e1dd844a464e656396c107ac9750e280dd544d0175d43bad53c94e10b587229cc5cc16e9d6f57401cdba6c539557daf3b0b0 -EBUILD past-0.0.4.ebuild 584 BLAKE2B 65cdbf4f1edc503d49004763f3fe1d1ad224cf2b7bb89f28d11c06fea770defa05d952bfc20326bee64feca340a759a523588a2ad58f9e1855896a37e250279d SHA512 4df5e9f91408d5fc05e69618d918f2cbaab00ce778c03aad7049e67d637ce6585a5c77b9a26f137dde2d3b52a12dd1dbef0c7816bc394e277514c7e8f34562a6 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch b/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch deleted file mode 100644 index e04de42b7ef8..000000000000 --- a/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- A/src/device.cpp -+++ B/src/device.cpp -@@ -22,6 +22,7 @@ - - extern "C" { - #include <gnokii.h> -+#include <unistd.h> - } - - #include "device.h" diff --git a/app-mobilephone/past/metadata.xml b/app-mobilephone/past/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-mobilephone/past/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> 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" ) |