[gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/

2022-12-26 Thread David Seifert
commit: 801ac1e0be490109dbf9d3d00a11d5e86e18a8f5
Author: David Seifert  gentoo  org>
AuthorDate: Mon Dec 26 15:48:39 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 26 15:48:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801ac1e0

sci-calculators/calcoo: update EAPI 6 -> 8

Signed-off-by: David Seifert  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"
 }



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/

2022-04-25 Thread Sam James
commit: 710201ea574c771ec3ef4d02f559afc992971a36
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 05:34:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 05:34:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710201ea

sci-calculators/calcoo: inherit desktop, not eutils

Signed-off-by: Sam James  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/;



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/

2016-10-14 Thread David Seifert
commit: 0831882bdc47dcf011f36382017dffa40bcb8390
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Fri Oct 14 13:37:55 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Oct 14 18:20:40 2016 +
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  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 ..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"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/calcoo/

2016-10-14 Thread David Seifert
commit: 2fddb65cd2fd45f2ad90cfb44bc53063b00a7c83
Author: David Seifert  gentoo  org>
AuthorDate: Fri Oct 14 17:48:41 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Oct 14 18:20:44 2016 +
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..
--- 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"
-}