gnome-base/libgtop: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 11 Jan 2020 19:52:04 +0000 (21:52 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 11 Jan 2020 20:01:20 +0000 (22:01 +0200)
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-base/libgtop/Manifest
gnome-base/libgtop/libgtop-2.36.0.ebuild [deleted file]

index 5a283d2317a4b5bd6f3a2f6f3f5c54f9a7ccf184..a807c609a1d0e40dfdc07e41a6aa6c5566c86a09 100644 (file)
@@ -1,2 +1 @@
-DIST libgtop-2.36.0.tar.xz 727072 BLAKE2B 46f24573bde0bcfeb2210ea08446f6e6590fadc5697745178133ce5f3aec2e464cbce8446d2dbddb9f05d4a16eb7daf110c4554778a28573116b2b59edcf556f SHA512 2768c628fa3e872a940246042b2c78ad4618612ecb2cf2b95fb70343a4f1a01bb558d0ce9e5b3468f395349f338ca33d460e1d91f2c123ad39243cd0ff20d5e5
 DIST libgtop-2.38.0.tar.xz 729700 BLAKE2B 2296741d6c6bd1c9eb17be10e480dabd732e956826c859c176cbc6f8f03259a3b2f2f04d6c55d1c562b082f7e880bb4b7a3f07a66d7f24660085387dce078879 SHA512 96586b7f12a2b63c5ec7f69c51b6e28361a7458f24f20270fc589213bfae43ae99d1e39efb6101d189741bba084c887554f745131e99d8ed90b7db6d53c36e1d
diff --git a/gnome-base/libgtop/libgtop-2.36.0.ebuild b/gnome-base/libgtop/libgtop-2.36.0.ebuild
deleted file mode 100644 (file)
index a961f6e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2
-
-DESCRIPTION="A library that provides top functionality to applications"
-HOMEPAGE="https://git.gnome.org/browse/libgtop"
-
-LICENSE="GPL-2+"
-SLOT="2/10" # libgtop soname version
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
-       >=dev-libs/glib-2.26:2
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.4
-       >=sys-devel/gettext-0.19.4
-       virtual/pkgconfig
-"
-
-src_configure() {
-       # Add explicit stdc, bug #628256
-       append-cflags "-std=c99"
-
-       gnome2_src_configure \
-               --disable-static \
-               $(use_enable introspection)
-}