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: dev-libs/kirigami/
Date: Wed, 24 May 2017 19:50:03 +0000 (UTC)	[thread overview]
Message-ID: <1495655366.3aa56ebfc1b3c62a6a44376789b726613ed27999.asturm@gentoo> (raw)

commit:     3aa56ebfc1b3c62a6a44376789b726613ed27999
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 19:49:26 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 24 19:49:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa56ebf

dev-libs/kirigami: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/kirigami/Manifest              |  1 -
 dev-libs/kirigami/kirigami-2.0.0.ebuild | 45 ---------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-libs/kirigami/Manifest b/dev-libs/kirigami/Manifest
index 182d70f58e2..8651d2d1276 100644
--- a/dev-libs/kirigami/Manifest
+++ b/dev-libs/kirigami/Manifest
@@ -1,3 +1,2 @@
 DIST kirigami-1.1.0.tar.xz 262152 SHA256 6677af0c486a4c9cfefe74a0951e85dad53435010031bf2b7fcdf9c5df6b3edd SHA512 83d1c0600fed7838b25ddfa3d20e1abef594c8e5fa202314ef1c22b6548573db36058f02620236cd9bba9f65f45f8821fa37558689b49776f9fe3119c89b0b63 WHIRLPOOL b1d4cc22a0759f561c16bb61bf2a47494e92cc766401862b97866156dfe1cda452e1db01a62805fe902320fc106708794b7f545abfbd2ff5c0d8909acd024bc1
-DIST kirigami2-2.0.0.tar.xz 266580 SHA256 499bfcc5080dd65877a67700ff71f84a7b43f0f87b7c72e9f68c7bb92e11a293 SHA512 7aa7181b61cbf8fe9921535be436bbe50bd19684e1d6cae07c2fe0538722e0c496f75bd5e67d02482e88ca5407d5cfc98a10447bcc114adba703bf474a285fa5 WHIRLPOOL a176a87d1acaf6aed98c70a5b04e84d10716041978584dc7c5f3579a3f6866272ead33c5009a992bef1b1bffec9599ffa39adcfac826810f0195dc99b7216757
 DIST kirigami2-2.1.0.tar.xz 274808 SHA256 e744ff974ef100d23feda68f3fdb465aa56bf8da6992ab7e3f3fed2f4180e934 SHA512 1adb31e55f1c8088bd91a0ea27d944376c946ee6f83ff178fd7ad90f5df8982ef7aa2664d761ffcb1dac2e451a174f45e3c7a2a44e9e6d75248a422ca2f206f9 WHIRLPOOL e52d1c85e93d9de02f077666cbf3e935b62478f864e7828974606458ce301d482243a0edd4ab6e4deaaaf1160f1bd45fe9ed84f35ef234028866b897a340e9d8

diff --git a/dev-libs/kirigami/kirigami-2.0.0.ebuild b/dev-libs/kirigami/kirigami-2.0.0.ebuild
deleted file mode 100644
index 90eab705d9f..00000000000
--- a/dev-libs/kirigami/kirigami-2.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-QT_MINIMAL="5.7.1"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	MY_PN="${PN}2"
-	SRC_BRANCH=stable
-	[[ ${PV} = *.[8-9]?.* ]] && SRC_BRANCH=unstable
-	SRC_URI="mirror://kde/${SRC_BRANCH}/${PN}/${MY_PN}-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Lightweight user interface framework for mobile and convergent applications"
-HOMEPAGE="https://techbase.kde.org/Kirigami"
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="examples plasma"
-
-RDEPEND="
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtquickcontrols2)
-	$(add_qt_dep qtsvg)
-	plasma? ( $(add_frameworks_dep plasma) )
-"
-DEPEND="${RDEPEND}
-	$(add_qt_dep linguist-tools)
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_EXAMPLES=$(usex examples)
-		-DPLASMA_ENABLED=$(usex plasma)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2017-05-24 19:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 19:50 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-01 13:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kirigami/ Michael Palimaka
2017-08-01 13:14 Michael Palimaka
2017-08-01 13:14 Michael Palimaka
2017-07-30 19:10 Andreas Sturmlechner
2017-07-30 15:25 Andreas Sturmlechner
2017-06-17 18:30 Andreas Sturmlechner
2017-06-05 12:05 Michael Palimaka
2017-05-08 19:46 Andreas Sturmlechner
2017-01-12 18:36 Johannes Huber
2016-12-09 17:09 Michael Palimaka
2016-10-04 18:38 Manuel Rüger
2016-09-28  9:41 Michael Palimaka

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=1495655366.3aa56ebfc1b3c62a6a44376789b726613ed27999.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