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 /media-libs/libmygpo-qt | |
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 'media-libs/libmygpo-qt')
-rw-r--r-- | media-libs/libmygpo-qt/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild | 46 | ||||
-rw-r--r-- | media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild | 31 | ||||
-rw-r--r-- | media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | 46 | ||||
-rw-r--r-- | media-libs/libmygpo-qt/metadata.xml | 12 |
5 files changed, 136 insertions, 0 deletions
diff --git a/media-libs/libmygpo-qt/Manifest b/media-libs/libmygpo-qt/Manifest new file mode 100644 index 000000000000..2cd8ed95124c --- /dev/null +++ b/media-libs/libmygpo-qt/Manifest @@ -0,0 +1 @@ +DIST libmygpo-qt-1.0.7.tar.gz 62703 SHA256 43b9c00ae2c206ac64cf725918024b3d0927bbde880196a016f2ee329bac50fd SHA512 b1aad4daa32a41173d060f026245074ff2d11b9747447cb97cea9e3b93ea42e9ce89f67d4ed6396ed2b087db1f149e12543fb0a5d897e74a359c3115a418b45b WHIRLPOOL 5d7bbcf724677bc326060d4c8f79cadddd32caa240b830acdf2bcf0f213f6712dc2082fd1d6ad711edd23addd72e7553fdce1f2f1726cc0f8694ed9d4c4e04ae diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild new file mode 100644 index 000000000000..b4473608cccf --- /dev/null +++ b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice" +HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git" + KEYWORDS="" + SRC_URI="" + inherit git-2 +else + KEYWORDS="amd64 x86" + SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="test" + +RDEPEND="dev-qt/qtcore:4 + >=dev-libs/qjson-0.5" +DEPEND="${RDEPEND} + dev-qt/qttest:4 + virtual/pkgconfig + test? ( dev-qt/qttest:4 )" + +DOCS=( AUTHORS README ) + +src_prepare() { + cmake-utils_src_prepare + if ! use test ; then + sed -i -e '/find_package/s/QtTest//' CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use test MYGPO_BUILD_TESTS) + ) + cmake-utils_src_configure +} diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild new file mode 100644 index 000000000000..c6f116dfabf8 --- /dev/null +++ b/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice" +HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git" + KEYWORDS="" + SRC_URI="" + inherit git-2 +else + KEYWORDS="amd64 x86" + SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND="dev-qt/qtcore:4 + >=dev-libs/qjson-0.5" +DEPEND="${RDEPEND} + dev-qt/qttest:4 + virtual/pkgconfig" + +DOCS=( AUTHORS README ) diff --git a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild new file mode 100644 index 000000000000..b7f2c45af146 --- /dev/null +++ b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice" +HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git" + KEYWORDS="" + SRC_URI="" + inherit git-2 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="test" + +RDEPEND="dev-qt/qtcore:4 + >=dev-libs/qjson-0.5" +DEPEND="${RDEPEND} + dev-qt/qttest:4 + virtual/pkgconfig + test? ( dev-qt/qttest:4 )" + +DOCS=( AUTHORS README ) + +src_prepare() { + cmake-utils_src_prepare + if ! use test ; then + sed -i -e '/find_package/s/QtTest//' CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use test MYGPO_BUILD_TESTS) + ) + cmake-utils_src_configure +} diff --git a/media-libs/libmygpo-qt/metadata.xml b/media-libs/libmygpo-qt/metadata.xml new file mode 100644 index 000000000000..121c9aab0707 --- /dev/null +++ b/media-libs/libmygpo-qt/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <herd>sound</herd> + <maintainer> + <email>nikoli@gmx.us</email> + </maintainer> + <upstream> + <remote-id type="github">gpodder/libmygpo-qt</remote-id> + </upstream> +</pkgmetadata> |