From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/
Date: Sun, 26 Mar 2017 09:04:28 +0000 (UTC) [thread overview]
Message-ID: <1490519040.c1a0a94f3738f4bbefec870ca6bbdba644f4f86e.asturm@gentoo> (raw)
commit: c1a0a94f3738f4bbefec870ca6bbdba644f4f86e
Author: Sergey Ilinykh <rion4ik <AT> gmail <DOT> com>
AuthorDate: Sun Mar 26 05:00:33 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 09:04:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a0a94f
sys-devel/qconf: remove old 1.5_pre717-r1
Closes: https://github.com/gentoo/gentoo/pull/4298
sys-devel/qconf/Manifest | 1 -
sys-devel/qconf/qconf-1.5_pre717-r1.ebuild | 38 ------------------------------
2 files changed, 39 deletions(-)
diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index aff4564c565..4ba9c203b1c 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,3 +1,2 @@
-DIST qconf-1.5_pre717.tar.bz2 42010 SHA256 16ece50ac3f9533cf05d7abb44a025503ef8a3ea985fb70ba4c2224f27fdf903 SHA512 c3dcabe1d8aeaf1cabacd6e2e37dcbaaea85b28ec212fa2a0a48cfeec6b0bddea35eb2bd1828a5985daad3f2ad5e2cb6edaa2fbf3fda54b9fd3cfa64d5d3aa99 WHIRLPOOL e351cc97b30b1d166d8a6cf6327833c49a95c55c68ae50959e2b0fd0d12b86ade638348cc816e665d01692abf3ea0f8721400ba89243badd2c8cda0380f2d1e6
DIST qconf-2.0.tar.bz2 50507 SHA256 772022c9757530c192d3bb1d31c4d6076b3464a8395dc06d3019923c44f999f2 SHA512 8820dfe191149b8bf7aa2cd631a6c4900b821c30817c6bffcf79734271c47165daceef11507690d495881c8dc8d19f8dec441c7adeb2a3e36b355b66b4f5c43a WHIRLPOOL facc512a3df046e131825a45afc928b76d8c87446b8d4161695165e6551cebfb586497b2cad3c69a9a75afa0791b9c915e6f7019ead9925d867c01d7bd573f09
DIST qconf-2.3.tar.xz 51848 SHA256 d189dcf5589fe7d8ca53b963ba8bd33b91c4a75d1e7d863544174e6b7d69f581 SHA512 27a532cb52067707a3e04a40260bb0f42e40adff4a643d2f048832356de58271e4051c9cb810e6fffd4b4e45dba483ed65aec062506053caa262ac03b3ec6253 WHIRLPOOL 6fc386321d4a9bbb12254d427355feaadc90c4b66dfdd0d69a635c15ed72c481aede18c506b9b15260de448931bbbbec6c3a59d374c49491e997d6f52a33ea62
diff --git a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
deleted file mode 100644
index f6ebfafaa6b..00000000000
--- a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib qt4-r2
-
-DESCRIPTION="./configure like generator for qmake-based projects"
-HOMEPAGE="http://delta.affinix.com/qconf/"
-SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # Fake ./configure. Fails on unknown options
- ./configure \
- --prefix=/usr/ \
- --qtdir=/usr/$(get_libdir)/ || die "./configure failed"
-
- [ ! -f Makefile ] && die "./configure failed"
-
- eqmake4
-}
-
-src_install() {
- dobin qconf || die
- dodoc README TODO || die
- insinto /usr/share/${PN}
- doins -r conf modules
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
-}
next reply other threads:[~2017-03-26 9:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 9:04 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-04 8:40 [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/ Andreas Sturmlechner
2020-05-29 7:39 Agostino Sarubbo
2020-05-25 9:36 Sergei Trofimovich
2020-05-22 8:02 Sergei Trofimovich
2020-03-16 21:29 Andreas Sturmlechner
2018-03-03 13:19 Michał Górny
2017-11-03 13:57 Michael Palimaka
2017-10-30 23:33 Andreas Sturmlechner
2017-09-30 1:46 Michael Palimaka
2017-09-30 1:46 Michael Palimaka
2017-09-30 1:46 Michael Palimaka
2017-09-24 17:23 Sergei Trofimovich
2017-09-24 16:23 Sergei Trofimovich
2017-09-24 6:27 Michael Palimaka
2017-03-26 9:04 Andreas Sturmlechner
2016-12-25 10:23 Agostino Sarubbo
2016-12-25 10:09 Agostino Sarubbo
2016-12-22 8:57 Agostino Sarubbo
2016-12-19 19:56 Tobias Klausmann
2016-10-01 12:41 Jeroen Roovers
2016-08-06 9:39 Pacho Ramos
2016-03-23 13:32 Sergey Popov
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=1490519040.c1a0a94f3738f4bbefec870ca6bbdba644f4f86e.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