x11-libs/gtkglarea: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 27 Apr 2020 07:57:28 +0000 (10:57 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 27 Apr 2020 07:57:28 +0000 (10:57 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
x11-libs/gtkglarea/Manifest [deleted file]
x11-libs/gtkglarea/gtkglarea-2.0.1-r1.ebuild [deleted file]
x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild [deleted file]
x11-libs/gtkglarea/metadata.xml [deleted file]

diff --git a/x11-libs/gtkglarea/Manifest b/x11-libs/gtkglarea/Manifest
deleted file mode 100644 (file)
index d334f3a..0000000
+++ /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 (file)
index b4ec555..0000000
+++ /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 (file)
index 883fed9..0000000
+++ /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 (file)
index 3998080..0000000
+++ /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>