gnome-base/libboboboui: removed old ebuilds

This commit is contained in:
Sandino Araico Sanchez 2024-07-06 05:47:47 -06:00
parent 5d57ee82b2
commit 6cfd096498
3 changed files with 0 additions and 80 deletions

View file

@ -1,3 +0,0 @@
DIST libbonoboui-2.24.5.tar.bz2 976250 BLAKE2B b8847b23479ba1c13ee41ebc67031c94572f9f9e5ae88b067da78bac2c78d6c52c6a5bd408246328fb71fa2d1722ce69acaa517c90520cd9fe5e81828988d6ea SHA512 163a8f39d9dad7fc3f1afc55b1a779961d285abe2988ff74bfcad4376e9dbfb91bb3e8212f96f48f91c54a6aff749ba6e00ea2d9add10c76b650f3072b875100
EBUILD libbonoboui-2.24.5-r1.ebuild 1354 BLAKE2B 5273be1baa398eef9c03c9d431760a1a1a34994fe5b355de386c31ed4edc019a100e592caad10f1e87233aff50c6744e032092c1e5e74b4cf16fcf1fa0c4ef98 SHA512 0090f9ba512e92bc18431d31c0bfc39227abffbb8252fb4a6b593fc394383579ef2062d35e055290b2198222d29d824c73d207640ff7181d07756e0bf39a2e3d
MISC metadata.xml 744 BLAKE2B 9b0f0bd7470f3486c1e2dc90ef701db7a4d55afd42092904326842651f6b29b02e35a136c69b7e252d6bd458f5f2b4eea384a27bcc69067ef6b9deeeb3e6dd2e SHA512 0f23ea97d68a4c46220dd395343aa63ed8351222f0c8aeeeefe9d9410a397522d7866f4600023653ac683513754480d92c7fffcd551d5f7987b2100ca2b5c370

View file

@ -1,61 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
#GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
GNOME_TARBALL_SUFFIX="bz2"
inherit eutils gnome2 virtualx
DESCRIPTION="User Interface part of libbonobo"
HOMEPAGE="https://developer.gnome.org/libbonoboui/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="examples test"
RESTRICT="!test? ( test )"
# GTK+ dep due to bug #126565
RDEPEND="
>=gnome-base/libgnomecanvas-1.116
>=gnome-base/libbonobo-2.22
>=gnome-base/libgnome-2.13.7
>=dev-libs/libxml2-2.4.20:2
>=gnome-base/gconf-2:2
>=x11-libs/gtk+-2.8.12:2
>=dev-libs/glib-2.6.0:2
>=gnome-base/libglade-1.99.11:2.0
>=dev-libs/popt-1.5
"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
x11-apps/xrdb
sys-devel/gettext
virtual/pkgconfig
>=dev-util/intltool-0.40
"
src_prepare() {
if ! use test; then
# don't waste time building tests
sed 's/tests//' -i Makefile.am Makefile.in || die "sed 1 failed"
fi
if ! use examples; then
sed 's/samples//' -i Makefile.am Makefile.in || die "sed 2 failed"
fi
gnome2_src_prepare
}
src_configure() {
addpredict "/root/.gnome2_private"
gnome2_src_configure --disable-static
}
src_test() {
addpredict "/root/.gnome2_private"
Xemake check
}

View file

@ -1,16 +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>
<longdescription>
computer. It will however make a snappier openoffice than the binary version.
The Bonobo UI library provides a number of user interface controls using the
Bonobo component framework. This module is heading towards planned deprecation.
It will continue to be supported and API/ABI stable throughout the GNOME 2.x
series, but we do not recommend using it in new applications unless you require
functionality that has not already been moved elsewhere.
</longdescription>
</pkgmetadata>