diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-12 00:00:04 +0100 |
commit | 95345df41ce46c863004fae12baa0bbb3626fd36 (patch) | |
tree | 2585da974bb476d6a4987ac68efda316cccec336 /app-mobilephone | |
parent | kde-apps: Drop KDE Applications 17.12.1 (diff) | |
download | gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.gz gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.bz2 gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.zip |
profiles: Remove last-rited packages
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/past/Manifest | 1 | ||||
-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, 42 deletions
diff --git a/app-mobilephone/past/Manifest b/app-mobilephone/past/Manifest deleted file mode 100644 index faa7e7ca9d16..000000000000 --- a/app-mobilephone/past/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 74036-past-0.0.4.tar.bz2 166745 BLAKE2B ce0e85632e7d3ae9e8c547321448d6d5fd9d50e6e2473652d9979e3b2dd338ed1e46a549f276919ec50c4f44a51df1ee65fd487c956a2b254c44986574b75188 SHA512 5ebce95f501e057cbfceb4019041e1dd844a464e656396c107ac9750e280dd544d0175d43bad53c94e10b587229cc5cc16e9d6f57401cdba6c539557daf3b0b0 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" ) |