summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-20 17:39:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-20 17:52:11 +0200
commita499cbe19dc82caffd5a8685fcae09b3034d1879 (patch)
tree49f39dc7ea359542eecc9dc052ea1056a8f21f13 /gnome-base
parentnet-misc/gwget: Remove last-rited pkg (diff)
downloadgentoo-a499cbe19dc82caffd5a8685fcae09b3034d1879.tar.gz
gentoo-a499cbe19dc82caffd5a8685fcae09b3034d1879.tar.bz2
gentoo-a499cbe19dc82caffd5a8685fcae09b3034d1879.zip
gnome-base/libgnomeui: Remove last-rited pkg
Closes: https://bugs.gentoo.org/726784 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgnomeui/Manifest1
-rw-r--r--gnome-base/libgnomeui/libgnomeui-2.24.5-r1.ebuild54
-rw-r--r--gnome-base/libgnomeui/metadata.xml8
3 files changed, 0 insertions, 63 deletions
diff --git a/gnome-base/libgnomeui/Manifest b/gnome-base/libgnomeui/Manifest
deleted file mode 100644
index 3a556ebd173e..000000000000
--- a/gnome-base/libgnomeui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libgnomeui-2.24.5.tar.bz2 1440172 BLAKE2B 3ffe1942b993fbd112029637cfe7eca031b500dac526c88cf1b28ed6d9f17232fd6e6d4220d455c852f73cd1ff6b074c47d30fd926b677ec426f1351def525b4 SHA512 e78fbe909179161acb6f7a1d31b8a247c9007af55c7f9c36422791be8d2681d42edfa582c19db88459d36309a18c03cb859997fe6b5918f602884607a8b6d5d5
diff --git a/gnome-base/libgnomeui/libgnomeui-2.24.5-r1.ebuild b/gnome-base/libgnomeui/libgnomeui-2.24.5-r1.ebuild
deleted file mode 100644
index 19b4340f70cd..000000000000
--- a/gnome-base/libgnomeui/libgnomeui-2.24.5-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit gnome2
-
-DESCRIPTION="User Interface routines for Gnome"
-HOMEPAGE="https://library.gnome.org/devel/libgnomeui/stable/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# gtk+-2.14 dep instead of 2.12 ensures system doesn't loose VFS capabilities in GtkFilechooser
-RDEPEND="
- dev-libs/atk
- >=dev-libs/glib-2.16:2
- >=dev-libs/libxml2-2.4.20:2
- >=dev-libs/popt-1.5
- >=gnome-base/gconf-2:2
- >=gnome-base/gnome-keyring-0.4
- >=gnome-base/gnome-vfs-2.7.3:2
- >=gnome-base/libgnome-2.13.7
- >=gnome-base/libgnomecanvas-2
- gnome-base/libgnome-keyring
- >=gnome-base/libbonoboui-2.13.1
- >=gnome-base/libglade-2:2.0
- media-libs/libart_lgpl
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-2.14:2
- >=x11-libs/pango-1.1.2
- x11-libs/libICE
- x11-libs/libSM
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- sys-devel/gettext
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-"
-PDEPEND="x11-themes/adwaita-icon-theme"
-
-src_prepare() {
- if ! use test; then
- sed 's/ test-gnome//' -i Makefile.am Makefile.in || die "sed failed"
- fi
- gnome2_src_prepare
-}
diff --git a/gnome-base/libgnomeui/metadata.xml b/gnome-base/libgnomeui/metadata.xml
deleted file mode 100644
index 39980802b1da..000000000000
--- a/gnome-base/libgnomeui/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>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>