public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculator/
@ 2016-10-21 18:50 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-10-21 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ac56f7678b91386cb46dcf4147f8eaaef7efbed0
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Oct 21 08:33:29 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 18:49:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac56f767

sci-calculators/qalculator: Removing qalculator-0.4b (EAPI 4)

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2616

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-calculators/qalculator/qalculator-0.4b.ebuild | 24 -----------------------
 1 file changed, 24 deletions(-)

diff --git a/sci-calculators/qalculator/qalculator-0.4b.ebuild b/sci-calculators/qalculator/qalculator-0.4b.ebuild
deleted file mode 100644
index a8e5a18..00000000
--- a/sci-calculators/qalculator/qalculator-0.4b.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils qt4-r2
-
-DESCRIPTION="A Qt4 based small calculator application"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/Qalculator?content=101326"
-SRC_URI="http://www.qt-apps.org/CONTENT/content-files/101326-${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4"
-
-S=${WORKDIR}/${P}-src
-
-src_install() {
-	dobin Qalculator
-	make_desktop_entry Qalculator Qalculator accessories-calculator
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculator/
@ 2016-10-21 18:50 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-10-21 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1b15d368160986145f333643197e833a73be8ef5
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Oct 21 08:32:49 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 18:49:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b15d368

sci-calculators/qalculator: EAPI bump 4 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2616

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../qalculator/qalculator-0.4b-r1.ebuild           | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild b/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild
new file mode 100644
index 00000000..8e9ef58
--- /dev/null
+++ b/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils qmake-utils
+
+DESCRIPTION="A Qt4 based small calculator application"
+HOMEPAGE="http://www.qt-apps.org/content/show.php/Qalculator?content=101326"
+SRC_URI="http://www.qt-apps.org/CONTENT/content-files/101326-${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-qt/qtgui:4"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}-src"
+
+src_configure() {
+	eqmake4 Qalculator.pro
+}
+
+src_install() {
+	dobin Qalculator
+	make_desktop_entry Qalculator Qalculator accessories-calculator
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculator/
@ 2018-01-21  1:35 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2018-01-21  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3115fc1936b8496a39f93328e19e42f86b84a507
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 01:33:03 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 01:34:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3115fc19

sci-calculators/qalculator: remove last rited package

 sci-calculators/qalculator/Manifest                |  1 -
 sci-calculators/qalculator/metadata.xml            |  8 -------
 .../qalculator/qalculator-0.4b-r1.ebuild           | 28 ----------------------
 3 files changed, 37 deletions(-)

diff --git a/sci-calculators/qalculator/Manifest b/sci-calculators/qalculator/Manifest
deleted file mode 100644
index 9f0df917c17..00000000000
--- a/sci-calculators/qalculator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 101326-qalculator-0.4b-src.tar.bz2 3422 BLAKE2B 2575131d88bde9af5dc9ba66133ee6be9ae2b4974f791d831b8c1d0f91109299aa086abbc9b74442ec1905cbc67879afc10c0e9f09e0866d48c4319d41821a65 SHA512 50385277a3ca35d7a1c9bb25277f311df6a6ebbfbe14371e1b4c6494583a7ce7e50ebc67a8c49625b546dff4b0fdf1163a44e4a9810cfdcec463aa9e82706fe9

diff --git a/sci-calculators/qalculator/metadata.xml b/sci-calculators/qalculator/metadata.xml
deleted file mode 100644
index a7f1abb3029..00000000000
--- a/sci-calculators/qalculator/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>qt@gentoo.org</email>
-    <name>Gentoo Qt Project</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild b/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild
deleted file mode 100644
index 75cbb96d416..00000000000
--- a/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils qmake-utils
-
-DESCRIPTION="A Qt4 based small calculator application"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/Qalculator?content=101326"
-SRC_URI="http://www.qt-apps.org/CONTENT/content-files/101326-${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}-src"
-
-src_configure() {
-	eqmake4 Qalculator.pro
-}
-
-src_install() {
-	dobin Qalculator
-	make_desktop_entry Qalculator Qalculator accessories-calculator
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-21  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 18:50 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculator/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-01-21  1:35 Michael Palimaka
2016-10-21 18:50 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox