diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-02-04 00:00:06 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-02-04 00:00:06 +0200 |
commit | 73f5ec9cdf6f1b052fe0311203ec323e2bf1a726 (patch) | |
tree | bdc9e6536a232ed4704c17e01588978e4dcfa581 /gnome-extra/gnome-calculator | |
parent | gnome-extra/gnome-boxes: remove old (diff) | |
download | gentoo-73f5ec9cdf6f1b052fe0311203ec323e2bf1a726.tar.gz gentoo-73f5ec9cdf6f1b052fe0311203ec323e2bf1a726.tar.bz2 gentoo-73f5ec9cdf6f1b052fe0311203ec323e2bf1a726.zip |
gnome-extra/gnome-calculator: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-extra/gnome-calculator')
-rw-r--r-- | gnome-extra/gnome-calculator/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest index f8df55cc74fc..18a95e3e9131 100644 --- a/gnome-extra/gnome-calculator/Manifest +++ b/gnome-extra/gnome-calculator/Manifest @@ -1,2 +1 @@ -DIST gnome-calculator-3.22.3.tar.xz 1324432 BLAKE2B da308ea5b781a55e50df459b914d2bf508577a9a0175ec93bd8e63d37607b261f9d3d72abcf838d7c555303cb0a30b9750712c1336a9f071793df7b53cd50101 SHA512 e11731a3b0d16067e98d7f5d6657c879dde22563c4ac7cf8e4323c6d959f7b4e95e1d28cb2c937b1bbc72256fa1e6e2cf3a1bdc77f72f38766605e482b63ce78 DIST gnome-calculator-3.24.0.tar.xz 1358368 BLAKE2B 81ad42598418b11f2436ebf482bbf93547460990cdb464efb3107e93010081f3d687bf99c80d35d9a6576b5d838218c7ea07e81256abfa358ce78031d80b346d SHA512 55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild deleted file mode 100644 index 08b9733fc622..000000000000 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.22.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A calculator application for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Calculator" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -COMMON_DEPEND=" - >=dev-libs/glib-2.40:2 - dev-libs/libxml2:2 - dev-libs/mpfr:0 - >=net-libs/libsoup-2.42:2.4 - >=x11-libs/gtk+-3.11.6:3 - >=x11-libs/gtksourceview-3.15.1:3.0 -" -RDEPEND="${COMMON_DEPEND} - !<gnome-extra/gnome-utils-2.3 - !gnome-extra/gcalctool -" -DEPEND="${COMMON_DEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.50 - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - VALAC=$(type -P true) -} |