summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-08 17:59:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-08 19:30:40 +0100
commitd3aa6207be79aeae23cbc1d155dfef6d6a55eab2 (patch)
tree5e83cc1df65971e0a97e5de49d72877a59800041 /media-libs
parentmedia-sound/clementine: Drop old (diff)
downloadgentoo-d3aa6207be79aeae23cbc1d155dfef6d6a55eab2.tar.gz
gentoo-d3aa6207be79aeae23cbc1d155dfef6d6a55eab2.tar.bz2
gentoo-d3aa6207be79aeae23cbc1d155dfef6d6a55eab2.zip
media-libs/libmygpo-qt: Drop old
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libmygpo-qt/Manifest2
-rw-r--r--media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild45
-rw-r--r--media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild30
-rw-r--r--media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild45
4 files changed, 0 insertions, 122 deletions
diff --git a/media-libs/libmygpo-qt/Manifest b/media-libs/libmygpo-qt/Manifest
index 756fb143e635..f234e9f74656 100644
--- a/media-libs/libmygpo-qt/Manifest
+++ b/media-libs/libmygpo-qt/Manifest
@@ -1,3 +1 @@
-DIST libmygpo-qt-1.0.7.tar.gz 62703 SHA256 43b9c00ae2c206ac64cf725918024b3d0927bbde880196a016f2ee329bac50fd SHA512 b1aad4daa32a41173d060f026245074ff2d11b9747447cb97cea9e3b93ea42e9ce89f67d4ed6396ed2b087db1f149e12543fb0a5d897e74a359c3115a418b45b WHIRLPOOL 5d7bbcf724677bc326060d4c8f79cadddd32caa240b830acdf2bcf0f213f6712dc2082fd1d6ad711edd23addd72e7553fdce1f2f1726cc0f8694ed9d4c4e04ae
-DIST libmygpo-qt-1.0.8.tar.gz 65064 SHA256 a0133b9d1850140a85d045d5a5db568735d19d62cd2f415e56e8b96689e2ce2e SHA512 1681b37387f7c18b74acbe5babd0ed435b289e87bca16e8c9ac7de53ff16012a82ed091cb77fd8c7972d470a71f38d1c9ab7c5f1e1bfe69db74f6fdc8d8a9bc8 WHIRLPOOL 51f7a503dfd4a893857d35b53010cecb9d278e9f4ab6424e07fbe3bc4d6c124eb7d36fcf1b437ea5349312ae21862a91189dc8da9cae5f763717d94ed2f1725a
DIST libmygpo-qt-1.0.9.tar.gz 65153 SHA256 65f477d8240aa3d173733bcf491d52663388f4aee0141184374a70f3ecb64ee0 SHA512 c7920841310c7b971d305e38586238e081c80a449a1b442e668d2b07ada5d6ff626e697db905a83d7b12a06127f975a9b02af13d8d3e1ebee04d407b4d4b48b6 WHIRLPOOL 9400de811157696c4cd2d274f05e00b2ad2323115f1e78e07c6859c312315f39181b1d41fd82f4bffa9d7ed10c97db57bffbca6c8007b455980c06de0855635a
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
deleted file mode 100644
index c4feab6fe2df..000000000000
--- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
deleted file mode 100644
index 12525dabbcc9..000000000000
--- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-1.0.8.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild
deleted file mode 100644
index a58221b01f8b..000000000000
--- a/media-libs/libmygpo-qt/libmygpo-qt-1.0.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}
- virtual/pkgconfig
- test? ( dev-qt/qttest:4 )"
-
-DOCS=( AUTHORS README )
-PATCHES=( ${FILESDIR}/${P}-fix-JsonCreatorTest-failure.patch )
-
-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
-}