From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
Date: Sat, 6 Jul 2013 09:32:18 +0000 (UTC) [thread overview]
Message-ID: <1373103152.447129b36de3408a0bd5d3977b13a3b505c30c2b.johu@gentoo> (raw)
commit: 447129b36de3408a0bd5d3977b13a3b505c30c2b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 09:32:32 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 09:32:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=447129b3
[kde-base/libkdcraw] Remove unused useflag by Arfrever.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.10.90.ebuild | 29 ------------------------
kde-base/libkdcraw/libkdcraw-9999.ebuild | 2 +-
4 files changed, 3 insertions(+), 32 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
index 2af8988..2561ceb 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
index c2fc886..98407a3 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
deleted file mode 100644
index 4c5419b..0000000
--- a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug jasper lcms"
-
-DEPEND="
- media-libs/lcms:0
- virtual/jpeg
- jasper? ( media-libs/jasper )
- lcms? ( media-libs/lcms:2 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
- $(cmake-utils_use_find_package jasper)
- $(cmake-utils_use_find_package lcms LCMS2)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 8a89c6a..28b129f 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
next reply other threads:[~2013-07-06 9:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-06 9:32 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-15 14:46 [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/ Michael Palimaka
2014-11-14 18:27 Manuel Rüger
2014-04-03 13:11 Johannes Huber
2013-12-23 14:24 Andreas Hüttel
2013-12-16 20:01 Johannes Huber
2013-08-27 15:44 Michael Palimaka
2013-08-01 6:19 Michael Palimaka
2013-06-28 14:06 Michael Palimaka
2013-02-09 20:10 Andreas Hüttel
2012-10-14 0:10 Andreas Hüttel
2012-10-13 22:29 Johannes Huber
2011-06-09 21:44 Andreas Hüttel
2011-05-26 5:14 Jorge Manuel B. S. Vicetto
2011-04-10 1:12 Marc Schiffbauer
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=1373103152.447129b36de3408a0bd5d3977b13a3b505c30c2b.johu@gentoo \
--to=johu@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