From 1216c3771c594dfcb631688c2d2667f225b6d3a8 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 27 Apr 2020 10:57:28 +0300 Subject: x11-libs/gtkglarea: remove last-rited pkg Signed-off-by: Mikle Kolyada --- x11-libs/gtkglarea/Manifest | 2 -- x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild | 46 ---------------------------- x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild | 46 ---------------------------- x11-libs/gtkglarea/metadata.xml | 8 ----- 4 files changed, 102 deletions(-) delete mode 100644 x11-libs/gtkglarea/Manifest delete mode 100644 x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild delete mode 100644 x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild delete mode 100644 x11-libs/gtkglarea/metadata.xml (limited to 'x11-libs') diff --git a/x11-libs/gtkglarea/Manifest b/x11-libs/gtkglarea/Manifest deleted file mode 100644 index d334f3a1a063..000000000000 --- a/x11-libs/gtkglarea/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtkglarea-2.0.1.tar.bz2 298744 BLAKE2B a60ee019af111b6f1da92a6c81cc0d5dac003fa79ae95aaf79f1f5bc38c558e1a084d69b556570d1710966d1d25590467a612d9e0f17a994084960537bd744f1 SHA512 54d3c23637e4347c9cdc25fa0159f720bc6bf76e167b025efd14361f1026af18f41686860444083100f939bec66309b1ffbb84c776c88e513d6ad4a06f66c79e -DIST gtkglarea-2.1.0.tar.xz 264100 BLAKE2B 453a867581a09bab4ad2c71a5d66f567afe8fa8315467beb39d48e242fd46119c4b77b75a662eb1d4c88398811c0ccb4328b8695f584f692bfd53f43c8bcf4a9 SHA512 c790c1b542d85d86cd57f333c87ab2c930c8065d6f75320d588688b9a0adb8c4270522b6b88734720db1b71170f4f12c95e650e9a599a5d7e4b7baadf1f9f06b diff --git a/x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild b/x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild deleted file mode 100644 index b4ec555df0c7..000000000000 --- a/x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -GCONF_DEBUG="no" -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 - -DESCRIPTION="OpenGL canvas and context provider for GTK+" -HOMEPAGE="https://www.mono-project.com/archived/gtkglarea/" - -LICENSE="LGPL-2+ GPL-2+" # examples are GPL-2+, library is LGPL-2+ -SLOT="2" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=">=x11-libs/gtk+-2.0.3:2 - virtual/opengl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - # Do not build examples - sed "s:\(SUBDIRS.*\)examples:\1:" -i Makefile.am Makefile.in || die "sed 1 failed" - # -lGLU is only needed for building examples. Avoid autoreconf. - sed -e 's: -lGLU::' -i configure || die "sed 2 failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure --disable-static -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README* docs/*.txt" - gnome2_src_install - - if use examples; then - cd "${S}"/examples - insinto /usr/share/doc/${PF}/examples - doins *.c *.h *.lwo README - fi -} diff --git a/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild b/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild deleted file mode 100644 index 883fed910522..000000000000 --- a/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="OpenGL canvas and context provider for GTK+" -HOMEPAGE="https://www.mono-project.com/archived/gtkglarea/" - -LICENSE="LGPL-2+ GPL-2+" # examples are GPL-2+, library is LGPL-2+ -SLOT="2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=" - >=x11-libs/gtk+-2.22:2 - virtual/opengl -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - # Do not build examples - sed -e "s:\(SUBDIRS.*\)examples:\1:" \ - -i Makefile.am Makefile.in || die "sed 1 failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure --disable-static -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README* docs/*.txt" - gnome2_src_install - - if use examples; then - cd "${S}"/examples - insinto /usr/share/doc/${PF}/examples - doins *.c *.h *.lwo README - fi -} diff --git a/x11-libs/gtkglarea/metadata.xml b/x11-libs/gtkglarea/metadata.xml deleted file mode 100644 index 39980802b1da..000000000000 --- a/x11-libs/gtkglarea/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - -- cgit v1.2.3-65-gdbad