public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: x11-themes/thewidgetfactory/, x11-themes/thewidgetfactory/files/
@ 2020-12-23 21:41 Sebastian Pipping
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2020-12-23 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8f01efdc75750c6bf6496b0e2fe5e140c04aac05
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 21:39:56 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 21:39:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8f01efdc

x11-themes/thewidgetfactory: Drop due to "bzr.eclass not found"

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 x11-themes/thewidgetfactory/ChangeLog              |  6 ----
 .../files/thewidgetfactory-99999-stupid.patch      | 35 ----------------------
 x11-themes/thewidgetfactory/metadata.xml           |  8 -----
 .../thewidgetfactory/thewidgetfactory-0.2.1.ebuild | 23 --------------
 .../thewidgetfactory/thewidgetfactory-99999.ebuild | 30 -------------------
 5 files changed, 102 deletions(-)

diff --git a/x11-themes/thewidgetfactory/ChangeLog b/x11-themes/thewidgetfactory/ChangeLog
deleted file mode 100644
index 959630f..0000000
--- a/x11-themes/thewidgetfactory/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-# ChangeLog for x11-themes/thewidgetfactory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-
-  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
-  Removed no-herd from herd tag in metadata.xml
-

diff --git a/x11-themes/thewidgetfactory/files/thewidgetfactory-99999-stupid.patch b/x11-themes/thewidgetfactory/files/thewidgetfactory-99999-stupid.patch
deleted file mode 100644
index 02ac70e..0000000
--- a/x11-themes/thewidgetfactory/files/thewidgetfactory-99999-stupid.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/src/interface.c b/src/interface.c
-index 5cbfe99..2e5700f 100644
---- a/src/interface.c
-+++ b/src/interface.c
-@@ -26,6 +26,27 @@
- #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \
-   g_object_set_data (G_OBJECT (component), name, widget)
- 
-+
-+GtkWidget *
-+gtk_combo_box_entry_new_text (void) {
-+  return NULL;
-+}
-+
-+void
-+gtk_combo_box_append_text (GtkComboBox *combo_box, const gchar *text) {
-+}
-+
-+GtkWidget *
-+gtk_combo_box_new_text (void) {
-+  return NULL;
-+}
-+
-+gchar *
-+gtk_set_locale (void) {
-+  return NULL;
-+}
-+
-+
- GtkWidget*
- create_window2 (void)
- {
-diff --git a/interface.o b/interface.o
-index bb2088a..3372e88 100644
-Binary files a/interface.o and b/interface.o differ

diff --git a/x11-themes/thewidgetfactory/metadata.xml b/x11-themes/thewidgetfactory/metadata.xml
deleted file mode 100644
index 6d22988..0000000
--- a/x11-themes/thewidgetfactory/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="person">
-		<email>sping@gentoo.org</email>
-		<name>Sebastian Pipping</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild b/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild
deleted file mode 100644
index 80f4b05..0000000
--- a/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="A showcase for GTK+ widgets"
-HOMEPAGE="http://www.stellingwerff.com/?page_id=10"
-SRC_URI="http://www.stellingwerff.com/TheWidgetFactory/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="gtk-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	mv "${D}"/usr/bin/twf{,-${SLOT}} || die
-	dodoc README NEWS AUTHORS ChangeLog || die
-}

diff --git a/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild b/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild
deleted file mode 100644
index b25b2f0..0000000
--- a/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils bzr
-
-DESCRIPTION="A showcase for GTK+ widgets"
-HOMEPAGE="https://code.launchpad.net/~cimi/+junk/twf-gtk+3"
-SRC_URI=""
-EBZR_REPO_URI="lp:~cimi/+junk/twf-gtk+3"
-
-LICENSE="GPL-2"
-SLOT="gtk-3"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-stupid.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	mv "${D}"/usr/bin/twf{,-${SLOT}} || die
-	dodoc README NEWS AUTHORS ChangeLog || die
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-23 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 21:41 [gentoo-commits] proj/betagarden:master commit in: x11-themes/thewidgetfactory/, x11-themes/thewidgetfactory/files/ Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox