summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-libs/libqinfinity
downloadgentoo-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 'net-libs/libqinfinity')
-rw-r--r--net-libs/libqinfinity/Manifest1
-rw-r--r--net-libs/libqinfinity/libqinfinity-0.5.2.ebuild29
-rw-r--r--net-libs/libqinfinity/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/net-libs/libqinfinity/Manifest b/net-libs/libqinfinity/Manifest
new file mode 100644
index 000000000000..96ad2e0b0139
--- /dev/null
+++ b/net-libs/libqinfinity/Manifest
@@ -0,0 +1 @@
+DIST libqinfinity-v0.5.2.tar.xz 62140 SHA256 739f99afb7fd464e4b541e2980e07911c8f30924f9871f14294dc3148137825a SHA512 add5aebb48607f0cab9634ae9b459f3037f401a278f6941520993b736978b3ed7e794acfcf25a9f2c82013eda82d5f6eb8d823814ba23977d070ee9ed8134050 WHIRLPOOL 874918ec56a41e017f1304f88d2f096b24d5d598585d9f549565133522e1c3538bf35875e8a90ccb4d111e4de3bc6d2b2b01cae1c6da0f12e34364851c3c4c9f
diff --git a/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild b/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild
new file mode 100644
index 000000000000..4b8e14d01364
--- /dev/null
+++ b/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="${PN}-v${PV}"
+inherit cmake-utils
+
+DESCRIPTION="Qt-style interface for libinfinity"
+HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ net-libs/libinfinity
+"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-libs/libqinfinity/metadata.xml b/net-libs/libqinfinity/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/net-libs/libqinfinity/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>kde</herd>
+</pkgmetadata>