diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/qlipper | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/qlipper')
-rw-r--r-- | x11-misc/qlipper/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch | 18 | ||||
-rw-r--r-- | x11-misc/qlipper/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/qlipper/qlipper-2.0.2.ebuild | 43 |
4 files changed, 67 insertions, 0 deletions
diff --git a/x11-misc/qlipper/Manifest b/x11-misc/qlipper/Manifest new file mode 100644 index 000000000000..68f65edf9513 --- /dev/null +++ b/x11-misc/qlipper/Manifest @@ -0,0 +1 @@ +DIST qlipper-2.0.2.tar.bz2 83544 SHA256 bd5463183966c6fee464b256b21f6e8397cd05faa20bd12719f7369a72c73958 SHA512 ac402f5d5fe77213192a59b0f52e780bf98f211868f88552a3bbcb400269714da42a5b13222a48aa0b8906c77100c8f5bf058dc159550e0d4a5575dc2917b268 WHIRLPOOL 87341e7172e3b5700a27e071d98fcf287b6cf795e99082707b73eaf4c4cc27e0da3c9e338d938b4a805f295e1163d51365a9f0373679787609ce986f536c91d7 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 new file mode 100644 index 000000000000..1f478324e3f7 --- /dev/null +++ b/x11-misc/qlipper/files/qlipper-2.0.2-system-includes.patch @@ -0,0 +1,18 @@ +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/metadata.xml b/x11-misc/qlipper/metadata.xml new file mode 100644 index 000000000000..dc439f7e84f5 --- /dev/null +++ b/x11-misc/qlipper/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>qt</herd> +</pkgmetadata> diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild b/x11-misc/qlipper/qlipper-2.0.2.ebuild new file mode 100644 index 000000000000..a1a4927fd6b3 --- /dev/null +++ b/x11-misc/qlipper/qlipper-2.0.2.ebuild @@ -0,0 +1,43 @@ +# 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="http://code.google.com/p/qlipper/" +SRC_URI="http://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 +} |