* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/
@ 2016-10-14 18:21 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-10-14 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 2fddb65cd2fd45f2ad90cfb44bc53063b00a7c83
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 17:48:41 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 18:20:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fddb65c
sci-calculators/calcoo: Remove old ebuild
Package-Manager: portage-2.3.2
sci-calculators/calcoo/calcoo-1.3.18.ebuild | 35 -----------------------------
1 file changed, 35 deletions(-)
diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild
deleted file mode 100644
index f1f855c..00000000
--- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit eutils autotools-utils
-
-DESCRIPTION="Scientific calculator designed to provide maximum usability"
-HOMEPAGE="http://calcoo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-gold.patch )
-
-src_configure() {
- local myeconfargs=( --disable-gtktest )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- newicon src/pixmaps/main.xpm ${PN}.xpm
- make_desktop_entry ${PN} Calcoo ${PN} "Education;Math"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/
@ 2016-10-14 18:21 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-10-14 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 0831882bdc47dcf011f36382017dffa40bcb8390
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Oct 14 13:37:55 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 18:20:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0831882b
sci-calculators/calcoo: EAPI bump 4 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2556
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild | 38 ++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
new file mode 100644
index 00000000..0f7eee6
--- /dev/null
+++ b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="Scientific calculator designed to provide maximum usability"
+HOMEPAGE="http://calcoo.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-gold.patch )
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-gtktest
+}
+
+src_install() {
+ default
+ newicon src/pixmaps/main.xpm ${PN}.xpm
+ make_desktop_entry ${PN} Calcoo ${PN} "Education;Math"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/
@ 2022-04-26 5:41 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-04-26 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 710201ea574c771ec3ef4d02f559afc992971a36
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 05:34:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 05:34:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710201ea
sci-calculators/calcoo: inherit desktop, not eutils
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
index 9924c994128a..ed6619f18b9e 100644
--- a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools desktop
DESCRIPTION="Scientific calculator designed to provide maximum usability"
HOMEPAGE="http://calcoo.sourceforge.net/"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/
@ 2022-12-26 15:49 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-12-26 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 801ac1e0be490109dbf9d3d00a11d5e86e18a8f5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 15:48:39 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 15:48:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801ac1e0
sci-calculators/calcoo: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../calcoo/{calcoo-1.3.18-r1.ebuild => calcoo-1.3.18-r2.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild
similarity index 88%
rename from sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
rename to sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild
index ed6619f18b9e..2f1eeab77801 100644
--- a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.18-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools desktop
@@ -12,17 +12,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-gold.patch )
src_prepare() {
default
- mv configure.{in,ac} || die
eautoreconf
}
@@ -32,6 +30,7 @@ src_configure() {
src_install() {
default
+
newicon src/pixmaps/main.xpm ${PN}.xpm
make_desktop_entry ${PN} Calcoo ${PN} "Education;Math"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-26 15:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 18:21 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-12-26 15:49 David Seifert
2022-04-26 5:41 Sam James
2016-10-14 18:21 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox