From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/injeqt/
Date: Sat, 1 Oct 2016 21:56:25 +0000 (UTC) [thread overview]
Message-ID: <1475358792.bcbf1471309cf1290f63d660a2e5c2882713b5b2.reavertm@gentoo> (raw)
commit: bcbf1471309cf1290f63d660a2e5c2882713b5b2
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 21:52:32 2016 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 21:53:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf1471
dev-libs/injeqt: Remove old
dev-libs/injeqt/Manifest | 1 -
dev-libs/injeqt/injeqt-1.0.0-r1.ebuild | 35 ----------------------------------
dev-libs/injeqt/injeqt-1.0.0.ebuild | 31 ------------------------------
3 files changed, 67 deletions(-)
diff --git a/dev-libs/injeqt/Manifest b/dev-libs/injeqt/Manifest
index 285ffbf..7d51a42 100644
--- a/dev-libs/injeqt/Manifest
+++ b/dev-libs/injeqt/Manifest
@@ -1,2 +1 @@
-DIST injeqt-1.0.0.tar.gz 63685 SHA256 ae53ac3453803fa0191e93368095029f2eeb35c01e8400d31787e7fe03afee18 SHA512 d5576e07a717085e108ff50ddc45ab26b540110e5753fd573504ed2c93538d947d1d8f2ad256f1ca9dd5d644949ce2528b66214f907229aee47bf7f6944776dc WHIRLPOOL ce17a4c28116e0b5bb4820d7bf6247925ea8e4241f52d4fc81ae8e95ecf4eb52a893e2594e4fcfd962de8c2f4b056dae68e844d6de89a41f4d945cf2373c5fcb
DIST injeqt-1.0.1.tar.gz 63748 SHA256 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d SHA512 b090c8d5c9fc6091ca55d8b2abe408f10c0c93209755d7fc548723cb5c7fc49e913d4e1360c822b74886df885e08b4d634c53082ce2d8da649e1cc79f6207dc8 WHIRLPOOL 346a81c3866adcf2b466408c8f293d8fa15bd0874b8a07e4fa13d2e03e40bc6c24fb1cd6a077cb854692de9f4f6645c9210bbbf958c8fced3fda429b3592a2a3
diff --git a/dev-libs/injeqt/injeqt-1.0.0-r1.ebuild b/dev-libs/injeqt/injeqt-1.0.0-r1.ebuild
deleted file mode 100644
index 444b78c..00000000
--- a/dev-libs/injeqt/injeqt-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Dependency injection framework for Qt5"
-HOMEPAGE="https://github.com/vogel/injeqt"
-SRC_URI="https://github.com/vogel/injeqt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-qt/qtcore-5.4.2:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qttest-5.4.2:5 )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-cmake-preserve-cxxflags.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_EXAMPLES=ON
- $(cmake-utils_use_disable test TESTS)
- )
- cmake-utils_src_configure
-}
diff --git a/dev-libs/injeqt/injeqt-1.0.0.ebuild b/dev-libs/injeqt/injeqt-1.0.0.ebuild
deleted file mode 100644
index 512263c..00000000
--- a/dev-libs/injeqt/injeqt-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Dependency injection framework for Qt5"
-HOMEPAGE="https://github.com/vogel/injeqt"
-SRC_URI="https://github.com/vogel/injeqt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-qt/qtcore-5.4.2:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qttest-5.4.2:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_EXAMPLES=ON
- $(cmake-utils_use_disable test TESTS)
- )
- cmake-utils_src_configure
-}
next reply other threads:[~2016-10-01 21:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-01 21:56 Maciej Mrozowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-24 1:40 [gentoo-commits] repo/gentoo:master commit in: dev-libs/injeqt/ Thomas Deutschmann
2018-05-09 8:52 Agostino Sarubbo
2017-05-16 22:41 Maciej Mrozowski
2017-03-17 1:27 Maciej Mrozowski
2016-07-13 15:11 Michael Palimaka
2016-06-11 17:55 Maciej Mrozowski
2016-01-05 13:42 Agostino Sarubbo
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=1475358792.bcbf1471309cf1290f63d660a2e5c2882713b5b2.reavertm@gentoo \
--to=reavertm@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