public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/files/, kde-misc/tellico/
Date: Sun, 16 Apr 2017 17:40:58 +0000 (UTC)	[thread overview]
Message-ID: <1492364438.1df9dda31e99f0ea609ab5bbd2864334ef3f48db.asturm@gentoo> (raw)

commit:     1df9dda31e99f0ea609ab5bbd2864334ef3f48db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 12:09:54 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 17:40:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df9dda3

kde-misc/tellico: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/tellico/Manifest                        |  1 -
 kde-misc/tellico/files/tellico-3.0-kf5cddb.patch | 35 ----------
 kde-misc/tellico/tellico-3.0.1-r1.ebuild         | 89 ------------------------
 3 files changed, 125 deletions(-)

diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
index 372e1d4a13e..2e179c9332c 100644
--- a/kde-misc/tellico/Manifest
+++ b/kde-misc/tellico/Manifest
@@ -1,4 +1,3 @@
 DIST tellico-2.3.10.tar.bz2 4877384 SHA256 e916101f86b6f843b85be42e8545aa7441cd496cbb9b81590e2e0bd03a58faaa SHA512 a93300900febae996633294fa0b2e5808af62bbebafa718e0ba345f206dcd2836e44b6172621fd1b506fd3e6ae60f5c03514d0f53433188c67e6b92a058b33aa WHIRLPOOL 88ea79b081ae35a6f4bff5a34d9df2e2e85af2435e071d93697d4157e8aff638c881445bfa0f9f1bcf30807ac30280e39f08cbc4c968aee47b963b6447f65bb3
 DIST tellico-2.3.11.tar.bz2 5174873 SHA256 3064756f6e1662d07385c37f5821a0f6be8b22b6decad17d6852536016ca2128 SHA512 26a9b49051cbf2f75e89109c0d68d4e91d7b9bd63e3ec99413354cda91ef08b99d2eef3e9dd6f2e017bbbae1a111d3de90115a965f063f6149d36073242c58a9 WHIRLPOOL 1fe854da86baf8babbc4e870ebdbf37f337e300ccbdfb26dbebf9a4146efcf3190671d3f9a132a04960989a7b7a2eda134770467e13dea36ad28ab3c33159258
-DIST tellico-3.0.1.tar.xz 5488680 SHA256 58f1b2778f85b4f514a35278072ffb0ffdfac732840995668a1ff866c98ee19e SHA512 ff2b21e5c7412fc6363b52bc725034252840669ae60f22027d6d0ebaacc59ac52f673c95ad5364cf8604f9ea04008ff47ccf6d55845f16224211296373ce97d7 WHIRLPOOL 07cb3252b2bfa5db10f6445fdd06de3ca9dd74c02de016e44a9c4d401e78bfa1ac3df366e60c344958a52342854b97685f96f8e80e3f286482c037c60abc5ecc
 DIST tellico-3.0.2.tar.xz 5492348 SHA256 455b0b24e2046e0a4919677719c4e2dcb1d8076cb49617c4f4fe5908ee40768b SHA512 68ac3063cd12bb59368b6106fe8e580afebeb61dd6db0fbef1751f5d6ed0c9bed04456a5cf1fb7fcfdc52be936670831eb766073a2c370148cf3e89907615a8f WHIRLPOOL 28af59c9add426ebf857a7ff14a91b95cfd093b46568bd2d7d3d4abfa0ed6282a4f3dc0912133e149a2680aab6a17e37e5a0cf21fcd388cf288148a52b95f46d

diff --git a/kde-misc/tellico/files/tellico-3.0-kf5cddb.patch b/kde-misc/tellico/files/tellico-3.0-kf5cddb.patch
deleted file mode 100644
index 28f31e2edf5..00000000000
--- a/kde-misc/tellico/files/tellico-3.0-kf5cddb.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-commit 6325d19525d71051ccbd1dc2a030a0839c95c7d9
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date:   Sun Feb 12 19:48:26 2017 +0100
-
-    Drop search for obsolete Libkcddb, don't be quiet about KF5Cddb
-    
-    KF5-based releases are found by KF5Cddb since 16.12.0.
-    
-    REVIEW: 129945
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2b286cf..893b2d6 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -128,18 +128,11 @@ if(KDEPIMLIBS_FOUND)
- endif(KDEPIMLIBS_FOUND)
- 
- # There is a port of libkcddb to use KF5 style linking and headers
--find_package(KF5Cddb QUIET)
-+find_package(KF5Cddb)
- set_package_properties(KF5Cddb PROPERTIES
-     DESCRIPTION "Support for CDDB searches"
--    URL "http://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
-+    URL "https://cgit.kde.org/libkcddb.git"
-     TYPE OPTIONAL)
--if(NOT KF5Cddb_FOUND)
--  find_package(Libkcddb 5.0)
--  set_package_properties(Libkcddb PROPERTIES
--      DESCRIPTION "Support for CDDB searches"
--      URL "http://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
--      TYPE OPTIONAL)
--endif(NOT KF5Cddb_FOUND)
- 
- find_package(Taglib)
- set_package_properties(Taglib PROPERTIES

diff --git a/kde-misc/tellico/tellico-3.0.1-r1.ebuild b/kde-misc/tellico/tellico-3.0.1-r1.ebuild
deleted file mode 100644
index 6dc82ef7ded..00000000000
--- a/kde-misc/tellico/tellico-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="A collection manager based on KDE Frameworks"
-HOMEPAGE="http://tellico-project.org/"
-SRC_URI="http://tellico-project.org/files/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="~amd64 ~x86"
-IUSE="cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
-
-COMMON_DEPEND="
-	$(add_frameworks_dep karchive)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep khtml)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemmodels)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep knewstuff)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwallet)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep solid)
-	$(add_frameworks_dep sonnet)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	>=dev-perl/Text-BibTeX-0.780.0-r1
-	dev-libs/libxml2
-	dev-libs/libxslt
-	cddb? ( $(add_kdeapps_dep libkcddb) )
-	discid? ( media-libs/libdiscid )
-	pdf? ( app-text/poppler[qt5] )
-	scanner? ( $(add_kdeapps_dep libksane) )
-	semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-	taglib? ( >=media-libs/taglib-1.5 )
-	v4l? ( >=media-libs/libv4l-0.8.3 )
-	xmp? ( >=media-libs/exempi-2 )
-	yaz? ( >=dev-libs/yaz-2:0 )
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-	!kde-misc/tellico:4
-"
-
-# tests need network access
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
-		$(cmake-utils_use_find_package cddb KF5Cddb)
-		$(cmake-utils_use_find_package discid DiscID)
-		$(cmake-utils_use_find_package pdf PopplerQt5)
-		$(cmake-utils_use_find_package scanner KF5Sane)
-		$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
-		$(cmake-utils_use_find_package taglib Taglib)
-		-DENABLE_WEBCAM=$(usex v4l)
-		$(cmake-utils_use_find_package xmp Exempi)
-		$(cmake-utils_use_find_package yaz Yaz)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2017-04-16 17:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-16 17:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-30 12:04 [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/files/, kde-misc/tellico/ Andreas Sturmlechner
2019-05-09 19:45 Andreas Sturmlechner
2019-07-04 19:40 Andreas Sturmlechner
2020-07-18 22:25 Andreas Sturmlechner
2022-03-30  6:31 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492364438.1df9dda31e99f0ea609ab5bbd2864334ef3f48db.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox