From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/
Date: Wed, 23 Sep 2015 00:33:58 +0000 (UTC) [thread overview]
Message-ID: <1442968151.f4472fe846f41203ad315f9030b03869d66eca1d.pesa@gentoo> (raw)
commit: f4472fe846f41203ad315f9030b03869d66eca1d
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 00:29:11 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 00:29:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4472fe8
dev-qt/qtsingleapplication: remove old
Package-Manager: portage-2.2.21
dev-qt/qtsingleapplication/Manifest | 1 -
.../qtsingleapplication-2.6.1_p20130904-r1.ebuild | 60 ----------------------
2 files changed, 61 deletions(-)
diff --git a/dev-qt/qtsingleapplication/Manifest b/dev-qt/qtsingleapplication/Manifest
index d90810f..6b62bb2 100644
--- a/dev-qt/qtsingleapplication/Manifest
+++ b/dev-qt/qtsingleapplication/Manifest
@@ -1,2 +1 @@
-DIST qt-solutions-20130904.tar.xz 751536 SHA256 fc27b49883269a21ced2d3cb543eb78e79223afe5933bbc7d3194146f72f8884 SHA512 9e50d0a7d9fee08a72a3c6dee1d3fe45d04ae0930a967d81eff457f6c0ff53ac8449ef1d8241a5ce75ca2dcf9f4a2fe27b899647748d11060c3ab5767c3d0e75 WHIRLPOOL b933a301de905cffab8393a7adf055ed2f5198f1572657f5993e016746340d9862017982308ac11310add272ae1cd5c3435054dce2dd9d7ee5a9c92baf1878c2
DIST qt-solutions-20150629.tar.xz 710488 SHA256 cfa88a67c8396878eaa98f39b7648482fabb73988549cc404816c29212cf6503 SHA512 a95ed58f0218cd90d734a40eedd173b896fa0138ad235f3157d7bee538b16c5f385d93bae483fd22267f2984389b9940bb85ba0cd3d25c16124d56abb39568f5 WHIRLPOOL 23a273cfa2d0bc3834487c9e325c73d0038877c5a5085493ceb37ee5dc03cc4d2cddf4f46f5a89045fcbfe7f6dd03b678d56f3167fb750374d44879f11ded8b7
diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild
deleted file mode 100644
index 3c5bad0..0000000
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qt4-r2
-
-MY_P=qt-solutions-${PV#*_p}
-
-DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="X doc"
-
-DEPEND="
- dev-qt/qtcore:4
- dev-qt/qtlockedfile
- X? ( dev-qt/qtgui:4 )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/${PN}
-
-PATCHES=(
- "${FILESDIR}/${PV}-unbundle-qtlockedfile.patch"
- "${FILESDIR}/${PV}-no-gui.patch"
-)
-
-src_prepare() {
- qt4-r2_src_prepare
-
- echo 'SOLUTIONS_LIBRARY = yes' > config.pri
- use X || echo 'QTSA_NO_GUI = yes' >> config.pri
-
- sed -i -e "s/-head/-${PV%.*}/" common.pri || die
- sed -i -e '/SUBDIRS+=examples/d' ${PN}.pro || die
-
- # to ensure unbundling
- rm -f src/qtlockedfile*
-}
-
-src_install() {
- dodoc README.TXT
-
- dolib.so lib/*
- insinto /usr/include/qt4/QtSolutions
- doins src/qtsinglecoreapplication.h
- use X && doins src/{QtSingleApplication,${PN}.h}
-
- insinto /usr/share/qt4/mkspecs/features
- doins "${FILESDIR}"/qtsinglecoreapplication.prf
- use X && doins "${FILESDIR}"/${PN}.prf
-
- use doc && dohtml -r doc/html
-}
next reply other threads:[~2015-09-23 0:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 0:33 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-29 13:31 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/ Yixun Lan
2021-09-08 16:55 Andreas Sturmlechner
2020-07-21 0:25 Sam James
2020-05-21 18:13 Andreas Sturmlechner
2018-05-06 20:18 Andreas Sturmlechner
2018-05-06 18:21 Matt Turner
2018-04-24 23:59 Aaron Bauman
2018-02-23 1:04 Davide Pesavento
2018-02-23 1:04 Davide Pesavento
2018-02-22 10:51 Andreas Sturmlechner
2017-12-21 9:24 Michael Palimaka
2016-10-01 14:33 Jeroen Roovers
2015-10-31 6:06 Jeroen Roovers
2015-09-22 8:57 Agostino Sarubbo
2015-09-19 15:56 Agostino Sarubbo
2015-09-01 16:07 Markus Meier
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=1442968151.f4472fe846f41203ad315f9030b03869d66eca1d.pesa@gentoo \
--to=pesa@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