summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-24 22:55:59 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-24 22:56:15 +1100
commitad79c0f7e68a9c0cb25ffd49229b16e94a0ab7b7 (patch)
treefdf6db384692c56b051efa426ee7210090bb4249 /x11-misc/qlipper
parentapp-misc/muttprint: Adds dependencies on perl packages (diff)
downloadgentoo-ad79c0f7e68a9c0cb25ffd49229b16e94a0ab7b7.tar.gz
gentoo-ad79c0f7e68a9c0cb25ffd49229b16e94a0ab7b7.tar.bz2
gentoo-ad79c0f7e68a9c0cb25ffd49229b16e94a0ab7b7.zip
x11-misc/qlipper: remove 2.0.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-misc/qlipper')
-rw-r--r--x11-misc/qlipper/Manifest1
-rw-r--r--x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch18
-rw-r--r--x11-misc/qlipper/qlipper-2.0.2.ebuild43
3 files changed, 0 insertions, 62 deletions
diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest
index 5c8cb01c01c7..6f736ffdf21b 100644
--- a/x11-misc/qlipper/Manifest
+++ b/x11-misc/qlipper/Manifest
@@ -1,2 +1 @@
-DIST qlipper-2.0.2.tar.bz2 83544 SHA256 bd5463183966c6fee464b256b21f6e8397cd05faa20bd12719f7369a72c73958 SHA512 ac402f5d5fe77213192a59b0f52e780bf98f211868f88552a3bbcb400269714da42a5b13222a48aa0b8906c77100c8f5bf058dc159550e0d4a5575dc2917b268 WHIRLPOOL 87341e7172e3b5700a27e071d98fcf287b6cf795e99082707b73eaf4c4cc27e0da3c9e338d938b4a805f295e1163d51365a9f0373679787609ce986f536c91d7
DIST qlipper-5.0.0.tar.gz 94281 SHA256 50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77 SHA512 d2bd834f33531a175201244bdd6e9436da16c6f77e1fdc79616c8c3faef531ae50d4cc3b072074fd5efa494cc7be30ffe617912cf54494a66a72420095b0c642 WHIRLPOOL ca6e9542e14b4ec15e7e15d9b2bb88fee0b34913010e6c058ab122a01f3a8e1532764137f6ba42c2ebd72361ff5653983737f84cbb8a9f8b37b5400ee8da4c22
diff --git a/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch b/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch
deleted file mode 100644
index 1f478324e3f7..000000000000
--- a/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a036f9b..92a471a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -187,9 +187,13 @@ include_directories (
- )
- if (NOT QTSINGLEAPPLICATION_FOUND)
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qtsingleapplication)
-+else ()
-+ include_directories(${QTSINGLEAPPLICATION_INCLUDE_DIR})
- endif (NOT QTSINGLEAPPLICATION_FOUND)
- if (NOT QXT_FOUND)
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/qxt)
-+else ()
-+ include_directories(${QXT_INCLUDE_PATH})
- endif (NOT QXT_FOUND)
-
-
diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild b/x11-misc/qlipper/qlipper-2.0.2.ebuild
deleted file mode 100644
index a42fd8ca1442..000000000000
--- a/x11-misc/qlipper/qlipper-2.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PLOCALES="cs sr"
-
-inherit cmake-utils l10n
-
-DESCRIPTION="Lightweight and cross-platform clipboard history applet"
-HOMEPAGE="https://github.com/pvanek/qlipper"
-SRC_URI="https://qlipper.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtsingleapplication[qt4(+),X]
- x11-libs/libqxt
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-system-includes.patch"
-)
-
-src_prepare() {
- cmake-utils_src_prepare
- l10n_for_each_disabled_locale_do rm_ts
-}
-
-src_configure() {
- cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr
-}
-
-rm_ts() {
- rm -f "${S}"/ts/${PN}.${1}.ts
-}